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
*
Merge from 3.1
Kurt B. Kaiser
2011-05-11
1
-1/+13
|
\
|
*
Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.
Kurt B. Kaiser
2011-05-11
1
-1/+13
*
|
#12051: merge with 3.1.
Ezio Melotti
2011-05-10
1
-2/+15
|
\
\
|
|
/
|
*
#12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...
Ezio Melotti
2011-05-10
1
-2/+15
*
|
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou
2011-05-10
1
-4/+7
*
|
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
1
-1/+7
|
\
\
|
|
/
|
*
Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
1
-1/+7
*
|
#12017: merge with 3.1.
Ezio Melotti
2011-05-07
1
-2/+13
|
\
\
|
|
/
|
*
#12017: Fix segfault in json.loads() while decoding highly-nested objects usi...
Ezio Melotti
2011-05-07
1
-2/+13
*
|
(Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
Victor Stinner
2011-05-01
1
-0/+9
|
\
\
|
|
/
|
*
Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a
Victor Stinner
2011-05-01
1
-0/+9
*
|
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
Antoine Pitrou
2011-04-27
1
-0/+1
*
|
Issue #10914: Add a minimal embedding test to test_capi.
Antoine Pitrou
2011-04-25
1
-0/+52
*
|
(Merge 3.1) Issue #11768: The signal handler of the signal module only calls
Victor Stinner
2011-04-18
1
-10/+16
|
\
\
|
|
/
|
*
Issue #11768: The signal handler of the signal module only calls
Victor Stinner
2011-04-18
1
-10/+16
*
|
Remove unnecessary call to PyErr_Clear.
Ezio Melotti
2011-04-11
1
-1/+0
*
|
Merge from 3.1
Senthil Kumaran
2011-04-06
1
-1/+1
|
\
\
|
|
/
|
*
Issue #10762: Guard against invalid/non-supported format string '%f' on Windo...
Senthil Kumaran
2011-04-06
1
-1/+1
|
*
Merge 3.1
Kristjan Valur Jonsson
2011-03-30
1
-1/+1
|
|
\
|
|
*
Issue 11713: clarify docstring for collections.deque()
Raymond Hettinger
2011-03-30
1
-1/+1
*
|
|
Issue #11576: Fixed timedelta subtraction glitch on big timedelta values
Alexander Belopolsky
2011-04-06
1
-7/+8
*
|
|
Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva...
Antoine Pitrou
2011-04-03
1
-1/+1
*
|
|
Merge
Kristjan Valur Jonsson
2011-03-30
1
-1/+1
|
\
\
\
|
*
|
|
Issue 11713: clarify docstring for collections.deque()
Raymond Hettinger
2011-03-30
1
-1/+1
*
|
|
|
Merge 3.1
Kristjan Valur Jonsson
2011-03-30
1
-3/+6
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.
Kristjan Valur Jonsson
2011-03-30
1
-3/+6
|
|
/
*
|
merge 3.1
Benjamin Peterson
2011-03-28
1
-3/+3
|
\
\
|
|
/
|
*
let's keep parenthesis around sizeof
Benjamin Peterson
2011-03-28
1
-3/+3
*
|
merge 3.1
Benjamin Peterson
2011-03-26
1
-20/+54
|
\
\
|
|
/
|
*
always check return value of PyObject_IsInstance for error
Benjamin Peterson
2011-03-26
1
-19/+44
|
*
check possible recursive _as_parameter_ to prevent segfault (closes #1838)
Benjamin Peterson
2011-03-26
1
-1/+10
*
|
time.strftime(): replace PyErr_Format() by PyErr_SetString()
Victor Stinner
2011-03-21
1
-3/+2
*
|
Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on
Victor Stinner
2011-03-20
1
-1/+8
*
|
Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a ...
Antoine Pitrou
2011-03-17
1
-3/+7
*
|
Issue #5421: merge fix
Antoine Pitrou
2011-03-17
1
-6/+17
|
\
\
|
|
/
|
*
Issue #5421: Fix misleading error message when one of socket.sendto()'s
Antoine Pitrou
2011-03-17
1
-6/+17
*
|
Merge with 3.1.
Ezio Melotti
2011-03-16
2
-3/+3
|
\
\
|
|
/
|
*
Revert typo fixes in zlib/*
Ezio Melotti
2011-03-16
2
-3/+3
*
|
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
14
-20/+20
|
\
\
|
|
/
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
14
-20/+20
*
|
Fix issue #11432. if the stdin pipe is the same file descriptor as either std...
Gregory P. Smith
2011-03-15
1
-2/+2
*
|
Merge with 3.2
Ezio Melotti
2011-03-15
4
-6/+6
|
\
\
|
|
/
|
*
Revert typo fixes in _cytpes/libffi*
Ezio Melotti
2011-03-15
2
-1721/+1721
*
|
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
10
-12/+12
|
\
\
|
|
/
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
7
-1726/+1726
*
|
Merge fix for issue #11450
Antoine Pitrou
2011-03-09
1
-1/+3
|
\
\
|
|
/
|
*
Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when
Antoine Pitrou
2011-03-09
1
-1/+3
*
|
Merge build identification to 3.2 branch.
Georg Brandl
2011-03-06
1
-3/+34
|
\
\
|
|
/
|
*
Commit the hg build identification patch from the pymigr repo.
Georg Brandl
2011-03-05
1
-3/+34
*
|
Merge fix for issue #11391
Antoine Pitrou
2011-03-06
1
-5/+10
|
\
\
|
|
/
[next]