summaryrefslogtreecommitdiff
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
* Updated CHANGES and CONTRIBUTORSJason R. Coombs2012-10-192-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
* | Update CHANGES.Stefan H. Holek2012-10-191-0/+2
* | Fix a test broken by 984cedb.Stefan H. Holek2012-10-191-5/+10
* | Merged in leetrout/distribute (pull request #24)Stefan H. Holek2012-10-191-1/+2
|\ \
| * | Fix command order for pip 1.2 per https://bitbucket.org/tarek/distribute/issu...Lee Trout2012-10-181-1/+2
* | | Merged in g2p/distribute (pull request #23)Stefan H. Holek2012-10-191-2/+4
|\ \ \
| * | | Make sure distribute_setup.py signals errors in its exit status.Gabriel2012-10-141-2/+4
* | | | Update CHANGES and docs.Stefan H. Holek2012-10-192-1/+9
* | | | 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
|/ /
* | Update CHANGES.Stefan H. Holek2012-10-091-0/+6
* | Fix cause of test failure on Mac OS X. Refs #20.Stefan H. Holek2012-10-091-1/+7
* | Fix a few messages in distribute_setup.py.Stefan H. Holek2012-10-081-3/+3
* | Add my name to contributors list.Stefan H. Holek2012-10-081-0/+1
* | 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
* | os.access() cannot test for "createable" Fixes #320.Stefan H. Holek2012-10-081-4/+4
* | 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
* | Remove egg-info from repo.Stefan H. Holek2012-10-081-62/+0
* | Avoid import loop in Python 3.3. Fixes #304.Stefan H. Holek2012-10-082-44/+45
* | Fixed so _markerlib is included in Python 3 as well. I don't like the package...Lennart Regebro2012-09-172-46/+47
* | mergeDaniel Holth2012-09-179-48/+229
|\ \
| * | Make this test less chattyErik Bray2012-09-111-0/+7
| * | Remove missing import (since b62968cd2666)Erik Bray2012-09-111-1/+1
| * | mergeErik Bray2012-09-115-19/+134
| |\ \
| | * | Updated changelogJason R. Coombs2012-09-051-0/+2
| | * | Extract argument parsing as a separate functionJason R. Coombs2012-09-051-9/+18
| | * | Merged in pmcnr/distribute (pull request #18)Jason R. Coombs2012-09-051-10/+20
| | |\ \
| | | * | New command line option to enable downloading the distribute package from an ...Pedro Romano2012-08-301-1/+5
| | | * | Use 'optparse' module to parse command line arguments.Pedro Romano2012-08-301-9/+15
| | * | | Updated changelogJason R. Coombs2012-09-051-0/+3
| | * | | Merged in embray/distribute/fix-sdist (pull request #4)Jason R. Coombs2012-09-053-7/+98
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Add a note about how this fix relates to include_package_data. Although still...Erik Bray2012-09-051-7/+11
| | | * | 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
| |/ / /
* | | | markerlib -> _markerlibDaniel Holth2012-09-171-1/+1
* | | | skip markerlib tests on Python < 2.6 (no ast compilation)Daniel Holth2012-09-172-40/+6