Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release bump for 3.4.3 final. | Larry Hastings | 2015-02-23 | 2 | -14/+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 |
| | |||||
* | Issue #23399: pyvenv creates relative symlinks where possible. | Barry Warsaw | 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 |
| | |||||
* | 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: 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 #23345: Prevent test_ssl failures with large OpenSSL patch level | Ned Deily | 2015-02-05 | 1 | -0/+3 |
| | | | | values (like 0.9.8zc). | ||||
* | 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(). | ||||
* | revert lineno and col_offset changes from #16795 (closes #21295) | Benjamin Peterson | 2015-02-02 | 1 | -0/+3 |
| | |||||
* | merge 3.3 (#23364, #23363) | Benjamin Peterson | 2015-02-02 | 1 | -0/+4 |
|\ | |||||
| * | check for overflows in permutations() and product() (closes #23363, closes ↵ | Benjamin Peterson | 2015-02-02 | 1 | -0/+4 |
| | | | | | | | | #23364) | ||||
* | | merge 3.3 (#23365) | Benjamin Peterson | 2015-02-02 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | check for overflow in combinations_with_replacement (closes #23365) | Benjamin Peterson | 2015-02-02 | 1 | -0/+3 |
| | | |||||
* | | merge 3.3 (#23366) | Benjamin Peterson | 2015-02-02 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | detect overflow in combinations (closes #23366) | Benjamin Peterson | 2015-02-02 | 1 | -0/+2 |
| | | |||||
* | | merge 3.3 (#23369) | Benjamin Peterson | 2015-02-01 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | fix possible overflow in encode_basestring_ascii (closes #23369) | Benjamin Peterson | 2015-02-01 | 1 | -0/+6 |
| | | |||||
| * | Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis | Serhiy Storchaka | 2015-01-27 | 1 | -0/+12 |
| | | | | | | | | and fix by Guido Vranken. | ||||
* | | Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). | Victor Stinner | 2015-01-31 | 1 | -0/+6 |
| | | | | | | | | | | | | | | At entry, save or swap the exception state even if PyEval_EvalFrameEx() is called with throwflag=0. At exit, the exception state is now always restored or swapped, not only if why is WHY_YIELD or WHY_RETURN. Patch co-written with Antoine Pitrou. | ||||
* | | Issue #22079: PyType_Ready() now checks that statically allocated type has | Serhiy Storchaka | 2015-01-28 | 1 | -0/+7 |
| | | | | | | | | no dynamically allocated bases. | ||||
* | | Issue #14099: Backout changeset e5bb3044402b (except adapted tests). | Serhiy Storchaka | 2015-01-26 | 1 | -5/+0 |
| | | |||||
* | | Issue #18518: timeit now rejects statements which can't be compiled outside | Serhiy Storchaka | 2015-01-26 | 1 | -0/+3 |
| | | | | | | | | a function or a loop (e.g. "return" or "break"). | ||||
* | | Issue #23094: Fixed readline with frames in Python implementation of pickle. | Serhiy Storchaka | 2015-01-26 | 1 | -0/+2 |
| | | |||||
* | | Add credits for Martin Panter. | Serhiy Storchaka | 2015-01-26 | 1 | -1/+1 |
| | | |||||
* | | Issue #23268: Fixed bugs in the comparison of ipaddress classes. | Serhiy Storchaka | 2015-01-26 | 1 | -0/+2 |
| | | |||||
* | | Issue #21408: The default __ne__() now returns NotImplemented if __eq__() | Serhiy Storchaka | 2015-01-26 | 1 | -0/+7 |
| | | | | | | | | returned NotImplemented. Removed incorrect implementations of __ne__(). | ||||
* | | handle headers with no key (closes #19996) | Benjamin Peterson | 2015-01-26 | 1 | -0/+3 |
| | | | | | | | | Patch by Cory Benfield. | ||||
* | | Issue #23321: Fixed a crash in str.decode() when error handler returned | Serhiy Storchaka | 2015-01-25 | 1 | -0/+3 |
| | | | | | | | | replacment string longer than mailformed input data. | ||||
* | | Issue #23248: Update ssl error codes from latest OpenSSL git master. | Antoine Pitrou | 2015-01-18 | 1 | -0/+2 |
| | | |||||
* | | Issue #23098: 64-bit dev_t is now supported in the os module. | Serhiy Storchaka | 2015-01-18 | 1 | -0/+2 |
| | | |||||
* | | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 2 | -0/+4 |
| | | | | | | | | Patch by Al Sweigart. | ||||
* | | Issue #23211: Workaround test_logging failure on some OS X 10.6 systems: | Ned Deily | 2015-01-18 | 1 | -0/+2 |
| | | | | | | | | | | getaddrinfo("localhost") can fail depending on the name server configuration, use "127.0.0.0" instead. | ||||
* | | capitialize "HttpOnly" and "Secure" as they appear in the standard and other ↵ | Benjamin Peterson | 2015-01-17 | 1 | -0/+3 |
| | | | | | | | | | | | | impls (closes #23250) Patch by Jon Dufresne. | ||||
* | | fix parsing reST with code or code-block directives (closes #23063) | Benjamin Peterson | 2015-01-15 | 1 | -0/+3 |
| | | | | | | | | Patch by Marc Abramowitz. | ||||
* | | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -0/+1 |
| | | | | | | | | Patch by Karan Goel. | ||||
* | | Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal | Victor Stinner | 2015-01-13 | 1 | -0/+4 |
| | | | | | | | | | | reference to the selector mapping to break a reference cycle. Initial patch written by Martin Richard. | ||||
* | | Issue 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | - clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs | ||||
* | | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The | Victor Stinner | 2015-01-06 | 1 | -0/+4 |
| | | | | | | | | | | availability of the function is checked during the compilation. Patch written by Bernard Spil. | ||||
* | | Issue #20896, #22935: The ssl.get_server_certificate() function now uses the | Victor Stinner | 2015-01-06 | 1 | -0/+5 |
| | | | | | | | | | | | | ssl.PROTOCOL_SSLv23 protocol by default, not ssl.PROTOCOL_SSLv3, for maximum compatibility and support platforms where ssl.PROTOCOL_SSLv3 support is disabled. | ||||
* | | Issue #23132: Mitigate regression in speed and clarity in ↵ | Raymond Hettinger | 2015-01-06 | 1 | -0/+2 |
| | | | | | | | | functools.total_ordering. | ||||
* | | merge 3.3 (closes #23165) | Benjamin Peterson | 2015-01-04 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | merge 3.2 (closes #23165) | Benjamin Peterson | 2015-01-04 | 1 | -0/+3 |
| |\ | |||||
| | * | add some overflow checks before multiplying (closes #23165) | Benjamin Peterson | 2015-01-04 | 1 | -0/+3 |
| | | | |||||
* | | | make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111) | Benjamin Peterson | 2014-12-30 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), | Victor Stinner | 2014-12-21 | 1 | -0/+3 |
| | | | | | | | | | | | | instead of reading /dev/urandom, to get pseudo-random bytes. | ||||
* | | | fix behavior of trailing slash redirection when a query string is involved ↵ | Benjamin Peterson | 2014-12-26 | 1 | -0/+3 |
| | | | | | | | | | | | | (closes #23112) | ||||
* | | | allow more operations to work on detached streams (closes #23093) | Benjamin Peterson | 2014-12-22 | 1 | -0/+3 |
| | | | | | | | | | | | | Patch by Martin Panter. |