summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge.Richard Oudkerk2013-11-171-1/+1
|\
| * Issue #19599: Increase sleep period.Richard Oudkerk2013-11-171-1/+1
| |
* | Merge.Richard Oudkerk2013-11-172-2/+2
|\ \ | |/
| * Fix handling of SystemExit and exit code. Patch by Brodie Rao.Richard Oudkerk2013-11-172-2/+2
| |
* | Merge.Richard Oudkerk2013-11-171-6/+18
|\ \ | |/
| * Issue 16998: Clarify that += on a shared value is not atomic.Richard Oudkerk2013-11-171-6/+18
| |
* | Issue #19508: direct the user to read the security considerations for the ↵Antoine Pitrou2013-11-171-5/+14
|\ \ | |/ | | | | ssl module
| * Issue #19508: direct the user to read the security considerations for the ↵Antoine Pitrou2013-11-171-5/+14
| | | | | | | | ssl module
* | Issue #19565: Prevent warnings at shutdown about pending overlapped ops.Richard Oudkerk2013-11-171-8/+28
| |
* | Issue #19606: Use specific asserts in http.cookiejar tests.Serhiy Storchaka2013-11-171-84/+73
|\ \ | |/
| * Issue #19606: Use specific asserts in http.cookiejar tests.Serhiy Storchaka2013-11-171-84/+73
| |
* | Issue #19607: Use specific asserts in weakref tests.Serhiy Storchaka2013-11-171-65/+62
|\ \ | |/
| * Issue #19607: Use specific asserts in weakref tests.Serhiy Storchaka2013-11-171-65/+62
| |
* | Issue #19605: Use specific asserts in datetime testsSerhiy Storchaka2013-11-171-79/+80
|\ \ | |/
| * Issue #19605: Use specific asserts in datetime testsSerhiy Storchaka2013-11-171-79/+80
| |
* | Null mergeSerhiy Storchaka2013-11-170-0/+0
|\ \ | |/
| * Merge headsSerhiy Storchaka2013-11-178-14/+44
| |\
* | \ Merge headsSerhiy Storchaka2013-11-1710-17/+104
|\ \ \
| * \ \ merge with 3.3Georg Brandl2013-11-171-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Post-release bump.Georg Brandl2013-11-171-1/+1
| | | |
| | * | merge with 3.3.3 release cloneGeorg Brandl2013-11-177-13/+43
| | |\ \
| | | * | Added tag v3.3.3 for changeset c3896275c0f6Georg Brandl2013-11-171-0/+1
| | | | |
| | | * | Bump to 3.3.3 final.v3.3.3Georg Brandl2013-11-176-8/+16
| | | | |
| | | * | Added tag v3.3.3rc2 for changeset d32442c0e60dGeorg Brandl2013-11-111-0/+1
| | | | |
| | | * | Bump to 3.3.3rc2.v3.3.3rc2Georg Brandl2013-11-116-9/+12
| | | | |
| | | * | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove ↵Christian Heimes2013-10-291-67/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSSL re-seeding It is causing trouble like e.g. hanging processes.
| | | * | Transplant of rev 544b654d000c: directory traversal attack in ↵Georg Brandl2013-11-113-5/+21
| | | | | | | | | | | | | | | | | | | | CGIHttpRequestHandler.
| | | * | Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.Ned Deily2013-11-055-52/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * | Add news entry for 3.3.3 final.Georg Brandl2013-10-281-2/+11
| | | | |
| * | | | Close #19282: Native context management in dbmNick Coghlan2013-11-178-16/+101
| | | | |
| * | | | #19238: merge with 3.3.Ezio Melotti2013-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 #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-26/+26
|\ \ \ \ \ | |/ / / /
| * | | | Issue #19602: Use specific asserts in tkinter tests.Serhiy Storchaka2013-11-163-26/+26
| | | | |
* | | | | Issue #19601: Use specific asserts in sqlite3 tests.Serhiy Storchaka2013-11-162-30/+20
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | 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-1616-36/+36
|\ \ \ | |/ /
| * | Issue #19600: Use specific asserts in distutils tests.Serhiy Storchaka2013-11-1616-36/+36
| | |
* | | Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-167-28/+28
|\ \ \ | |/ /
| * | Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-167-28/+28
| | |
* | | Issue #19591: Use specific asserts in ctype tests.Serhiy Storchaka2013-11-1616-85/+84
|\ \ \ | |/ /
| * | Issue #19591: Use specific asserts in ctype tests.Serhiy Storchaka2013-11-1616-85/+84
| | |
* | | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().Ezio Melotti2013-11-168-23/+51
| | |
* | | Correct long lineJason R. Coombs2013-11-161-1/+2
| | |
* | | Issue #19586: Update remaining deprecated assertions to their preferred usage.Jason R. Coombs2013-11-161-2/+2
| | |
* | | Fixed issue number for issue #8311.Serhiy Storchaka2013-11-161-1/+1
| | |
* | | Issue #16685: Added support for writing any bytes-like objects in the aifc,Serhiy Storchaka2013-11-168-0/+51
| | | | | | | | | | | | sunau, and wave modules.
* | | Issue #5202: Added support for unseekable files in the wave module.Serhiy Storchaka2013-11-165-34/+90
| | |