summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* This test doesn't pass on Windows. The cause seems to be that chmodNeal Norwitz2007-01-181-2/+8
* Try reverting part of r53145 that seems to cause the Windows buildbots to fai...Neal Norwitz2007-01-181-2/+2
* Fixed ntpath.expandvars to not replace references to non-existingSjoerd Mullender2007-01-162-0/+24
* Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept orGuido van Rossum2007-01-141-0/+14
* Remove a dependency of this test on $COLUMNS.Guido van Rossum2007-01-141-2/+10
* Fix for bug #1634343: allow specifying empty arguments on WindowsPeter Astrand2007-01-131-0/+2
* Deprecate the sets module.Brett Cannon2007-01-132-0/+6
* SF #1486663 -- Allow keyword args in subclasses of set() and frozenset().Raymond Hettinger2007-01-111-0/+11
* Fix zero-length corner case for iterating over a mutating deque.Raymond Hettinger2007-01-081-0/+6
* Fix stability of heapq's nlargest() and nsmallest().Raymond Hettinger2007-01-041-12/+12
* Add EnvironmentVarGuard to test.test_support. Provides a context manager toBrett Cannon2007-01-041-1/+33
* For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing.Raymond Hettinger2006-12-301-0/+26
* Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.Lars Gustäbel2006-12-271-0/+11
* Patch #1262036: Prevent TarFiles from being added to themselves underLars Gustäbel2006-12-231-0/+14
* Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()Lars Gustäbel2006-12-231-1/+11
* Frak; this test also failsAndrew M. Kuchling2006-12-221-7/+7
* Darn; this test works when you run test_pty.py directly, but fails when regrt...Andrew M. Kuchling2006-12-221-5/+5
* [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect;Andrew M. Kuchling2006-12-221-0/+15
* [Bug #776202] Apply Walter Doerwald's patch to use text mode for encoded filesAndrew M. Kuchling2006-12-221-7/+7
* [Bug #802128 continued] Modify mode depending on the process umask.Andrew M. Kuchling2006-12-221-6/+10
* [Bug #802128] Make the mode argument of dumbdbm actually work the way it'sAndrew M. Kuchling2006-12-221-0/+14
* Testcase for patch #1484695.Georg Brandl2006-12-201-0/+23
* Bug #1590891: random.randrange don't return correct value for big numberRaymond Hettinger2006-12-201-0/+8
* Add test.test_support.guard_warnings_filter . This function returns a contextBrett Cannon2006-12-134-26/+29
* Remove unneeded imports of 'warnings'.Brett Cannon2006-12-132-2/+0
* Remove an unneeded import of 'warnings'.Brett Cannon2006-12-131-1/+0
* Fix typo.Walter Dörwald2006-12-121-1/+1
* Add test for SF bug 1576657Raymond Hettinger2006-12-081-0/+11
* Patch #1610437: fix a tarfile bug with long filename headers.Georg Brandl2006-12-061-9/+13
* Patch #1371075: Make ConfigParser accept optional dict typeMartin v. Löwis2006-12-031-1/+45
* Move xdrlib tests from the module into a separate test script,Walter Dörwald2006-12-012-20/+54
* 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