summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Restore Python 2.4 compatible syntaxJason R. Coombs2013-05-241-1/+1
* First round of prepping setuptools for inclusion in Python 2.5: movePJ Eby2006-04-142-1/+84
* Use a wrapper to ensure unique values on find_external_links. Factors out uni...Jason R. Coombs2013-05-242-9/+26
* Add unique_everseen from Python 2.7 docsJason R. Coombs2013-05-241-0/+19
* actually filter the linksDirley Rodrigues2013-02-041-0/+2
* avoid naming problemsDirley Rodrigues2013-02-041-7/+7
* Improve external links finder to not yield duplicate links.Dirley Rodrigues2013-02-041-2/+8
* don't decode in python 2.x. that's my oopsPhilip Thiem2013-02-161-4/+1
* old win wrapper script not expecting return values from write()Philip Thiem2013-02-161-18/+43
* There were some failing tests on windows. I assume this is a NTFS vs FAT orPhilip Thiem2013-02-161-6/+24
* Backout the pkg_resources.py fixPhilip Thiem2013-02-161-2/+4
* A few non-python 3 print statementsPhilip Thiem2013-02-041-12/+12
* Extract get_win_launcher functionJason R. Coombs2013-05-191-9/+22
* issue #376: copying cli-32.exe to cli.exe and gui-32.exe to gui.exe to preven...guy@guyr-air.infinidat.com2013-05-132-0/+0
* MergeJason R. Coombs2013-05-1110-3/+6
|\
| * Updated tests of win_script_wrapper to use 32-bit wrappersJason R. Coombs2013-05-111-3/+3
| * Removing legacy word-size-agnostic launchers.Jason R. Coombs2013-05-092-0/+0
| * Use x64 cross tools for building 64-bit launcher. I'm suspicious the only imp...Jason R. Coombs2013-05-094-0/+0
| * Rebuilt the launcher using MS Windows SDK 6.1 with the /SUBSYSTEM parametersJason R. Coombs2013-05-084-0/+0
| * ARM executables rebuilt.Grigory Petrov2013-05-082-0/+0
| * Respected project coding standard.Grigory Petrov2013-04-031-1/+1
| * Respected PEP-8.Grigory Petrov2013-04-031-1/+1
| * Added support for Windows RT (arm).Grigory Petrov2013-04-033-0/+3
* | decode manifest bytes(utf-8) to string first if py version is 3wyj1046@gmail.com2013-05-051-1/+4
* | Include a launcher manifest for console scripts to prevent undesirable UAC el...Jason R. Coombs2013-05-042-0/+28
* | Update release notes and comment to provide a bit more detail about the issue...0.6.36Jason R. Coombs2013-04-051-2/+3
* | Fix for PermissionError when installing on Python 3.3: __pycache__ dir inside...rlacko2013-02-191-0/+3
|/
* 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