| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prefer packaging library if available. | Jason R. Coombs | 2014-09-27 | 1 | -2/+9 |
| | | |||||
| * | Fix indent | Jason R. Coombs | 2014-09-27 | 1 | -2/+1 |
| | | |||||
| * | Merge github pull request #13 (dstufft/setuptools:use-packaging). | Jason R. Coombs | 2014-09-27 | 1 | -1/+7 |
| |\ | |||||
| | * | Implement PEP 440 by using the packaging library | Donald Stufft | 2014-09-25 | 1 | -1/+7 |
| | | | |||||
| | * | Backed out changeset: be37eff86c76 | Jason R. Coombs | 2014-08-21 | 1 | -1/+1 |
| | | | | | | | | | Syntax was invalid. | ||||
| * | | [Fix/Typo] Fix missing parenthesis in egg_info.py | Hugues Lerebours | 2014-08-18 | 1 | -1/+1 |
| |/ | | | | Syntax error introduced in be37eff86c761a399c1ec98b0e5eeed9a90c9cd7 | ||||
| * | make order of lines in top_level.txt deterministic | Benedikt Morbach | 2014-08-07 | 1 | -1/+1 |
| | | | | | like it was done for requirements and entry_points | ||||
| * | Resave with excess whitespace removed | Jason R. Coombs | 2014-07-02 | 1 | -1/+1 |
| | | |||||
| * | Merge pull-request #575.3 | Jason R. Coombs | 2014-06-28 | 1 | -5/+5 |
| |\ | | | | | | | | | --HG-- extra : amend_source : 9576c3d20e8d3bcb3b951cd2f588e782f885ebe6 | ||||
| | * | Prune paths file list starting with (RCS|CVS|.svn) as well as path with | Philip Thiem | 2014-04-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | such sub directories. --HG-- branch : develop extra : rebase_source : 2b3326fe668e880b351b0d5f388472239d915d58 | ||||
| | * | Applied Patch from cazabon to handle svn tag revisions | Philip Thiem | 2014-04-16 | 1 | -3/+4 |
| | | | | | | | | | | | | | --HG-- branch : develop extra : rebase_source : 571dac8142fc43b54bcd0302598766b0bb9e13ff | ||||
| * | | Fixed PEP 8 compliancy of the setuptools.command package | Alex Grönholm | 2014-06-18 | 1 | -43/+57 |
| | | | |||||
| * | | Use compat's StringIO. Should fix bitbucket #213 | Matthew Iversen | 2014-06-02 | 1 | -3/+2 |
| |/ | | | | | | | https://bitbucket.org/pypa/setuptools/issue/213/regression-setuptools-37-installation --HG-- extra : source : 182f68beacf5e436609fb7d1064a18279cbbd24a | ||||
| * | Restore Python 2 compatibility. | Jason R. Coombs | 2014-05-17 | 1 | -1/+1 |
| | | |||||
| * | Use StringIO to write out requirements. Use more common convention of adding ↵ | Jason R. Coombs | 2014-05-17 | 1 | -4/+12 |
| | | | | | newline to each line of the file, not just intervening lines. | ||||
| * | Write requirements in a deterministic order. | Jason R. Coombs | 2014-05-17 | 1 | -1/+2 |
| | | |||||
| * | Extract variable | Jason R. Coombs | 2014-05-17 | 1 | -1/+2 |
| | | |||||
| * | Use PY3 and PY2 throughout | Jason R. Coombs | 2014-05-17 | 1 | -1/+1 |
| | | |||||
| * | with_statement is available naturally in Python 2.6 | Jason R. Coombs | 2014-05-17 | 1 | -3/+2 |
| | | |||||
| * | In corporate the old unicode with the spirit of what the FileList updating. | Philip Thiem | 2014-05-17 | 1 | -6/+25 |
| | | | | | | --HG-- extra : source : 199c917b8a0be209144878872269c3bd08936d6a | ||||
| * | with_statements and output utf-8 output | Philip Thiem | 2014-05-17 | 1 | -6/+9 |
| | | | | | | | | | | | *Since py2.5 has been dropped, we can use future imports to make use of with statements. *End goal was to always decode to utf-8 in write_file on 307 --HG-- extra : rebase_source : 502ea7128f4e3b843b16c6d64d6d0b2ac56ce87d | ||||
| * | Add a _repair method to repair the FileList after unsafe entries have been ↵ | Jason R. Coombs | 2014-05-16 | 1 | -0/+12 |
| | | | | | added. | ||||
| * | Also override extend to check paths for safety. | Jason R. Coombs | 2014-05-16 | 1 | -0/+3 |
| | | |||||
| * | Move Python 3 code to the body of the function | Jason R. Coombs | 2014-05-16 | 1 | -9/+8 |
| | | |||||
| * | Use compat for Python 3 detection | Jason R. Coombs | 2014-05-16 | 1 | -2/+2 |
| | | |||||
| * | Extract _safe_path | Jason R. Coombs | 2014-05-16 | 1 | -3/+6 |
| | | |||||
| * | Reindent | Jason R. Coombs | 2014-05-16 | 1 | -2/+2 |
| | | |||||
| * | Fix failure on non-Windows systems | Jason R. Coombs | 2014-05-16 | 1 | -2/+1 |
| | | |||||
| * | FileList.append already excludes files that are not UTF-8 encodable, so rely ↵ | Jason R. Coombs | 2014-05-15 | 1 | -14/+1 |
| | | | | | on it when building the manifest. Ref #193 | ||||
| * | Reindent | Jason R. Coombs | 2014-05-15 | 1 | -2/+2 |
| | | |||||
| * | This code path doesn't make sense. If the UnicodeEncodeError occurred above, ↵ | Jason R. Coombs | 2014-05-15 | 1 | -4/+0 |
| | | | | | it will occur here too. | ||||
| * | Clean up docstring | Jason R. Coombs | 2014-05-15 | 1 | -2/+2 |
| | | |||||
| * | Backed out changeset: b0a2fcc5275a Ref #193 | Jason R. Coombs | 2014-05-03 | 1 | -1/+2 |
| | | |||||
| * | Python2.x needs encode as well. | yyfeng88625@gmail.com | 2014-03-21 | 1 | -2/+1 |
| | | | | | | --HG-- extra : source : ab82442e2205a4ab1016711e482388590688fa15 | ||||
| * | Sort entry points when writing so they render consistently | Jason R. Coombs | 2014-03-16 | 1 | -2/+2 |
| | | |||||
| * | Remove historical comment about compatibility. | Jason R. Coombs | 2013-11-27 | 1 | -1/+0 |
| | | |||||
| * | Prefer paranthetical import to line continuation. | Jason R. Coombs | 2013-11-27 | 1 | -2/+2 |
| | | |||||
| * | Remove import * | Jason R. Coombs | 2013-11-27 | 1 | -2/+2 |
| | | |||||
| * | Normalize whitespace, removing pyflakes warnings. | Jason R. Coombs | 2013-11-27 | 1 | -86/+21 |
| | | |||||
| * | Removed extra stuff in egg_info | Philip Thiem | 2013-07-20 | 1 | -2/+0 |
| | | | | | | --HG-- extra : rebase_source : 4b3cf921154e759744963b34aaf42018477deb29 | ||||
| * | Additional Tests, Various fixes, and encoding dealings | Philip Thiem | 2013-07-20 | 1 | -1/+1 |
| | | | | | | --HG-- extra : rebase_source : 2734e79e08e194923eab8c70f92cb77bce7daccf | ||||
| * | fixed some issues with OSError | Philip Thiem | 2013-07-05 | 1 | -1/+1 |
| | | | | | | | | have to emulate zipfile extract on py2.5 and earlier for tests --HG-- extra : rebase_source : c6ad4eab19a2a454b8b8043d88d9582168f617aa | ||||
| * | urlparse --> urllib.parse in py3 | Philip Thiem | 2013-07-05 | 1 | -1/+1 |
| | | | | | | --HG-- extra : rebase_source : b845737250a36a725f75aa04109ea357f09955d0 | ||||
| * | get_svn_method now direectly called svn_utils.parse_revision | Philip Thiem | 2013-07-04 | 1 | -25/+1 |
| | | | | | | --HG-- extra : rebase_source : 4af53ce7fcf4d69c0d65800e57fabec7d081ce35 | ||||
| * | Finished some 1.7 tests, and updated the zip file to include the .svn dirs | Philip Thiem | 2013-06-30 | 1 | -1/+1 |
| | | | | | | | | Several fixes to get the code to pass the tests --HG-- extra : rebase_source : 76e13888a6efc871cc254076c7e58f201af24472 | ||||
| * | minor naming issues in egg_info.py | Philip Thiem | 2013-06-30 | 1 | -2/+2 |
| | | | | | | --HG-- extra : rebase_source : d5877c7a9fe537d567d557bbcc7e89a596fa3c87 | ||||
| * | Added SVNTextEntries for the moment as a fallback for no SVN/Rev8-10 | Philip Thiem | 2013-06-30 | 1 | -27/+9 |
| | | | | | | | | | Added Externals processing for all formats Will use dir-prop[-base] as a fallback otherwise CMD. --HG-- extra : rebase_source : dc27f779f22d5f9795c425b92d34db29d62b495d | ||||
| * | Quick addition to get past svn test in another package. | Philip Thiem | 2013-06-28 | 1 | -4/+17 |
| | | | | | | --HG-- extra : rebase_source : a36601a66f574d7c0919b7c885dcae7b820bb7dd | ||||
| * | Merge with 0.7.40.8b2 | Jason R. Coombs | 2013-06-19 | 1 | -3/+4 |
| |\ | |||||
| | * | Reference parsed svn version variable instead of the whole of the data. ↵0.7.4 | Jason R. Coombs | 2013-06-19 | 1 | -1/+1 |
| | | | | | | | | | Fixes #20 | ||||
