summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Skip undecodable filenames in read_manifest as well.Stefan H. Holek2012-11-011-2/+5
* Keep 'surrogateescape' when reading the manifest, to avoid breaking on bad in...Stefan H. Holek2012-10-261-1/+2
* When writing the manifest under Python 3, skip filenames that cannot be encod...Stefan H. Holek2012-10-252-2/+14
* Miscellaneous updates to the upload_docs command.Stefan H. Holek2012-10-191-54/+74
* Use surrogateescape error handler when reading and writing the manifest. Refs...Stefan H. Holek2012-10-172-2/+2
* Don't re-use FileList global name in egg_info.py.Stefan H. Holek2012-10-161-2/+2
* Revert 86d7748 drive-by commit because of unclear BBB consequences.Stefan H. Holek2012-10-151-14/+0
* Fix duplicate application of version tags in 'egg_info' command. Fixes #299.Stefan H. Holek2012-10-081-1/+6
* marshall.load() does not necessarily raise ValueError. Fixes #283.Stefan H. Holek2012-10-081-6/+6
* Remove a missing fixer warning which showed during normal operations. Fixes #...Stefan H. Holek2012-10-081-4/+2
* Read and write manifest in UTF-8 under Python 3. Fixes #303.Stefan H. Holek2012-10-081-0/+27
* 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