summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-11/+11
* | Issue #19691: remove outdated mention about RuntimeErrorAntoine Pitrou2013-11-251-2/+1
* | Fix suspicious markup and sort ignorelist.Georg Brandl2013-11-252-19/+20
* | Fix test_fcntl to run properly on systems that do not support the flagsGregory P. Smith2013-11-251-0/+3
* | fix docstring. extra \.Gregory P. Smith2013-11-251-1/+1
* | Fix test.test_support.bind_port() to not cause an error when Python wasGregory P. Smith2013-11-252-3/+13
* | #19620: Fix typo in docstring (noticed by Christopher Welborn).Ezio Melotti2013-11-252-3/+3
* | Document that @property can incorporate a docstring from the getter method. ...Raymond Hettinger2013-11-241-5/+9
* | Fixed merging error in changeset 3912934e99ba (issue #19733).Serhiy Storchaka2013-11-241-5/+0
* | Doc/Makefile: also do "make suspicious" during daily autobuildGeorg Brandl2013-11-241-0/+1
* | Add 2.7.7 uuids.Martin v. Löwis2013-11-101-0/+2
* | Issue #19308: fix the gdb plugin on gdbs linked with Python 3Antoine Pitrou2013-11-232-30/+63
* | Issue #19733: Temporary disable test_image on MacOSX.Serhiy Storchaka2013-11-232-0/+12
* | Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).Serhiy Storchaka2013-11-213-2/+10
* | Issue #19599: Use a separate pool for test_terminate().Richard Oudkerk2013-11-211-12/+4
* | Issue #19633: Fixed writing not compressed 16- and 32-bit wave files onSerhiy Storchaka2013-11-214-3/+21
* | Print Tk patchlevel in test_tcl in verbose mode (issue19654).Serhiy Storchaka2013-11-201-0/+6
* | #19449: Handle non-string keys when generating 'fieldnames' error.R David Murray2013-11-193-2/+22
* | - Update config.{guess,sub} for new ports.doko@ubuntu.com2013-11-192-84/+108
* | Issue #19603: Use specific asserts in test_decr.Serhiy Storchaka2013-11-171-159/+174
* | Fix buildbot failureAntoine Pitrou2013-11-171-1/+1
* | Fix indentation in doc example.Ezio Melotti2013-11-171-5/+5
* | Issue #19599: Increase sleep period.Richard Oudkerk2013-11-171-1/+1
* | Fix handling of SystemExit and exit code. Patch by Brodie Rao.Richard Oudkerk2013-11-172-2/+2
* | Issue 16998: Clarify that += on a shared value is not atomic.Richard Oudkerk2013-11-171-6/+18
* | Issue #19508: warn that ssl doesn't validate certificates by defaultAntoine Pitrou2013-11-171-0/+4
* | Issue #19606: Use specific asserts in cookielib tests.Serhiy Storchaka2013-11-171-78/+74
* | Issue #19607: Use specific asserts in weakref tests.Serhiy Storchaka2013-11-171-77/+74
* | Issue #19605: Use specific asserts in datetime testsSerhiy Storchaka2013-11-171-81/+81
* | Fix merge error in issue #19602.Serhiy Storchaka2013-11-171-4/+0
* | Merge headsSerhiy Storchaka2013-11-171-1/+1
|\ \
| * | #19238: fix typo in documentation.Ezio Melotti2013-11-171-1/+1
* | | Issue #19604: Use specific asserts in array tests.Serhiy Storchaka2013-11-161-34/+34
* | | Issue #19602: Use specific asserts in tkinter tests.Serhiy Storchaka2013-11-163-25/+29
* | | Issue #19601: Use specific asserts in sqlite3 tests.Serhiy Storchaka2013-11-162-30/+20
|/ /
* | Issue #19600: Use specific asserts in distutils tests.Serhiy Storchaka2013-11-1615-36/+36
* | Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-163-9/+9
* | Issue #19591: Use specific asserts in ctype tests.Serhiy Storchaka2013-11-1616-85/+84
* | Issue #19590: Use specific asserts in email tests.Serhiy Storchaka2013-11-162-157/+135
* | Issue #12853: Correct NameError in distutils upload command.Jason R. Coombs2013-11-162-1/+3
* | Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-2/+2
* | Issue #19523: Closed FileHandler leak which occurred when delay was set.Vinay Sajip2013-11-152-1/+5
* | Issue #19592: Use specific asserts in lib2to3 tests.Serhiy Storchaka2013-11-145-17/+17
* | a post-2.7.6 worldBenjamin Peterson2013-11-101-1/+1
* | merge 2.7.6 release branchBenjamin Peterson2013-11-106-7/+8
|\ \
| * | Added tag v2.7.6 for changeset 3a1db0d2747eBenjamin Peterson2013-11-101-0/+1
| * | 2.7.6 finalv2.7.6Benjamin Peterson2013-11-105-7/+7
* | | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.Serhiy Storchaka2013-11-093-11/+15
* | | Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).Serhiy Storchaka2013-11-093-22/+31
* | | #19480: HTMLParser now accepts all valid start-tag names as defined by the HT...Ezio Melotti2013-11-073-7/+17