index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
#23792: Ignore KeyboardInterrupt when the pydoc pager is active.
R David Murray
2015-03-29
2
-3/+14
*
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
Serhiy Storchaka
2015-03-29
3
-5/+10
*
Make some tests more frienly to MemoryError.
Serhiy Storchaka
2015-03-28
6
-16/+43
*
Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og
Victor Stinner
2015-03-27
1
-1/+1
*
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
Victor Stinner
2015-03-27
2
-1/+6
*
Check that failed writerow() doesn't produce change a file.
Serhiy Storchaka
2015-03-25
1
-14/+16
*
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
Serhiy Storchaka
2015-03-25
3
-1/+4
*
Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(),
Victor Stinner
2015-03-25
1
-1/+8
*
Issue #23571: Fix reentrant call to Py_FatalError()
Victor Stinner
2015-03-25
1
-17/+28
*
Fixed bytes warnings when run tests with -vv.
Serhiy Storchaka
2015-03-24
2
-6/+6
*
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
4
-6/+64
*
Issue #23671: string.Template now allows to specify the "self" parameter as
Serhiy Storchaka
2015-03-24
4
-3/+48
*
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
2
-0/+238
*
Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr
Victor Stinner
2015-03-24
1
-4/+26
*
Issue #23571: Enhance Py_FatalError()
Victor Stinner
2015-03-24
1
-13/+60
*
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
Ezio Melotti
2015-03-24
2
-37/+29
*
Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)
Victor Stinner
2015-03-23
2
-1/+9
*
Issue #21560: An attempt to write a data of wrong type no longer cause
Serhiy Storchaka
2015-03-23
3
-2/+38
*
Issue 23729: Document ElementTree namespace handling and fix an omission in ...
Raymond Hettinger
2015-03-22
1
-0/+68
*
#23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
R David Murray
2015-03-22
2
-5/+8
*
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
5
-41/+106
*
#23700: fix/improve comment
R David Murray
2015-03-22
1
-2/+4
*
clarify behavior of shutil.move when destination exists (closes #22933)
Benjamin Peterson
2015-03-22
1
-6/+3
*
Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout.
Ned Deily
2015-03-22
2
-1/+4
*
Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of
Serhiy Storchaka
2015-03-22
1
-5/+8
*
Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
Serhiy Storchaka
2015-03-21
3
-15/+127
*
#11726: Make linecache docs reflect that all files are treated the same.
R David Murray
2015-03-20
1
-2/+2
*
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 #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
Ned Deily
2015-03-19
3
-12/+12
*
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
3
-5/+26
*
Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to
Serhiy Storchaka
2015-03-19
3
-1/+19
*
wrap properly
Benjamin Peterson
2015-03-19
1
-2/+2
*
issue23673
Ethan Furman
2015-03-19
4
-9/+48
*
Issue #22903: The fake test case created by unittest.loader when it fails imp...
Antoine Pitrou
2015-03-18
3
-9/+32
*
Issue #23353: improve exceptions tests for generators
Antoine Pitrou
2015-03-18
1
-0/+46
*
_tracemalloc.c: Fix typo
Victor Stinner
2015-03-18
1
-1/+1
*
Issue #11726: Fix linecache example in the doc
Victor Stinner
2015-03-18
2
-4/+4
*
Issue #11726: clarify linecache doc: linecache is written to cache Python
Victor Stinner
2015-03-18
1
-2/+5
*
Issue #19428: Document that PyMarshal_ReadLongFromFile() and
Victor Stinner
2015-03-18
1
-6/+15
*
Issue #23456: Add missing @coroutine decorators in asyncio
Victor Stinner
2015-03-18
3
-0/+5
*
Issue #23207: Improved kwarg validation.
Vinay Sajip
2015-03-18
2
-1/+5
*
Issue #22585: make URandomFDTests test case actually run
Ned Deily
2015-03-17
1
-0/+1
*
Issue #23682: Delete Python 2.2 mention from distutils documentation.
Berker Peksag
2015-03-17
1
-14/+0
*
versionchanged for rc4 removal (closes #23679)
Benjamin Peterson
2015-03-16
1
-2/+6
*
Use non-zero and non-last positions in error handler tests.
Serhiy Storchaka
2015-03-16
1
-24/+28
*
Increased coverage of standard codec error handlers.
Serhiy Storchaka
2015-03-15
1
-76/+158
*
Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element
Eli Bendersky
2015-03-15
1
-2/+4
[next]