Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Issue #310: Non-ascii characters in a namespace __init__.py causes errors. | Lennart Regebro | 2012-08-22 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Issue #313: Support for sdist subcommands (Python 2.7) | Lennart Regebro | 2012-08-22 | 1 | -1/+11 | |
| | | | | ||||||
* | | | | Merged the two lists of acceptable names of README.txt | Lennart Regebro | 2012-08-22 | 1 | -4/+5 | |
| | | | | ||||||
* | | | | Issue #307: Prints the full path when .svn/entries is broken. | Lennart Regebro | 2012-08-22 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #306: Even if 2to3 is used, we build in-place under Python 2. | Lennart Regebro | 2012-08-22 | 2 | -3/+3 | |
| | | | | ||||||
* | | | | Added fix for the develop command, #299. | Lennart Regebro | 2012-08-21 | 1 | -5/+29 | |
| | | | | ||||||
* | | | | Add failing test for #301. | Lennart Regebro | 2012-08-21 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3. | Arfrever Frehtes Taifersar Arahesis | 2012-07-25 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | Scanning of these files was fixed in commit 2479772eeea7. | |||||
* | | | | Merged in msabramo/distribute_msabramo_py33 (pull request #10) | Jason R. Coombs | 2012-07-21 | 3 | -4/+21 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #12 | Jason R. Coombs | 2012-07-21 | 2 | -4/+19 | |
| |\ \ \ \ | ||||||
| | * | | | | Reorganized imports | Jason R. Coombs | 2012-07-21 | 1 | -1/+9 | |
| | | | | | | ||||||
| | * | | | | When writing out scripts, respect the users umask | Justin Azoff | 2012-05-12 | 2 | -4/+11 | |
| | | | | | | ||||||
| * | | | | | Issue #283 bdist_egg issues with python 3.3.0aX | Jim Fulton | 2012-07-14 | 1 | -0/+2 | |
| |/ / / / | ||||||
* | | | | | Add tests and fix for marshal.load of pyc files on Python 3.3 | Marc Abramowitz | 2012-06-26 | 1 | -1/+5 | |
|/ / / / | | | | | | | | | | | | | | | | | Fixes https://bitbucket.org/tarek/distribute/issue/283/bdist_egg-issues-with-python-330ax | |||||
* | | | | README.rst is now a standard | Alex Clark | 2012-04-22 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix typo in protocol_version. Thanks aclark! | Jason R. Coombs | 2012-04-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Yet another approach - invoking setopt directly prior to invoking a new ↵ | Jason R. Coombs | 2012-03-30 | 1 | -15/+27 | |
| | | | | | | | | | | | | | | | | setup process. This approach works (compared to the previous setopt approach which did not). | |||||
* | | | | Put the setopt directives before bdist_egg | Jason R. Coombs | 2012-03-29 | 1 | -18/+16 | |
| | | | | ||||||
* | | | | Another attempt at a fix that uses setopt instead of hacking easy_install | Jason R. Coombs | 2012-03-29 | 1 | -10/+8 | |
| | | | | ||||||
* | | | | Merge with default | Jason R. Coombs | 2012-03-29 | 6 | -29/+66 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Now load legacy scripts wrappers from templates in the package, which get ↵ | Jason R. Coombs | 2012-02-08 | 1 | -16/+20 | |
| | | | | | | | | | | | | | | | | converted to Python 3 syntax when built on Python 3. Fixes #273. | |||||
| * | | | Fix #272 - TypeError when namespace_package is unicode | Jason R. Coombs | 2012-02-06 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Remove grody hack for later versions of Python where it is no longer ↵ | Jason R. Coombs | 2012-01-20 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | | necessary. Fixes #269. | |||||
| * | | | Reverting 1a1ab844f03e due to issue 250 | Guy Rozendorn (guyr | 2011-10-07 | 3 | -134/+6 | |
| | | | | ||||||
| * | | | Revert 8d1cb51a01b6 because of issue #250 | Guy Rozendorn (guyr | 2011-10-07 | 1 | -4/+1 | |
| | | | | ||||||
| * | | | Added options to exclude 2to3 fixers. Fixes #249 | Jason R. Coombs | 2011-10-04 | 1 | -7/+21 | |
| | | | | ||||||
| * | | | Issue #246 | guyroz | 2011-09-22 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Issue #244 raises ValueError in upload and register commands if using a ↵ | guyroz | 2011-09-20 | 3 | -7/+136 | |
| | | | | | | | | | | | | | | | | section without a repository value | |||||
| * | | | Issue #238: using 65bit wrappers on Python64bit on windows | guyroz | 2011-09-17 | 1 | -1/+8 | |
| | | | | ||||||
* | | | | First stab at a fix. The hack that allows it to work is that it allows the ↵ | Erik Bray | 2011-08-30 | 1 | -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 #225 | Jason R. Coombs | 2011-08-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | don't use ternary operator - fixes #225 | Tarek Ziade | 2011-08-20 | 1 | -1/+4 | |
| | | | ||||||
* | | | Corrected ValueError introduced in the last commit due to incorrect use of ↵ | Jason R. Coombs | 2011-08-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | arg unpacking | |||||
* | | | Fix issue where easy_install fails on Python 3 on windows installer. Fixes #212 | Jason R. Coombs | 2011-07-25 | 1 | -1/+10 | |
| |/ |/| | ||||||
* | | Support Python >=3.1.4 and >=3.2.1. | Arfrever Frehtes Taifersar Arahesis | 2011-05-11 | 1 | -0/+5 | |
| | | | | | | | | | | Type of distutils.command.build_scripts.first_line_re has been changed by the fix for http://bugs.python.org/issue10419. | |||||
* | | Fixing #200 | agroszer | 2011-04-15 | 1 | -1/+2 | |
| | | ||||||
* | | Fix for issue192 | Jason R. Coombs | 2011-03-16 | 1 | -1/+5 | |
| | | ||||||
* | | Use different version of py3.2 fix from Vinay Sajip | Toshio Kuratomi | 2011-03-12 | 1 | -6/+2 | |
| | | ||||||
* | | Fix for easy_install running on python-3.2 | Toshio Kuratomi | 2011-02-22 | 1 | -0/+6 | |
| | | ||||||
* | | Remove spurious message 'install_dir' | Jonathan Ballet | 2010-11-06 | 1 | -1/+1 | |
| | | | | | | | | Fixes #184 | |||||
* | | Adding DATA/LIB/site-packages to the list of prefixes searched in an exe ↵ | Robert Myers | 2010-12-04 | 1 | -1/+2 | |
| | | | | | | | | file during installation. | |||||
* | | fixed typo - thanks to Ted Tibbets | Tarek Ziade | 2010-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | fixed the edit mode when its used by setuptools fixes #174 | Tarek Ziade | 2010-07-15 | 1 | -1/+2 | |
| | | ||||||
* | | merging changes relates #142 | Tarek Ziade | 2010-07-03 | 1 | -4/+3 | |
|\ \ | ||||||
| * | | make HAS_USER_SITE depend on site.ENABLE_USER_SITE | Ronny Pfannschmidt | 2010-05-21 | 1 | -4/+3 | |
| | | | ||||||
* | | | BUG: Fix #142 - easy_install ignore locally installed packages. | David Cournapeau | 2010-05-20 | 1 | -1/+2 | |
|/ / | | | | | | | Backport from setuptools 0.6c10. | |||||
* | | account for the possibility that site.ENABLE_USER_SITE may be False | Ronny Pfannschmidt | 2010-05-07 | 1 | -3/+2 | |
| | | ||||||
* | | removed pdb | Tarek Ziade | 2010-05-06 | 1 | -5/+1 | |
| | | ||||||
* | | make sure all tests passes on all python versions fixes #149 | Tarek Ziade | 2010-05-06 | 3 | -4/+12 | |
| | | ||||||
* | | respect the sys.dont_write_bytecode flag. Fixes #147 | Tarek Ziade | 2010-05-06 | 1 | -1/+5 | |
| | |