summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Dima Dorfman's patch for coercion/comparison of C types (patch #995939), withArmin Rigo2004-12-231-0/+36
* add __file__ to the globals available for tests loaded via DocFileSuite;Fred Drake2004-12-212-0/+13
* The changes to the stateful codecs in 2.4 resulted in StreamReader.readline()Walter Dörwald2004-12-211-13/+80
* Any call to marshal.dumps() with the new optional argument 'version' justArmin Rigo2004-12-201-0/+5
* Skip test_imp if threading is not available.Brett Cannon2004-12-181-1/+5
* Bug #1083645Raymond Hettinger2004-12-181-2/+12
* SF #1085304: Make array.array pickle-ableRaymond Hettinger2004-12-161-0/+19
* Fix copy & paste error in comments.Walter Dörwald2004-12-141-2/+2
* Patch #1011890: fix inspect.getsource breaking with line-continuation &Johannes Gijsbers2004-12-122-1/+76
* Patch #736962: port test_inspect to unittest. As part of this, move outJohannes Gijsbers2004-12-123-395/+427
* Use os.geteuid() for checking whether we are root, as suggested byJohannes Gijsbers2004-12-121-1/+1
* Whitespace normalization.Tim Peters2004-12-071-13/+13
* SF bug #1076467: don't run test_on_error as root, as the permissionJohannes Gijsbers2004-12-061-2/+6
* Have test_mkalias_relative check that sys.prefix already exists; otherwise testBrett Cannon2004-12-061-0/+6
* Removed deprecated tzparse module.Raymond Hettinger2004-12-051-1/+0
* Added optional None arguments to itertools.islice().Raymond Hettinger2004-12-051-0/+2
* Remove the deprecated statcache module.Raymond Hettinger2004-12-052-6/+0
* Removed deprecated method arguments from the shelve module.Raymond Hettinger2004-12-051-8/+8
* SF patch #1077353: add key= argument to min and maxRaymond Hettinger2004-12-031-4/+75
* Add key= argument to heapq.nsmallest() and heapq.nlargest().Raymond Hettinger2004-12-021-1/+7
* Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightl...Peter Astrand2004-11-301-0/+11
* Fix argument order in pure python version of nsmallest() and nlargest().Raymond Hettinger2004-11-291-2/+5
* SF bug #1071588 coercing decimal to int doesn't work between -1 and 1Raymond Hettinger2004-11-241-4/+4
* Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to theBrett Cannon2004-11-241-1/+3
* Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably thereJohannes Gijsbers2004-11-231-1/+5
* Add 'linux2' as one of the platforms that does not use the echo service as oneBrett Cannon2004-11-201-1/+2
* Remove tempfile after use in test_call_string.Peter Astrand2004-11-171-1/+2
* SF bug 1065388: calendar day/month name lookup too slowTim Peters2004-11-131-8/+6
* Patch #1050475: Fix various x86_64 build issuesMartin v. Löwis2004-11-131-0/+4
* Add options to regrtest.py to make it possible to specify where to putWalter Dörwald2004-11-121-8/+18
* Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64Peter Astrand2004-11-121-1/+6
* On second thought: "Errors should never pass silently", so barf when aJust van Rossum2004-11-121-7/+10
* testing control chars and non-dict root objectsJust van Rossum2004-11-121-0/+16
* SF patch #1062279: deque pickling problemsRaymond Hettinger2004-11-091-4/+36
* SF 1062353: set pickling problemsRaymond Hettinger2004-11-091-3/+9
* test_doctest.py test_pdb_set_trace_nested(): A new test from Jim FultonTim Peters2004-11-081-3/+90
* test for fixedness of bug #1057835.Michael W. Hudson2004-11-081-0/+2
* Stop printing listdir bytestring output, as the precise list of stringsMartin v. Löwis2004-11-072-3/+2
* Try a different filename if the Latin-1 file name cannotMartin v. Löwis2004-11-071-0/+17
* Whitespace normalization.Tim Peters2004-11-071-1/+1
* Essentially SF patch 1061679: add missing __all__ to pickletools.py.Tim Peters2004-11-061-0/+1
* Fix bug 1052242. Also includes rewrite of test case using unittest andSkip Montanaro2004-11-041-52/+86
* Maintain peepholer's cumlc invariant by updating the running totalRaymond Hettinger2004-11-021-3/+5
* * Bumped up the sleep() delay to four seconds so this test will runRaymond Hettinger2004-11-011-6/+9
* Add error checks for the bz2, cStringIO and operator modules.Walter Dörwald2004-11-013-0/+108
* Bug #1057993: Use sleep() always instead of os.utime() possibly brokenHye-Shik Chang2004-11-011-9/+5
* SF patch #1056967, changes the semantics of Template.safe_substitute() to notBarry Warsaw2004-11-011-10/+9
* test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME.Tim Peters2004-11-011-7/+13
* Bug #1048941: shutil.rmtree error handling was always brokenJohannes Gijsbers2004-10-311-3/+28
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-301-0/+199