aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Make revision specifiable.Paulo Koch2012-09-131-9/+40
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 059208b9bdcd9a0cf2c2f654f25b638a65f2d9d1
| * | Add support for Mercurial URLs.Paulo Koch2011-10-111-0/+11
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7c33d5bea70d9300cff635646988b13c007e24c9
| * | Add support for git URLs.Paulo Koch2011-10-111-0/+11
| |/ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f664e8cf2b7b6f78096cd00463f4e2009bdeb3ac
* | Fix two failing tests on Windows (paths separated by backslash didn't match ↵0.6.29Jason R. Coombs2012-10-211-2/+3
| | | | | | | | | | | | | | | | manifest paths separated by slash). --HG-- branch : distribute extra : rebase_source : f8cd5491fcfe18f687a67423bb8ccc43d3d76672
* | Fix failing test case on Windows (can't rmtree if a file is open in that tree)Jason R. Coombs2012-10-211-0/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 99e78b88c18007b410c0be28237db8341413e334
* | Merged in mumak/distribute (pull request #14)Jason R. Coombs2012-10-191-0/+3
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d8c7ca9f7aec8b82aa94b5e0a940da46964792db
| * | Guard the chmod in case external_attr is 0.Jonathan Lange2012-09-191-1/+3
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 79d8c285c70c3cf44273439c5178cfa54b0c3b21
| * | Set permissions when extracting from zipfile.Jonathan Lange2012-08-101-0/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 68b7fd4d6cc28f77a7202c5e7f63121d721be624
* | | Fix a test broken by 984cedb.Stefan H. Holek2012-10-191-5/+10
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f9fe65a5b00a1a64f812aa99716cc913a4b39188
* | | Miscellaneous updates to the upload_docs command.Stefan H. Holek2012-10-191-54/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a) upload_docs now runs build_sphinx to generate documentation. b) The temporary ZIP file is properly disposed of. c) Auth credentials now work under Python 3. Fixes #326. hg record cannot split hunks, thus the large commit. --HG-- branch : distribute extra : rebase_source : 76d81880a2aaeb5b94a1d2388cb838068e4f64e3
* | | Use surrogateescape error handler when reading and writing the manifest. ↵Stefan H. Holek2012-10-173-46/+214
| | | | | | | | | | | | | | | | | | | | | | | | Refs #303. --HG-- branch : distribute extra : rebase_source : f0231cf87e2478f988f798dfe579f28e7561aeff