summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | initialize more global type objects (closes #16369)Benjamin Peterson2012-10-313-0/+21
| | * | | | Issue #16341: convert examples to use except ... as ... syntax.Andrew Svetlov2012-10-3010-22/+21
| | * | | | #14897: Enhance error messages of struct.pack and struct.pack_intoPetri Lehtinen2012-10-293-5/+19
| | * | | | Backport from 3.2: remove "Release" and "Date" markers from index pages.Chris Jerdonek2012-10-288-22/+0
| | * | | | Add test for BZ2Decompressor.decompress("") after end of stream.Nadeem Vawda2012-10-281-0/+1
| | * | | | Issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-282-8/+23
| | * | | | Remove confusing "Release" and "Date" markers from whatsnews.Georg Brandl2012-10-282-4/+0
| | * | | | Issue #14700: Fix buggy overflow checks for large precision and width in new-...Mark Dickinson2012-10-287-22/+74
| | * | | | changeset: 80007:49e4541f2aefGeorg Brandl2012-10-281-2/+2
| | * | | | Issue #14616: Document pipes.quote and mention this one in subprocess docs.Andrew Svetlov2012-10-282-2/+41
| | * | | | Update current version of the "dailybuild" script.Georg Brandl2012-10-281-3/+3
| | * | | | Update current version of the "dailybuild" script.Georg Brandl2012-10-281-15/+23
| | * | | | Add a autobuild-quick target that only rebuilds HTML.Georg Brandl2012-10-281-0/+5
| | * | | | merge with 2.6Georg Brandl2012-10-281-8/+10
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | #8040: port versionswitcher patch to 2.6.Georg Brandl2012-10-283-3/+78
| | * | | | #8040: fix the version.Ezio Melotti2012-10-271-2/+6
| | * | | | #8040: enable the versionswitcher for the autobuild-dev target.Ezio Melotti2012-10-271-1/+1
| | * | | | #8040: add a version switcher to the documentation. Patch by Yury Selivanov.Ezio Melotti2012-10-274-2/+75
| | * | | | #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-273-3/+12
| | * | | | #15043: Improve test_gdb support of gdb >= 7.4.R David Murray2012-10-271-35/+42
| | * | | | Add some tests in 2.7 for Issue #16250Senthil Kumaran2012-10-271-0/+21
| | * | | | Issue #16274: Fix test_asyncore on Solaris.Trent Nelson2012-10-272-2/+5
| | * | | | #16332: use "except OSError as e" in subprocess docs. Patch by Berker Peksag.Ezio Melotti2012-10-261-1/+1
| | * | | | #16206: Improve examples about dict construction.Ezio Melotti2012-10-261-6/+6
| | * | | | Backport from 3.2: fix formatting of syntax description of function definition.Chris Jerdonek2012-10-261-1/+1
| | * | | | #16303: remove extra quotes from exception and add (). Initial patch by Vlad...Ezio Melotti2012-10-241-2/+2
| | * | | | #16210: combine the two type() docs. Patch by Pete Sevander.Ezio Melotti2012-10-242-17/+13
| | * | | | #15040: Close files in mailbox tests for PyPy compatibilityPetri Lehtinen2012-10-234-11/+40
| | * | | | Issue #15853: Prevent IDLE crash on OS X when opening Preferences menuNed Deily2012-10-222-4/+6
| | * | | | Closes #16294: 8 space indent in tutorialJesus Cea2012-10-221-2/+2
| | * | | | Issue #14398: Fix size truncation and overflow bugs in bz2 module.Nadeem Vawda2012-10-214-138/+224
| | * | | | Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile().Nadeem Vawda2012-10-213-0/+13
| | * | | | Fix whacky spacing in test_wsgirefAntoine Pitrou2012-10-211-58/+0
| | * | | | Issue #16220: wsgiref now always calls close() on an iterable response.Antoine Pitrou2012-10-214-36/+30
| | * | | | Issue #10405: Document IDLE context menus in Standard Library documentNed Deily2012-10-202-13/+51
| | * | | | No reason to use a generator hereNick Coghlan2012-10-191-9/+8
| | * | | | Issue #6074: Actually delete the source file in the test as intendedNick Coghlan2012-10-191-1/+1
| | * | | | Issue #6074: Restore the long-broken support for running with read-only sourc...Nick Coghlan2012-10-193-1/+56
| | * | | | Issue #16274: revert r79813:90a46f8943d0 changes to asyncore/test_asyncore.Trent Nelson2012-10-182-38/+7
| | * | | | Issue #16274: backport of 3.2's asyncore/test_asyncore to 2.7.Trent Nelson2012-10-182-7/+38
| | * | | | Issue #16257: make test_create_connection() handle ENETUNREACH.Trent Nelson2012-10-181-1/+20
| | * | | | Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX or IRIX. It breaks them.Trent Nelson2012-10-172-0/+10
| | * | | | Issue #9583: Document startup option/environment interaction.Andrew Svetlov2012-10-172-2/+5
| | * | | | Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-173-8/+4
| | * | | | Also add tests for TextIOWrapper.writelines() (issue #15744).Antoine Pitrou2012-10-161-0/+22
| | * | | | Add tests for the writelines() method of file objects.Antoine Pitrou2012-10-162-0/+44
| | * | | | Merge heads.Trent Nelson2012-10-161-3/+4
| | |\ \ \ \
| | | * \ \ \ merge headsBenjamin Peterson2012-10-163-0/+35
| | | |\ \ \ \
| | | * | | | | only run doctests when __doc__ is aroundBenjamin Peterson2012-10-161-3/+4
| | * | | | | | Issue #15819: tweak logic in previous commit (e0a2b14a3cf9).Trent Nelson2012-10-162-2/+2
| | | |/ / / / | | |/| | | |