summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update release notes and comment to provide a bit more detail about the issue...0.6.36Jason R. Coombs2013-04-052-7/+12
* Fix for PermissionError when installing on Python 3.3: __pycache__ dir inside...rlacko2013-02-192-0/+10
* Update release script to use keyring more properly (rather than bundling an a...Jason R. Coombs2013-02-161-1/+1
* Bumped to 0.6.36 in preparation for next release.Jason R. Coombs2013-02-165-8/+8
* Added tag 0.6.35 for changeset 2abe1117543bJason R. Coombs2013-02-161-0/+1
* Updated docs to match originally-intended behavior and the behavior of setupt...0.6.35Jason R. Coombs2013-02-162-12/+13
* Backed out changeset: d0a8d1a83053Jason R. Coombs2013-02-162-18/+6
* Fix parsing of CHANGES.txt.Arfrever Frehtes Taifersar Arahesis2013-01-011-1/+1
* Fix CHANGES.txt.Arfrever Frehtes Taifersar Arahesis2013-01-011-4/+8
* Bumped to 0.6.35 in preparation for next release.Jason R. Coombs2012-12-315-8/+8
* Added tag 0.6.34 for changeset 23c310bf4ae8Jason R. Coombs2012-12-311-0/+1
* Close issue #341: 0.6.33 fails to build under python 2.40.6.34Tres Seaver2012-12-302-5/+12
* Bumped to 0.6.34 in preparation for next release.Jason R. Coombs2012-12-295-8/+8
* Added tag 0.6.33 for changeset 6acac3919ae9Jason R. Coombs2012-12-291-0/+1
* Merge0.6.33Jason R. Coombs2012-12-291-0/+1
|\
| * Update changelogJason R. Coombs2012-12-291-0/+1
* | Harden fix for issue #341 against exceptins.Tres Seaver2012-12-291-6/+8
* | Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-298-18/+50
* | Issue #341: Fix a ResourceWarning.Arfrever Frehtes Taifersar Arahesis2012-12-292-1/+4
* | Clean handling of _frozen_importlib / importlib._bootstrap.Arfrever Frehtes Taifersar Arahesis2012-12-181-20/+12
* | Update changelog and add comment to registering of SourceFileLoaderJason R. Coombs2012-12-172-0/+6
* | Fix issue with version detectionJason R. Coombs2012-12-171-1/+1
* | Resave with excess whitespace removedJason R. Coombs2012-12-171-7/+7
* | Minimize impact of namespace package support for CPython 3.3.Dirkjan Ochtman2012-12-171-5/+1
|/
* Don't suppress SystemExit when running tests; Fixes #336Jason R. Coombs2012-11-281-4/+2
* Disable workaround for Jython scripts on Linux systems.Arfrever Frehtes Taifersar Arahesis2012-11-273-0/+16
* Fix 1 failure with Jython 2.5 and 2.7.Arfrever Frehtes Taifersar Arahesis2012-11-272-2/+3
* Fix 2 errors with Jython 2.5.Arfrever Frehtes Taifersar Arahesis2012-11-263-2/+20
* Bumped to 0.6.33 in preparation for next release.Jason R. Coombs2012-11-265-8/+8
* Added tag 0.6.32 for changeset b1a7f86b315aJason R. Coombs2012-11-261-0/+1
* 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