Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio: When not closing the connection after receiving EOF, still remove ↵ | Guido van Rossum | 2013-10-30 | 1 | -1/+6 |
| | | | | the read handler. | ||||
* | Issue #19172: Add a get_map() method to selectors. | Charles-François Natali | 2013-10-30 | 2 | -1/+53 |
| | |||||
* | merge 3.3 (#19435) | Benjamin Peterson | 2013-10-30 | 2 | -5/+16 |
|\ | |||||
| * | merge 3.2 (#19435) | Benjamin Peterson | 2013-10-30 | 2 | -5/+16 |
| |\ | |||||
| | * | merge 3.1 (#19435) | Benjamin Peterson | 2013-10-30 | 2 | -5/+16 |
| | |\ | |||||
| | | * | use the collapsed path in the run_cgi method (closes #19435) | Benjamin Peterson | 2013-10-30 | 2 | -5/+14 |
| | | | | |||||
* | | | | Issue #19424: Fix test_warnings for locale encoding unable to encode | Victor Stinner | 2013-10-29 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | "\xe9\u20ac" characters | ||||
* | | | | Issue #19424: Fix the warnings module to accept filename containing surrogate | Victor Stinner | 2013-10-29 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | characters. | ||||
* | | | | Merge. | Richard Oudkerk | 2013-10-28 | 2 | -5/+19 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #19425 -- a pickling error should not cause pool to hang. | Richard Oudkerk | 2013-10-28 | 2 | -5/+19 |
| | | | | |||||
* | | | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). | Nadeem Vawda | 2013-10-28 | 2 | -0/+19 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | The underlying C libraries provide no mechanism for serializing compressor and decompressor objects, so actually pickling these classes is impractical. Previously, these objects would be pickled without error, but attempting to use a deserialized instance would segfault the interpreter. | ||||
| * | | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). | Nadeem Vawda | 2013-10-28 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The underlying C libraries provide no mechanism for serializing compressor and decompressor objects, so actually pickling these classes is impractical. Previously, these objects would be pickled without error, but attempting to use a deserialized instance would segfault the interpreter. | ||||
| * | | | Fixed merge test for Tcl/Tk <8.5 (issue #18964). | Serhiy Storchaka | 2013-10-27 | 1 | -2/+5 |
| | | | | |||||
* | | | | Issue #19421: add an unit test for warnings.warn() during finalization | Victor Stinner | 2013-10-28 | 1 | -0/+19 |
| | | | | |||||
* | | | | Issue14255 Don't flatten case of tempdir | Tim Golden | 2013-10-25 | 3 | -3/+19 |
| | | | | |||||
* | | | | merge with 3.3 | Georg Brandl | 2013-10-27 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Skip overzealous test for existence of the online license.html for ↵v3.3.3rc1 | Georg Brandl | 2013-10-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | pre-release versions. | ||||
| * | | | Bump to 3.3.3rc1. | Georg Brandl | 2013-10-27 | 2 | -2/+2 |
| | | | | |||||
| * | | | Update pydoc topics. | Georg Brandl | 2013-10-27 | 1 | -15/+15 |
| | | | | |||||
* | | | | merge with 3.3 | Georg Brandl | 2013-10-27 | 10 | -33/+161 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge | Georg Brandl | 2013-10-27 | 1 | -5/+5 |
| |\ \ \ | |||||
| * | | | | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than | Georg Brandl | 2013-10-27 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | 100 headers are read. Adapted from patch by Jyrki Pulliainen. | ||||
| * | | | | Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to | Georg Brandl | 2013-10-27 | 2 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen. | ||||
| * | | | | Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to | Georg Brandl | 2013-10-27 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen. | ||||
| * | | | | Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, | Georg Brandl | 2013-10-27 | 2 | -28/+82 |
| | | | | | | | | | | | | | | | | | | | | | | | | | for security reasons. It now doesn't match multiple wildcards nor wildcards inside IDN fragments. | ||||
| * | | | | Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit | Georg Brandl | 2013-10-27 | 2 | -1/+24 |
| | | | | | | | | | | | | | | | | | | | | line length. Patch by Emil Lind. | ||||
* | | | | | Issue #19329: Optimized compiling charsets in regular expressions. | Serhiy Storchaka | 2013-10-27 | 1 | -135/+99 |
| | | | | | |||||
* | | | | | Issue #19405: Fixed outdated comments in the _sre module. | Serhiy Storchaka | 2013-10-27 | 1 | -5/+5 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Issue #19405: Fixed outdated comments in the _sre module. | Serhiy Storchaka | 2013-10-27 | 1 | -5/+5 |
| |/ / / | |||||
* | | | | Mitigate #19412: restore test skips for --without-doc-strings | Nick Coghlan | 2013-10-27 | 1 | -1/+6 |
| | | | | |||||
* | | | | merge 3.3 (#19393) | Benjamin Peterson | 2013-10-26 | 1 | -4/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | just return toplevel symbol table rather than all blocks (closes #19393) | Benjamin Peterson | 2013-10-26 | 1 | -4/+1 |
| | | | | |||||
* | | | | Changed a comment to end grammar bikeshedding ;-) | Tim Peters | 2013-10-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Close #19409: add missing import in pkgutil | Nick Coghlan | 2013-10-26 | 1 | -0/+1 |
| | | | | |||||
* | | | | Issue #19330: Handle the no-docstrings case in tests | Nick Coghlan | 2013-10-26 | 2 | -19/+19 |
| | | | | |||||
* | | | | Close #19330 by using public classes in contextlib | Nick Coghlan | 2013-10-26 | 2 | -46/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added test cases to ensure docstrings are reasonable - also updates various comments in contextlib for accuracy - identifed #19404 as an issue making it difficult to provide good help output on generator based context manager instances | ||||
* | | | | Issue #18685: Restore re performance to pre-PEP 393 levels. | Serhiy Storchaka | 2013-10-26 | 1 | -0/+23 |
| | | | | |||||
* | | | | (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when | Victor Stinner | 2013-10-26 | 1 | -6/+8 |
|\ \ \ \ | |/ / / | | | | | | | | | available to compute timeout. | ||||
| * | | | Close #19339: telnetlib module is now using time.monotonic() when available to | Victor Stinner | 2013-10-26 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | compute timeout. | ||||
| * | | | Issue #19400: Prevent extension module build failures with Xcode 5 on OS X | Ned Deily | 2013-10-25 | 1 | -7/+13 |
| | | | | | | | | | | | | | | | | | | | | 10.8+ when using a universal Python that included a PPC architecture, such as with a python.org 32-bit-only binary installer. | ||||
* | | | | Close #19396: make test_contextlib tolerate -S | Nick Coghlan | 2013-10-26 | 1 | -3/+4 |
| | | | | |||||
* | | | | Fiddled Thread.join() to be a little simpler. Kinda ;-) | Tim Peters | 2013-10-26 | 1 | -4/+4 |
| | | | | |||||
* | | | | Issue #19399: fix sporadic test_subprocess failure. | Tim Peters | 2013-10-26 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Change Thread.join() with a negative timeout to just return. The behavior isn't documented then, but this restores previous behavior. | ||||
* | | | | Correct whitespace in test_os | Tim Golden | 2013-10-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue13234 Allow listdir to handle extended paths on Windows (Patch by ↵ | Tim Golden | 2013-10-25 | 1 | -0/+47 |
| | | | | | | | | | | | | | | | | Santoso Wijaya) | ||||
* | | | | merge | Brett Cannon | 2013-10-25 | 3 | -9/+46 |
|\ \ \ \ | |||||
| * | | | | Issue #19375: The site module adding a "site-python" directory to sys.path, ↵ | Antoine Pitrou | 2013-10-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | if it exists, is now deprecated. | ||||
| * | | | | Issue #19387: explain and test the sre overlap table | Antoine Pitrou | 2013-10-25 | 2 | -9/+41 |
| | | | | | |||||
* | | | | | test_resource should not assume all attributes are available when they | Brett Cannon | 2013-10-25 | 1 | -6/+4 |
|/ / / / | | | | | | | | | | | | | | | | | are individually controlled by #ifdef statements in the extension code. | ||||
* | | | | Issue #16803: Move test.test_importlib.extension to use both frozen and ↵ | Brett Cannon | 2013-10-25 | 4 | -44/+44 |
| | | | | | | | | | | | | | | | | source importlib code |