Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into develop-nspkg-alwaysdevelop-nspkg-always | Jason R. Coombs | 2016-12-11 | 9 | -62/+667 |
|\ | |||||
| * | `test_ignore_errors` side effect mitigated. | idle sign | 2016-12-10 | 1 | -0/+2 |
| | | |||||
| * | Fixed test for `find()` results. | idle sign | 2016-12-10 | 1 | -3/+5 |
| | | |||||
| * | Implemented find() configuration support for `packages`. | idle sign | 2016-12-10 | 1 | -0/+38 |
| | | |||||
| * | config tests refactored. | idle sign | 2016-12-10 | 1 | -17/+26 |
| | | |||||
| * | `read_configuration()` now accepts `ignore_option_errors`. | idle sign | 2016-12-10 | 1 | -0/+16 |
| | | |||||
| * | Merge pull request #862 from idlesign/feat/setupcfg_handling | Jason R. Coombs | 2016-12-08 | 1 | -0/+472 |
| |\ | | | | | | | Metadata and options are now could be set in configuration files | ||||
| | * | `read_configuration` now chdirs and tests for file. | idle sign | 2016-12-07 | 1 | -1/+5 |
| | | | |||||
| | * | `strict_mode` removed to improve forward compatibility. | idle sign | 2016-12-05 | 1 | -12/+0 |
| | | | |||||
| | * | Added API functions. | idle sign | 2016-12-05 | 1 | -1/+19 |
| | | | |||||
| | * | Tests and docstrings update. | idle sign | 2016-12-05 | 1 | -0/+4 |
| | | | |||||
| | * | `file:` directive sandboxed. | idle sign | 2016-12-05 | 1 | -0/+12 |
| | | | |||||
| | * | `metadata` aliases update. | idle sign | 2016-12-04 | 1 | -1/+1 |
| | | | |||||
| | * | Added `metadata` section aliases. | idle sign | 2016-12-04 | 1 | -0/+25 |
| | | | |||||
| | * | Section names now dot-separated to mimic .toml table names. | idle sign | 2016-12-04 | 1 | -7/+9 |
| | | | |||||
| | * | `dependency_links` as section not supported. | idle sign | 2016-12-04 | 1 | -16/+0 |
| | | | |||||
| | * | Implemented proper dangling option values support. | idle sign | 2016-12-04 | 1 | -13/+98 |
| | | | |||||
| | * | Added ConfigHandler.strict_mode. | idle sign | 2016-12-04 | 1 | -2/+13 |
| | | | |||||
| | * | Merge branch 'remote_pypa_master' into feat/setupcfg_handling | idle sign | 2016-12-03 | 4 | -4/+30 |
| | |\ | |||||
| | * \ | Merge branch 'remote_pypa_master' into feat/setupcfg_handling | idle sign | 2016-12-01 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Tests for config module 2.6 compatible. | idle sign | 2016-11-26 | 1 | -20/+20 |
| | | | | | |||||
| | * | | | Added tests for config module. | idle sign | 2016-11-26 | 1 | -0/+339 |
| | | | | | |||||
| * | | | | Spelling fixes | Ville Skyttä | 2016-12-07 | 2 | -2/+2 |
| | |_|/ | |/| | | |||||
| * | | | Merge pull request #853 from timheap/global-exclude-glob | Jason R. Coombs | 2016-12-03 | 1 | -0/+12 |
| |\ \ \ | | | | | | | | | | | Fix #849 global-exclude globbing | ||||
| | * | | | Fix #849 global-exclude globbing | Tim Heap | 2016-11-21 | 1 | -0/+12 |
| | |/ / | | | | | | | | | | | | | | | | | After #764, `global-exclude .pyc` no longer excluded `.pyc` files. This fixes that regression, and adds a test for this behaviour. | ||||
| * | | | cast the value to a bool so pytest doesn't try to eval it | Jason R. Coombs | 2016-12-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #843 from tweksteen/pypi_tests | Jason R. Coombs | 2016-12-01 | 1 | -2/+7 |
| |\ \ \ | | | | | | | | | | | Remove _add_defaults_data_files override and add unittest | ||||
| | * | | | Change _add_defaults_data_files override and add unittest | Thiebaud Weksteen | 2016-11-21 | 1 | -2/+7 |
| | | | | | |||||
| * | | | | Merge branch 'suppress-warning' of https://github.com/abstrus/setuptools ↵ | Jason R. Coombs | 2016-12-01 | 1 | -1/+10 |
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | into abstrus-suppress-warning | ||||
| | * | | | Also suppress warning for a single file missing | Charles Bouchard-Légaré | 2016-11-07 | 1 | -1/+10 |
| | |/ / | |||||
| * | / | Evaluate the expression directly. Workaround for #860. | Jason R. Coombs | 2016-11-29 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | Skip failing test on appveyor until the cause can be uncovered. Ref #851. | Jason R. Coombs | 2016-11-18 | 1 | -0/+2 |
| | | | |||||
| * | | Drop exception support for packages triggering win32com cache generation ↵ | Jason R. Coombs | 2016-11-18 | 1 | -16/+0 |
| | | | | | | | | | | | | during build/install. Fixes #841 | ||||
| * | | Extract namespace support functionality into a separate module. | Jason R. Coombs | 2016-11-13 | 2 | -42/+47 |
| | | | |||||
| * | | Fix test failures on Python 2 and suppress test failures when PEP 420 is not ↵ | Jason R. Coombs | 2016-11-13 | 1 | -1/+5 |
| | | | | | | | | | | | | available. Ref #805. | ||||
| * | | Merge commit 'cb75964' with fix added in 'e6d7c40'. Ref #805. | Jason R. Coombs | 2016-11-13 | 1 | -0/+83 |
| |\ \ | | |/ | |/| | |||||
| | * | Add test capturing (failing) expectation. Ref #805. | Jason R. Coombs | 2016-11-13 | 1 | -0/+83 |
| | | | |||||
* | | | Use unicode literals for Python 2.7 compatibility | Jason R. Coombs | 2016-11-07 | 1 | -1/+1 |
| | | | |||||
* | | | Move imports to top and use absolute_import for Python 2.7 compatibility | Jason R. Coombs | 2016-11-07 | 1 | -4/+5 |
| | | | |||||
* | | | pip can't accept -e and -t | Jason R. Coombs | 2016-11-07 | 1 | -1/+14 |
| | | | |||||
* | | | Add test capturing expectation for #250. | Jason R. Coombs | 2016-11-07 | 1 | -0/+73 |
|/ / | |||||
* | | Fix quantity of blank lines. | stepshal | 2016-10-18 | 16 | -38/+5 |
| | | |||||
* | | Sort manifest file list in tests | Tim Heap | 2016-10-18 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | | | | | | | | Different OS's and file systems return lists of files in different orders, not always creation order. This caused intermittent test failures. The file list is now sorted prior to being checked to ensure a consistent order across all systems. Fixes #816 | ||||
* | | Just skip these tests on Python 2.6. | Jason R. Coombs | 2016-10-14 | 1 | -4/+9 |
| | | |||||
* | | Now running under tox, Python 2.6 gets a non-zero PYTHONHASHSEED, so tests ↵ | Jason R. Coombs | 2016-10-14 | 1 | -4/+0 |
| | | | | | | | | are simpler. | ||||
* | | Much faster implementation of FileList, for big egg_info speedups | Tim Heap | 2016-10-15 | 1 | -14/+54 |
|/ | |||||
* | Find nested packages with excluded parent | Tim Heap | 2016-10-05 | 1 | -2/+2 |
| | | | | | | | `find_packages(exclude=['pkg'])` should still find and include the `pkg.subpkg` package. Fixes #808 | ||||
* | Note find_packages backwards incompatible change | Tim Heap | 2016-09-26 | 1 | -0/+9 |
| | | | | Also add a test for the new behaviour. | ||||
* | Remove unused import | Jason R. Coombs | 2016-09-09 | 1 | -2/+0 |
| | |||||
* | Make import unconditional | Ofekmeister | 2016-08-20 | 1 | -1/+1 |
| | | | | Put import on top and updated CHANGES.rst |