summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #862 from idlesign/feat/setupcfg_handlingJason R. Coombs2016-12-081-0/+472
|\
| * `read_configuration` now chdirs and tests for file.idle sign2016-12-071-1/+5
| * `strict_mode` removed to improve forward compatibility.idle sign2016-12-051-12/+0
| * Added API functions.idle sign2016-12-051-1/+19
| * Tests and docstrings update.idle sign2016-12-051-0/+4
| * `file:` directive sandboxed.idle sign2016-12-051-0/+12
| * `metadata` aliases update.idle sign2016-12-041-1/+1
| * Added `metadata` section aliases.idle sign2016-12-041-0/+25
| * Section names now dot-separated to mimic .toml table names.idle sign2016-12-041-7/+9
| * `dependency_links` as section not supported.idle sign2016-12-041-16/+0
| * Implemented proper dangling option values support.idle sign2016-12-041-13/+98
| * Added ConfigHandler.strict_mode.idle sign2016-12-041-2/+13
| * Merge branch 'remote_pypa_master' into feat/setupcfg_handlingidle sign2016-12-034-4/+30
| |\
| * \ Merge branch 'remote_pypa_master' into feat/setupcfg_handlingidle sign2016-12-011-1/+1
| |\ \
| * | | Tests for config module 2.6 compatible.idle sign2016-11-261-20/+20
| * | | Added tests for config module.idle sign2016-11-261-0/+339
* | | | Spelling fixesVille Skyttä2016-12-072-2/+2
| |_|/ |/| |
* | | Merge pull request #853 from timheap/global-exclude-globJason R. Coombs2016-12-031-0/+12
|\ \ \
| * | | Fix #849 global-exclude globbingTim Heap2016-11-211-0/+12
| |/ /
* | | cast the value to a bool so pytest doesn't try to eval itJason R. Coombs2016-12-011-1/+1
* | | Merge pull request #843 from tweksteen/pypi_testsJason R. Coombs2016-12-011-2/+7
|\ \ \
| * | | Change _add_defaults_data_files override and add unittestThiebaud Weksteen2016-11-211-2/+7
* | | | Merge branch 'suppress-warning' of https://github.com/abstrus/setuptools into...Jason R. Coombs2016-12-011-1/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Also suppress warning for a single file missingCharles Bouchard-Légaré2016-11-071-1/+10
| |/ /
* | | Evaluate the expression directly. Workaround for #860.Jason R. Coombs2016-11-291-1/+1
| |/ |/|
* | Skip failing test on appveyor until the cause can be uncovered. Ref #851.Jason R. Coombs2016-11-181-0/+2
* | Drop exception support for packages triggering win32com cache generation duri...Jason R. Coombs2016-11-181-16/+0
* | Extract namespace support functionality into a separate module.Jason R. Coombs2016-11-132-42/+47
* | Fix test failures on Python 2 and suppress test failures when PEP 420 is not ...Jason R. Coombs2016-11-131-1/+5
* | Merge commit 'cb75964' with fix added in 'e6d7c40'. Ref #805.Jason R. Coombs2016-11-131-0/+83
|\ \ | |/ |/|
| * Add test capturing (failing) expectation. Ref #805.Jason R. Coombs2016-11-131-0/+83
* | Fix quantity of blank lines.stepshal2016-10-1816-38/+5
* | Sort manifest file list in testsTim Heap2016-10-181-1/+19
* | Just skip these tests on Python 2.6.Jason R. Coombs2016-10-141-4/+9
* | Now running under tox, Python 2.6 gets a non-zero PYTHONHASHSEED, so tests ar...Jason R. Coombs2016-10-141-4/+0
* | Much faster implementation of FileList, for big egg_info speedupsTim Heap2016-10-151-14/+54
|/
* Find nested packages with excluded parentTim Heap2016-10-051-2/+2
* Note find_packages backwards incompatible changeTim Heap2016-09-261-0/+9
* Remove unused importJason R. Coombs2016-09-091-2/+0
* Make import unconditionalOfekmeister2016-08-201-1/+1
* Merge remote-tracking branch 'refs/remotes/pypa/master'Ofekmeister2016-08-203-33/+521
|\
| * Fix quantity of blank lines after code object, class of function definition.stepshal2016-08-202-0/+2
| * Rewrite test, dynamically generating the .tar.gz file, with help from dstufft...Jason R. Coombs2016-08-191-32/+18
| * Use six for python major version detectionJason R. Coombs2016-08-191-4/+6
| * Merge pull request #718 from dholth/masterJason R. Coombs2016-08-191-2/+25
| |\
| | * gate test against get_abi3_suffix()Daniel Holth2016-08-051-1/+1
| | * rename is_abi3 to py_limited_apiDaniel Holth2016-08-051-1/+1
| | * call finalize_options in testDaniel Holth2016-08-051-2/+7
| | * use abi3 extension if Extension().is_abi3Daniel Holth2016-08-031-1/+19
| * | Copy FileList tests from distutilsTim Heap2016-08-171-9/+274