summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| * Fixes and adds a regression test for #323; required adding some new keyword ↵Erik Bray2012-09-112-40/+107
| | | | | | | | | | | | | | | | arguments to existing pkg_resources methods. Also had to update how __path__ is handled for namespace packages to ensure that when a new egg distribution containing a namespace package is placed on sys.path, the entries in __path__ are in the same order they would have been in had that egg been on the path when pkg_resources was first imported --HG-- branch : distribute extra : rebase_source : 63a120c9397f6619d2768ec982e5c6b664c97e40
* | Merged in hollobon/distribute (pull request #29)Jason R. Coombs2012-11-241-1/+4
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d3bb70b440414ad17925221b536a10106aece4e4
| * | Decode contents of pth file within self-extracting exe on Python 3+Pete Hollobon2012-11-221-1/+4
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3b29e7832874265eddf3a29b4a64e588c17d20e3
* | | Added comment and updated CHANGESJason R. Coombs2012-11-241-0/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4c828b71eced1215219f5b16d881fa1f35972744
* | | Don't wrap sys.stdout if it's in the correct encoding already.Gabriel2012-11-231-0/+3
|/ / | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 314a8be1a2e63ceaf501ecb047a29f62302be0a0
* | Don't claim support for LANG=C.Stefan H. Holek2012-11-131-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a366e936bfbce0c92831114e92a9d2c015841b5d
* | No need for repr as path is always str.Stefan H. Holek2012-11-121-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6784f7ac37d43a341bb8b2466fbf68a082af2bee
* | Rid unused import.Stefan H. Holek2012-11-121-1/+0
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5d7f72cc77b6143cc4f36cb111a39c8af62f5b1e
* | Can't use 'surrogateescape' in upload_docs either.Stefan H. Holek2012-11-121-6/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6e262cc5a15434bda3543868b29ea9d69c51e238
* | Accept UTF-8 filenames into the filelist even if LANG=C.Stefan H. Holek2012-11-101-7/+8
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 499443a97846396e5790d80af32050f57f4aa43d
* | Add comments.Stefan H. Holek2012-11-102-0/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2d4ac9964b247122715c8296158c97d1f11adf89
* | Windows can store UTF-8 bytes as is.Stefan H. Holek2012-11-101-7/+11
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 99e089901a7dac003a53d53e85b0c08480c86e27
* | Log file not found message at debug level.Stefan H. Holek2012-11-101-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2c3afe957adc1b3c83f1dfba3d30adf7b0d7b3f3
* | Revert yesterday's misguided attempt at being smart.Stefan H. Holek2012-11-101-6/+5
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 224fb95e8c8ad385a35187c49a102259e03e89a6
* | Never skip because of encoding in append.Stefan H. Holek2012-11-101-5/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 89414e7f828ed2ca2b7118dfd5e17c72ccc44f5b
* | Don't warn about a missing MANIFEST.in.Stefan H. Holek2012-11-051-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 219c8a4e10da4a319a736c728d162528220d36e1
* | Python 3.0 has no surrogateescape.stefan@epy2012-11-051-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 83635f70b89fafb65f630947430b5c315cd9c80a
* | Warn if filenames cannot be added to the filelist.stefan@epy2012-11-052-2/+10
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9fdc3c28b097e191db384cd81319c7a4edccf52b
* | No longer decompose filename for comparison.Stefan H. Holek2012-11-051-2/+0
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 02265fdf50dbe58c41b98e575f1d0d71c95e4bcf
* | Rewrite tests for read_manifest.stefan@epy2012-11-051-20/+38
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8e52687fae6a06e1421c51ddec62870ef7499676
* | Skip undecodable filenames in read_manifest as well.Stefan H. Holek2012-11-012-4/+11
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2dda494b1a4758e84dde81cc61170acd0e55d2f2
* | Keep 'surrogateescape' when reading the manifest, to avoid breaking on bad ↵Stefan H. Holek2012-10-262-4/+8
| | | | | | | | | | | | | | | | input. --HG-- branch : distribute extra : rebase_source : 6f894cd508e73fae0ad02860654df5181055ba4d
* | This one also failed on Windows.Stefan H. Holek2012-10-261-3/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c26a4318302d55dfdd67d379525e84172b440b82
* | Make sdist tests pass on Windows.Stefan H. Holek2012-10-261-8/+19
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9fb51372737224be8d5c50265b04a36f19543572
* | Update tests.Stefan H. Holek2012-10-251-99/+121
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 831e694725e5db1bc360298fbc4b7b58db836bdd
* | When writing the manifest under Python 3, skip filenames that cannot be ↵Stefan H. Holek2012-10-252-2/+14
| | | | | | | | | | | | | | | | encoded to UTF-8. --HG-- branch : distribute extra : rebase_source : f1b439267fce37754aac49af15a9e26346950a26
* | Issue #329: Properly close files created by tests for compatibility with Jython.Arfrever Frehtes Taifersar Arahesis2012-10-241-2/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 09c503106ef73b7694e13443ae899666652922a4
* | Merged in pkoch/distribute (pull request #21)Jason R. Coombs2012-10-231-0/+53
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1e4ad7f02d0718b3665aa2e2405721d64e42fc1b