| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use io.open() instead of codecs.open(). | Arfrever Frehtes Taifersar Arahesis | 2014-02-07 | 1 | -4/+3 |
| * | Use readlines on StringIO. Ensure quiet_context returns rewound buffers. | Jason R. Coombs | 2014-02-05 | 1 | -1/+3 |
| * | Rewrite merged tests to use context managers | Jason R. Coombs | 2014-02-05 | 1 | -19/+16 |
| * | Remove unused variable | Jason R. Coombs | 2014-02-05 | 1 | -1/+0 |
| * | Reindent according to TODO (indent was reserved to minimize the diff) | Jason R. Coombs | 2014-02-05 | 1 | -15/+14 |
| * | Update global reference. | Jason R. Coombs | 2014-02-05 | 1 | -2/+2 |
| * | Backed out changeset: ef949e6e6de1, which was itself a backout of the fix for... | Jason R. Coombs | 2014-01-27 | 1 | -38/+103 |
| * | Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassed | Philip Thiem | 2013-12-07 | 4 | -13/+53 |
| * | Merge with 1.4.2 | Jason R. Coombs | 2013-12-01 | 1 | -1/+17 |
| |\ |
|
| | * | Moved imports to the top, made them compatible with Python 2, and added a doc... | Jason R. Coombs | 2013-12-01 | 1 | -4/+6 |
| | * | Adding test capturing #116 | Jason R. Coombs | 2013-12-01 | 1 | -0/+14 |
| * | | Move the global import logic for test_multiproc_atexit into the test where it... | Jason R. Coombs | 2013-11-27 | 1 | -13/+9 |
| * | | Reindent long line | Jason R. Coombs | 2013-11-27 | 1 | -1/+2 |
| * | | Remove redundant imports | Jason R. Coombs | 2013-11-27 | 1 | -2/+0 |
| * | | Remove unused variable and clean whitespace | Jason R. Coombs | 2013-11-27 | 1 | -2/+1 |
| * | | backout 983513e397f3 now that contextlib and with statements are available | Jason R. Coombs | 2013-11-27 | 1 | -52/+30 |
| * | | Remove Python 2.5 compatibility in easy_install test setup. | Jason R. Coombs | 2013-11-27 | 1 | -19/+15 |
| * | | Remove easy_install.HAS_USER_SITE and just defer to site.ENABLE_USER_SITE. | Jason R. Coombs | 2013-11-27 | 1 | -4/+4 |
| * | | Remove stray import of exec_ | Jason R. Coombs | 2013-11-24 | 1 | -1/+1 |
| * | | Drop compatibility function exec_, required for Python 2.5 and earlier. | Jason R. Coombs | 2013-11-24 | 1 | -1/+1 |
| |/ |
|
| * | Earlier Versions of python used gzip and tar directly. So I need to | Philip Thiem | 2013-11-11 | 1 | -12/+18 |
| * | For .svn legacy fallback, look for the files in the .svn not the directory. | Philip Thiem | 2013-11-11 | 4 | -81/+214 |
| * | Merged pypa/setuptools into default | philip_thiem | 2013-11-07 | 2 | -18/+2 |
| |\ |
|
| | * | Delint (remove unused imports, excess whitespace, unnecessary syntax, and unu... | Jason R. Coombs | 2013-11-05 | 1 | -19/+2 |
| | * | Remove svn17_example.zip | Jason R. Coombs | 2013-11-05 | 1 | -0/+0 |
| * | | Fixed the various tests that depended on fsencode. | Philip Thiem | 2013-11-07 | 7 | -3/+79 |
| * | | fixed imports on test_svn, look like it was an artifact anyway. | Philip Thiem | 2013-11-07 | 1 | -1/+0 |
| |/ |
|
| * | Merge with default | Jason R. Coombs | 2013-10-30 | 1 | -1/+4 |
| |\ |
|
| | * | Skip test when file system encoding is not suitable. Fixes #55 and Distribute...1.1.7 | Toshio Kuratomi | 2013-04-11 | 1 | -1/+4 |
| * | | Merge with default | Philip Thiem | 2013-09-28 | 5 | -71/+97 |
| |\ \
| |/ |
|
| | * | Adding test capturing Distribute #349 | Jason R. Coombs | 2013-09-18 | 2 | -0/+16 |
| | * | Fixed script header generation in easy_install tests. Fixes #37. | Jason R. Coombs | 2013-08-09 | 1 | -2/+2 |
| | * | Added test to capture behavior expected behavior on Windows with spaces in th... | Jason R. Coombs | 2013-08-09 | 1 | -0/+4 |
| | * | Fixed test_get_script_header failures on Windows when Python is in a director... | Jason R. Coombs | 2013-08-09 | 1 | -3/+6 |
| | * | Remove import * | Jason R. Coombs | 2013-08-09 | 1 | -18/+22 |
| | * | Spruce up syntax to to address linter warnings | Jason R. Coombs | 2013-08-09 | 1 | -42/+26 |
| | * | Clean up imports | Jason R. Coombs | 2013-08-09 | 1 | -3/+13 |
| | * | Add test to exercise the basic functionality of _vcs_split_rev_from_url | Jason R. Coombs | 2013-07-24 | 1 | -0/+9 |
| | * | Update test to reflect the copy of the hash name stored because pypy doesn't ... | Jason R. Coombs | 2013-07-22 | 1 | -5/+1 |
| * | | Added a legacy fallback test | Philip Thiem | 2013-09-28 | 1 | -0/+21 |
| * | | Tweaks to get everything to pass again. | Philip Thiem | 2013-07-20 | 1 | -7/+8 |
| * | | Merge with default | Philip Thiem | 2013-07-20 | 2 | -0/+43 |
| |\ \
| |/ |
|
| | * | add _-separated keys to environment markers | Daniel Holth | 2013-07-20 | 1 | -0/+4 |
| | * | Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6 | Jason R. Coombs | 2013-07-17 | 1 | -1/+15 |
| | * | Use 'is_valid' instead of simply 'valid' or 'check', which are less clear abo...0.9.3 | Jason R. Coombs | 2013-07-15 | 1 | -3/+3 |
| | * | Added a couple of additional tests, including one capturing #42. | Jason R. Coombs | 2013-07-15 | 1 | -0/+14 |
| | * | Added a test to prove the basic usage of content checks | Jason R. Coombs | 2013-07-15 | 1 | -0/+11 |
| * | | Additional Tests, Various fixes, and encoding dealings | Philip Thiem | 2013-07-20 | 28 | -120/+1221 |
| * | | some odd errors.. not sure what still has the directory in use.. | Philip Thiem | 2013-07-05 | 1 | -2/+6 |
| * | | fixed some issues with OSError | Philip Thiem | 2013-07-05 | 1 | -4/+83 |