| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed svn support from setuptools. Ref #313. | Jason R. Coombs | 2014-12-24 | 1 | -245/+0 |
| | | |||||
| * | Use io.open() instead of codecs.open(). | Arfrever Frehtes Taifersar Arahesis | 2014-02-07 | 1 | -4/+3 |
| | | | | | (builtins.open() is io.open() in Python 3.) | ||||
| * | Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassed | Philip Thiem | 2013-12-07 | 1 | -4/+27 |
| | | | | | | | | | setUp. test_egg_info, test_sdist, and test_svn all had tests that needed to be bypassed when svn was not present. tests.py26compat contains a SkipIf decorator for skipping. This worked after ironing a few wrinkles. The conditions is evaluated and stored in test_svn._svn_check. | ||||
| * | Delint (remove unused imports, excess whitespace, unnecessary syntax, and ↵ | Jason R. Coombs | 2013-11-05 | 1 | -19/+2 |
| | | | | | unused variables) | ||||
| * | Tweaks to get everything to pass again. | Philip Thiem | 2013-07-20 | 1 | -7/+8 |
| | | |||||
| * | Additional Tests, Various fixes, and encoding dealings | Philip Thiem | 2013-07-20 | 1 | -118/+187 |
| | | |||||
| * | 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 |
| | | | | | have to emulate zipfile extract on py2.5 and earlier for tests | ||||
| * | consolidated externals and enteries because enteries need to file to | Philip Thiem | 2013-07-04 | 1 | -8/+5 |
| | | | | | | interate over and both get called by the same callback. pep8 on svn_utils | ||||
| * | 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 | 1 | -34/+51 |
| | | | | | Several fixes to get the code to pass the tests | ||||
| * | Added an svn test module (needs fixing) | Philip Thiem | 2013-06-30 | 1 | -0/+73 |
| Added a small externals example for tests (currently not used) | |||||
