summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Issue #19390: Argument Clinic no longer accepts malformed Python and C ids.Larry Hastings2013-10-273-6/+38
* merge with 3.3Georg Brandl2013-10-276-19/+20
|\
| * Added tag v3.3.3rc1 for changeset fd53c500f8b8Georg Brandl2013-10-271-0/+1
| * Skip overzealous test for existence of the online license.html for pre-releas...v3.3.3rc1Georg Brandl2013-10-271-0/+2
| * Bump to 3.3.3rc1.Georg Brandl2013-10-275-9/+9
| * Fix markup errors in the docs and amend suspicious ignores.Georg Brandl2013-10-274-19/+17
| * Update pydoc topics.Georg Brandl2013-10-271-15/+15
* | #19227: merge with 3.3Georg Brandl2013-10-272-7/+11
|\ \ | |/
| * Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSLGeorg Brandl2013-10-272-7/+11
* | merge with 3.3Georg Brandl2013-10-2713-38/+191
|\ \ | |/
| * mergeGeorg Brandl2013-10-272-7/+6
| |\
| * | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2013-10-274-1/+17
| * | Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-273-1/+24
| * | Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-273-2/+19
| * | Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,Georg Brandl2013-10-274-32/+97
| * | Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limitGeorg Brandl2013-10-273-4/+31
* | | Issue #19329: Optimized compiling charsets in regular expressions.Serhiy Storchaka2013-10-272-135/+101
* | | Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-272-7/+6
|\ \ \ | | |/ | |/|
| * | Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-272-7/+6
| |/
* | Issue Issue #15663: merge from 3.3Ned Deily2013-10-262-1/+7
|\ \ | |/
| * Issue #15663: Force IDLE.app to run the GUI process in 32-bit mode.Ned Deily2013-10-262-1/+7
* | Mitigate #19412: restore test skips for --without-doc-stringsNick Coghlan2013-10-271-1/+6
* | merge 3.3 (#19393)Benjamin Peterson2013-10-263-5/+5
|\ \ | |/
| * just return toplevel symbol table rather than all blocks (closes #19393)Benjamin Peterson2013-10-263-5/+5
* | Changed a comment to end grammar bikeshedding ;-)Tim Peters2013-10-261-1/+1
* | Assorted 3.4 What's New updatesNick Coghlan2013-10-272-59/+116
* | Close #19409: add missing import in pkgutilNick Coghlan2013-10-271-0/+1
* | Issue #19330: Handle the no-docstrings case in testsNick Coghlan2013-10-262-19/+19
* | null mergeNed Deily2013-10-260-0/+0
|\ \ | |/
| * Issue #15663: OS X installer builtin Tcl/Tk supportNed Deily2013-10-262-19/+51
* | Issue #15663: OS X installer builtin Tcl/Tk supportNed Deily2013-10-262-19/+51
* | Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.Serhiy Storchaka2013-10-266-1339/+1358
* | Close #19330 by using public classes in contextlibNick Coghlan2013-10-263-46/+102
* | Issue #18685: Restore re performance to pre-PEP 393 levels.Serhiy Storchaka2013-10-264-384/+350
* | Move Misc/NEWS entries in correct secton.Serhiy Storchaka2013-10-261-6/+6
* | (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() whenVictor Stinner2013-10-262-6/+11
|\ \ | |/
| * Close #19339: telnetlib module is now using time.monotonic() when available toVictor Stinner2013-10-262-14/+17
* | Close #19396: make test_contextlib tolerate -SNick Coghlan2013-10-261-3/+4
* | Fiddled Thread.join() to be a little simpler. Kinda ;-)Tim Peters2013-10-251-4/+4
* | Issue #19399: fix sporadic test_subprocess failure.Tim Peters2013-10-252-1/+6
* | null mergeNed Deily2013-10-250-0/+0
|\ \ | |/
| * Issue #19400: Prevent extension module build failures with Xcode 5 on OS XNed Deily2013-10-252-7/+17
* | Correct whitespace in test_osTim Golden2013-10-251-1/+1
* | Issue13234 Credit Santoso for the patch and add NEWS itemTim Golden2013-10-252-0/+4
* | Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santos...Tim Golden2013-10-252-4/+51
* | mergeBrett Cannon2013-10-256-10/+54
|\ \
| * | Issue #19375: The site module adding a "site-python" directory to sys.path, i...Antoine Pitrou2013-10-254-1/+13
| * | Issue #19387: explain and test the sre overlap tableAntoine Pitrou2013-10-252-9/+41
* | | test_resource should not assume all attributes are available when theyBrett Cannon2013-10-251-6/+4
|/ /
* | Issue #16803: Move test.test_importlib.extension to use both frozen and sourc...Brett Cannon2013-10-254-44/+44