summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Missing launcher fixesPJ Eby2009-10-192-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075544
| * | | 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-123-2/+43
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075388
| * | | Backport fixes for issues 16 & 23 from trunkPJ Eby2009-10-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075386
| * | | Major updates and fixes include:PJ Eby2009-10-1211-109/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1311-3/+41
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| --HG-- rename : distribute_setup.py => ez_setup.py
| * | MergeJason R. Coombs2013-05-1110-3/+6
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | * | Updated tests of win_script_wrapper to use 32-bit wrappersJason R. Coombs2013-05-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 26421e9ba211b7e14171673c46c45692b6c8501d
| | * | Removing legacy word-size-agnostic launchers.Jason R. Coombs2013-05-092-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5c5d41bbbd0a6731f81cf48afd436be6e9524ec9
| | * | Use x64 cross tools for building 64-bit launcher. I'm suspicious the only ↵Jason R. Coombs2013-05-094-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | impact this will have is to enable building 64-bit launcher on 32-bit hosts. Also rebuilt launchers. --HG-- branch : distribute extra : rebase_source : 329591eb07b9d25717caee614012c8278926559d
| | * | Rebuilt the launcher using MS Windows SDK 6.1 with the /SUBSYSTEM parametersJason R. Coombs2013-05-084-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 35455b8da14f931b6c4b77bb66b85416c3e13ec5
| | * | ARM executables rebuilt.Grigory Petrov2013-05-082-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 385d71111170f3cb8fcdea2fc807d4e409621078
| | * | 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-033-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
* | | | Merge setuptools.archive_util and setuptools.archive_util and setuptools.dependsJason R. Coombs2013-05-033-27/+23
|\ \ \ \ | |/ / / | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge
| * | | Copy changes to setuptools/archive_util.py setuptools/depends.py ↵Jason R. Coombs2013-05-033-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setuptools/extension.py and setuptools/__init__.py from 1aae1efe5733 --HG-- branch : Setuptools-Distribute merge extra : source : a3f8891a67625e751eacbf027d66feff19779da4
* | | | Merge dist moduleJason R. Coombs2013-05-031-9/+43
|\ \ \ \ | |/ / / | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge
| * | | Copy changes to dist.py from 1aae1efe5733Jason R. Coombs2013-05-031-6/+47
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : a79dd619dc8637e5c9b7de32bd8c5389c995dcb9
* | | | Merge package_index moduleJason R. Coombs2013-03-201-27/+59
|\ \ \ \ | |/ / / | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge
| * | | Copy changes to package_index from 1aae1efe5733Jason R. Coombs2013-03-201-36/+77
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : db6acae7b8cfb92007fe8e7ae4f392481b080a00
* | | | Merged sandbox moduleJason R. Coombs2013-03-201-9/+38
|\ \ \ \ | |/ / / | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge
| * | | Update sandbox.py to latest from setuptools-0.6Jason R. Coombs2013-03-201-19/+60
| | |/ | |/| | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 7f4dd650af5779b69ae13fe6a1b4adce386b5489
* | | 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-032-42/+1
| | | | | | | | | | | | | | | | | | --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
* | | Updated a couple more references from Distribute to SetuptoolsJason R. Coombs2013-03-191-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : rebase_source : ad9f8f344d7e705ddc354757fbe741b34b576b1b
* | | Removed tests relevant to the co-existence of distribute and setuptools; ↵Jason R. Coombs2013-03-191-37/+6
| | | | | | | | | | | | | | | | | | | | | | | | retained some tests that are still relevant --HG-- branch : Setuptools-Distribute merge extra : rebase_source : c87a0b28f0bcd679ae5a34770b0f4fb908f2aee3
* | | Updated references in tests to refer to setuptools in favor of distributeJason R. Coombs2013-03-192-7/+7
| | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : rebase_source : 1ffe834b5ecad0e5fd0ae44cb63e6541d9006004
* | | Backed out distribute-specific reference in setuptools packageJason R. Coombs2013-03-031-11/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : c8cbca6cc8241eebe20562282c560d8e620a55c6
* | | Backed out distribute-specific references in package_index moduleJason R. Coombs2013-03-031-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 619f12674c8d42831a59dc805b7b9cbf375a831d
* | | Back out distribute-specific references in easy_install command moduleJason R. Coombs2013-03-031-6/+7
| |/ |/| | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 474b4e90c3c64ac0f8194dd68666bb137fd57988
* | Backed out changeset: d0a8d1a83053Jason R. Coombs2013-02-161-17/+3
| | | | | | | | | | | | | | | | In the discussion in #278, it became clear that the deviance in behavior from setuptools is problemmatic. For compatibility, defer to the setuptools version scheme as specifically intended. --HG-- branch : distribute extra : rebase_source : 1d5cc8c216f974b247e2dc84d8d40c868d6d3639
* | Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-297-16/+43
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868
* | Disable workaround for Jython scripts on Linux systems.Arfrever Frehtes Taifersar Arahesis2012-11-272-0/+15
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 289980b084c335029d93732feb8e02da94472795
* | Fix 1 failure with Jython 2.5 and 2.7.Arfrever Frehtes Taifersar Arahesis2012-11-271-2/+2
| | | | | | | | | | | | | | | | (Now there remain 0 failures and 2 errors with Jython 2.5 and 0 failures and 5 errors with Jython 2.7.) --HG-- branch : distribute extra : rebase_source : 319071404608c4f34616df74bfeaa28d590edd0c
* | Fix 2 errors with Jython 2.5.Arfrever Frehtes Taifersar Arahesis2012-11-261-1/+4
| | | | | | | | | | | | | | | | (Now there remain 1 failure and 2 errors with Jython 2.5 and 1 failure and 5 errors with Jython 2.7.) --HG-- branch : distribute extra : rebase_source : c245820df5090ac5d005ebb7d6c4419145afce53
* | Backed out changeset: 98a9f9dcce0e; Fixes #335.Jason R. Coombs2012-11-262-107/+40
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3f4ff1c880688e6dd72d2fa8fab3c07e7f486a7e
* | Fix some DeprecationWarnings and ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-11-262-11/+11
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1293f856181d35c735670b021e8745208103f640
* | Do not use assertGreater(), which was introduced in Python 2.7 and 3.1.Arfrever Frehtes Taifersar Arahesis2012-11-261-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b0d3166887c9a287fd885e19f804e9d254b8dbc8
* | MergeJason R. Coombs2012-11-242-42/+108
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c0f43d4688762927683ef5f0d4a3e879190dae72