summaryrefslogtreecommitdiff
path: root/setuptools/command/egg_info.py
Commit message (Expand)AuthorAgeFilesLines
* Make egg_info command write out setup requirementsbaserock/richardipsum/pip-7.0-rebasebaserock/masterRichard Ipsum2014-11-181-0/+6
* make order of lines in top_level.txt deterministicBenedikt Morbach2014-08-071-1/+1
* Backed out changeset: be37eff86c76Jason R. Coombs2014-08-211-1/+1
* make order of lines in top_level.txt deterministicBenedikt Morbach2014-08-071-1/+1
* Resave with excess whitespace removedJason R. Coombs2014-07-021-1/+1
* Merge pull-request #575.3Jason R. Coombs2014-06-281-5/+5
|\
| * Prune paths file list starting with (RCS|CVS|.svn) as well as path withPhilip Thiem2014-04-231-1/+2
| * Applied Patch from cazabon to handle svn tag revisionsPhilip Thiem2014-04-161-3/+4
* | Fixed PEP 8 compliancy of the setuptools.command packageAlex Gr?nholm2014-06-181-43/+57
* | Use compat's StringIO. Should fix bitbucket #213Matthew Iversen2014-06-021-3/+2
|/
* Restore Python 2 compatibility.Jason R. Coombs2014-05-171-1/+1
* Use StringIO to write out requirements. Use more common convention of adding ...Jason R. Coombs2014-05-171-4/+12
* Write requirements in a deterministic order.Jason R. Coombs2014-05-171-1/+2
* Extract variableJason R. Coombs2014-05-171-1/+2
* Use PY3 and PY2 throughoutJason R. Coombs2014-05-171-1/+1
* with_statement is available naturally in Python 2.6Jason R. Coombs2014-05-171-3/+2
* In corporate the old unicode with the spirit of what the FileList updating.Philip Thiem2014-05-171-6/+25
* with_statements and output utf-8 outputPhilip Thiem2014-05-171-6/+9
* Add a _repair method to repair the FileList after unsafe entries have been ad...Jason R. Coombs2014-05-161-0/+12
* Also override extend to check paths for safety.Jason R. Coombs2014-05-161-0/+3
* Move Python 3 code to the body of the functionJason R. Coombs2014-05-161-9/+8
* Use compat for Python 3 detectionJason R. Coombs2014-05-161-2/+2
* Extract _safe_pathJason R. Coombs2014-05-161-3/+6
* ReindentJason R. Coombs2014-05-161-2/+2
* Fix failure on non-Windows systemsJason R. Coombs2014-05-161-2/+1
* FileList.append already excludes files that are not UTF-8 encodable, so rely ...Jason R. Coombs2014-05-151-14/+1
* 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
* 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.yyfeng886252014-03-211-2/+1
* 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
* Additional Tests, Various fixes, and encoding dealingsPhilip Thiem2013-07-201-1/+1
* fixed some issues with OSErrorPhilip Thiem2013-07-051-1/+1
* urlparse --> urllib.parse in py3Philip Thiem2013-07-051-1/+1
* get_svn_method now direectly called svn_utils.parse_revisionPhilip Thiem2013-07-041-25/+1
* Finished some 1.7 tests, and updated the zip file to include the .svn dirsPhilip Thiem2013-06-301-1/+1
* minor naming issues in egg_info.pyPhilip Thiem2013-06-301-2/+2
* Added SVNTextEntries for the moment as a fallback for no SVN/Rev8-10Philip Thiem2013-06-301-27/+9
* Quick addition to get past svn test in another package.Philip Thiem2013-06-281-4/+17
* Merge with 0.7.40.8b2Jason R. Coombs2013-06-191-4/+6
|\
| * Merge Python 3 native support from distributeJason R. Coombs2013-06-181-11/+11
| |\
| * \ Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-18/+28
| |\ \
| * \ \ Merge with upstreamJason R. Coombs2013-06-181-4/+6
| |\ \ \
| | * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-4/+6