summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* a test for an error condition not covered by existing testsMichael W. Hudson2006-11-231-0/+7
* Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig'))Walter Dörwald2006-11-231-0/+4
* Patch #1070046: Marshal new-style objects like InstanceTypeMartin v. Löwis2006-11-191-0/+9
* Add a test case of data w/ bytes > 127Andrew M. Kuchling2006-11-191-0/+3
* Make cStringIO.truncate raise IOError for negativeMartin v. Löwis2006-11-191-0/+1
* Patch [ 1586791 ] better error msgs for some TypeErrorsGeorg Brandl2006-11-191-2/+2
* Expand checking in test_shaAndrew M. Kuchling2006-11-181-1/+15
* Remove file-locking in MH.pack() method.Andrew M. Kuchling2006-11-171-0/+15
* Bug #1588217: don't parse "= " as a soft line break in binascii'sGeorg Brandl2006-11-161-1/+1
* Patch #1355023: support whence argument for GzipFile.seek.Martin v. Löwis2006-11-121-0/+11
* Patch #1065257: Support passing open files as body inMartin v. Löwis2006-11-121-1/+12
* [Bug #1569790] mailbox.Maildir.get_folder() loses factory informationAndrew M. Kuchling2006-11-091-1/+23
* Correctly forward exception in instance_contains().Martin v. Löwis2006-11-081-0/+8
* Bug #1588287: fix invalid assertion for `1,2` in debug builds.Neal Norwitz2006-11-041-0/+2
* Whitespace normalization.Tim Peters2006-11-0311-20/+20
* I'm assuming this is correct, it fixes the tests so they pass againNeal Norwitz2006-10-291-0/+1
* Add tests for incremental codecs with an errorsWalter Dörwald2006-10-291-0/+24
* Add tests for basic argument errors.Walter Dörwald2006-10-291-0/+27
* Move the check for openpty to the beginning.Georg Brandl2006-10-291-5/+5
* Remove leftover test output file.Georg Brandl2006-10-291-29/+0
* Convert test_openpty to unittest.Georg Brandl2006-10-292-16/+18
* Convert test_MimeWriter to unittest.Georg Brandl2006-10-292-174/+185
* Completely convert test_httplib to unittest.Georg Brandl2006-10-292-103/+63
* Convert test_cgi to unittest.Georg Brandl2006-10-292-167/+135
* Convert test_cookie to unittest.Georg Brandl2006-10-292-73/+73
* Convert test_types to unittest.Georg Brandl2006-10-292-298/+270
* Convert test_nis to unittest.Georg Brandl2006-10-292-37/+37
* Convert test_poll to unittest.Georg Brandl2006-10-292-195/+140
* Convert test_mmap to unittest.Georg Brandl2006-10-292-276/+156
* Bug #1576657: when setting a KeyError for a tuple key, make sure thatGeorg Brandl2006-10-291-0/+10
* Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.Georg Brandl2006-10-291-0/+2
* Fix the new EncodedFile test to work with big endian platforms.Georg Brandl2006-10-291-2/+2
* Test assert if __debug__ is true.Georg Brandl2006-10-291-4/+3
* Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, andGeorg Brandl2006-10-291-1/+28
* Fix test_modulefinder so it doesn't fail when run after test_distutils.Neal Norwitz2006-10-281-0/+1
* Fix bug #1565514, SystemError not raised on too many nested blocks.Neal Norwitz2006-10-281-0/+31
* make test_grammar pass with python -OGeorg Brandl2006-10-281-2/+4
* Convert test_opcodes to unittest.Georg Brandl2006-10-282-105/+108
* Convert test_math to unittest.Georg Brandl2006-10-282-229/+207
* Update outstanding bugs test file.Georg Brandl2006-10-281-10/+5
* Convert test_global, test_scope and test_grammar to unittest.Georg Brandl2006-10-288-1288/+1263
* Port test_bufio to unittest.Walter Dörwald2006-10-281-55/+61
* Modulefinder now handles absolute and relative imports, includingThomas Heller2006-10-271-0/+263
* WindowsError.str should display the windows error code,Thomas Heller2006-10-271-0/+13
* [Bug #1575506] The _singlefileMailbox class was using the wrong file object i...Andrew M. Kuchling2006-10-271-0/+16
* [Bug #1576241] Let functools.wraps work with built-in functionsAndrew M. Kuchling2006-10-271-0/+7
* Patch #1549049: Rewrite type conversion in structmember.Martin v. Löwis2006-10-271-0/+80
* Patch [ 1583506 ] tarfile.py: 100-char filenames are truncatedGeorg Brandl2006-10-241-0/+27
* Remove passwd.adjunct.byname from list of mapsMartin v. Löwis2006-10-221-0/+7
* Port test___future__ to unittest.Walter Dörwald2006-10-221-52/+56