| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | consolidated externals and enteries because enteries need to file to | Philip Thiem | 2013-07-04 | 1 | -8/+5 |
| * | | removed the objects | Philip Thiem | 2013-07-04 | 1 | -21/+2 |
| * | | got some global version done, SVN 1.3.x or later now required | Philip Thiem | 2013-07-04 | 1 | -1/+9 |
| * | | cannot use list since that requires repo access, initial recurse parsing | Philip Thiem | 2013-07-04 | 1 | -0/+9 |
| * | | finished remove get_url() doesn't seem needed | Philip Thiem | 2013-07-04 | 1 | -2/+0 |
| * | | get_svn_method now direectly called svn_utils.parse_revision | Philip Thiem | 2013-07-04 | 1 | -0/+4 |
| * | | If using a command, we can query the working copy version directly. | Philip Thiem | 2013-07-04 | 1 | -1/+1 |
| * | | Finished some 1.7 tests, and updated the zip file to include the .svn dirs | Philip Thiem | 2013-06-30 | 2 | -34/+51 |
| * | | Added an svn test module (needs fixing) | Philip Thiem | 2013-06-30 | 2 | -0/+73 |
| |/ |
|
| * | Merge fix for #21 | Jason R. Coombs | 2013-06-19 | 1 | -5/+6 |
| |\ |
|
| | * | Restore Python 2.4 compatibility in test_easy_install. Fixes #21 | Jason R. Coombs | 2013-06-19 | 1 | -5/+6 |
| * | | Merged in vinay.sajip/setuptools/single-codebase (pull request #5) | Jason R. Coombs | 2013-06-19 | 3 | -2/+4 |
| |\ \ |
|
| | * | | Tidied up imports. | Vinay Sajip | 2013-06-19 | 1 | -2/+1 |
| | * | | More post-merge fixes. | Vinay Sajip | 2013-06-19 | 1 | -1/+1 |
| | * | | Merged upstream changes. | Vinay Sajip | 2013-06-19 | 9 | -87/+73 |
| | |\ \ |
|
| | * | | | Misc. updates following 2to3 checks. | Vinay Sajip | 2013-06-17 | 1 | -1/+1 |
| | * | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate... | Vinay Sajip | 2013-06-15 | 10 | -84/+90 |
| * | | | | Merge with 0.7.40.8b2 | Jason R. Coombs | 2013-06-19 | 2 | -0/+655 |
| |\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| | * | | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). eg... | Jason R. Coombs | 2013-06-19 | 2 | -0/+655 |
| | |/ |
|
| * | | Merge Python 3 native support from distribute | Jason R. Coombs | 2013-06-18 | 12 | -160/+149 |
| |\ \
| |/
|/| |
|
| | * | Use unicode from compat module | Jason R. Coombs | 2013-06-17 | 1 | -2/+2 |
| | * | Re-save test modules with UTF-8 encoding | Jason R. Coombs | 2013-06-17 | 1 | -6/+6 |