| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 39.2.0 → 40.0.0v40.0.0 | Jason R. Coombs | 2018-07-09 | 10 | -9/+13 |
| | | |||||
| * | Avoid removing packages imported from the root. Fixes #1383. | Jason R. Coombs | 2018-07-09 | 2 | -1/+2 |
| | | |||||
| * | Revert 7392f01f for pkg_resources/extern. 3.3 is the right signal there. | Jason R. Coombs | 2018-07-09 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1403 from benoit-pierre/fix_developer_guide | Jason R. Coombs | 2018-07-01 | 3 | -26/+2 |
| |\ | | | | | docs: fix developer guide | ||||
| | * | changes: fix typo | Benoit Pierre | 2018-06-28 | 1 | -1/+1 |
| | | | |||||
| | * | docs: fix developer guide | Benoit Pierre | 2018-06-28 | 2 | -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.toml | Paul Ganssle | 2018-06-29 | 2 | -0/+4 |
| |\ \ | |/ |/| | fix PEP 518 configuration | ||||
| | * | fix PEP 518 configuration | Benoit Pierre | 2018-06-28 | 2 | -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-1 | Jason R. Coombs | 2018-06-25 | 1 | -1/+2 |
| |\ | | | | | Avoid resource warning from dev scripts installed editable | ||||
| | * | Avoid resource warning from dev scripts installed editable | wim glenn | 2018-06-25 | 1 | -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-link | Paul Ganssle | 2018-06-21 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix Town Crier Link | ||||
| | * | | Fix Town Crier Link | Michael A. Smith | 2018-06-21 | 1 | -1/+1 |
| |/ / | |||||
| * | | Update roadmap | Jason R. Coombs | 2018-06-14 | 1 | -2/+6 |
| | | | |||||
| * | | More directly address the Python 3.4 compatibility. | Jason R. Coombs | 2018-06-06 | 1 | -2/+2 |
| | | | |||||
| * | | Remove references to Python 3.3 and 2.6. | Jason R. Coombs | 2018-06-06 | 1 | -3/+2 |
| | | | |||||
| * | | Include pavement.py in tests (where applicable). | Jason R. Coombs | 2018-06-06 | 2 | -1/+5 |
| | | | |||||
| * | | Remove crufty, ignored test. | Jason R. Coombs | 2018-06-06 | 2 | -83/+0 |
| | | | |||||
| * | | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-06-06 | 1 | -2/+4 |
| | | | |||||
| * | | Only ignore collection on older Pythons | Jason R. Coombs | 2018-06-06 | 1 | -1/+7 |
| | | | |||||
| * | | Remove crufty ignores | Jason R. Coombs | 2018-06-06 | 1 | -3/+0 |
| | | | |||||
| * | | Move ignores into conftest.py | Jason R. Coombs | 2018-06-06 | 2 | -1/+13 |
| | | | |||||
| * | | Apparently when specifying any doctest_optionflags, it's necessary to also ↵ | Jason R. Coombs | 2018-06-06 | 1 | -1/+1 |
| | | | | | | | | | indicate the defaults. Add ELLIPSIS to fix other failing tests. | ||||
| * | | Configure doctests to match Python 2 unicode literal syntax. | Jason R. Coombs | 2018-06-06 | 1 | -0/+1 |
| | | | |||||
| * | | Update changelog. Ref #1366. | Jason R. Coombs | 2018-06-06 | 1 | -0/+1 |
| | | | |||||
| * | | Add test and adjust match. Fixes #1366. | Jason R. Coombs | 2018-06-06 | 1 | -2/+9 |
| | | | |||||
| * | | Use text_type and string_types from six | Jason R. Coombs | 2018-06-03 | 1 | -7/+3 |
| | | | |||||
| * | | Remove stale comment, added in 8cc0d5c2 and made meaningless in 26eee297. | Jason R. Coombs | 2018-06-03 | 1 | -1/+0 |
| | | | |||||
| * | | Use raw strings for regexes | Jason R. Coombs | 2018-06-03 | 1 | -3/+3 |
| | | | |||||
| * | | Use raw strings for regular expressions | Jason R. Coombs | 2018-06-03 | 1 | -2/+2 |
| | | | |||||
| * | | Use Python 3 syntax for new-style clasess | Jason R. Coombs | 2018-06-03 | 19 | -27/+68 |
| | | | |||||
| * | | Split test into two and parameterize | Jason R. Coombs | 2018-06-03 | 1 | -27/+40 |
| | | | |||||
| * | | Extract _convert_metadata. install_as_egg is almost comprehensible now. | Jason R. Coombs | 2018-06-03 | 1 | -3/+8 |
| | | | |||||
| * | | Extract method for _move_data_entries | Jason R. Coombs | 2018-06-03 | 1 | -2/+6 |
| | | | |||||
| * | | Extract method for fixing namespace packages | Jason R. Coombs | 2018-06-03 | 1 | -2/+5 |
| | | | |||||
| * | | Avoid hanging indents | Jason R. Coombs | 2018-06-03 | 1 | -15/+26 |
| | | | |||||
| * | | Remove redundant 'list' | Jason R. Coombs | 2018-06-03 | 1 | -2/+2 |
| | | | |||||
| * | | Use the new breathing room to consolidate lines | Jason R. Coombs | 2018-06-03 | 1 | -6/+3 |
| | | | |||||
| * | | Extract method to save indentation | Jason R. Coombs | 2018-06-03 | 1 | -89/+92 |
| | | | |||||
| * | | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-06-03 | 1 | -8/+17 |
| | | | |||||
| * | | Add changelog entry and include the final unsaved edit to setuptools.txt. ↵ | Jason R. Coombs | 2018-06-02 | 2 | -1/+2 |
| | | | | | | | | | Ref #1385. | ||||
| * | | Remove documentation about non-package data files that's no longer relevant ↵ | Jason R. Coombs | 2018-06-02 | 1 | -29/+8 |
| | | | | | | | | | without eggs. Fixes #1385. | ||||
| * | | Merge pull request #1342 from hugovk/rm-3.3 | Paul Ganssle | 2018-05-24 | 19 | -48/+24 |
| |\ \ | | | | | | | Drop support for EOL Python 3.3 | ||||
| | * | | Add changelog entry for dropping 3.3 support | Paul Ganssle | 2018-05-24 | 1 | -0/+1 |
| | | | | |||||
| | * | | Make it clear this compat module provides no public members | Hugo | 2018-05-24 | 1 | -0/+2 |
| | | | | |||||
| | * | | Remove redundant Python 3.1 code | Hugo | 2018-05-24 | 2 | -15/+2 |
| | | | | |||||
| | * | | Drop support for EOL Python 3.3 | Hugo | 2018-05-24 | 16 | -34/+20 |
| |/ / | |||||
| * | | Add reference to Setuptools Developers team for clarity of maintenance and ↵ | Jason R. Coombs | 2018-05-20 | 2 | -5/+6 |
| | | | | | | | | | removed reference to Jason as maintainer. | ||||
| * | | Merge pull request #1379 from pypa/jmbowman/release_docs_fix | Paul Ganssle | 2018-05-19 | 4 | -2/+8 |
| |\ \ | | | | | | | Make minor fixes to release docs | ||||
| | * | | Make minor fixes to release docs | Jeremy Bowman | 2018-05-19 | 4 | -2/+8 |
| |/ / | |||||
| * | | Bump version: 39.1.0 → 39.2.0v39.2.0 | Jeremy Bowman | 2018-05-19 | 17 | -22/+28 |
| | | | |||||
