summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ezio Melotti2013-11-073-7/+17
| | | | | | | | HTML5 standard.
* | backport #18985: Improve fcntl documentation.R David Murray2013-11-072-16/+21
| |
* | Revert wrong change in previous commit (issue #19085).Serhiy Storchaka2013-11-051-1/+1
| |
* | Merge headsSerhiy Storchaka2013-11-056-56/+33
|\ \
| * \ merge 2.7.6 release branchBenjamin Peterson2013-11-050-0/+0
| |\ \ | | |/
| | * Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.Ned Deily2013-11-055-55/+32
| | | | | | | | | | | | | | | | | | | | | Some third-party projects, such as matplotlib and PIL/Pillow, depended on being able to build with Tcl and Tk frameworks in /Library/Frameworks. They were unable to build with the built-in Tcl/Tk and/or execute correctly.
| * | Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.Ned Deily2013-11-055-55/+32
| | | | | | | | | | | | | | | | | | | | | Some third-party projects, such as matplotlib and PIL/Pillow, depended on being able to build with Tcl and Tk frameworks in /Library/Frameworks. They were unable to build with the built-in Tcl/Tk and/or execute correctly.
| * | Issue #19397: test_pydoc now works with -S (help not added to builtins).Terry Jan Reedy2013-11-051-1/+1
| | | | | | | | | | | | Patch by Serhiy Storchaka and Vajrasky Kok.
| * | merge 2.7.6 release branchBenjamin Peterson2013-11-040-0/+0
| |\ \ | | |/
| | * Fix unintended switch from a constant to a global in 56a3c0bc4634Raymond Hettinger2013-10-281-1/+1
| | |
* | | Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 ↵Serhiy Storchaka2013-11-051-4/+4
|/ / | | | | | | (issue #19085).
* | Issue #19085: Fix running test_ttk_textonly on displayless host.Serhiy Storchaka2013-11-042-8/+15
| |
* | Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.Serhiy Storchaka2013-11-041-1/+13
| |
* | Remove merge artifact from Misc/NEWSNick Coghlan2013-11-041-1/+0
| |
* | Close #17827: Document codecs.encode & codecs.decodeNick Coghlan2013-11-042-0/+27
| |
* | Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in theZachary Ware2013-11-042-6/+14
| | | | | | | | | | event of a permission error on Windows and to properly report other skip conditions.
* | Issue #XXXXX: Fix test_idle so that idlelib test cases are actually runTerry Jan Reedy2013-11-041-0/+4
| | | | | | | | under test.regrtest on 2.7.
* | Issue #17883: Backport test.test_support._is_gui_available()Zachary Ware2013-11-042-0/+37
| | | | | | | | This should stop the Windows buildbots from hanging on test_ttk_guionly.
* | Issue #15392: Install idlelib/idle_test.Ned Deily2013-11-041-1/+2
| |
* | Issue #19391: Clean up PCbuild/readme.txtZachary Ware2013-11-041-42/+20
| |
* | Fix test_os (issue #18702).Serhiy Storchaka2013-11-031-2/+2
| |