Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22928: Disabled HTTP header injections in http.client. | Serhiy Storchaka | 2015-03-12 | 1 | -0/+3 |
| | | | | Original patch by Demian Brecht. | ||||
* | Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. | Serhiy Storchaka | 2015-03-11 | 2 | -0/+3 |
| | |||||
* | Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with | Serhiy Storchaka | 2015-03-11 | 1 | -0/+3 |
| | | | | imp.reload(). Patch by Thomas Kluyver. | ||||
* | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ↵ | Antoine Pitrou | 2015-03-10 | 1 | -0/+3 |
| | | | | objects. | ||||
* | Issue #23593: fix Misc/NEWS entries | Ned Deily | 2015-03-06 | 1 | -1/+1 |
| | |||||
* | Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. | Ned Deily | 2015-03-06 | 1 | -0/+2 |
| | |||||
* | enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) | Benjamin Peterson | 2015-03-05 | 1 | -0/+3 |
| | |||||
* | Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the ↵ | Antoine Pitrou | 2015-03-04 | 1 | -0/+3 |
| | | | | SSL layer but the underlying connection hasn't been closed. | ||||
* | Issue #23504: Added an __all__ to the types module. | Serhiy Storchaka | 2015-03-04 | 1 | -0/+2 |
| | |||||
* | merge 3.3 (#23367) | Benjamin Peterson | 2015-03-02 | 1 | -0/+2 |
|\ | |||||
| * | fix possible overflow bugs in unicodedata (closes #23367) | Benjamin Peterson | 2015-03-02 | 1 | -0/+2 |
| | | |||||
* | | remove mention of Python 2.2 and 2.3 | Benjamin Peterson | 2015-03-02 | 1 | -6/+5 |
| | | |||||
* | | Issue #20204: Added the __module__ attribute to _tkinter classes. | Serhiy Storchaka | 2015-03-01 | 1 | -0/+3 |
| | | |||||
* | | Fixes #23521: Corrected pure python implementation of timedelta division. | Alexander Belopolsky | 2015-02-28 | 1 | -0/+4 |
| | | | | | | | | | | * Eliminated OverflowError from timedelta * float for some floats; * Corrected rounding in timedlta true division. | ||||
* | | Issue #21619: Popen objects no longer leave a zombie after exit in the with | Serhiy Storchaka | 2015-02-28 | 1 | -0/+3 |
| | | | | | | | | statement if the pipe was broken. Patch by Martin Panter. | ||||
* | | Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!) | Larry Hastings | 2015-02-27 | 1 | -3/+1 |
| | | |||||
* | | Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. | Victor Stinner | 2015-02-27 | 1 | -0/+1 |
| | | |||||
* | | Merge 3.4.3 release engineering changes back into 3.4. | Larry Hastings | 2015-02-26 | 5 | -423/+39 |
|\ \ | |||||
| * | | Issue #6639: Module-level turtle functions no longer raise TclError after | Serhiy Storchaka | 2015-02-22 | 1 | -0/+3 |
| | | | | | | | | | | | | closing the window. | ||||
| * | | Issues #814253, #9179: Warnings now are raised when group references and | Serhiy Storchaka | 2015-02-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | conditional group references are used in lookbehind assertions in regular expressions. | ||||
| * | | Issue #23215: Multibyte codecs with custom error handlers that ignores errors | Serhiy Storchaka | 2015-02-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo. | ||||
| * | | Issue #5700: io.FileIO() called flush() after closing the file. | Serhiy Storchaka | 2015-02-20 | 1 | -0/+3 |
| | | | | | | | | | | | | flush() was not called in close() if closefd=False. | ||||
| * | | Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding | Serhiy Storchaka | 2015-02-20 | 1 | -0/+3 |
| | | | | | | | | | | | | differs from file system encoding (e.g. on Mac OS). | ||||
| * | | remove rc4 from the default client ciphers (closes #23481) | Benjamin Peterson | 2015-02-19 | 1 | -0/+2 |
| | | | |||||
| * | | merge 3.3 | Benjamin Peterson | 2015-02-18 | 3 | -423/+0 |
| |\ \ | | |/ | |||||
| | * | merge 3.2 | Benjamin Peterson | 2015-02-18 | 3 | -424/+0 |
| | |\ | |||||
| | | * | remove RPM, since it's unused and unmaintained | Benjamin Peterson | 2015-02-18 | 3 | -424/+0 |
| | | | | |||||
| | | * | Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis | Serhiy Storchaka | 2015-01-27 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | and fix by Guido Vranken. | ||||
| * | | | fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) | Benjamin Peterson | 2015-02-17 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | Patch by Yuyang Guo and Berker Peksag. | ||||
| * | | | 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 #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 #23445: pydebug builds now use "gcc -Og" where possible, to make the ↵ | Antoine Pitrou | 2015-02-11 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | resulting executable faster. | ||||
| * | | | Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. | Serhiy Storchaka | 2015-02-10 | 1 | -0/+3 |
| | | | | |||||
| * | | | 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 changes for 3.4.3. | Larry Hastings | 2015-02-26 | 1 | -0/+12 |
| | | | | |||||
* | | | | 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) |