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
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge heads
Gregory P. Smith
2011-05-14
1
-0/+11
|
\
|
*
Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-14
1
-0/+11
|
|
\
|
|
*
Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-14
1
-0/+11
|
|
|
\
|
|
|
*
Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
Nadeem Vawda
2011-05-14
1
-0/+11
|
|
|
*
Issue #8650: Backport 64-bit safety fixes for compress() and decompress().
Nadeem Vawda
2011-05-14
1
-0/+11
*
|
|
|
Fixes Issue #12059: Properly handle missing hash functions even when
Gregory P. Smith
2011-05-14
1
-0/+18
|
/
/
/
*
|
|
Merge fix for memory leaks in zlib.compress() and .decompress().
Nadeem Vawda
2011-05-14
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Fix memory leaks in zlib.compress() and .decompress().
Nadeem Vawda
2011-05-14
1
-0/+1
*
|
|
Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-0/+9
|
\
\
\
|
|
/
/
|
*
|
Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-0/+9
|
|
\
\
|
|
|
/
|
|
*
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-0/+9
*
|
|
Merge with 3.2 and also remove captured_output from __all__ (see #7960).
Ezio Melotti
2011-05-14
1
-3/+4
|
\
\
\
|
|
/
/
|
*
|
Update __all__ and docstring.
Ezio Melotti
2011-05-14
1
-1/+3
*
|
|
Skip test in test_fileinput when zlib is missing.
Ezio Melotti
2011-05-14
1
-1/+5
*
|
|
#7960: merge with 3.2.
Ezio Melotti
2011-05-14
1
-8/+8
|
\
\
\
|
|
/
/
|
*
|
#7960: merge with 3.1.
Ezio Melotti
2011-05-14
1
-8/+8
|
|
\
\
|
|
|
/
|
|
*
#7960: fix docstrings for captured_output and captured_stdout.
Ezio Melotti
2011-05-14
1
-8/+8
|
|
*
#5723: Improve json tests to be executed with and without accelerations.
Ezio Melotti
2011-05-14
1
-2/+2
*
|
|
#5723: merge with 3.2.
Ezio Melotti
2011-05-14
17
-216/+249
|
\
\
\
|
|
/
/
|
*
|
#5723: merge with 3.1.
Ezio Melotti
2011-05-14
17
-216/+249
*
|
|
Merge with 3.2.
Ezio Melotti
2011-05-14
1
-10/+6
|
\
\
\
|
|
/
/
|
*
|
Merge with 3.1.
Ezio Melotti
2011-05-14
1
-10/+6
|
|
\
\
|
|
|
/
|
|
*
Change import_fresh_module to work with packages.
Ezio Melotti
2011-05-14
1
-10/+6
*
|
|
(Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command by
Victor Stinner
2011-05-13
1
-1/+18
|
\
\
\
|
|
/
/
|
*
|
Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add
Victor Stinner
2011-05-13
1
-1/+18
*
|
|
test_logging: extended time range for rollover test.
Vinay Sajip
2011-05-13
1
-1/+1
*
|
|
test_logging: fixed bug in failure diagnostics.
Vinay Sajip
2011-05-13
1
-2/+2
*
|
|
Issue #12068: Fix appears to have worked; added more diagnostics for rare fai...
Vinay Sajip
2011-05-13
1
-0/+1
*
|
|
Added diagnostics to test_logging, after reverting last change.
Vinay Sajip
2011-05-13
1
-9/+12
*
|
|
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
1
-0/+26
|
\
\
\
|
|
/
/
|
*
|
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
1
-0/+26
|
|
\
\
|
|
|
/
|
|
*
Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence
Antoine Pitrou
2011-05-12
1
-0/+26
|
*
|
merge - 7a3f3ad83676 Fixes Issue #12044.
Gregory P. Smith
2011-05-12
1
-1/+2
|
*
|
Issue #11169: compileall module uses repr() to format filenames and paths to
Victor Stinner
2011-05-10
1
-1/+1
*
|
|
TimedTRotatingFileHandler test now improved to minimise chances of failure on...
Vinay Sajip
2011-05-12
1
-7/+9
*
|
|
- Issue #12044: Fixed subprocess.Popen when used as a context manager to
Gregory P. Smith
2011-05-12
1
-1/+2
*
|
|
Issue #9971: Write an optimized implementation of BufferedReader.readinto().
Antoine Pitrou
2011-05-11
1
-0/+6
*
|
|
Fix closes Issue #11799: urllib.request Authentication Handlers will raise a
Senthil Kumaran
2011-05-11
1
-0/+24
*
|
|
#12051: merge with 3.2.
Ezio Melotti
2011-05-10
1
-1/+21
|
\
\
\
|
|
/
/
|
*
|
#12051: merge with 3.1.
Ezio Melotti
2011-05-10
1
-1/+20
|
|
\
\
|
|
|
/
*
|
|
Issue #11888: skip some log2 tests on Mac OS X Tiger
Victor Stinner
2011-05-10
1
-4/+11
*
|
|
Issue #12054: use support.find_unused_port() instead of reinventing the wheel
Antoine Pitrou
2011-05-10
1
-16/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #12054: use support.find_unused_port() instead of reinventing the wheel
Antoine Pitrou
2011-05-10
1
-16/+2
*
|
|
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou
2011-05-10
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou
2011-05-10
1
-0/+7
|
*
|
(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
1
-23/+33
|
|
\
\
|
|
|
/
|
|
*
Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
1
-11/+15
*
|
|
Issue #12039: Add end_headers() call to avoid BadStatusLine.
Vinay Sajip
2011-05-10
1
-0/+1
*
|
|
Issue #12039: Now suppress spurious select.error raised on FreeBSD when the s...
Vinay Sajip
2011-05-10
1
-1/+8
*
|
|
Update incorrect comment.
Vinay Sajip
2011-05-09
1
-1/+1
[next]