summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | Fix Python 2.4 incompatibility in test_easy_install.py.Stefan H. Holek2012-10-161-5/+6
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ba9360ee8ff6c69f2ef589ef7c920fc0c8219b61
* | | Don't re-use FileList global name in egg_info.py.Stefan H. Holek2012-10-161-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ac180d4a23ab4fc03c243aa92dd8e6bc42bdabeb
* | | Revert 86d7748 drive-by commit because of unclear BBB consequences.Stefan H. Holek2012-10-152-40/+12
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2fb9a6ec09184e238551be4d0ea908e719badd27
* | | Fix cause of test failure on Mac OS X. Refs #20.Stefan H. Holek2012-10-091-1/+7
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 92ba8151d6dfa3755b31139a9b5ada570183731d
* | | Fix duplicate application of version tags in 'egg_info' command. Fixes #299.Stefan H. Holek2012-10-081-1/+6
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9f6fb87944bc3b9828b04bf8ac5ba7b3a40bfc95
* | | marshall.load() does not necessarily raise ValueError. Fixes #283.Stefan H. Holek2012-10-081-6/+6
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 203cee618118fb65bf109d2db0275aa90aa5a12d
* | | Remove a missing fixer warning which showed during normal operations. Fixes ↵Stefan H. Holek2012-10-081-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | #305. --HG-- branch : distribute extra : rebase_source : 3e5912a80758abf1e198d400c29ab03112eb68d6
* | | Print metadata in UTF-8 independent of platform. Fixes #311.Stefan H. Holek2012-10-081-0/+32
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4ff0df4ad7d9ea8cee6342f9c642e4fe634b7f18
* | | Read and write manifest in UTF-8 under Python 3. Fixes #303.Stefan H. Holek2012-10-082-0/+87
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 609c654effd2711aa803f6a0e84013294026608f
* | | Make sure the manifest never contains decomposed UTF-8.Stefan H. Holek2012-10-082-3/+48
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 0e0fb3beac56f66f12670ec69ebfd3996d12d912