summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #23792: Ignore KeyboardInterrupt when the pydoc pager is active.R David Murray2015-03-292-3/+14
* Issue #23803: Fixed str.partition() and str.rpartition() when a separatorSerhiy Storchaka2015-03-293-5/+10
* Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-286-16/+43
* Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-OgVictor Stinner2015-03-271-1/+1
* asyncio: Fix _SelectorTransport.__repr__() if the event loop is closedVictor Stinner2015-03-272-1/+6
* Check that failed writerow() doesn't produce change a file.Serhiy Storchaka2015-03-251-14/+16
* Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.Serhiy Storchaka2015-03-253-1/+4
* Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(),Victor Stinner2015-03-251-1/+8
* Issue #23571: Fix reentrant call to Py_FatalError()Victor Stinner2015-03-251-17/+28
* Fixed bytes warnings when run tests with -vv.Serhiy Storchaka2015-03-242-6/+6
* Issue #21802: The reader in BufferedRWPair now is closed even when closingSerhiy Storchaka2015-03-244-6/+64
* Issue #23671: string.Template now allows to specify the "self" parameter asSerhiy Storchaka2015-03-244-3/+48
* Added tests for mixed kinds of Unicode strings.Serhiy Storchaka2015-03-241-0/+150
* Issue #23583: Added tests for standard IO streams in IDLE.Serhiy Storchaka2015-03-242-0/+238
* Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderrVictor Stinner2015-03-241-4/+26
* Issue #23571: Enhance Py_FatalError()Victor Stinner2015-03-241-13/+60
* #11468: improve unittest basic example. Initial patch by Florian Preinstorfer.Ezio Melotti2015-03-242-37/+29
* Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)Victor Stinner2015-03-232-1/+9
* Issue #21560: An attempt to write a data of wrong type no longer causeSerhiy Storchaka2015-03-233-2/+38
* Issue 23729: Document ElementTree namespace handling and fix an omission in ...Raymond Hettinger2015-03-221-0/+68
* #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.R David Murray2015-03-222-5/+8
* #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-225-41/+106
* #23700: fix/improve commentR David Murray2015-03-221-2/+4
* clarify behavior of shutil.move when destination exists (closes #22933)Benjamin Peterson2015-03-221-6/+3
* Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout.Ned Deily2015-03-222-1/+4
* Issue #22079: Deprecation warning now is issued in PyType_Ready() instead ofSerhiy Storchaka2015-03-221-5/+8
* Issue #22351: The nntplib.NNTP constructor no longer leaves the connectionSerhiy Storchaka2015-03-213-15/+127
* #11726: Make linecache docs reflect that all files are treated the same.R David Murray2015-03-201-2/+2
* 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 #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.Ned Deily2015-03-193-12/+12
* Fixed Misc/NEWS entry for issue #23136.Serhiy Storchaka2015-03-191-1/+1
* Issue #23136: _strptime now uniformly handles all days in week 0, includingSerhiy Storchaka2015-03-193-5/+26
* Issue #23700: Iterator of NamedTemporaryFile now keeps a reference toSerhiy Storchaka2015-03-193-1/+19
* wrap properlyBenjamin Peterson2015-03-191-2/+2
* issue23673Ethan Furman2015-03-194-9/+48
* Issue #22903: The fake test case created by unittest.loader when it fails imp...Antoine Pitrou2015-03-183-9/+32
* Issue #23353: improve exceptions tests for generatorsAntoine Pitrou2015-03-181-0/+46
* _tracemalloc.c: Fix typoVictor Stinner2015-03-181-1/+1
* Issue #11726: Fix linecache example in the docVictor Stinner2015-03-182-4/+4
* Issue #11726: clarify linecache doc: linecache is written to cache PythonVictor Stinner2015-03-181-2/+5
* Issue #19428: Document that PyMarshal_ReadLongFromFile() andVictor Stinner2015-03-181-6/+15
* Issue #23456: Add missing @coroutine decorators in asyncioVictor Stinner2015-03-183-0/+5
* Issue #23207: Improved kwarg validation.Vinay Sajip2015-03-182-1/+5
* Issue #22585: make URandomFDTests test case actually runNed Deily2015-03-171-0/+1
* Issue #23682: Delete Python 2.2 mention from distutils documentation.Berker Peksag2015-03-171-14/+0
* versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-2/+6
* Use non-zero and non-last positions in error handler tests.Serhiy Storchaka2015-03-161-24/+28
* Increased coverage of standard codec error handlers.Serhiy Storchaka2015-03-151-76/+158
* Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4