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
*
Issue #12016: Reindent decoders of HK and JP codecs
Victor Stinner
2011-06-03
2
-51/+52
*
Branch merge
Éric Araujo
2011-06-01
1
-1/+1
|
\
|
*
Fix error message to use the Python name instead of the C name
Éric Araujo
2011-05-31
1
-1/+1
*
|
merge 3.1
Benjamin Peterson
2011-06-01
1
-1/+1
|
\
\
|
*
|
return NULL on error
Benjamin Peterson
2011-06-01
1
-1/+1
*
|
|
be extra careful with a borrowed reference when the GIL could be released (cl...
Benjamin Peterson
2011-06-01
1
-0/+2
*
|
|
merge 3.1 (#12221)
Benjamin Peterson
2011-06-01
1
-21/+5
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
simply use the Python version for pyexpat.__version__ #12221
Benjamin Peterson
2011-05-31
1
-21/+5
*
|
Issue #12090: backport 79fcd71d0356
Stefan Krah
2011-05-25
1
-0/+6
*
|
(Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()
Victor Stinner
2011-05-25
1
-0/+8
|
\
\
|
|
/
|
*
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
Victor Stinner
2011-05-25
1
-0/+8
*
|
(Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of
Victor Stinner
2011-05-25
1
-0/+2
|
\
\
|
|
/
|
*
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
Victor Stinner
2011-05-25
1
-0/+2
*
|
(Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at
Victor Stinner
2011-05-24
1
-4/+4
|
\
\
|
|
/
|
*
Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
Victor Stinner
2011-05-24
1
-4/+4
*
|
(Merge 3.1) Issue #12124: zipimport doesn't keep a reference to
Victor Stinner
2011-05-19
1
-24/+23
|
\
\
|
|
/
|
*
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
Victor Stinner
2011-05-19
1
-24/+23
|
*
Issue #10756: atexit normalizes the exception before displaying it. Patch by
Victor Stinner
2011-05-15
1
-0/+1
*
|
(Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the
Victor Stinner
2011-05-15
1
-3/+3
|
\
\
|
|
/
|
*
Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module.
Victor Stinner
2011-05-15
1
-3/+3
*
|
Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-14
1
-14/+23
|
\
\
|
|
/
|
*
Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-14
1
-14/+23
|
*
Issue #8650: Backport 64-bit safety fixes for compress() and decompress().
Nadeem Vawda
2011-05-14
1
-10/+21
*
|
Fix memory leaks in zlib.compress() and .decompress().
Nadeem Vawda
2011-05-14
1
-14/+11
*
|
Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-7/+12
|
\
\
|
|
/
|
*
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-7/+12
*
|
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
1
-1/+1
|
\
\
|
|
/
|
*
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
1
-1/+1
*
|
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
[next]