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
*
Issue #3080: Fix test_reprlib on Windows
Victor Stinner
2011-02-23
1
-1/+1
*
Issue #11272: Fix input() and sys.stdin for Windows newline
Victor Stinner
2011-02-23
1
-0/+26
*
Issue #11224: Improved sparse file read support (r85916) introduced a
Lars Gustäbel
2011-02-23
1
-0/+16
*
Add tests for the _ChainMap helper class.
Raymond Hettinger
2011-02-23
1
-0/+110
*
Fix imports from collections.abc
Raymond Hettinger
2011-02-23
5
-15/+16
*
Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API
Brett Cannon
2011-02-22
1
-7/+6
*
Issue #11277: finally fix Snow Leopard crash following r88460.
Antoine Pitrou
2011-02-22
1
-1/+1
*
Fix test.test_crypt.test_methods() to pass on OS X.
Brett Cannon
2011-02-22
1
-1/+4
*
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
Sean Reifscheider
2011-02-22
1
-0/+17
*
Issue #10512: close the log file in cgi when running tests.
Brett Cannon
2011-02-22
1
-0/+1
*
Issue #10992: make tests pass when run under coverage.
Brett Cannon
2011-02-22
8
-4/+46
*
Have the test filename match the module filename.
Raymond Hettinger
2011-02-22
1
-0/+0
*
Issue #11085: Moved collections abstract base classes into a separate module
Raymond Hettinger
2011-02-22
1
-4/+5
*
Issue #4681: Allow mmap() to work on file sizes and offsets larger than
Antoine Pitrou
2011-02-21
1
-2/+49
*
Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
Antoine Pitrou
2011-02-21
2
-19/+12
*
Fix PyUnicode_FromFormatV("%c") for non-BMP char
Victor Stinner
2011-02-21
1
-1/+4
*
compileall uses repr() to format filenames/paths
Victor Stinner
2011-02-21
1
-1/+1
*
Issue #10990: Prevent tests from clobbering a set trace function.
Brett Cannon
2011-02-21
13
-237/+293
*
Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
Antoine Pitrou
2011-02-21
1
-0/+29
*
#11116: roll back on error during add so mailbox isn't left corrupted.
R. David Murray
2011-02-11
1
-1/+31
*
Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...
Senthil Kumaran
2011-02-11
1
-4/+8
*
Issue 10971: Make test_zipimport_support once again compatible with refleak h...
Nick Coghlan
2011-02-07
1
-48/+54
*
#11132: pass optimize parameter to recursive call in compileall.compile_dir()...
Georg Brandl
2011-02-07
1
-0/+10
*
#10680: fix mutually exclusive arguments in argument groups.
Georg Brandl
2011-01-30
1
-0/+40
*
#10961: fix exception handling in new pydoc server code.
Georg Brandl
2011-01-30
1
-24/+21
*
#9124: mailbox now accepts binary input and uses binary internally
R. David Murray
2011-01-30
1
-12/+146
*
Issue #10939: Make Internaldate2tuple test more robust.
Alexander Belopolsky
2011-01-29
1
-6/+8
*
Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson
Alexander Belopolsky
2011-01-29
1
-0/+11
*
Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).
Victor Stinner
2011-01-29
1
-0/+3
*
Issue #11302: missing type check on _string.formatter_field_name_split and _s...
Eric Smith
2011-01-29
1
-0/+52
*
Issue #11018: fix a test to not be a no-op in test_bz2.
Antoine Pitrou
2011-01-26
1
-1/+1
*
Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a
Raymond Hettinger
2011-01-26
1
-0/+4
*
Issue #11004: Repair edge case in deque.count().
Raymond Hettinger
2011-01-25
1
-0/+9
*
Tighten the restrictions on the test_sys test which triggers a fatal error when
Brett Cannon
2011-01-25
1
-2/+2
*
another pretty crasher served up by pypy
Benjamin Peterson
2011-01-25
1
-0/+20
*
Issue #9509: make argarse properly handle IOErrors raised by argparse.FileTyp...
Steven Bethard
2011-01-24
1
-9/+15
*
Make the type consistent for hashlib algorithm constants. (Reviewed by Benja...
Raymond Hettinger
2011-01-24
1
-1/+1
*
Skip a recursion depth check test when running under CPython and have a trace
Brett Cannon
2011-01-23
1
-0/+2
*
To match the behaviour of HTTP server, the HTTP client library now also encodes
Armin Ronacher
2011-01-22
1
-1/+7
*
Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.
Armin Ronacher
2011-01-22
1
-0/+10
*
Issue #10955: Fix a potential crash when trying to mmap() a file past its
Antoine Pitrou
2011-01-20
1
-0/+13
*
Issue #10451: memoryview objects could allow to mutate a readable buffer.
Antoine Pitrou
2011-01-18
2
-1/+15
*
Fix mmap and test_mmap under Windows too (followup to r88022)
v3.2rc1
Antoine Pitrou
2011-01-15
1
-5/+6
*
Issue #10916: mmap should not segfault when a file is mapped using 0 as
Antoine Pitrou
2011-01-15
1
-0/+13
*
Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not
Victor Stinner
2011-01-14
1
-16/+17
*
test_urlparse: add tests for encoding and errors arguments
Victor Stinner
2011-01-14
1
-0/+27
*
Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError)
Antoine Pitrou
2011-01-12
1
-25/+43
*
A better message again
Antoine Pitrou
2011-01-12
1
-1/+1
*
More informative skip message in @bigaddrspace
Antoine Pitrou
2011-01-12
1
-3/+7
*
Fix @bigmemtest when no limit is given by the user (oops)
Antoine Pitrou
2011-01-12
1
-1/+1
[next]