summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| | | | | | | | | | | | | | | | Scanning of these files was fixed in commit 2479772eeea7.
* | | | Merged in msabramo/distribute_msabramo_py33 (pull request #10)Jason R. Coombs2012-07-213-4/+21
|\ \ \ \
| * \ \ \ Merge pull request #12Jason R. Coombs2012-07-212-4/+19
| |\ \ \ \
| | * | | | Reorganized importsJason R. Coombs2012-07-211-1/+9
| | | | | |
| | * | | | When writing out scripts, respect the users umaskJustin Azoff2012-05-122-4/+11
| | | | | |
| * | | | | Issue #283 bdist_egg issues with python 3.3.0aXJim Fulton2012-07-141-0/+2
| |/ / / /
* | | | | Add tests and fix for marshal.load of pyc files on Python 3.3Marc Abramowitz2012-06-261-1/+5
|/ / / / | | | | | | | | | | | | | | | | Fixes https://bitbucket.org/tarek/distribute/issue/283/bdist_egg-issues-with-python-330ax
* | | | 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 ↵Jason R. Coombs2012-03-301-15/+27
| | | | | | | | | | | | | | | | setup process. This approach works (compared to the previous setopt approach which did not).
* | | | 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 ↵Jason R. Coombs2012-02-081-16/+20
| | | | | | | | | | | | | | | | converted to Python 3 syntax when built on Python 3. Fixes #273.
| * | | 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 ↵Jason R. Coombs2012-01-201-4/+14
| | | | | | | | | | | | | | | | necessary. Fixes #269.
| * | | Reverting 1a1ab844f03e due to issue 250Guy Rozendorn (guyr2011-10-073-134/+6
| | | |
| * | | Revert 8d1cb51a01b6 because of issue #250Guy Rozendorn (guyr2011-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 ↵guyroz2011-09-203-7/+136
| | | | | | | | | | | | | | | | section without a repository value
| * | | 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 ↵Erik Bray2011-08-301-1/+21
|/ / / | | | | | | | | | easy_install command to take a '-' argument which simply means 'don't run', so that arguments can be passed to the easy_install command from the comannd line without running it.
* | | 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 ↵Jason R. Coombs2011-08-011-1/+1
| | | | | | | | | | | | arg unpacking
* | | 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
| | | | | | | | | | Type of distutils.command.build_scripts.first_line_re has been changed by the fix for http://bugs.python.org/issue10419.
* | Fixing #200agroszer2011-04-151-1/+2
| |
* | Fix for issue192Jason R. Coombs2011-03-161-1/+5
| |
* | Use different version of py3.2 fix from Vinay SajipToshio 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
| | | | | | | | Fixes #184
* | Adding DATA/LIB/site-packages to the list of prefixes searched in an exe ↵Robert Myers2010-12-041-1/+2
| | | | | | | | file during installation.
* | fixed typo - thanks to Ted TibbetsTarek Ziade2010-09-211-1/+1
| |
* | fixed the edit mode when its used by setuptools fixes #174Tarek Ziade2010-07-151-1/+2
| |
* | merging changes relates #142Tarek Ziade2010-07-031-4/+3
|\ \
| * | make HAS_USER_SITE depend on site.ENABLE_USER_SITERonny Pfannschmidt2010-05-211-4/+3
| | |
* | | BUG: Fix #142 - easy_install ignore locally installed packages.David Cournapeau2010-05-201-1/+2
|/ / | | | | | | Backport from setuptools 0.6c10.
* | account for the possibility that site.ENABLE_USER_SITE may be FalseRonny Pfannschmidt2010-05-071-3/+2
| |
* | removed pdbTarek Ziade2010-05-061-5/+1
| |
* | make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-063-4/+12
| |
* | respect the sys.dont_write_bytecode flag. Fixes #147Tarek Ziade2010-05-061-1/+5
| |