summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue14255 Don't flatten case of tempdirTim Golden2013-10-253-3/+19
* merge with 3.3Georg Brandl2013-10-271-0/+2
|\
| * 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-272-2/+2
| * Update pydoc topics.Georg Brandl2013-10-271-15/+15
* | merge with 3.3Georg Brandl2013-10-2710-33/+161
|\ \ | |/
| * mergeGeorg Brandl2013-10-271-5/+5
| |\
| * | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2013-10-272-0/+13
| * | Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-272-1/+20
| * | Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-272-2/+15
| * | Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,Georg Brandl2013-10-272-28/+82
| * | Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limitGeorg Brandl2013-10-272-1/+24
* | | Issue #19329: Optimized compiling charsets in regular expressions.Serhiy Storchaka2013-10-271-135/+99
* | | Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-271-5/+5
|\ \ \ | | |/ | |/|
| * | Issue #19405: Fixed outdated comments in the _sre module.Serhiy Storchaka2013-10-271-5/+5
| |/
* | Mitigate #19412: restore test skips for --without-doc-stringsNick Coghlan2013-10-271-1/+6
* | merge 3.3 (#19393)Benjamin Peterson2013-10-261-4/+1
|\ \ | |/
| * just return toplevel symbol table rather than all blocks (closes #19393)Benjamin Peterson2013-10-261-4/+1
* | Changed a comment to end grammar bikeshedding ;-)Tim Peters2013-10-261-1/+1
* | Close #19409: add missing import in pkgutilNick Coghlan2013-10-261-0/+1
* | Issue #19330: Handle the no-docstrings case in testsNick Coghlan2013-10-262-19/+19
* | Close #19330 by using public classes in contextlibNick Coghlan2013-10-262-46/+97
* | Issue #18685: Restore re performance to pre-PEP 393 levels.Serhiy Storchaka2013-10-261-0/+23
* | (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() whenVictor Stinner2013-10-261-6/+8
|\ \ | |/
| * Close #19339: telnetlib module is now using time.monotonic() when available toVictor Stinner2013-10-261-14/+14
| * Issue #19400: Prevent extension module build failures with Xcode 5 on OS XNed Deily2013-10-251-7/+13
* | Close #19396: make test_contextlib tolerate -SNick Coghlan2013-10-261-3/+4
* | Fiddled Thread.join() to be a little simpler. Kinda ;-)Tim Peters2013-10-261-4/+4
* | Issue #19399: fix sporadic test_subprocess failure.Tim Peters2013-10-261-1/+4
* | Correct whitespace in test_osTim Golden2013-10-251-1/+1
* | Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santos...Tim Golden2013-10-251-0/+47
* | mergeBrett Cannon2013-10-253-9/+46
|\ \
| * | Issue #19375: The site module adding a "site-python" directory to sys.path, i...Antoine Pitrou2013-10-251-0/+5
| * | 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
* | Issue #16803: Have test.test_importlib.builtin test both frozen andBrett Cannon2013-10-252-26/+33
* | Issue #16803: Stop having test.test_importlib.abc ABCs inherit fromBrett Cannon2013-10-259-16/+16
* | test_selectors: make timeout-related errors report the actual elapsed timeout.Charles-François Natali2013-10-251-4/+5
* | test_selectors: rename test_interrupted_retry() (since it doesn't actuallyCharles-François Natali2013-10-251-1/+1
* | Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.Christian Heimes2013-10-251-0/+3
* | Issue #16595: prlimit() needs Linux kernel 2.6.36+Christian Heimes2013-10-251-0/+1
* | remove unused imports from statistics moduleChristian Heimes2013-10-251-2/+0
* | Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-241-0/+1
|\ \ | |/
| * Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-241-0/+1
* | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-0/+1
|\ \ | |/
| * Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-0/+1
* | Close #19379: Lazily import linecache in the warnings module, to make startup...Antoine Pitrou2013-10-241-4/+2
* | Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-242-1/+4
|\ \ | |/
| * Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-242-1/+4