summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Collapse)AuthorAgeFilesLines
* Merged in vinay.sajip/setuptools/single-codebase (pull request #5)Jason R. Coombs2013-06-193-5/+16
|\ | | | | | | Additional changes relating to single codebase support
| * Add back accidentally deleted import.Vinay Sajip2013-06-191-0/+1
| | | | | | | | | | --HG-- branch : single-codebase
| * More post-merge fixes.Vinay Sajip2013-06-191-1/+0
| | | | | | | | | | --HG-- branch : single-codebase
| * Post-merge fixes.Vinay Sajip2013-06-191-2/+2
| | | | | | | | | | --HG-- branch : single-codebase
| * Merged upstream changes.Vinay Sajip2013-06-197-17/+21
| |\ | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Misc. updates following 2to3 checks.Vinay Sajip2013-06-175-6/+10
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Updated to fix errors on 2.5.Vinay Sajip2013-06-152-2/+2
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵Vinay Sajip2013-06-1511-52/+68
| | | | | | | | | | | | | | | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). --HG-- branch : single-codebase
* | | Merge with 0.7.40.8b2Jason R. Coombs2013-06-191-3/+4
|\ \ \ | |_|/ |/| |
| * | Reference parsed svn version variable instead of the whole of the data. ↵0.7.4Jason R. Coombs2013-06-191-1/+1
| | | | | | | | | | | | Fixes #20
| * | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). ↵Jason R. Coombs2013-06-191-2/+3
| |/ | | | | | | egg_info.get_svn_revision is now a staticmethod.
* | Merge Python 3 native support from distributeJason R. Coombs2013-06-1811-59/+72
|\ \ | |/ |/| | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-187-87/+182
| |\ | | | | | | | | | | | | --HG-- branch : distribute
| * | Post-merge fixes for Python 3.Vinay Sajip2012-10-101-5/+6
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 6b9041dea7b9197f6ea1fb993d7a05dd4f7c580d
| * | Merge with upstreamJason R. Coombs2013-06-1811-54/+254
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-2011-55/+67
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
* | | | Use new sysconfig module with Python 2.7 or >=3.2.Arfrever Frehtes Taifersar Arahesis2013-06-123-16/+38
| | | |
* | | | Update some URLs (packages.python.org -> pythonhosted.org).Arfrever Frehtes Taifersar Arahesis2013-06-112-5/+5
| | | |
* | | | Update some URLs.Arfrever Frehtes Taifersar Arahesis2013-06-111-1/+1
| | | |
* | | | Merge with distribute 0.6.42Jason R. Coombs2013-05-241-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | First round of prepping setuptools for inclusion in Python 2.5: movePJ Eby2006-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | site.py to setuptools/site-patch.py; reinstate 'python -m easy_install' support; use distutils' "upload" command when running under 2.5. --HG-- branch : distribute extra : source : fbb6c89a74aa47a556a936202d2e50051b067940 extra : histedit_source : 778122fc56bcca6f5a1dbd5a475df11d29028730
* | | | Merge changes from distribute 0.6.41Jason R. Coombs2013-05-241-9/+22
|\ \ \ \ | |/ / / | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * | | Extract get_win_launcher functionJason R. Coombs2013-05-191-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 14dbef22dbc8376cc3632ce53be0d61b7976b889
* | | | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | --HG-- rename : doc/formats.txt => docs/formats.txt
| * | | | Default index URL to use SSL version of PyPIpje2013-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : source : b95868385a32c0103133105788c70850656662c6
| * | | | Tarfile link support, and handle .pyd/.dll files installed as data onPJ Eby2010-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | win32. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4085190
| * | | | Fix quotes handling for GUI scripts on Windows when Python is in aPJ Eby2010-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory with a space in the name. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4084273
| * | | | Fix the elusive "double upload bdist_wininst" bugPJ Eby2009-10-191-13/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075548
| * | | | Release update, fix string.join in README warningPJ Eby2009-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075540
| * | | | Windows 64/Vista UAC fixesPJ Eby2009-10-121-2/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075388
| * | | | Major updates and fixes include:PJ Eby2009-10-126-53/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix for the Python 2.6.3 build_ext API change * Support for the most recent Sourceforge download link insanity * Support for SVN 1.6 * Stop crashing on certain types of HTTP error * Stop re-trying URLs that already failed retrieval once * Fixes for various dependency management problems such as looping builds, re-downloading packages already present on sys.path (but not in a registered "site" directory), and randomly preferring local -f packages over local installed packages * Prevent lots of spurious "already imported from another path" warnings (e.g. when pkg_resources is imported late) * Ensure C libraries (as opposed to extensions) are also built when doing bdist_egg Other changes: * Misc. documentation fixes * Improved Jython support * Fewer warnings under Python 2.6+ * Warn when 'packages' uses paths instead of package names (because it causes other problems, like spurious "already imported" warnings) * Stop using /usr/bin/sw_vers on Mac OS (replaced w/'platform' module calls) Note: This is NOT a merge from Distribute; upon review, many of the tracker-submitted patches used as a basis for forking were incorrect, incomplete, introduced new bugs, or were not addressing the root causes. (E.g., one of the changes in this patch fixes three superficially unrelated issues in the setuptools bug tracker.) Careful review will be required if you want to merge this work back into Distribute. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075385
* | | | | Merge with Distribute 0.6.39Jason R. Coombs2013-05-132-0/+38
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * | | | MergeJason R. Coombs2013-05-111-0/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | * | | | Respected project coding standard.Grigory Petrov2013-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ca79464fdbf6a8765b8928b99c8ef2ab69e35e42
| | * | | | Respected PEP-8.Grigory Petrov2013-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 58252278f993ece0a9b96c58c58f2851fa07e048
| | * | | | Added support for Windows RT (arm).Grigory Petrov2013-04-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c181b8cc551936e48bdc88d9435018d0d9de00b2
| * | | | | decode manifest bytes(utf-8) to string first if py version is 3wyj1046@gmail.com2013-05-051-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1038acda4912af8ac637d0e149630a95f3536dec
| * | | | | Include a launcher manifest for console scripts to prevent undesirable UAC ↵Jason R. Coombs2013-05-042-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elevation for scripts detected as installers (such as easy_install). Fixes #143. --HG-- branch : distribute extra : rebase_source : be6f65eea9c10ce78b6698d8c220b6e5de577292
| * | | | | Update release notes and comment to provide a bit more detail about the ↵0.6.36Jason R. Coombs2013-04-051-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue and to be more consistent with the solution. --HG-- branch : distribute extra : rebase_source : c813a29e831f266d427d4a4bce3da97f475a8eee
| * | | | | Fix for PermissionError when installing on Python 3.3: __pycache__ dir ↵rlacko2013-02-191-0/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inside distutils scripts metadata directory --HG-- branch : distribute extra : rebase_source : e6761715dec0e43a90b54c26f25fa68d97c97938
* | | | | Merge setuptools/command/*Jason R. Coombs2013-05-046-61/+91
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge
| * | | | | Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.pyJason R. Coombs2013-05-036-59/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 0c89fbb19c269ce1cb3bc3e9ece9864127768169
* | | | | | Merge setuptools.command.easy_installJason R. Coombs2013-05-031-7/+6
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge
| * | | | | Copy changes to easy_install.py from 1aae1efe5733Jason R. Coombs2013-05-031-11/+52
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 835ac45ae9db9a12fa13648ac556ac43c85f750b
* | | | | Move where add_defaults is defined to align with setuptoolsJason R. Coombs2013-05-031-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 6728b2be550b4ed4015d5cdc88bc49141bc40878
* | | | | easy_install once again honors setup.cfg if found in the current directoryJason R. Coombs2013-05-031-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 422fc7e84eb2a22aa13df44dea6f138d7c840e83
* | | | | Backed out improper fix for distribute issue #174Jason R. Coombs2013-05-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 28eb706c219004e2dd83dcd1db37d952e8c66908
* | | | | Distributions are once again installed as zipped eggs by default.Jason R. Coombs2013-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : f3b1c801d877734669007ad4f5d8cee091a6c767
* | | | | Back out distribute-specific references in easy_install command moduleJason R. Coombs2013-03-031-6/+7
| |/ / / |/| | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 474b4e90c3c64ac0f8194dd68666bb137fd57988
* | | | Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-294-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868