summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #23688: Added support of arbitrary bytes-like objects and avoidedSerhiy Storchaka2015-03-232-8/+48
* Issue #23252: Added support for writing ZIP files to unseekable streams.Serhiy Storchaka2015-03-222-34/+108
* Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.R David Murray2015-03-221-5/+6
|\
| * #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.R David Murray2015-03-221-5/+6
* | Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-222-28/+78
|\ \ | |/
| * #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-222-28/+78
* | Merge: #23700: fix/improve commentR David Murray2015-03-221-2/+4
|\ \ | |/
| * #23700: fix/improve commentR David Murray2015-03-221-2/+4
* | #23657 Don't explicitly do an isinstance check for str in zipappPaul Moore2015-03-222-9/+129
* | Issue #22289: merge from 3.4Ned Deily2015-03-221-1/+2
|\ \ | |/
| * Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout.Ned Deily2015-03-221-1/+2
* | Issue #23571: Fix test_capiVictor Stinner2015-03-211-2/+2
* | Issue #23571: _Py_CheckFunctionResult() now gives the name of the functionVictor Stinner2015-03-211-0/+44
* | Issue 23704: Add index(), copy(), and insert() to deques. Register deques a...Raymond Hettinger2015-03-213-1/+61
* | Issue #22351: The nntplib.NNTP constructor no longer leaves the connectionSerhiy Storchaka2015-03-212-15/+123
|\ \ | |/
| * Issue #22351: The nntplib.NNTP constructor no longer leaves the connectionSerhiy Storchaka2015-03-212-15/+123
* | Issue 23705: Improve the performance of __contains__ checks for deques.Raymond Hettinger2015-03-201-0/+20
* | Issue #23681: The -b option now affects comparisons of bytes with int.Serhiy Storchaka2015-03-201-13/+28
* | Issue #23681: Fixed Python 2 to 3 poring bugs.Serhiy Storchaka2015-03-206-15/+13
|\ \ | |/
| * Issue #23681: Fixed Python 2 to 3 poring bugs.Serhiy Storchaka2015-03-205-14/+12
* | Issue #23700: NamedTemporaryFile iterator closed underlied file object inSerhiy Storchaka2015-03-201-3/+5
|\ \ | |/
| * Issue #23700: NamedTemporaryFile iterator closed underlied file object inSerhiy Storchaka2015-03-201-3/+5
* | Issue #23715: Fix test_script_helperVictor Stinner2015-03-201-2/+2
* | Issue #23696: Remove test on ZipImportError.__context__ because the context isVictor Stinner2015-03-201-1/+0
* | Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() andVictor Stinner2015-03-201-0/+4
* | Issue #23715: Enhance test.script_helper to investigate test_eintr failureVictor Stinner2015-03-201-4/+23
* | Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retriedVictor Stinner2015-03-202-30/+37
* | Issue #23696: Chain ZipImportError to the OSErrorVictor Stinner2015-03-201-1/+4
* | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-204-2/+19
* | Issue #23646: Enhance precision of time.sleep() and socket timeout whenVictor Stinner2015-03-201-5/+2
* | Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen...Antoine Pitrou2015-03-191-6/+50
* | Issue #22181: The availability of the getrandom() is now checked in configure,Victor Stinner2015-03-191-0/+3
* | Issue #23646: If time.sleep() is interrupted by a signal, the sleep is nowVictor Stinner2015-03-192-15/+36
* | Issue #23136: _strptime now uniformly handles all days in week 0, includingSerhiy Storchaka2015-03-192-5/+23
|\ \ | |/
| * Issue #23136: _strptime now uniformly handles all days in week 0, includingSerhiy Storchaka2015-03-192-5/+23
* | Issue #23700: Iterator of NamedTemporaryFile now keeps a reference toSerhiy Storchaka2015-03-192-1/+16
|\ \ | |/
| * Issue #23700: Iterator of NamedTemporaryFile now keeps a reference toSerhiy Storchaka2015-03-192-1/+16
* | merge 3.4Benjamin Peterson2015-03-191-2/+2
|\ \ | |/
| * wrap properlyBenjamin Peterson2015-03-191-2/+2
| * issue23673Ethan Furman2015-03-194-9/+48
* | issue23673Ethan Furman2015-03-196-30/+63
* | Issue #22903: The fake test case created by unittest.loader when it fails imp...Antoine Pitrou2015-03-182-10/+34
|\ \ | |/
| * Issue #22903: The fake test case created by unittest.loader when it fails imp...Antoine Pitrou2015-03-182-9/+29
* | Issue #23353: improve exceptions tests for generatorsAntoine Pitrou2015-03-181-0/+46
|\ \ | |/
| * Issue #23353: improve exceptions tests for generatorsAntoine Pitrou2015-03-181-0/+46
* | Restored backward compatibility of pickling http.cookies.Morsel. It wasSerhiy Storchaka2015-03-182-0/+32
* | Merge 3.4 (linecache doc)Victor Stinner2015-03-181-2/+2
|\ \ | |/
| * Issue #11726: Fix linecache example in the docVictor Stinner2015-03-181-2/+2
* | Merge 3.4 (asyncio)Victor Stinner2015-03-183-0/+5
|\ \ | |/
| * Issue #23456: Add missing @coroutine decorators in asyncioVictor Stinner2015-03-183-0/+5