Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 2014-03-21 | 1 | -2/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Additional Tests, Various fixes, and encoding dealings | Philip Thiem | 2013-07-20 | 1 | -1/+1 | |
| | ||||||
* | 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 | |||||
* | urlparse --> urllib.parse in py3 | Philip Thiem | 2013-07-05 | 1 | -1/+1 | |
| | ||||||
* | get_svn_method now direectly called svn_utils.parse_revision | Philip Thiem | 2013-07-04 | 1 | -25/+1 | |
| | ||||||
* | 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 | |||||
* | minor naming issues in egg_info.py | Philip Thiem | 2013-06-30 | 1 | -2/+2 | |
| | ||||||
* | 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. | |||||
* | Quick addition to get past svn test in another package. | Philip Thiem | 2013-06-28 | 1 | -4/+17 | |
| | ||||||
* | Merge with 0.7.40.8b2 | Jason R. Coombs | 2013-06-19 | 1 | -4/+6 | |
|\ | ||||||
| * | Merge Python 3 native support from distribute | Jason R. Coombs | 2013-06-18 | 1 | -11/+11 | |
| |\ | ||||||
| * \ | Merge Vinay Sajip's unified Python 2/3 support from distribute 3 | Jason R. Coombs | 2013-06-18 | 1 | -18/+28 | |
| |\ \ | ||||||
| * \ \ | Merge with upstream | Jason R. Coombs | 2013-06-18 | 1 | -4/+6 | |
| |\ \ \ | ||||||
| | * | | | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 1 | -4/+6 | |
| | | | | | ||||||
* | | | | | 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 | |||||
* | | | | | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). ↵ | Jason R. Coombs | 2013-06-19 | 1 | -2/+3 | |
| |_|_|/ |/| | | | | | | | | | | | egg_info.get_svn_revision is now a staticmethod. | |||||
* | | | | Merge setuptools/command/* | Jason R. Coombs | 2013-05-04 | 1 | -8/+43 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Don't claim support for LANG=C. | Stefan H. Holek | 2012-11-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | No need for repr as path is always str. | Stefan H. Holek | 2012-11-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Accept UTF-8 filenames into the filelist even if LANG=C. | Stefan H. Holek | 2012-11-10 | 1 | -7/+8 | |
| | | | | ||||||
| * | | | Add comments. | Stefan H. Holek | 2012-11-10 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Windows can store UTF-8 bytes as is. | Stefan H. Holek | 2012-11-10 | 1 | -7/+11 | |
| | | | | ||||||
| * | | | Log file not found message at debug level. | Stefan H. Holek | 2012-11-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Revert yesterday's misguided attempt at being smart. | Stefan H. Holek | 2012-11-10 | 1 | -6/+5 | |
| | | | | ||||||
| * | | | Never skip because of encoding in append. | Stefan H. Holek | 2012-11-10 | 1 | -5/+6 | |
| | | | | ||||||
| * | | | Don't warn about a missing MANIFEST.in. | Stefan H. Holek | 2012-11-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Warn if filenames cannot be added to the filelist. | stefan | 2012-11-05 | 1 | -2/+8 | |
| | | | | ||||||
| * | | | When writing the manifest under Python 3, skip filenames that cannot be ↵ | Stefan H. Holek | 2012-10-25 | 1 | -1/+13 | |
| | | | | | | | | | | | | | | | | encoded to UTF-8. | |||||
| * | | | Use surrogateescape error handler when reading and writing the manifest. ↵ | Stefan H. Holek | 2012-10-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Refs #303. | |||||
| * | | | Don't re-use FileList global name in egg_info.py. | Stefan H. Holek | 2012-10-16 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Revert 86d7748 drive-by commit because of unclear BBB consequences. | Stefan H. Holek | 2012-10-15 | 1 | -14/+0 | |
| |/ / | ||||||
| * | | Fix duplicate application of version tags in 'egg_info' command. Fixes #299. | Stefan H. Holek | 2012-10-08 | 1 | -1/+6 | |
| | | | ||||||
| * | | Make sure the manifest never contains decomposed UTF-8. | Stefan H. Holek | 2012-10-08 | 1 | -0/+14 | |
| |/ |