| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23775: pprint() of OrderedDict now outputs the same representation | Serhiy Storchaka | 2015-03-26 | 1 | -0/+3 |
|
|
* | Issue #23765: Removed IsBadStringPtr calls in ctypes | Steve Dower | 2015-03-26 | 1 | -0/+2 |
|
|
* | Issue #22364: Improved some re error messages using regex for hints. | Serhiy Storchaka | 2015-03-25 | 1 | -0/+2 |
|
|
* | Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. | Serhiy Storchaka | 2015-03-25 | 1 | -0/+2 |
|\ |
|
| * | Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. | Serhiy Storchaka | 2015-03-25 | 1 | -0/+2 |
|
|
* | | Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive | Serhiy Storchaka | 2015-03-25 | 1 | -0/+3 |
|
|
* | | Issue #21802: The reader in BufferedRWPair now is closed even when closing | Serhiy Storchaka | 2015-03-24 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #21802: The reader in BufferedRWPair now is closed even when closing | Serhiy Storchaka | 2015-03-24 | 1 | -0/+3 |
|
|
* | | Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` | Serhiy Storchaka | 2015-03-24 | 1 | -0/+4 |
|
|
* | | Issue #4727: Fixed issue number in Misc/NEWS. | Serhiy Storchaka | 2015-03-24 | 1 | -1/+1 |
|
|
* | | Issue #23671: string.Template now allows to specify the "self" parameter as | Serhiy Storchaka | 2015-03-24 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #23671: string.Template now allows to specify the "self" parameter as | Serhiy Storchaka | 2015-03-24 | 1 | -0/+4 |
|
|
* | | Issue #23573: Increased performance of string search operations (str.find, | Serhiy Storchaka | 2015-03-24 | 1 | -0/+4 |
|
|
* | | Issue #23583: Added tests for standard IO streams in IDLE. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #23583: Added tests for standard IO streams in IDLE. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+5 |
|
|
* | | Issue #23502: The pprint module now supports mapping proxies. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+2 |
|
|
* | | Issue #17530: pprint now wraps long bytes objects and bytearrays. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+2 |
|
|
* | | Issue #22687: Fixed some corner cases in breaking words in tetxtwrap. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+3 |
|
|
* | | Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and | Serhiy Storchaka | 2015-03-24 | 1 | -0/+4 |
|
|
* | | #11468: merge with 3.4. | Ezio Melotti | 2015-03-24 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. | Ezio Melotti | 2015-03-24 | 1 | -0/+1 |
|
|
* | | Issue #23753: Python doesn't support anymore platforms without stat() or | Victor Stinner | 2015-03-24 | 1 | -1/+4 |
|
|
* | | Misc/NEWS entries for zipapp changes | Paul Moore | 2015-03-23 | 1 | -0/+7 |
|
|
* | | Merge 3.4 (faulthandler ICC) | Victor Stinner | 2015-03-23 | 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 |
|
|
* | | Issue #23688: Added support of arbitrary bytes-like objects and avoided | Serhiy Storchaka | 2015-03-23 | 1 | -0/+4 |
|
|
* | | Issue #23252: Added support for writing ZIP files to unseekable streams. | Serhiy Storchaka | 2015-03-22 | 1 | -0/+2 |
|
|
* | | Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. | Serhiy Storchaka | 2015-03-22 | 1 | -0/+2 |
|
|
* | | Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. | R David Murray | 2015-03-22 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. | R David Murray | 2015-03-22 | 1 | -0/+2 |
|
|
* | | Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 | 2 | -0/+5 |
|\ \
| |/ |
|
| * | #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: merge from 3.4 | Ned Deily | 2015-03-22 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. | Ned Deily | 2015-03-22 | 1 | -0/+2 |
|
|
* | | Issue 23704: Add index(), copy(), and insert() to deques. Register deques a... | Raymond Hettinger | 2015-03-21 | 1 | -0/+4 |
|
|
* | | Issue #22351: The nntplib.NNTP constructor no longer leaves the connection | Serhiy Storchaka | 2015-03-21 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #22351: The nntplib.NNTP constructor no longer leaves the connection | Serhiy Storchaka | 2015-03-21 | 1 | -0/+4 |
|
|
* | | Issue #23681: The -b option now affects comparisons of bytes with int. | Serhiy Storchaka | 2015-03-20 | 1 | -0/+2 |
|
|
* | | Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried | Victor Stinner | 2015-03-20 | 1 | -0/+5 |
|
|
* | | Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better | Serhiy Storchaka | 2015-03-20 | 1 | -0/+8 |
|
|
* | | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and | Serhiy Storchaka | 2015-03-20 | 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 |
|\ \
| |/ |
|
| * | Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. | Ned Deily | 2015-03-19 | 1 | -1/+1 |
|
|
* | | Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen... | Antoine Pitrou | 2015-03-19 | 1 | -0/+3 |
|
|
* | | Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now | Victor Stinner | 2015-03-19 | 1 | -0/+4 |
|
|
* | | Fixed Misc/NEWS entry for issue #23136. | Serhiy Storchaka | 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 #23136: _strptime now uniformly handles all days in week 0, including | Serhiy Storchaka | 2015-03-19 | 1 | -0/+3 |
|
|