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
*
fix regression in netrc comment handling (closes #12009)
Benjamin Peterson
2011-06-10
1
-40/+93
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+31
*
raise an ValueError in getvalue() on closed StringIO (closes #12161)
Benjamin Peterson
2011-05-26
1
-0/+4
*
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
Victor Stinner
2011-05-25
1
-2/+5
*
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
Victor Stinner
2011-05-25
1
-0/+2
*
Issue #12057: Add tests for the HZ encoding
Victor Stinner
2011-05-24
3
-0/+33
*
Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
Victor Stinner
2011-05-24
1
-0/+30
*
correctly lookup __dir__
Benjamin Peterson
2011-05-23
1
-0/+1
*
test_codecs now removes the temporay file (created by the test)
Victor Stinner
2011-05-23
1
-7/+6
*
Issue #12012: test_ssl uses test_support.import_module()
Victor Stinner
2011-05-22
1
-9/+1
*
Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
Victor Stinner
2011-05-21
1
-17/+0
*
Issue #12057: Fix .hgeol and test_multibytecodec_support for the conversion of
Victor Stinner
2011-05-17
1
-5/+12
*
Fix closes issue #12088 - fixes the tarfile.extractall issue when the
Senthil Kumaran
2011-05-17
1
-0/+60
*
Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
Victor Stinner
2011-05-16
1
-1/+1
*
Issue #12057: Convert CJK encoding testcase BLOB into multiple text files
Victor Stinner
2011-05-16
25
-1019/+202
*
Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...
Ronald Oussoren
2011-05-15
1
-3/+47
*
Fixes Issue #12059: Properly handle missing hash functions even when
Gregory P. Smith
2011-05-14
1
-0/+18
*
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
Nadeem Vawda
2011-05-14
1
-0/+9
*
#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
*
Change import_fresh_module to work with packages.
Ezio Melotti
2011-05-14
1
-10/+6
*
Issue #12062: In the `io` module, fix a flushing bug when doing a certain
Antoine Pitrou
2011-05-12
1
-0/+26
*
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
-22/+27
*
Some more tests were incorrectly marked as C specific.
Ezio Melotti
2011-05-09
1
-13/+14
*
Issue 11164: Remove obsolete allnodes test from minidom test.
Martin v. Löwis
2011-05-09
1
-20/+0
*
#11910: Fix test_heapq to skip the C tests when _heapq is missing.
Ezio Melotti
2011-05-09
1
-15/+29
*
#11910: change import_fresh_module to return None when one of the "fresh" mod...
Ezio Melotti
2011-05-09
1
-4/+8
*
import_fresh_module ought to be in __all__
Benjamin Peterson
2011-05-08
1
-1/+2
*
Fix cut and paste error.
Raymond Hettinger
2011-05-07
1
-1/+1
*
Some tests were incorrectly marked as C specific.
Raymond Hettinger
2011-05-07
1
-3/+8
*
Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...
Antoine Pitrou
2011-05-07
1
-0/+7
*
#10169: Fix argument parsing in socket.sendto() to avoid error masking.
Ezio Melotti
2011-05-07
1
-0/+39
*
Fix potential resource leak in test_mmap.
Nadeem Vawda
2011-05-07
1
-0/+1
*
Issue #11277: Fix tests - crash will not trigger if the file is closed and re...
Nadeem Vawda
2011-05-07
1
-14/+12
*
Issue #11277: Add tests for mmap crash when using large sparse files on OS X.
Nadeem Vawda
2011-05-07
1
-26/+34
*
Issue #11277: Remove useless test from test_zlib.
Nadeem Vawda
2011-05-07
1
-42/+0
*
#11999: sync based on comparing mtimes, not mtime to system clock
R David Murray
2011-05-07
1
-16/+17
*
Backport fix for issue #10684 from 3.x
Ronald Oussoren
2011-05-06
1
-0/+18
*
Issue #11277: oops, fix checksum values of test_zlib on 32 bits
Victor Stinner
2011-05-04
1
-2/+6
*
Issue #11277: test_zlib tests a buffer of 1 GB on 32 bits
Victor Stinner
2011-05-04
1
-6/+15
*
Issue #11277: fix issue number in a test_zlib comment
Victor Stinner
2011-05-04
1
-1/+1
*
Issue #10276: Fix test_zlib, m may be undefined in the finally block
Victor Stinner
2011-05-03
1
-1/+1
*
Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by
Victor Stinner
2011-05-03
1
-3/+38
*
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
Victor Stinner
2011-05-03
1
-0/+16
*
(Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper
Victor Stinner
2011-05-01
1
-0/+16
*
skip the extractall test on platforms where os.symlink is not available.
Senthil Kumaran
2011-04-28
1
-0/+1
*
Fix closes issue10761: tarfile.extractall failure when symlinked files are ...
Senthil Kumaran
2011-04-28
1
-0/+27
*
Backport test from #11926.
Ezio Melotti
2011-04-28
1
-1/+9
*
#6780: fix starts/endswith error message to mention that tuples are accepted ...
Ezio Melotti
2011-04-26
2
-1/+23
[next]