summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated changelog0.6.32Jason R. Coombs2012-11-261-0/+2
* Backed out changeset: 98a9f9dcce0e; Fixes #335.Jason R. Coombs2012-11-263-148/+59
* Fix some DeprecationWarnings and ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-11-264-22/+33
* Do not use assertGreater(), which was introduced in Python 2.7 and 3.1.Arfrever Frehtes Taifersar Arahesis2012-11-262-1/+7
* Bumped to 0.6.32 in preparation for next release.Jason R. Coombs2012-11-245-8/+8
* Added tag 0.6.31 for changeset 17bc972d67edJason R. Coombs2012-11-241-0/+1
* Updated changelog0.6.31Jason R. Coombs2012-11-241-0/+7
* MergeJason R. Coombs2012-11-243-61/+149
|\
| * Fixes and adds a regression test for #323; required adding some new keyword a...Erik Bray2012-09-113-59/+148
* | Fix bug in hyperlinkJason R. Coombs2012-11-241-1/+1
* | Update changelog and contributorsJason R. Coombs2012-11-242-0/+3
* | Merged in hollobon/distribute (pull request #29)Jason R. Coombs2012-11-241-1/+4
|\ \
| * | Decode contents of pth file within self-extracting exe on Python 3+Pete Hollobon2012-11-221-1/+4
* | | Add hyperlinks to Jython bugsJason R. Coombs2012-11-241-1/+2
* | | Added comment and updated CHANGESJason R. Coombs2012-11-242-0/+9
* | | reindentJason R. Coombs2012-11-241-1/+2
* | | Don't wrap sys.stdout if it's in the correct encoding already.Gabriel2012-11-231-0/+3
|/ /
* | Update CHANGES.Stefan H. Holek2012-11-131-0/+1
* | Don't claim support for LANG=C.Stefan H. Holek2012-11-131-1/+1
* | No need for repr as path is always str.Stefan H. Holek2012-11-121-1/+1
* | Rid unused import.Stefan H. Holek2012-11-121-1/+0
* | Can't use 'surrogateescape' in upload_docs either.Stefan H. Holek2012-11-121-6/+2
* | Accept UTF-8 filenames into the filelist even if LANG=C.Stefan H. Holek2012-11-101-7/+8
* | Add comments.Stefan H. Holek2012-11-102-0/+2
* | Windows can store UTF-8 bytes as is.Stefan H. Holek2012-11-101-7/+11
* | Log file not found message at debug level.Stefan H. Holek2012-11-101-1/+1
* | Merge the backout. Mercurial is killing me.Stefan H. Holek2012-11-101-6/+5
|\ \
| * | Revert yesterday's misguided attempt at being smart.Stefan H. Holek2012-11-101-6/+5
* | | Merge whatever.Stefan H. Holek2012-11-100-0/+0
|\ \ \ | |/ / |/| |
| * | Encodability is irrelevant in FileList.append().Stefan H. Holek2012-11-101-2/+1
* | | Never skip because of encoding in append.Stefan H. Holek2012-11-101-5/+6
|/ /
* | Don't warn about a missing MANIFEST.in.Stefan H. Holek2012-11-051-1/+1
* | Merge tarek/distribute.Stefan H. Holek2012-11-055-111/+190
|\ \
| * | Python 3.0 has no surrogateescape.stefan@epy2012-11-051-1/+1
| * | Warn if filenames cannot be added to the filelist.stefan@epy2012-11-052-2/+10
| * | No longer decompose filename for comparison.Stefan H. Holek2012-11-051-2/+0
| * | Rewrite tests for read_manifest.stefan@epy2012-11-051-20/+38
| * | Skip undecodable filenames in read_manifest as well.Stefan H. Holek2012-11-012-4/+11
| * | Keep 'surrogateescape' when reading the manifest, to avoid breaking on bad in...Stefan H. Holek2012-10-262-4/+8
| * | This one also failed on Windows.Stefan H. Holek2012-10-261-3/+2
| * | Make sdist tests pass on Windows.Stefan H. Holek2012-10-261-8/+19
| * | Update tests.Stefan H. Holek2012-10-251-99/+121
| * | When writing the manifest under Python 3, skip filenames that cannot be encod...Stefan H. Holek2012-10-252-2/+14
* | | Work around Jython bugs #1980 and #1981.Arfrever Frehtes Taifersar Arahesis2012-11-022-13/+16
|/ /
* | Issue #329: Properly close files created by tests for compatibility with Jython.Arfrever Frehtes Taifersar Arahesis2012-10-242-2/+12
* | Merged in pkoch/distribute (pull request #21)Jason R. Coombs2012-10-232-4/+84
|\ \
| * | Add docs for using VCS repos as dependency_links.Paulo Koch2012-09-131-4/+31
| * | Make revision specifiable.Paulo Koch2012-09-131-9/+40
| * | Add support for Mercurial URLs.Paulo Koch2011-10-111-0/+11
| * | Add support for git URLs.Paulo Koch2011-10-111-0/+11
| |/