summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Fix two failing tests on Windows (paths separated by backslash didn't match m...0.6.29Jason R. Coombs2012-10-211-2/+3
* Fix failing test case on Windows (can't rmtree if a file is open in that tree)Jason R. Coombs2012-10-211-0/+2
* Merged in mumak/distribute (pull request #14)Jason R. Coombs2012-10-191-0/+3
|\
| * Guard the chmod in case external_attr is 0.Jonathan Lange2012-09-191-1/+3
| * Set permissions when extracting from zipfile.Jonathan Lange2012-08-101-0/+1
* | Fix a test broken by 984cedb.Stefan H. Holek2012-10-191-5/+10
* | Miscellaneous updates to the upload_docs command.Stefan H. Holek2012-10-191-54/+74
* | Use surrogateescape error handler when reading and writing the manifest. Refs...Stefan H. Holek2012-10-173-46/+214
* | Fix Python 2.4 incompatibility in test_easy_install.py.Stefan H. Holek2012-10-161-5/+6
* | Don't re-use FileList global name in egg_info.py.Stefan H. Holek2012-10-161-2/+2
* | Revert 86d7748 drive-by commit because of unclear BBB consequences.Stefan H. Holek2012-10-152-40/+12
* | Fix cause of test failure on Mac OS X. Refs #20.Stefan H. Holek2012-10-091-1/+7
* | Fix duplicate application of version tags in 'egg_info' command. Fixes #299.Stefan H. Holek2012-10-081-1/+6
* | marshall.load() does not necessarily raise ValueError. Fixes #283.Stefan H. Holek2012-10-081-6/+6
* | Remove a missing fixer warning which showed during normal operations. Fixes #...Stefan H. Holek2012-10-081-4/+2
* | Print metadata in UTF-8 independent of platform. Fixes #311.Stefan H. Holek2012-10-081-0/+32
* | Read and write manifest in UTF-8 under Python 3. Fixes #303.Stefan H. Holek2012-10-082-0/+87
* | Make sure the manifest never contains decomposed UTF-8.Stefan H. Holek2012-10-082-3/+48
* | Purge modules under test from sys.modules prior to running tests. Fixes #301.Stefan H. Holek2012-10-081-0/+17
* | mergeDaniel Holth2012-09-176-29/+182
|\ \
| * | Make this test less chattyErik Bray2012-09-111-0/+7
| * | mergeErik Bray2012-09-112-0/+87
| |\ \
| | * \ Merged in embray/distribute/fix-sdist (pull request #4)Jason R. Coombs2012-09-052-0/+87
| | |\ \
| | | * | adds a test for pr #4Erik Bray2012-09-051-0/+79
| | | * | This allows the sdist command to ensure that any files listed in package_data...Erik Bray2012-02-131-0/+8
| * | | | Adds a fix for issue #318, including a regression test. This also fixes anot...Erik Bray2012-09-064-29/+88
| |/ / /
* | | | skip markerlib tests on Python < 2.6 (no ast compilation)Daniel Holth2012-09-172-40/+6
|/ / /
* | | move _markerlib test into setuptools/testDaniel Holth2012-08-251-0/+98
* | | add markerlib as _markerlibDaniel Holth2012-08-251-5/+7
* | | Oups.Lennart Regebro2012-08-241-1/+1
* | | Merge.Lennart Regebro2012-08-241-1/+1
|\ \ \
| * | | Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2012-08-221-1/+1
* | | | Issue #310: Non-ascii characters in a namespace __init__.py causes errors.Lennart Regebro2012-08-222-8/+17
|/ / /
* | | Issue 315:Lennart Regebro2012-08-221-0/+4
* | | Issue #314: test_local_index() would fail an OS X.Lennart Regebro2012-08-221-1/+2
* | | Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-226-78/+78
* | | Issue #313: Support for sdist subcommands (Python 2.7)Lennart Regebro2012-08-221-1/+11
* | | Merged the two lists of acceptable names of README.txtLennart Regebro2012-08-221-4/+5
* | | Issue #307: Prints the full path when .svn/entries is broken.Lennart Regebro2012-08-221-1/+1
* | | Issue #306: Even if 2to3 is used, we build in-place under Python 2.Lennart Regebro2012-08-222-3/+3
* | | The error message changed in Python 3.3.Lennart Regebro2012-08-221-1/+1
* | | Added fix for the develop command, #299.Lennart Regebro2012-08-213-13/+44
* | | Added failing test for #299.Lennart Regebro2012-08-212-13/+37
* | | Once the test is correctly setup, the problem actually goes away.Lennart Regebro2012-08-211-5/+9
* | | Add failing test for #301.Lennart Regebro2012-08-212-1/+114
| |/ |/|
* | Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3.Arfrever Frehtes Taifersar Arahesis2012-07-251-2/+0
* | Don't raise when exception is caughtJason R. Coombs2012-07-221-0/+1
* | MergeJason R. Coombs2012-07-221-7/+6
|\ \
| * | Update this test again to ensure it's trapping the expected exception (Distut...Jason R. Coombs2012-07-221-5/+6
* | | Expand error message to help detect why this test fails on travisJason R. Coombs2012-07-221-4/+4