summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the ``compiler`` package that caused invalid code to beNeil Schemenauer2006-08-161-0/+7
* SF#1534630Fredrik Lundh2006-08-161-0/+11
* Update code and tests to support the 'bytes_le' attribute (forKa-Ping Yee2006-08-161-36/+61
* Subclasses of int/long are allowed to define an __index__.Neal Norwitz2006-08-151-8/+9
* Fix the test for SocketServer so it should pass on cygwin and not failNeal Norwitz2006-08-151-0/+9
* Whitespace normalization.Tim Peters2006-08-151-2/+2
* Add an additional test: BZ2File write methods should raise IOErrorGeorg Brandl2006-08-141-0/+9
* Patch #1535500: fix segfault in BZ2File.writelines and make sure itGeorg Brandl2006-08-141-0/+2
* Make tabnanny recognize IndentationErrors raised by tokenize.Georg Brandl2006-08-142-0/+12
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-141-0/+1
* Fix segfault when doing string formatting on subclasses of long ifNeal Norwitz2006-08-131-0/+8
* Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbotsNeal Norwitz2006-08-121-2/+9
* Patch #1538606, Patch to fix __index__() clipping.Neal Norwitz2006-08-121-48/+126
* Repair logging test spew caused by rev. 51206.Georg Brandl2006-08-121-2/+2
* Ah, fudge. One of the prints here actually "shouldn't be"Tim Peters2006-08-121-2/+1
* test_signal: Signal handling on the Tru64 buildbotTim Peters2006-08-122-65/+85
* Whoops, how did that get in there. :-) Revert all the parts of 51227 that we...Neal Norwitz2006-08-121-7/+0
* Check returned pointer is valid.Neal Norwitz2006-08-121-0/+7
* Fix the failures on cygwin (2006-08-10 fixed the actual locking issue).Neal Norwitz2006-08-111-5/+8
* force_test_exit(): This has been completely ineffectiveTim Peters2006-08-111-1/+5
* test_PyThreadState_SetAsyncExc(): This is failing on someTim Peters2006-08-111-3/+4
* Whitespace normalization broke test_cgi, because a lineTim Peters2006-08-101-2/+2
* Whitespace normalization.Tim Peters2006-08-101-1/+1
* Followup to bug #1069160.Tim Peters2006-08-101-0/+69
* Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.Guido van Rossum2006-08-102-0/+71
* test_copytree_simple(): This was leaving behind two new tempTim Peters2006-08-101-16/+36
* Concatenation on a long string breaks (SF #1526585).Armin Rigo2006-08-093-2/+69
* Fix and test for an infinite C recursion.Armin Rigo2006-08-091-0/+4
* __hash__ may now return long int; the final hashMartin v. Löwis2006-08-091-0/+9
* Whitespace normalization.Tim Peters2006-08-091-1/+1
* Remove accidently committed, duplicated test.Thomas Heller2006-08-081-2/+0
* memcmp() can return values other than -1, 0, and +1 but tp_compareThomas Heller2006-08-081-0/+3
* test_threading now skips testing alternate thread stack sizes onAndrew MacIntyre2006-08-061-2/+12
* Don't produce output in test_builtin.Georg Brandl2006-08-061-2/+2
* Bug #1535165: fixed a segfault in input() and raw_input() whenGeorg Brandl2006-08-061-0/+8
* Bug #1535182: really test the xreadlines() method of bz2 objects.Georg Brandl2006-08-061-1/+1
* Fix #1530559, struct.pack raises TypeError where it used to convert.Bob Ippolito2006-08-041-26/+69
* Whitespace normalization.Tim Peters2006-08-041-1/+1
* Change fix for segfaulting property(), add a NEWS entry and a test.Georg Brandl2006-08-041-0/+10
* Fix the 'compiler' package to generate correct code for MAKE_CLOSURE.Neil Schemenauer2006-08-041-0/+13
* Bug #1333982: string/number constants were inappropriately storedNeal Norwitz2006-08-041-0/+17
* Bug #1191458: tracing over for loops now produces a line eventNeal Norwitz2006-08-041-2/+2
* Bug #1531405, format_exception no longer raises an exception ifNeal Norwitz2006-08-041-4/+13
* Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs duringNeal Norwitz2006-08-021-0/+32
* Let us know when there was a problem and the child had to kill the parentNeal Norwitz2006-08-021-0/+1
* Whitespace normalization.Tim Peters2006-08-021-1/+1
* [Patch #1520905] Attempt to suppress core file created by test_subprocess.py.Andrew M. Kuchling2006-08-011-2/+28
* Whitespace normalization.Tim Peters2006-07-311-3/+3
* Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will helpNeal Norwitz2006-07-301-1/+37
* Verify that the signal handlers were really calledNeal Norwitz2006-07-301-0/+12