summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* logging's atexit hook now runs even if the rest of the module hasGeorg Brandl2006-08-111-2/+2
* 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-103-5/+86
* Retrieval of previous shell command was not always preserving indentationKurt B. Kaiser2006-08-102-9/+18
* test_copytree_simple(): This was leaving behind two new tempTim Peters2006-08-101-16/+36
* Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)Kurt B. Kaiser2006-08-102-0/+5
* ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).Kurt B. Kaiser2006-08-092-5/+7
* Typo fixAndrew M. Kuchling2006-08-091-1/+1
* As a slight enhancement to the previous checkin, improve theKurt B. Kaiser2006-08-091-2/+5
* 1. When used w/o subprocess, all exceptions were preceeded by an errorKurt B. Kaiser2006-08-093-4/+13
* 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
* webbrowser: Silence stderr output if no gconftool or gnome browser foundGeorg Brandl2006-08-081-2/+2
* 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
* Better fix for bug #1531405, not executing str(value) twice.Georg Brandl2006-08-041-7/+3
* 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-042-26/+26
* 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-042-5/+19
* Correction of patch #1455898: In the mbcs decoder, set final=FalseMartin v. Löwis2006-08-021-19/+11
* pre-release machinationsAnthony Baxter2006-08-022-3/+3
* 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
* _Stream.close(): Try to kill struct.pack() warnings whenTim Peters2006-08-021-1/+7
* Try to squash struct.pack warnings on the "amd64 gentoo trunk"Tim Peters2006-08-021-1/+7
* Whitespace normalization.Tim Peters2006-08-021-1/+1
* os.urandom no longer masks unrelated exceptions like SystemExit orGeorg Brandl2006-08-011-1/+1
* [Patch #1520905] Attempt to suppress core file created by test_subprocess.py.Andrew M. Kuchling2006-08-011-2/+28
* ZipFile.close(): Kill the other struct.pack deprecationTim Peters2006-07-311-1/+1
* ZipFile.close(): Killed one of the struct.pack deprecationTim Peters2006-07-311-1/+2
* 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
* Typo fixGeorge Yoshida2006-07-301-1/+1
* Mention Cygwin in distutils error message about a missing VS 2003.Martin v. Löwis2006-07-301-2/+4