summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #14897: Enhance error messages of struct.pack and struct.pack_intoPetri Lehtinen2012-10-293-4/+18
|\
| * #14897: Enhance error messages of struct.pack and struct.pack_intoPetri Lehtinen2012-10-293-5/+19
* | Merge with 3.2 for issue #16262Ross Lagerwall2012-10-292-134/+149
|\ \ | |/
| * Fix regression from issue #16262Ross Lagerwall2012-10-292-127/+142
* | Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.Chris Jerdonek2012-10-288-22/+0
|\ \ | |/
| * Remove unneeded "Release" and "Date" markers from doc index pages.Chris Jerdonek2012-10-288-22/+0
* | mergeBrett Cannon2012-10-2816-37/+84
|\ \
| * \ Merge: Add test for BZ2Decompressor.decompress("") after end of stream.Nadeem Vawda2012-10-281-0/+1
| |\ \ | | |/
| | * Add test for BZ2Decompressor.decompress("") after end of stream.Nadeem Vawda2012-10-281-0/+1
| * | Merged upstream changes.Vinay Sajip2012-10-286-13/+0
| |\ \
| | * \ Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2.Georg Brandl2012-10-286-13/+0
| | |\ \ | | | |/
| | | * merge headsGeorg Brandl2012-10-285-10/+0
| | | |\
| | | | * Remove confusing "Release" and "Date" markers from whatsnews.Georg Brandl2012-10-285-10/+0
| | | * | merge headsAndrew Svetlov2012-10-282-8/+23
| | | |\ \
| * | | | | Closes #16340: Handle exception while copying script to venv.Vinay Sajip2012-10-281-5/+11
| |/ / / /
| * | | | Merge issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-282-8/+23
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-282-8/+23
| * | | | Issue #14700: merge tests from 3.2.Mark Dickinson2012-10-281-0/+27
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #14700: Fix buggy overflow checks for large precision and width in new-...Mark Dickinson2012-10-285-20/+45
| | | |/ | | |/|
| * | | merge with 3.2Georg Brandl2012-10-281-2/+2
| |\ \ \ | | |/ /
| | * | changeset: 80007:49e4541f2aefGeorg Brandl2012-10-281-2/+2
| * | | Issue #14616: Mention shlex.quote in subprocess docs.Andrew Svetlov2012-10-281-0/+4
| * | | Issue #16340: exclude venv/scripts from byte-compilation at installation time...Vinay Sajip2012-10-281-1/+1
| * | | Add a autobuild-quick target that only rebuilds HTML.Georg Brandl2012-10-281-0/+5
| * | | merge with 3.2Georg Brandl2012-10-281-8/+10
| |\ \ \ | | |/ /
| | * | #8040: fix jQuery incompatibilityGeorg Brandl2012-10-281-8/+10
* | | | Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, soBrett Cannon2012-10-281-1/+0
|/ / /
* | | #12890: skip tests which fail on windows until fixed or rewritten.R David Murray2012-10-271-2/+2
* | | merge #15889: make regrtest --start succeed in more cases.R David Murray2012-10-271-2/+2
|\ \ \ | |/ /
| * | #15889: make regrtest --start succeed in more cases.R David Murray2012-10-271-2/+2
* | | #16337: fix typo.Ezio Melotti2012-10-271-1/+1
* | | #8040: merge with 3.2.Ezio Melotti2012-10-271-2/+6
|\ \ \ | |/ /
| * | #8040: fix the version.Ezio Melotti2012-10-271-2/+6
* | | #8040: merge with 3.2.Ezio Melotti2012-10-271-1/+1
|\ \ \ | |/ /
| * | #8040: enable the versionswitcher for the autobuild-dev target.Ezio Melotti2012-10-271-1/+1
* | | #8040: merge with 3.2.Ezio Melotti2012-10-273-1/+72
|\ \ \ | |/ /
| * | #8040: add a version switcher to the documentation. Patch by Yury Selivanov.Ezio Melotti2012-10-273-2/+73
* | | merge #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-274-11/+37
|\ \ \ | |/ /
| * | #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-273-3/+12
* | | merge from 3.2Senthil Kumaran2012-10-271-3/+4
|\ \ \ | |/ /
| * | Automated merge with file:///home/vagrant/3.3Senthil Kumaran2012-10-271-3/+4
| |\ \
| | * | Include mention of jenkins as an example framework for doing CISenthil Kumaran2012-10-271-3/+4
* | | | merge #15043: Improve test_gdb support of gdb >= 7.4.R David Murray2012-10-271-38/+44
|\ \ \ \ | |/ / /
| * | | #15043: Improve test_gdb support of gdb >= 7.4.R David Murray2012-10-271-38/+46
| |/ /
* | | #16307: Fix multiprocessing.Pool.map_async not calling its callbacksHynek Schlawack2012-10-274-1/+23
* | | Issue #16250: Fix URLError invocation with proper argsSenthil Kumaran2012-10-273-16/+51
|\ \ \ | |/ /
| * | Issue #16250: Fix URLError invocation with proper args.Senthil Kumaran2012-10-273-18/+52
* | | merge with 3.2Philip Jenvey2012-10-272-3/+6
|\ \ \ | |/ /
| * | bounds check for bad data (thanks amaury)Philip Jenvey2012-10-272-3/+6
* | | Issue #16243: add example for inspect.formatargspecAndrew Svetlov2012-10-261-2/+9