summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Merge setuptools/command/*Jason R. Coombs2013-05-046-61/+91
|\
| * Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.pyJason R. Coombs2013-05-036-59/+141
* | Merge setuptools.command.easy_installJason R. Coombs2013-05-031-7/+6
|\ \ | |/
| * Copy changes to easy_install.py from 1aae1efe5733Jason R. Coombs2013-05-031-11/+52
* | Merge setuptools.archive_util and setuptools.archive_util and setuptools.dependsJason R. Coombs2013-05-033-27/+23
|\ \ | |/
| * Copy changes to setuptools/archive_util.py setuptools/depends.py setuptools/e...Jason R. Coombs2013-05-033-20/+20
* | Merge dist moduleJason R. Coombs2013-05-031-9/+43
|\ \ | |/
| * Copy changes to dist.py from 1aae1efe5733Jason R. Coombs2013-05-031-6/+47
* | Merge package_index moduleJason R. Coombs2013-03-201-27/+59
|\ \ | |/
| * Copy changes to package_index from 1aae1efe5733Jason R. Coombs2013-03-201-36/+77
* | Merged sandbox moduleJason R. Coombs2013-03-201-9/+38
|\ \ | |/
| * Update sandbox.py to latest from setuptools-0.6Jason R. Coombs2013-03-201-19/+60
* | Move where add_defaults is defined to align with setuptoolsJason R. Coombs2013-05-031-21/+21
* | easy_install once again honors setup.cfg if found in the current directoryJason R. Coombs2013-05-032-42/+1
* | Backed out improper fix for distribute issue #174Jason R. Coombs2013-05-031-2/+1
* | Distributions are once again installed as zipped eggs by default.Jason R. Coombs2013-05-031-1/+1
* | Updated a couple more references from Distribute to SetuptoolsJason R. Coombs2013-03-191-2/+2
* | Removed tests relevant to the co-existence of distribute and setuptools; reta...Jason R. Coombs2013-03-191-37/+6
* | Updated references in tests to refer to setuptools in favor of distributeJason R. Coombs2013-03-192-7/+7
* | Backed out distribute-specific reference in setuptools packageJason R. Coombs2013-03-031-11/+1
* | Backed out distribute-specific references in package_index moduleJason R. Coombs2013-03-031-2/+2
* | Back out distribute-specific references in easy_install command moduleJason R. Coombs2013-03-031-6/+7
* | Backed out changeset: d0a8d1a83053Jason R. Coombs2013-02-161-17/+3
* | Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-297-16/+43
* | Disable workaround for Jython scripts on Linux systems.Arfrever Frehtes Taifersar Arahesis2012-11-272-0/+15
* | Fix 1 failure with Jython 2.5 and 2.7.Arfrever Frehtes Taifersar Arahesis2012-11-271-2/+2
* | Fix 2 errors with Jython 2.5.Arfrever Frehtes Taifersar Arahesis2012-11-261-1/+4
* | Backed out changeset: 98a9f9dcce0e; Fixes #335.Jason R. Coombs2012-11-262-107/+40
* | Fix some DeprecationWarnings and ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-11-262-11/+11
* | Do not use assertGreater(), which was introduced in Python 2.7 and 3.1.Arfrever Frehtes Taifersar Arahesis2012-11-261-1/+1
* | MergeJason R. Coombs2012-11-242-42/+108
|\ \
| * | Fixes and adds a regression test for #323; required adding some new keyword a...Erik Bray2012-09-112-40/+107
* | | Merged in hollobon/distribute (pull request #29)Jason R. Coombs2012-11-241-1/+4
|\ \ \
| * | | Decode contents of pth file within self-extracting exe on Python 3+Pete Hollobon2012-11-221-1/+4
* | | | Added comment and updated CHANGESJason R. Coombs2012-11-241-0/+2
* | | | Don't wrap sys.stdout if it's in the correct encoding already.Gabriel2012-11-231-0/+3
|/ / /
* | | Don't claim support for LANG=C.Stefan H. Holek2012-11-131-1/+1
* | | No need for repr as path is always str.Stefan H. Holek2012-11-121-1/+1
* | | Rid unused import.Stefan H. Holek2012-11-121-1/+0
* | | Can't use 'surrogateescape' in upload_docs either.Stefan H. Holek2012-11-121-6/+2
* | | Accept UTF-8 filenames into the filelist even if LANG=C.Stefan H. Holek2012-11-101-7/+8
* | | Add comments.Stefan H. Holek2012-11-102-0/+2
* | | Windows can store UTF-8 bytes as is.Stefan H. Holek2012-11-101-7/+11
* | | Log file not found message at debug level.Stefan H. Holek2012-11-101-1/+1
* | | Revert yesterday's misguided attempt at being smart.Stefan H. Holek2012-11-101-6/+5
* | | Never skip because of encoding in append.Stefan H. Holek2012-11-101-5/+6
* | | Don't warn about a missing MANIFEST.in.Stefan H. Holek2012-11-051-1/+1
* | | Python 3.0 has no surrogateescape.stefan@epy2012-11-051-1/+1
* | | Warn if filenames cannot be added to the filelist.stefan@epy2012-11-052-2/+10
* | | No longer decompose filename for comparison.Stefan H. Holek2012-11-051-2/+0