| Commit message (Expand) | Author | Age | Files | Lines |
* | #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. | Ezio Melotti | 2015-03-24 | 1 | -0/+1 |
|
|
* | Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) | Victor Stinner | 2015-03-23 | 1 | -0/+1 |
|
|
* | Issue #21560: An attempt to write a data of wrong type no longer cause | Serhiy Storchaka | 2015-03-23 | 1 | -0/+3 |
|
|
* | #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. | R David Murray | 2015-03-22 | 1 | -0/+2 |
|
|
* | #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 | 2 | -0/+5 |
|
|
* | Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. | Ned Deily | 2015-03-22 | 1 | -0/+2 |
|
|
* | Issue #22351: The nntplib.NNTP constructor no longer leaves the connection | Serhiy Storchaka | 2015-03-21 | 1 | -0/+4 |
|
|
* | Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. | Ned Deily | 2015-03-19 | 1 | -1/+1 |
|
|
* | Fixed Misc/NEWS entry for issue #23136. | Serhiy Storchaka | 2015-03-19 | 1 | -1/+1 |
|
|
* | Issue #23136: _strptime now uniformly handles all days in week 0, including | Serhiy Storchaka | 2015-03-19 | 1 | -0/+3 |
|
|
* | Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to | Serhiy Storchaka | 2015-03-19 | 1 | -0/+3 |
|
|
* | Issue #22903: The fake test case created by unittest.loader when it fails imp... | Antoine Pitrou | 2015-03-18 | 1 | -0/+3 |
|
|
* | Issue #23568: Add rdivmod support to MagicMock() objects. | Berker Peksag | 2015-03-14 | 1 | -0/+3 |
|
|
* | Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. | Serhiy Storchaka | 2015-03-13 | 1 | -0/+3 |
|
|
* | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now | Serhiy Storchaka | 2015-03-13 | 2 | -0/+6 |
|
|
* | Issue #22928: Disabled HTTP header injections in http.client. | Serhiy Storchaka | 2015-03-12 | 1 | -0/+3 |
|
|
* | 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 |
|
|
* | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob... | Antoine Pitrou | 2015-03-10 | 1 | -0/+3 |
|
|
* | 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 SS... | Antoine Pitrou | 2015-03-04 | 1 | -0/+3 |
|
|
* | 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 |
|
|
* | | Issue #21619: Popen objects no longer leave a zombie after exit in the with | Serhiy Storchaka | 2015-02-28 | 1 | -0/+3 |
|
|
* | | 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 |
|
|
| * | | Issues #814253, #9179: Warnings now are raised when group references and | Serhiy Storchaka | 2015-02-21 | 1 | -0/+4 |
|
|
| * | | Issue #23215: Multibyte codecs with custom error handlers that ignores errors | Serhiy Storchaka | 2015-02-20 | 1 | -0/+4 |
|
|
| * | | Issue #5700: io.FileIO() called flush() after closing the file. | Serhiy Storchaka | 2015-02-20 | 1 | -0/+3 |
|
|
| * | | Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding | Serhiy Storchaka | 2015-02-20 | 1 | -0/+3 |
|
|
| * | | 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 |
|
|
| * | | | fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) | Benjamin Peterson | 2015-02-17 | 2 | -0/+4 |
|
|
| * | | | Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb | Serhiy Storchaka | 2015-02-15 | 1 | -0/+3 |
|
|
| * | | | Issue #23146: Fix mishandling of absolute Windows paths with forward slashes ... | Antoine Pitrou | 2015-02-15 | 1 | -0/+3 |
|
|
| * | | | Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the re... | Antoine Pitrou | 2015-02-11 | 1 | -0/+6 |
|
|
| * | | | 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 |
|
|