summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix some DeprecationWarnings and ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-11-264-22/+33
| | | | | | --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-262-1/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : b0d3166887c9a287fd885e19f804e9d254b8dbc8
* Bumped to 0.6.32 in preparation for next release.Jason R. Coombs2012-11-245-8/+8
| | | | | | --HG-- branch : distribute extra : rebase_source : 107cb8e68f5d9d947096d0733e841ba568df0be2
* Added tag 0.6.31 for changeset 17bc972d67edJason R. Coombs2012-11-241-0/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 79d77654d3f4d512fecfa26b512616af6c69631f
* Updated changelog0.6.31Jason R. Coombs2012-11-241-0/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 9fa0ef551c34deba0f744ef279ecf9fe4ef7c13d
* MergeJason R. Coombs2012-11-243-61/+149
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c0f43d4688762927683ef5f0d4a3e879190dae72
| * Fixes and adds a regression test for #323; required adding some new keyword ↵Erik Bray2012-09-113-59/+148
| | | | | | | | | | | | | | | | 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
* | Fix bug in hyperlinkJason R. Coombs2012-11-241-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4fff5c12aae70ab34ec71834b238ffbcc7bfd530
* | Update changelog and contributorsJason R. Coombs2012-11-242-0/+3
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 25d26d635ed69fd41e0872048c6c804c26b40ecc
* | 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
* | | Add hyperlinks to Jython bugsJason R. Coombs2012-11-241-1/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b3cfcd0da54b33c0571a678a1ea20b730e138f99
* | | Added comment and updated CHANGESJason R. Coombs2012-11-242-0/+9
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4c828b71eced1215219f5b16d881fa1f35972744
* | | reindentJason R. Coombs2012-11-241-1/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b5323771ca355fb01a7fda42e10b661935421201
* | | 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
* | Update CHANGES.Stefan H. Holek2012-11-131-0/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3fcde455c3af15df4f9696c827e60857de2b4747
* | 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
* | Merge the backout. Mercurial is killing me.Stefan H. Holek2012-11-101-6/+5
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8315b86467e945ff108461f97af20358384a513f
| * | Revert yesterday's misguided attempt at being smart.Stefan H. Holek2012-11-101-6/+5
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 224fb95e8c8ad385a35187c49a102259e03e89a6
* | | Merge whatever.Stefan H. Holek2012-11-100-0/+0
|\ \ \ | |/ / |/| | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9b3ccd2d7df83a86827f781375210c607ad5fb89
| * | Encodability is irrelevant in FileList.append().Stefan H. Holek2012-11-101-2/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9a89af6da8e816d0c978ee367699aca32611f3d2
* | | 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
* | Merge tarek/distribute.Stefan H. Holek2012-11-055-111/+190
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ae93a9075ce18033307175abba2e9715fd3b9b01
| * | 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
* | | Work around Jython bugs #1980 and #1981.Arfrever Frehtes Taifersar Arahesis2012-11-022-13/+16
|/ / | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3cc01234cdeeff2ed979316bb06319adab296dd6
* | Issue #329: Properly close files created by tests for compatibility with Jython.Arfrever Frehtes Taifersar Arahesis2012-10-242-2/+12
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 09c503106ef73b7694e13443ae899666652922a4
* | Merged in pkoch/distribute (pull request #21)Jason R. Coombs2012-10-232-4/+84
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1e4ad7f02d0718b3665aa2e2405721d64e42fc1b
| * | Add docs for using VCS repos as dependency_links.Paulo Koch2012-09-131-4/+31
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5795a4e630010c2380cb777c94f9bbc73fafd401
| * | 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
* | CHANGES.txt: remove issue URLs - these are inserted by autolinkeranatoly techtonik2012-10-221-32/+20
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 264ba8bd377f0580b34ee1febf3b796e18c5431e
* | Automatically link issues in CHANGES.txt uploaded to PyPIanatoly techtonik2012-10-221-1/+18
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c5311107dd7fa43d90d6588d898bb40900d348e8