aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add an option to disable version normalizationdont-normalizeDonald Stufft2018-07-182-8/+10
|
* Add a space after header, so reST rendering isn't mangled. (#1429)Benjamin Peterson2018-07-142-0/+2
| | | | | | * Add a space after header, so reST rendering isn't mangled. * Add newline in template, too.
* Relax overfitted test. Fixes #1425.Jason R. Coombs2018-07-131-2/+2
|
* Extract name/version functionality from egg_info to be re-used by a ↵Jason R. Coombs2018-07-131-26/+35
| | | | dist-info command. Ref #1386.
* Merge pull request #1312 from coldrye-collaboration/gh-97Paul Ganssle2018-07-114-11/+91
|\ | | | | fix #97 PEP420: find_packages()
| * Expand documentation for find_packages_nsPaul Ganssle2018-07-041-15/+61
| | | | | | | | | | This moves the documentation out of "Basic Usage" and expands on some of the caveats of this approach.
| * Add changelog for PR #1312Carsten Klein2018-07-041-0/+1
| |
| * Add documentation for find_packages_ns()Carsten Klein2018-07-041-0/+18
| |
| * Add find_packages_ns()Carsten Klein2018-07-041-1/+10
| | | | | | | | | | This fixes GH #97 by introducing an alternate version of find_packages that works with PEP 420 namespace packages.
| * Add tests for find_packages_ns()Carsten Klein2018-07-041-10/+16
| |
* | Merge pull request #1388 from JGoutin/issue-buildtooldeadlinkPaul Ganssle2018-07-102-2/+2
|\ \ | | | | | | Fix "Microsoft Visual C++ Build Tools" link
| * | Create 1388.change.rstJGoutin2018-07-101-0/+1
| | |
| * | Fix "Microsoft Visual C++ Build Tools" linkJGoutin2018-07-101-2/+1
|/ /
* | Merge pull request #1410 from di/deprecate-upload-and-registerPaul Ganssle2018-07-096-64/+136
|\ \ | | | | | | Deprecate upload and register commands
| * | Tests for deprecation warningsDustin Ingram2018-07-082-0/+86
| | |
| * | Deprecate upload and register commandsDustin Ingram2018-07-084-64/+50
| |/
* | Bump version: 39.2.0 → 40.0.0v40.0.0Jason R. Coombs2018-07-0910-9/+13
| |
* | Avoid removing packages imported from the root. Fixes #1383.Jason R. Coombs2018-07-092-1/+2
| |
* | Revert 7392f01f for pkg_resources/extern. 3.3 is the right signal there.Jason R. Coombs2018-07-091-1/+1
|/
* Merge pull request #1403 from benoit-pierre/fix_developer_guideJason R. Coombs2018-07-013-26/+2
|\ | | | | docs: fix developer guide
| * changes: fix typoBenoit Pierre2018-06-281-1/+1
| |
| * docs: fix developer guideBenoit Pierre2018-06-282-25/+1
| | | | | | | | | | | | Drop `Source Code` section, as it contains an outdated guideline with respect to documenting changes and its contents are already covered by other sections.
* | Merge pull request #1404 from benoit-pierre/fix_pyproject.tomlPaul Ganssle2018-06-292-0/+4
|\ \ | |/ |/| fix PEP 518 configuration
| * fix PEP 518 configurationBenoit Pierre2018-06-282-0/+4
|/ | | | | | | | | Add `build-system.requires` key to `pyproject.toml`: - this is necessary with pip 10.0.1, as otherwise the defaults will be to require both `setuptools` and `wheel` (and we only need the later) - a `pyproject.toml` with no `build-system.requires` key will be invalid and rejected by a future version of pip (see https://github.com/pypa/pip/issues/5416#issuecomment-399638608)
* Merge pull request #1398 from wimglenn/wimglenn-patch-1Jason R. Coombs2018-06-251-1/+2
|\ | | | | Avoid resource warning from dev scripts installed editable
| * Avoid resource warning from dev scripts installed editablewim glenn2018-06-251-1/+2
| | | | | | Avoid ` ResourceWarning: unclosed file <_io.TextIOWrapper name='whatever' mode='r' encoding='UTF-8'>` on dev scripts installed editable
* | Merge pull request #1393 from kojiromike/fix-towncrier-linkPaul Ganssle2018-06-211-1/+1
|\ \ | | | | | | Fix Town Crier Link
| * | Fix Town Crier LinkMichael A. Smith2018-06-211-1/+1
|/ /
* | Update roadmapJason R. Coombs2018-06-141-2/+6
| |
* | More directly address the Python 3.4 compatibility.Jason R. Coombs2018-06-061-2/+2
| |
* | Remove references to Python 3.3 and 2.6.Jason R. Coombs2018-06-061-3/+2
| |
* | Include pavement.py in tests (where applicable).Jason R. Coombs2018-06-062-1/+5
| |
* | Remove crufty, ignored test.Jason R. Coombs2018-06-062-83/+0
| |
* | Feed the hobgoblins (delint).Jason R. Coombs2018-06-061-2/+4
| |
* | Only ignore collection on older PythonsJason R. Coombs2018-06-061-1/+7
| |
* | Remove crufty ignoresJason R. Coombs2018-06-061-3/+0
| |
* | Move ignores into conftest.pyJason R. Coombs2018-06-062-1/+13
| |
* | Apparently when specifying any doctest_optionflags, it's necessary to also ↵Jason R. Coombs2018-06-061-1/+1
| | | | | | | | indicate the defaults. Add ELLIPSIS to fix other failing tests.
* | Configure doctests to match Python 2 unicode literal syntax.Jason R. Coombs2018-06-061-0/+1
| |
* | Update changelog. Ref #1366.Jason R. Coombs2018-06-061-0/+1
| |
* | Add test and adjust match. Fixes #1366.Jason R. Coombs2018-06-061-2/+9
| |
* | Use text_type and string_types from sixJason R. Coombs2018-06-031-7/+3
| |
* | Remove stale comment, added in 8cc0d5c2 and made meaningless in 26eee297.Jason R. Coombs2018-06-031-1/+0
| |
* | Use raw strings for regexesJason R. Coombs2018-06-031-3/+3
| |
* | Use raw strings for regular expressionsJason R. Coombs2018-06-031-2/+2
| |
* | Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-0319-27/+68
| |
* | Split test into two and parameterizeJason R. Coombs2018-06-031-27/+40
| |
* | Extract _convert_metadata. install_as_egg is almost comprehensible now.Jason R. Coombs2018-06-031-3/+8
| |
* | Extract method for _move_data_entriesJason R. Coombs2018-06-031-2/+6
| |
* | Extract method for fixing namespace packagesJason R. Coombs2018-06-031-2/+5
| |