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
*
_posixsubprocess.c: don't redefine _GNU_SOURCE if it's already defined
Victor Stinner
2011-05-26
1
-2/+2
*
socket.sendto(): exit directly after setting the error
Victor Stinner
2011-05-26
1
-4/+5
*
zipimport: initialize fullpath to NULL
Victor Stinner
2011-05-26
1
-1/+1
*
Remove useless assignments
Victor Stinner
2011-05-26
1
-5/+4
*
Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
Victor Stinner
2011-05-25
3
-11/+40
*
Issue #12175: FileIO.readall() now only reads the file position and size once.
Victor Stinner
2011-05-25
1
-7/+30
*
(Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read()
Victor Stinner
2011-05-25
1
-0/+8
|
\
|
*
(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.2) Issue #12175: FileIO.readall() now raises a ValueError instead of
Victor Stinner
2011-05-25
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
(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
*
|
|
Fast path for IncrementalNewlineDecoder.decode() in io.TextIOWrapper.read(-1)
Victor Stinner
2011-05-25
1
-2/+7
*
|
|
Issue #8407: Fix the signal handler of the signal module: if it is called
Victor Stinner
2011-05-25
1
-4/+5
*
|
|
(Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at
Victor Stinner
2011-05-24
1
-4/+4
|
\
\
\
|
|
/
/
|
*
|
(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
*
|
|
Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
Victor Stinner
2011-05-24
1
-0/+67
*
|
|
Issue #6501: os.device_encoding() returns None on Windows if the application
Victor Stinner
2011-05-23
1
-10/+13
*
|
|
Close #12153: faulthandler, mark stack_overflow() as static
Victor Stinner
2011-05-23
1
-1/+1
*
|
|
Issue #12105: Add O_CLOEXEC to the os module.
Charles-François Natali
2011-05-22
1
-0/+3
*
|
|
avoid a compiler warning. the compiler doesn't know that the static
Gregory P. Smith
2011-05-21
1
-1/+1
*
|
|
Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex()
Charles-François Natali
2011-05-20
1
-31/+30
*
|
|
(Merge 3.2) Issue #12124: zipimport doesn't keep a reference to
Victor Stinner
2011-05-19
1
-24/+23
|
\
\
\
|
|
/
/
|
*
|
(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
*
|
|
issue #1746656: Fix for OS X. configure and #include changes so that the socket
Gregory P. Smith
2011-05-15
1
-0/+8
*
|
|
Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656).
Nadeem Vawda
2011-05-15
1
-1/+4
*
|
|
(Merge 3.2) Issue #12060: Use sig_atomic_t type and volatile keyword in the
Victor Stinner
2011-05-15
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
(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
*
|
|
Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname
Gregory P. Smith
2011-05-15
1
-0/+110
*
|
|
Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-14
1
-14/+23
|
\
\
\
|
|
/
/
|
*
|
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
*
|
|
Merge fix for memory leaks in zlib.compress() and .decompress().
Nadeem Vawda
2011-05-14
1
-14/+11
|
\
\
\
|
|
/
/
|
*
|
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
|
\
\
\
|
|
/
/
|
*
|
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
|
|
\
\
|
|
|
/
|
|
*
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
1
-1/+1
*
|
|
Fix compile error under Windows
Antoine Pitrou
2011-05-12
1
-2/+4
*
|
|
Issue #9971: Write an optimized implementation of BufferedReader.readinto().
Antoine Pitrou
2011-05-11
1
-16/+70
*
|
|
Issue #12058: Minor edits to comments in faulthandler
Victor Stinner
2011-05-11
1
-18/+18
*
|
|
Merge from 3.2
Kurt B. Kaiser
2011-05-11
1
-1/+13
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.1
Kurt B. Kaiser
2011-05-11
1
-1/+13
|
|
\
\
|
|
|
/
[next]