aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Make sure the manifest never contains decomposed UTF-8.Stefan H. Holek2012-10-081-0/+14
* Purge modules under test from sys.modules prior to running tests. Fixes #301.Stefan H. Holek2012-10-081-0/+17
* Merged in embray/distribute/fix-sdist (pull request #4)Jason R. Coombs2012-09-051-0/+8
|\
| * This allows the sdist command to ensure that any files listed in package_data...Erik Bray2012-02-131-0/+8
* | Issue #310: Non-ascii characters in a namespace __init__.py causes errors.Lennart Regebro2012-08-221-2/+2
* | Issue #313: Support for sdist subcommands (Python 2.7)Lennart Regebro2012-08-221-1/+11
* | Merged the two lists of acceptable names of README.txtLennart Regebro2012-08-221-4/+5
* | Issue #307: Prints the full path when .svn/entries is broken.Lennart Regebro2012-08-221-1/+1
* | Issue #306: Even if 2to3 is used, we build in-place under Python 2.Lennart Regebro2012-08-222-3/+3
* | Added fix for the develop command, #299.Lennart Regebro2012-08-211-5/+29
* | Add failing test for #301.Lennart Regebro2012-08-211-1/+2
* | Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3.Arfrever Frehtes Taifersar Arahesis2012-07-251-2/+0
* | Merged in msabramo/distribute_msabramo_py33 (pull request #10)Jason R. Coombs2012-07-211-1/+5
|\ \
| * | Add tests and fix for marshal.load of pyc files on Python 3.3Marc Abramowitz2012-06-261-1/+5
* | | Merge pull request #12Jason R. Coombs2012-07-211-0/+2
|\ \ \
| * | | Issue #283 bdist_egg issues with python 3.3.0aXJim Fulton2012-07-141-0/+2
| |/ /
* | | Reorganized importsJason R. Coombs2012-07-211-1/+9
* | | When writing out scripts, respect the users umaskJustin Azoff2012-05-122-4/+11
|/ /
* | README.rst is now a standardAlex Clark2012-04-221-1/+1
* | Fix typo in protocol_version. Thanks aclark!Jason R. Coombs2012-04-161-1/+1
* | Yet another approach - invoking setopt directly prior to invoking a new setup...Jason R. Coombs2012-03-301-15/+27
* | Put the setopt directives before bdist_eggJason R. Coombs2012-03-291-18/+16
* | Another attempt at a fix that uses setopt instead of hacking easy_installJason R. Coombs2012-03-291-10/+8
* | Merge with defaultJason R. Coombs2012-03-296-29/+66
|\|
| * Now load legacy scripts wrappers from templates in the package, which get con...0.6.25Jason R. Coombs2012-02-081-16/+20
| * Fix #272 - TypeError when namespace_package is unicodeJason R. Coombs2012-02-061-0/+2
| * Remove grody hack for later versions of Python where it is no longer necessar...Jason R. Coombs2012-01-201-4/+14
| * Reverting 1a1ab844f03e due to issue 250Guy Rozendorn (guyr@infinidat.com)2011-10-073-134/+6
| * Revert 8d1cb51a01b6 because of issue #250Guy Rozendorn (guyr@infinidat.com)2011-10-071-4/+1
| * Added options to exclude 2to3 fixers. Fixes #249Jason R. Coombs2011-10-041-7/+21
| * Issue #246guyroz2011-09-221-1/+3
| * Issue #244 raises ValueError in upload and register commands if using a secti...guyroz2011-09-203-7/+136
| * Issue #238: using 65bit wrappers on Python64bit on windowsguyroz2011-09-171-1/+8
* | First stab at a fix. The hack that allows it to work is that it allows the ea...Erik Bray2011-08-301-1/+21
|/
* Fix NameError on Python 2.4, 2.5; reference #225Jason R. Coombs2011-08-201-1/+1
* don't use ternary operator - fixes #225Tarek Ziade2011-08-201-1/+4
* Corrected ValueError introduced in the last commit due to incorrect use of ar...Jason R. Coombs2011-08-011-1/+1
* Fix issue where easy_install fails on Python 3 on windows installer. Fixes #212Jason R. Coombs2011-07-251-1/+10
* Support Python >=3.1.4 and >=3.2.1.Arfrever Frehtes Taifersar Arahesis2011-05-111-0/+5
* Fixing #200agroszer2011-04-151-1/+2
* Fix for issue192Jason R. Coombs2011-03-161-1/+5
* Use different version of py3.2 fix from Vinay Sajip0.6.15Toshio Kuratomi2011-03-121-6/+2
* Fix for easy_install running on python-3.2Toshio Kuratomi2011-02-221-0/+6
* Remove spurious message 'install_dir'Jonathan Ballet2010-11-061-1/+1
* Adding DATA/LIB/site-packages to the list of prefixes searched in an exe file...Robert Myers2010-12-041-1/+2
* fixed typo - thanks to Ted TibbetsTarek Ziade2010-09-211-1/+1
* fixed the edit mode when its used by setuptools fixes #1740.6.14Tarek Ziade2010-07-151-1/+2
* merging changes relates #142Tarek Ziade2010-07-031-1/+2
|\
| * BUG: Fix #142 - easy_install ignore locally installed packages.David Cournapeau2010-05-201-1/+2
* | make HAS_USER_SITE depend on site.ENABLE_USER_SITERonny Pfannschmidt2010-05-211-4/+3
|/