summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #3080: Fix test_reprlib on WindowsVictor Stinner2011-02-231-1/+1
* Issue #11272: Fix input() and sys.stdin for Windows newlineVictor Stinner2011-02-231-0/+26
* Issue #11224: Improved sparse file read support (r85916) introduced aLars Gustäbel2011-02-231-0/+16
* Add tests for the _ChainMap helper class.Raymond Hettinger2011-02-231-0/+110
* Fix imports from collections.abcRaymond Hettinger2011-02-235-15/+16
* Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new APIBrett Cannon2011-02-221-7/+6
* Issue #11277: finally fix Snow Leopard crash following r88460.Antoine Pitrou2011-02-221-1/+1
* Fix test.test_crypt.test_methods() to pass on OS X.Brett Cannon2011-02-221-1/+4
* Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-221-0/+17
* Issue #10512: close the log file in cgi when running tests.Brett Cannon2011-02-221-0/+1
* Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-228-4/+46
* Have the test filename match the module filename.Raymond Hettinger2011-02-221-0/+0
* Issue #11085: Moved collections abstract base classes into a separate moduleRaymond Hettinger2011-02-221-4/+5
* Issue #4681: Allow mmap() to work on file sizes and offsets larger thanAntoine Pitrou2011-02-211-2/+49
* Issue #10826: Prevent sporadic failure in test_subprocess on Solaris dueAntoine Pitrou2011-02-212-19/+12
* Fix PyUnicode_FromFormatV("%c") for non-BMP charVictor Stinner2011-02-211-1/+4
* compileall uses repr() to format filenames/pathsVictor Stinner2011-02-211-1/+1
* Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-2113-237/+293
* Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffersAntoine Pitrou2011-02-211-0/+29
* #11116: roll back on error during add so mailbox isn't left corrupted.R. David Murray2011-02-111-1/+31
* Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...Senthil Kumaran2011-02-111-4/+8
* Issue 10971: Make test_zipimport_support once again compatible with refleak h...Nick Coghlan2011-02-071-48/+54
* #11132: pass optimize parameter to recursive call in compileall.compile_dir()...Georg Brandl2011-02-071-0/+10
* #10680: fix mutually exclusive arguments in argument groups.Georg Brandl2011-01-301-0/+40
* #10961: fix exception handling in new pydoc server code.Georg Brandl2011-01-301-24/+21
* #9124: mailbox now accepts binary input and uses binary internallyR. David Murray2011-01-301-12/+146
* Issue #10939: Make Internaldate2tuple test more robust.Alexander Belopolsky2011-01-291-6/+8
* Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe PetersonAlexander Belopolsky2011-01-291-0/+11
* Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).Victor Stinner2011-01-291-0/+3
* Issue #11302: missing type check on _string.formatter_field_name_split and _s...Eric Smith2011-01-291-0/+52
* Issue #11018: fix a test to not be a no-op in test_bz2.Antoine Pitrou2011-01-261-1/+1
* Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into aRaymond Hettinger2011-01-261-0/+4
* Issue #11004: Repair edge case in deque.count().Raymond Hettinger2011-01-251-0/+9
* Tighten the restrictions on the test_sys test which triggers a fatal error whenBrett Cannon2011-01-251-2/+2
* another pretty crasher served up by pypyBenjamin Peterson2011-01-251-0/+20
* Issue #9509: make argarse properly handle IOErrors raised by argparse.FileTyp...Steven Bethard2011-01-241-9/+15
* Make the type consistent for hashlib algorithm constants. (Reviewed by Benja...Raymond Hettinger2011-01-241-1/+1
* Skip a recursion depth check test when running under CPython and have a traceBrett Cannon2011-01-231-0/+2
* To match the behaviour of HTTP server, the HTTP client library now also encodesArmin Ronacher2011-01-221-1/+7
* Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.Armin Ronacher2011-01-221-0/+10
* Issue #10955: Fix a potential crash when trying to mmap() a file past itsAntoine Pitrou2011-01-201-0/+13
* Issue #10451: memoryview objects could allow to mutate a readable buffer.Antoine Pitrou2011-01-182-1/+15
* Fix mmap and test_mmap under Windows too (followup to r88022)v3.2rc1Antoine Pitrou2011-01-151-5/+6
* Issue #10916: mmap should not segfault when a file is mapped using 0 asAntoine Pitrou2011-01-151-0/+13
* Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, notVictor Stinner2011-01-141-16/+17
* test_urlparse: add tests for encoding and errors argumentsVictor Stinner2011-01-141-0/+27
* Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError)Antoine Pitrou2011-01-121-25/+43
* A better message againAntoine Pitrou2011-01-121-1/+1
* More informative skip message in @bigaddrspaceAntoine Pitrou2011-01-121-3/+7
* Fix @bigmemtest when no limit is given by the user (oops)Antoine Pitrou2011-01-121-1/+1