Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19676: Added the "namereplace" error handler. | Serhiy Storchaka | 2014-11-25 | 1 | -0/+2 |
| | |||||
* | merge 3.4 (#22788) | Benjamin Peterson | 2014-11-24 | 1 | -0/+2 |
|\ | |||||
| * | add context parameter to HTTPHandler (closes #22788) | Benjamin Peterson | 2014-11-24 | 1 | -0/+2 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-11-24 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | add NEWS note for #22921 | Benjamin Peterson | 2014-11-24 | 1 | -0/+3 |
| | | |||||
* | | Issue #22894: TestCase.subTest() would cause the test suite to be stopped ↵ | Antoine Pitrou | 2014-11-23 | 1 | -0/+3 |
|\ \ | |/ | | | | | when in failfast mode, even in the absence of failures. | ||||
| * | Issue #22894: TestCase.subTest() would cause the test suite to be stopped ↵ | Antoine Pitrou | 2014-11-23 | 1 | -0/+3 |
| | | | | | | | | when in failfast mode, even in the absence of failures. | ||||
| * | Issue #22638: SSLv3 is now disabled throughout the standard library. | Antoine Pitrou | 2014-10-17 | 1 | -0/+3 |
| | | | | | | | | It can still be enabled by instantiating a SSLContext manually. | ||||
* | | Issue #22834: Have import suppress FileNotFoundError when the current | Brett Cannon | 2014-11-21 | 1 | -1/+4 |
| | | | | | | | | | | | | working directory no longer exists. Thanks to Martin Panter for the bug report. | ||||
* | | Issue #22796: HTTP cookie parsing is now stricter, in order to protect ↵ | Antoine Pitrou | 2014-11-21 | 1 | -0/+3 |
| | | | | | | | | against potential injection attacks. | ||||
* | | Issue #22869: Split pythonrun into two modules | Nick Coghlan | 2014-11-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | | - interpreter startup and shutdown code moved to a new pylifecycle.c module - Py_OptimizeFlag moved into the new module with the other global flags | ||||
* | | Close #22370: Windows detection in pathlib is now more robust. | Antoine Pitrou | 2014-11-18 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Close #22370: Windows detection in pathlib is now more robust. | Antoine Pitrou | 2014-11-18 | 1 | -0/+2 |
| | | |||||
* | | Issue #22453: Removed non-documented macro PyObject_REPR(). | Serhiy Storchaka | 2014-11-18 | 1 | -0/+2 |
| | | |||||
* | | Issue #22824: Simplify reprlib output format for empty arrays | Raymond Hettinger | 2014-11-15 | 1 | -0/+3 |
| | | |||||
* | | Issue #22847: Improve method cache efficiency. | Antoine Pitrou | 2014-11-14 | 1 | -0/+2 |
| | | |||||
* | | - Issue #22841: Reject coroutines in asyncio add_signal_handler(). | Guido van Rossum | 2014-11-14 | 1 | -0/+3 |
|\ \ | |/ | | | | | Patch by Ludovic.Gasc. | ||||
| * | - Issue #22841: Reject coroutines in asyncio add_signal_handler(). | Guido van Rossum | 2014-11-14 | 1 | -0/+3 |
| | | | | | | | | Patch by Ludovic.Gasc. | ||||
* | | merge 3.4 (#22849) | Benjamin Peterson | 2014-11-12 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | fix possible double free in TextIOWrapper.__init__ (closes #22849) | Benjamin Peterson | 2014-11-12 | 1 | -0/+2 |
| | | |||||
* | | Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler | Nick Coghlan | 2014-11-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This auth handler adds the Authorization header to the first HTTP request rather than waiting for a HTTP 401 Unauthorized response from the server as the default HTTPBasicAuthHandler does. This allows working with websites like https://api.github.com which do not follow the strict interpretation of RFC, but more the dicta in the end of section 2 of RFC 2617: > A client MAY preemptively send the corresponding Authorization > header with requests for resources in that space without receipt > of another challenge from the server. Similarly, when a client > sends a request to a proxy, it may reuse a userid and password in > the Proxy-Authorization header field without receiving another > challenge from the proxy server. See section 4 for security > considerations associated with Basic authentication. Patch by Matej Cepl. | ||||
* | | Issue #22578: Added attributes to the re.error class. | Serhiy Storchaka | 2014-11-10 | 1 | -0/+2 |
| | | |||||
* | | Issue #12728: Different Unicode characters having the same uppercase but | Serhiy Storchaka | 2014-11-10 | 1 | -0/+3 |
|\ \ | |/ | | | | | different lowercase are now matched in case-insensitive regular expressions. | ||||
| * | Issue #12728: Different Unicode characters having the same uppercase but | Serhiy Storchaka | 2014-11-10 | 1 | -0/+3 |
| | | | | | | | | different lowercase are now matched in case-insensitive regular expressions. | ||||
* | | Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian | Serhiy Storchaka | 2014-11-10 | 1 | -0/+3 |
|\ \ | |/ | | | | | platforms. | ||||
| * | Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian | Serhiy Storchaka | 2014-11-10 | 1 | -0/+3 |
| | | | | | | | | platforms. | ||||
* | | Issue #21650: Add an `--sort-keys` option to json.tool CLI. | Berker Peksag | 2014-11-10 | 1 | -0/+2 |
| | | |||||
* | | Issue #22824: Updated reprlib output format for sets to use set literals. | Raymond Hettinger | 2014-11-10 | 1 | -0/+3 |
| | | |||||
* | | Issues #814253, #9179: Group references and conditional group references now | Serhiy Storchaka | 2014-11-07 | 1 | -0/+3 |
|\ \ | |/ | | | | | work in lookbehind assertions in regular expressions. | ||||
| * | Issues #814253, #9179: Group references and conditional group references now | Serhiy Storchaka | 2014-11-07 | 1 | -0/+3 |
| | | | | | | | | work in lookbehind assertions in regular expressions. | ||||
* | | Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. | Serhiy Storchaka | 2014-11-07 | 1 | -0/+3 |
|\ \ | |/ | | | | | Based on patch by Martin Panter. | ||||
| * | Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. | Serhiy Storchaka | 2014-11-07 | 1 | -0/+3 |
| | | | | | | | | Based on patch by Martin Panter. | ||||
* | | Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. | Serhiy Storchaka | 2014-11-07 | 1 | -0/+3 |
|\ \ | |/ | | | | | Based on patch by Aivars Kalvāns. | ||||
| * | Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. | Serhiy Storchaka | 2014-11-07 | 1 | -0/+3 |
| | | | | | | | | Based on patch by Aivars Kalvāns. | ||||
* | | Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. | Serhiy Storchaka | 2014-11-07 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. | Serhiy Storchaka | 2014-11-07 | 1 | -0/+2 |
| | | |||||
* | | Close #22457: Honour load_tests in the start_dir of discovery. | Robert Collins | 2014-11-04 | 1 | -0/+2 |
| | | | | | | | | | | | | We were not honouring load_tests in a package/__init__.py when that was the start_dir parameter, though we do when it is a child package. The fix required a little care since it introduces the possibility of infinite recursion. | ||||
* | | merge 3.4 (#22417) | Benjamin Peterson | 2014-11-03 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | PEP 476: enable HTTPS certificate verification by default (#22417) | Benjamin Peterson | 2014-11-03 | 1 | -0/+2 |
| | | | | | | | | Patch by Alex Gaynor with some modifications by me. | ||||
* | | Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 | Serhiy Storchaka | 2014-11-02 | 2 | -0/+4 |
|\ \ | |/ | | | | | and above. Patch by Tim Graham. | ||||
| * | Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 | Serhiy Storchaka | 2014-11-02 | 2 | -0/+4 |
| | | | | | | | | and above. Patch by Tim Graham. | ||||
| * | backport context argument of urlopen (#22366) for pep 476 | Senthil Kumaran | 2014-09-19 | 1 | -0/+4 |
| | | |||||
* | | Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff ↵ | Antoine Pitrou | 2014-11-02 | 1 | -0/+3 |
|\ \ | |/ | | | | | bytes on a 32-bit platform. | ||||
| * | Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff ↵ | Antoine Pitrou | 2014-11-02 | 1 | -0/+3 |
| | | | | | | | | bytes on a 32-bit platform. | ||||
* | | #22751: merge with 3.4. | Ezio Melotti | 2014-11-02 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #22751: fix test___all__ warning about modified environment in the tests. ↵ | Ezio Melotti | 2014-11-02 | 1 | -0/+1 |
| | | | | | | | | Patch by Michael Cetrulo. | ||||
* | | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 1 | -0/+3 |
| | | |||||
* | | Issue #22770: merge from 3.4 | Ned Deily | 2014-11-02 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. | Ned Deily | 2014-11-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | When running tests in subprocesses with the regrtest -j option, a bug in Cocoa Tk can result in a Tcl segfault. Avoid the problem by forcing Tk to fully initialize as an OS X gui process before destroying the Tcl instance and creating another. (Original patch by Serhiy Storchaka) |