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
*
stdprinter_write(): mention the encoding
Victor Stinner
2015-03-24
1
-3/+4
*
Issue #23571: In debug mode, _Py_CheckFunctionResult() now calls
Victor Stinner
2015-03-24
1
-12/+9
*
Issue #23571: PyErr_FormatV() and PyErr_SetObject() now always clear the
Victor Stinner
2015-03-24
1
-8/+7
*
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
Victor Stinner
2015-03-24
3
-21/+17
*
(Merge 3.4) Issue #23571: Enhance Py_FatalError()
Victor Stinner
2015-03-24
1
-13/+59
|
\
|
*
Issue #23571: Enhance Py_FatalError()
Victor Stinner
2015-03-24
1
-13/+60
*
|
#11468: merge with 3.4.
Ezio Melotti
2015-03-24
2
-37/+29
|
\
\
|
|
/
|
*
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
Ezio Melotti
2015-03-24
2
-37/+29
*
|
Issue #23753: Python doesn't support anymore platforms without stat() or
Victor Stinner
2015-03-24
7
-73/+4
*
|
Improve and fix-up comments.
Raymond Hettinger
2015-03-24
1
-25/+46
*
|
Issue 23744: Minor speed-up for deque.__bool__().
Raymond Hettinger
2015-03-24
1
-1/+24
*
|
Misc/NEWS entries for zipapp changes
Paul Moore
2015-03-23
1
-0/+7
*
|
Merge 3.4 (faulthandler ICC)
Victor Stinner
2015-03-23
2
-1/+9
|
\
\
|
|
/
|
*
Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)
Victor Stinner
2015-03-23
2
-1/+9
*
|
Null merge
Serhiy Storchaka
2015-03-23
0
-0/+0
|
\
\
|
|
/
|
*
Issue #21560: An attempt to write a data of wrong type no longer cause
Serhiy Storchaka
2015-03-23
3
-2/+38
*
|
Issue #23688: Added support of arbitrary bytes-like objects and avoided
Serhiy Storchaka
2015-03-23
4
-8/+56
*
|
Issue #23252: Added support for writing ZIP files to unseekable streams.
Serhiy Storchaka
2015-03-22
5
-35/+120
*
|
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
Serhiy Storchaka
2015-03-22
2
-8/+14
*
|
merge
Raymond Hettinger
2015-03-22
1
-0/+68
|
\
\
|
|
/
|
*
Issue 23729: Document ElementTree namespace handling and fix an omission in ...
Raymond Hettinger
2015-03-22
1
-0/+68
*
|
Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
R David Murray
2015-03-22
2
-5/+8
|
\
\
|
|
/
|
*
#23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
R David Murray
2015-03-22
2
-5/+8
*
|
Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
5
-41/+106
|
\
\
|
|
/
|
*
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
5
-41/+106
*
|
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
3
-17/+138
*
|
merge 3.4 (#22933)
Benjamin Peterson
2015-03-22
1
-6/+3
|
\
\
|
|
/
|
*
clarify behavior of shutil.move when destination exists (closes #22933)
Benjamin Peterson
2015-03-22
1
-6/+3
*
|
Issue #22289: merge from 3.4
Ned Deily
2015-03-22
2
-1/+7
|
\
\
|
|
/
|
*
Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout.
Ned Deily
2015-03-22
2
-1/+4
*
|
Null merge
Serhiy Storchaka
2015-03-22
0
-0/+0
|
\
\
|
|
/
|
*
Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of
Serhiy Storchaka
2015-03-22
1
-5/+8
*
|
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
6
-12/+93
*
|
Minor nit. Make the rotate() success/fail tests consistent.
Raymond Hettinger
2015-03-21
1
-3/+3
*
|
For safety, wait to decref deleted values until the deque state has been rest...
Raymond Hettinger
2015-03-21
1
-4/+4
*
|
Fix minor formatting nits and remove unnecessary comment.
Raymond Hettinger
2015-03-21
1
-4/+3
*
|
Issue 23704: Add index(), copy(), and insert() to deques. Register deques a...
Raymond Hettinger
2015-03-21
6
-1/+178
*
|
Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
Serhiy Storchaka
2015-03-21
3
-15/+127
|
\
\
|
|
/
|
*
Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
Serhiy Storchaka
2015-03-21
3
-15/+127
*
|
Removed trailing tabs.
Serhiy Storchaka
2015-03-21
2
-2/+2
*
|
Update Wix version and fixes wxs file.
Steve Dower
2015-03-21
2
-3/+3
*
|
Issue 23705: Improve the performance of __contains__ checks for deques.
Raymond Hettinger
2015-03-20
2
-1/+53
*
|
Issue #22832: Tweaked parameter names for fcntl module to better match
Serhiy Storchaka
2015-03-20
3
-75/+73
*
|
Merge: #11726: Make linecache docs reflect that all files are treated the same.
R David Murray
2015-03-20
1
-2/+2
|
\
\
|
|
/
|
*
#11726: Make linecache docs reflect that all files are treated the same.
R David Murray
2015-03-20
1
-2/+2
*
|
Issue #22181: Run "aclocal; autoconf; autoheader" to regenerate configure
Victor Stinner
2015-03-20
1
-2/+132
*
|
Issue #23681: The -b option now affects comparisons of bytes with int.
Serhiy Storchaka
2015-03-20
5
-22/+53
[next]