Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb | Serhiy Storchaka | 2015-02-15 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | module. Original patch by Claudiu Popa. | |||||
* | | | | | Issue #23239: ssl.match_hostname() now supports matching of IP addresses. | Antoine Pitrou | 2015-02-15 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Issue #23146: Fix mishandling of absolute Windows paths with forward slashes ↵ | Antoine Pitrou | 2015-02-15 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | in pathlib. Detected and fixed by Serhiy. | |||||
| * | | | | Issue #23146: Fix mishandling of absolute Windows paths with forward slashes ↵ | Antoine Pitrou | 2015-02-15 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in pathlib. Detected and fixed by Serhiy. | |||||
* | | | | | Issue #23096: Pickle representation of floats with protocol 0 now is the same | Serhiy Storchaka | 2015-02-15 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | for both Python and C implementations. | |||||
* | | | | | Issue #23437: Update NEWS and whatsnew/3.5 | Steve Dower | 2015-02-14 | 1 | -0/+6 | |
| | | | | | ||||||
* | | | | | Issue #19105: pprint now more efficiently uses free space at the right. | Serhiy Storchaka | 2015-02-14 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. | Berker Peksag | 2015-02-13 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson. | |||||
* | | | | | Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. | Berker Peksag | 2015-02-13 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the ↵ | Antoine Pitrou | 2015-02-11 | 1 | -0/+6 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | resulting executable faster. | |||||
| * | | | | Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the ↵ | Antoine Pitrou | 2015-02-11 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | resulting executable faster. | |||||
* | | | | | Issue #23344: marshal.dumps() is now 20-25% faster on average. | Serhiy Storchaka | 2015-02-11 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on | Serhiy Storchaka | 2015-02-11 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | average. | |||||
* | | | | | Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. | Serhiy Storchaka | 2015-02-10 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. | Serhiy Storchaka | 2015-02-10 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | merge 3.4 (#23361) | Benjamin Peterson | 2015-02-10 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.3 (#23361) | Benjamin Peterson | 2015-02-10 | 1 | -0/+1 | |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | ||||||
| | * | | add overflow checking (closes #23361) | Benjamin Peterson | 2015-02-10 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Post-release updates for Python 3.4.3rc1. | Larry Hastings | 2015-02-08 | 1 | -0/+11 | |
| | | | | ||||||
| * | | | Version bump for 3.4.3rc1. | Larry Hastings | 2015-02-08 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Added respect_handler_level to QueueListener. | Vinay Sajip | 2015-02-09 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Post-release updates for Python 3.5.0a1. | Larry Hastings | 2015-02-08 | 1 | -0/+12 | |
| | | | | ||||||
* | | | | Release bump for 3.5.0a1. | Larry Hastings | 2015-02-08 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Issue #23285: PEP 475 -- Retry system calls failing with EINTR. | Charles-François Natali | 2015-02-07 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Issue #23399: pyvenv creates relative symlinks where possible. | Barry Warsaw | 2015-02-06 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #23399: pyvenv creates relative symlinks where possible. | Barry Warsaw | 2015-02-06 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Issue #20289: cgi.FieldStorage() now supports the context management protocol. | Berker Peksag | 2015-02-06 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Issue #23392: Added tests for marshal C API that works with FILE*. | Serhiy Storchaka | 2015-02-06 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #23392: Added tests for marshal C API that works with FILE*. | Serhiy Storchaka | 2015-02-06 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | merge 3.4 (#22735) | Benjamin Peterson | 2015-02-06 | 2 | -0/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | fix many custom mro() edge cases and improve code quality (#22735) | Benjamin Peterson | 2015-02-06 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | Patch by Eldar Abusalimov. | |||||
* | | | | Issue #23212: merge from 3.4 | Ned Deily | 2015-02-06 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. | Ned Deily | 2015-02-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | (currently only used for builds with <= 10.5 deployment targets) | |||||
* | | | | Issue #18982: Add tests for CLI of the calendar module. | Serhiy Storchaka | 2015-02-05 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #18982: Add tests for CLI of the calendar module. | Serhiy Storchaka | 2015-02-05 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Issue #23345: merge from 3.4 | Ned Deily | 2015-02-05 | 1 | -0/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #23345: Prevent test_ssl failures with large OpenSSL patch level | Ned Deily | 2015-02-05 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | values (like 0.9.8zc). | |||||
* | | | | Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() | Stefan Krah | 2015-02-03 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | and array_buffer_getbuf(). | |||||
* | | | | Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo() | Stefan Krah | 2015-02-03 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | and bytearray_getbuffer(). Both functions now raise BufferError in that case. | |||||
* | | | | Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. | Berker Peksag | 2015-02-03 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | Patch by Demian Brecht. | |||||
* | | | | Issue #15381: Optimized io.BytesIO to make less allocations and copyings. | Serhiy Storchaka | 2015-02-03 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Issue #22818: Splitting on a pattern that could match an empty string now | Serhiy Storchaka | 2015-02-03 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | raises a warning. Patterns that can only match empty strings are now rejected. | |||||
* | | | | Issue #23099: Closing io.BytesIO with exported buffer is rejected now to | Serhiy Storchaka | 2015-02-03 | 1 | -0/+3 | |
|\ \ \ \ | |/ / / | | | | | | | | | prevent corrupting exported buffer. | |||||
| * | | | Issue #23099: Closing io.BytesIO with exported buffer is rejected now to | Serhiy Storchaka | 2015-02-03 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | prevent corrupting exported buffer. | |||||
* | | | | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() | Serhiy Storchaka | 2015-02-02 | 1 | -0/+3 | |
|\ \ \ \ | |/ / / | | | | | | | | | and PyObject_AsWriteBuffer(). | |||||
| * | | | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() | Serhiy Storchaka | 2015-02-02 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | and PyObject_AsWriteBuffer(). | |||||
* | | | | merge 3.4 (#21295) | Benjamin Peterson | 2015-02-02 | 1 | -0/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | revert lineno and col_offset changes from #16795 (closes #21295) | Benjamin Peterson | 2015-02-02 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | merge 3.4 (#23364, #23363) | Benjamin Peterson | 2015-02-02 | 1 | -0/+4 | |
|\ \ \ \ | |/ / / |