| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed using deprecated escaping in regular expression in _strptime.py (issue2... | Serhiy Storchaka | 2015-03-24 | 2 | -3/+3 |
|
|
* | Issue #21802: The reader in BufferedRWPair now is closed even when closing | Serhiy Storchaka | 2015-03-24 | 2 | -2/+51 |
|\ |
|
| * | Issue #21802: The reader in BufferedRWPair now is closed even when closing | Serhiy Storchaka | 2015-03-24 | 2 | -2/+51 |
|
|
* | | Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` | Serhiy Storchaka | 2015-03-24 | 3 | -17/+46 |
|
|
* | | Issue #23671: string.Template now allows to specify the "self" parameter as | Serhiy Storchaka | 2015-03-24 | 3 | -3/+48 |
|\ \
| |/ |
|
| * | Issue #23671: string.Template now allows to specify the "self" parameter as | Serhiy Storchaka | 2015-03-24 | 3 | -3/+44 |
|
|
* | | Added tests for mixed kinds of Unicode strings. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+150 |
|\ \
| |/ |
|
| * | Added tests for mixed kinds of Unicode strings. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+150 |
|
|
* | | Issue #23583: Added tests for standard IO streams in IDLE. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+233 |
|\ \
| |/ |
|
| * | Issue #23583: Added tests for standard IO streams in IDLE. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+233 |
|
|
| * | Issue #21560: An attempt to write a data of wrong type no longer cause | Serhiy Storchaka | 2015-03-23 | 2 | -2/+35 |
|
|
* | | Issue #23502: The pprint module now supports mapping proxies. | Serhiy Storchaka | 2015-03-24 | 2 | -0/+38 |
|
|
* | | Issue #17530: pprint now wraps long bytes objects and bytearrays. | Serhiy Storchaka | 2015-03-24 | 2 | -0/+147 |
|
|
* | | Issue #23741: Slightly refactor the pprint module to make it a little more | Serhiy Storchaka | 2015-03-24 | 1 | -108/+122 |
|
|
* | | Issue #22687: Fixed some corner cases in breaking words in tetxtwrap. | Serhiy Storchaka | 2015-03-24 | 2 | -4/+35 |
|
|
* | | Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and | Serhiy Storchaka | 2015-03-24 | 2 | -2/+72 |
|
|
* | | Issue #23571: Enhance _Py_CheckFunctionResult() | Victor Stinner | 2015-03-24 | 1 | -4/+4 |
|
|
* | | Issue #23571: Update test_capi | Victor Stinner | 2015-03-24 | 1 | -2/+23 |
|
|
* | | Issue #23688: Added support of arbitrary bytes-like objects and avoided | Serhiy Storchaka | 2015-03-23 | 2 | -8/+48 |
|
|
* | | Issue #23252: Added support for writing ZIP files to unseekable streams. | Serhiy Storchaka | 2015-03-22 | 2 | -34/+108 |
|
|
* | | Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. | R David Murray | 2015-03-22 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. | R David Murray | 2015-03-22 | 1 | -5/+6 |
|
|
* | | Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 | 2 | -28/+78 |
|\ \
| |/ |
|
| * | #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. | R David Murray | 2015-03-22 | 2 | -28/+78 |
|
|
* | | Merge: #23700: fix/improve comment | R David Murray | 2015-03-22 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | #23700: fix/improve comment | R David Murray | 2015-03-22 | 1 | -2/+4 |
|
|
* | | #23657 Don't explicitly do an isinstance check for str in zipapp | Paul Moore | 2015-03-22 | 2 | -9/+129 |
|
|
* | | Issue #22289: merge from 3.4 | Ned Deily | 2015-03-22 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. | Ned Deily | 2015-03-22 | 1 | -1/+2 |
|
|
* | | Issue #23571: Fix test_capi | Victor Stinner | 2015-03-21 | 1 | -2/+2 |
|
|
* | | Issue #23571: _Py_CheckFunctionResult() now gives the name of the function | Victor Stinner | 2015-03-21 | 1 | -0/+44 |
|
|
* | | Issue 23704: Add index(), copy(), and insert() to deques. Register deques a... | Raymond Hettinger | 2015-03-21 | 3 | -1/+61 |
|
|
* | | Issue #22351: The nntplib.NNTP constructor no longer leaves the connection | Serhiy Storchaka | 2015-03-21 | 2 | -15/+123 |
|\ \
| |/ |
|
| * | Issue #22351: The nntplib.NNTP constructor no longer leaves the connection | Serhiy Storchaka | 2015-03-21 | 2 | -15/+123 |
|
|
* | | Issue 23705: Improve the performance of __contains__ checks for deques. | Raymond Hettinger | 2015-03-20 | 1 | -0/+20 |
|
|
* | | Issue #23681: The -b option now affects comparisons of bytes with int. | Serhiy Storchaka | 2015-03-20 | 1 | -13/+28 |
|
|
* | | Issue #23681: Fixed Python 2 to 3 poring bugs. | Serhiy Storchaka | 2015-03-20 | 6 | -15/+13 |
|\ \
| |/ |
|
| * | Issue #23681: Fixed Python 2 to 3 poring bugs. | Serhiy Storchaka | 2015-03-20 | 5 | -14/+12 |
|
|
* | | Issue #23700: NamedTemporaryFile iterator closed underlied file object in | Serhiy Storchaka | 2015-03-20 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Issue #23700: NamedTemporaryFile iterator closed underlied file object in | Serhiy Storchaka | 2015-03-20 | 1 | -3/+5 |
|
|
* | | Issue #23715: Fix test_script_helper | Victor Stinner | 2015-03-20 | 1 | -2/+2 |
|
|
* | | Issue #23696: Remove test on ZipImportError.__context__ because the context is | Victor Stinner | 2015-03-20 | 1 | -1/+0 |
|
|
* | | Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() and | Victor Stinner | 2015-03-20 | 1 | -0/+4 |
|
|
* | | Issue #23715: Enhance test.script_helper to investigate test_eintr failure | Victor Stinner | 2015-03-20 | 1 | -4/+23 |
|
|
* | | Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried | Victor Stinner | 2015-03-20 | 2 | -30/+37 |
|
|
* | | Issue #23696: Chain ZipImportError to the OSError | Victor Stinner | 2015-03-20 | 1 | -1/+4 |
|
|
* | | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and | Serhiy Storchaka | 2015-03-20 | 4 | -2/+19 |
|
|
* | | Issue #23646: Enhance precision of time.sleep() and socket timeout when | Victor Stinner | 2015-03-20 | 1 | -5/+2 |
|
|
* | | Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen... | Antoine Pitrou | 2015-03-19 | 1 | -6/+50 |
|
|
* | | Issue #22181: The availability of the getrandom() is now checked in configure, | Victor Stinner | 2015-03-19 | 1 | -0/+3 |
|
|