summaryrefslogtreecommitdiff
path: root/setuptools/command/egg_info.py
Commit message (Collapse)AuthorAgeFilesLines
...
* FileList.append already excludes files that are not UTF-8 encodable, so rely ↵Jason R. Coombs2014-05-151-14/+1
| | | | on it when building the manifest. Ref #193
* ReindentJason R. Coombs2014-05-151-2/+2
|
* This code path doesn't make sense. If the UnicodeEncodeError occurred above, ↵Jason R. Coombs2014-05-151-4/+0
| | | | it will occur here too.
* Clean up docstringJason R. Coombs2014-05-151-2/+2
|
* Backed out changeset: b0a2fcc5275a Ref #193Jason R. Coombs2014-05-031-1/+2
|
* Python2.x needs encode as well.yyfeng88625@gmail.com2014-03-211-2/+1
| | | | | --HG-- extra : source : ab82442e2205a4ab1016711e482388590688fa15
* Sort entry points when writing so they render consistentlyJason R. Coombs2014-03-161-2/+2
|
* Remove historical comment about compatibility.Jason R. Coombs2013-11-271-1/+0
|
* Prefer paranthetical import to line continuation.Jason R. Coombs2013-11-271-2/+2
|
* Remove import *Jason R. Coombs2013-11-271-2/+2
|
* Normalize whitespace, removing pyflakes warnings.Jason R. Coombs2013-11-271-86/+21
|
* Removed extra stuff in egg_infoPhilip Thiem2013-07-201-2/+0
| | | | | --HG-- extra : rebase_source : 4b3cf921154e759744963b34aaf42018477deb29
* Additional Tests, Various fixes, and encoding dealingsPhilip Thiem2013-07-201-1/+1
| | | | | --HG-- extra : rebase_source : 2734e79e08e194923eab8c70f92cb77bce7daccf
* fixed some issues with OSErrorPhilip Thiem2013-07-051-1/+1
| | | | | | | have to emulate zipfile extract on py2.5 and earlier for tests --HG-- extra : rebase_source : c6ad4eab19a2a454b8b8043d88d9582168f617aa
* urlparse --> urllib.parse in py3Philip Thiem2013-07-051-1/+1
| | | | | --HG-- extra : rebase_source : b845737250a36a725f75aa04109ea357f09955d0
* get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-041-25/+1
| | | | | --HG-- extra : rebase_source : 4af53ce7fcf4d69c0d65800e57fabec7d081ce35
* Finished some 1.7 tests, and updated the zip file to include the .svn dirsPhilip Thiem2013-06-301-1/+1
| | | | | | | Several fixes to get the code to pass the tests --HG-- extra : rebase_source : 76e13888a6efc871cc254076c7e58f201af24472
* minor naming issues in egg_info.pyPhilip Thiem2013-06-301-2/+2
| | | | | --HG-- extra : rebase_source : d5877c7a9fe537d567d557bbcc7e89a596fa3c87
* Added SVNTextEntries for the moment as a fallback for no SVN/Rev8-10Philip Thiem2013-06-301-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 Thiem2013-06-281-4/+17
| | | | | --HG-- extra : rebase_source : a36601a66f574d7c0919b7c885dcae7b820bb7dd
* Merge with 0.7.40.8b2Jason R. Coombs2013-06-191-3/+4
|\
| * Reference parsed svn version variable instead of the whole of the data. ↵0.7.4Jason R. Coombs2013-06-191-1/+1
| | | | | | | | Fixes #20
| * Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). ↵Jason R. Coombs2013-06-191-2/+3
| | | | | | | | egg_info.get_svn_revision is now a staticmethod.
* | Merge Python 3 native support from distributeJason R. Coombs2013-06-181-4/+6
|\ \ | |/ |/| | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-18/+28
| |\ | | | | | | | | | | | | --HG-- branch : distribute
| * \ Merge with upstreamJason R. Coombs2013-06-181-1/+20
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
* | | | Merge setuptools/command/*Jason R. Coombs2013-05-041-11/+11
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge
| * | | Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.pyJason R. Coombs2013-05-031-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 0c89fbb19c269ce1cb3bc3e9ece9864127768169
* | | | Don't claim support for LANG=C.Stefan H. Holek2012-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a366e936bfbce0c92831114e92a9d2c015841b5d
* | | | No need for repr as path is always str.Stefan H. Holek2012-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6784f7ac37d43a341bb8b2466fbf68a082af2bee
* | | | Accept UTF-8 filenames into the filelist even if LANG=C.Stefan H. Holek2012-11-101-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 499443a97846396e5790d80af32050f57f4aa43d
* | | | Add comments.Stefan H. Holek2012-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2d4ac9964b247122715c8296158c97d1f11adf89
* | | | Windows can store UTF-8 bytes as is.Stefan H. Holek2012-11-101-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 99e089901a7dac003a53d53e85b0c08480c86e27
* | | | Log file not found message at debug level.Stefan H. Holek2012-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2c3afe957adc1b3c83f1dfba3d30adf7b0d7b3f3
* | | | Revert yesterday's misguided attempt at being smart.Stefan H. Holek2012-11-101-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 224fb95e8c8ad385a35187c49a102259e03e89a6
* | | | Never skip because of encoding in append.Stefan H. Holek2012-11-101-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 89414e7f828ed2ca2b7118dfd5e17c72ccc44f5b
* | | | Don't warn about a missing MANIFEST.in.Stefan H. Holek2012-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 219c8a4e10da4a319a736c728d162528220d36e1
* | | | Warn if filenames cannot be added to the filelist.stefan@epy2012-11-051-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9fdc3c28b097e191db384cd81319c7a4edccf52b
* | | | When writing the manifest under Python 3, skip filenames that cannot be ↵Stefan H. Holek2012-10-251-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | encoded to UTF-8. --HG-- branch : distribute extra : rebase_source : f1b439267fce37754aac49af15a9e26346950a26
* | | | Use surrogateescape error handler when reading and writing the manifest. ↵Stefan H. Holek2012-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs #303. --HG-- branch : distribute extra : rebase_source : f0231cf87e2478f988f798dfe579f28e7561aeff
* | | | Don't re-use FileList global name in egg_info.py.Stefan H. Holek2012-10-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ac180d4a23ab4fc03c243aa92dd8e6bc42bdabeb
* | | | Revert 86d7748 drive-by commit because of unclear BBB consequences.Stefan H. Holek2012-10-151-14/+0
| |_|/ |/| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2fb9a6ec09184e238551be4d0ea908e719badd27
* | | Fix duplicate application of version tags in 'egg_info' command. Fixes #299.Stefan H. Holek2012-10-081-1/+6
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9f6fb87944bc3b9828b04bf8ac5ba7b3a40bfc95
* | | Make sure the manifest never contains decomposed UTF-8.Stefan H. Holek2012-10-081-0/+14
| |/ |/| | | | | | | | | --HG-- branch : distribute extra : rebase_source : 0e0fb3beac56f66f12670ec69ebfd3996d12d912
* | Explicitly encode data as UTF-8 before writing to a binary file.Martin v. Löwis2009-09-121-2/+7
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c9de4f92e3e50dd88fd1d29e2a9b2f3288fd4b88
* | Apply patch from pjenvey. Closes #3.Hanno Schlichting2009-07-161-0/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3a61d0692c74559b140c179dcc5f4ac4905bb982
* | #1 Added compatibility with Subversion 1.6.Tarek Ziadé2009-07-161-2/+2
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 40579bb8174f21d24968ce698711c66f624c0839
* Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk)PJ Eby2008-08-211-6/+6
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065955
* Backport egg_info SVN fix from trunkPJ Eby2008-07-241-2/+2
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065223