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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix corner cases in the management of server_hostname (closes #27773)
Benjamin Peterson
2016-08-16
1
-6/+4
*
merge 3.4
Benjamin Peterson
2016-08-16
1
-0/+8
|
\
|
*
fail when negative values are passed to instr()
Benjamin Peterson
2016-08-16
1
-0/+8
*
|
merge 3.4 (closes #27760)
Benjamin Peterson
2016-08-14
1
-9/+15
|
\
\
|
|
/
|
*
merge 3.3 (closes #27760)
Benjamin Peterson
2016-08-14
1
-9/+15
|
|
\
|
|
*
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Benjamin Peterson
2016-08-14
1
-9/+16
*
|
|
merge 3.4
Benjamin Peterson
2016-08-14
1
-0/+8
|
\
\
\
|
|
/
/
|
*
|
do not allow reading negative values with getstr()
Benjamin Peterson
2016-08-14
1
-0/+8
*
|
|
merge 3.4 (closes #27758)
Benjamin Peterson
2016-08-14
1
-4/+19
|
\
\
\
|
|
/
/
|
*
|
merge 3.3 (#27758)
Benjamin Peterson
2016-08-14
1
-4/+19
|
|
\
\
|
|
|
/
|
|
*
check for overflow in join_append_data (closes #27758)
Benjamin Peterson
2016-08-14
1
-4/+19
*
|
|
Issue #20160: Merged fix from 3.4.
Vinay Sajip
2016-08-05
2
-2/+30
|
\
\
\
|
|
/
/
|
*
|
Issue #20160: Merged fix from 3.3.
Vinay Sajip
2016-08-05
2
-2/+30
|
|
\
\
|
|
|
/
|
|
*
Issue #20160: Handled passing of large structs to callbacks correctly.
Vinay Sajip
2016-08-05
2
-2/+30
*
|
|
all SCHED_ constants are optional (closes #27656)
Benjamin Peterson
2016-07-31
1
-0/+6
*
|
|
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
2
-2/+2
*
|
|
ctypes: fix CThunkObject_new()
Victor Stinner
2016-07-27
1
-2/+4
*
|
|
Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false
Berker Peksag
2016-07-23
1
-0/+3
*
|
|
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
Martin Panter
2016-07-23
2
-397/+378
*
|
|
socket: use INVALID_SOCKET
Victor Stinner
2016-07-22
2
-7/+12
*
|
|
socket: Fix internal_select()
Victor Stinner
2016-07-22
1
-1/+1
*
|
|
Issue #27533: Release GIL in nt._isdir
Steve Dower
2016-07-18
1
-0/+2
*
|
|
Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
Stefan Krah
2016-07-17
1
-3/+47
*
|
|
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
Serhiy Storchaka
2016-07-17
1
-12/+22
*
|
|
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
Martin Panter
2016-07-11
1
-0/+8
*
|
|
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
59
-1505/+1485
*
|
|
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...
Benjamin Peterson
2016-07-07
2
-5/+5
*
|
|
Fixed integer overflow in array.buffer_info().
Serhiy Storchaka
2016-06-23
1
-1/+1
*
|
|
Issue #27006: Do not use PyDec_CheckExact() on a type.
Stefan Krah
2016-06-20
1
-1/+1
*
|
|
Issue #27006: from_float(): call the subclass' __new__() and __init__().
Stefan Krah
2016-06-20
1
-2/+8
*
|
|
Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru...
Serhiy Storchaka
2016-06-18
1
-7/+2
*
|
|
ctypes: the type of b_size is Py_ssize_t.
Serhiy Storchaka
2016-06-17
1
-4/+4
*
|
|
Issue #27330: Fixed possible leaks in the ctypes module.
Serhiy Storchaka
2016-06-16
3
-22/+31
*
|
|
merge 3.4
Benjamin Peterson
2016-06-14
2
-4/+4
|
\
\
\
|
|
/
/
|
*
|
sync ordering of stddef.h includes with expat 2.1.1
Benjamin Peterson
2016-06-14
2
-4/+4
*
|
|
Issue #16182: Fix readline begidx, endidx, and use locale encoding
Martin Panter
2016-06-14
1
-38/+94
*
|
|
Fix typo in _sqlite/module.h
Berker Peksag
2016-06-12
1
-1/+1
*
|
|
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
Berker Peksag
2016-06-12
1
-0/+4
*
|
|
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
Serhiy Storchaka
2016-06-12
1
-17/+22
*
|
|
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Serhiy Storchaka
2016-06-12
1
-3/+16
*
|
|
merge 3.4 (#26556)
Benjamin Peterson
2016-06-11
3
-6/+24
|
\
\
\
|
|
/
/
|
*
|
upgrade expt to 2.1.1 (closes #26556)
Benjamin Peterson
2016-06-11
3
-6/+24
*
|
|
Issue #26305: Argument Clinic now escapes braces. No need to double them.
Serhiy Storchaka
2016-06-09
1
-7/+7
*
|
|
Fix a comment.
Barry Warsaw
2016-06-08
1
-1/+2
*
|
|
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
Barry Warsaw
2016-06-08
1
-1/+6
*
|
|
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict
Martin Panter
2016-06-05
1
-18/+44
*
|
|
remove (hilarious) defaults for various constants getpath.c needs
Benjamin Peterson
2016-06-02
1
-19/+2
*
|
|
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
4
-7/+7
*
|
|
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
2
-2/+2
*
|
|
Fix issue27146 - add stdio.h include to posixmodule.c for ctermid().
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-05-28
1
-0/+2
[next]