summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the ``compiler`` package that caused invalid code to beNeil Schemenauer2006-08-164-9/+23
* File menu hotkeys: there were three 'p' assignments. Reassign theKurt B. Kaiser2006-08-163-3/+7
* SF#1534630Fredrik Lundh2006-08-161-0/+11
* Remove the special casing of Py_None when converting the return valueThomas Heller2006-08-162-0/+2
* The __repr__ method of a NULL py_object does no longer raise anThomas Heller2006-08-162-0/+10
* Revert to having static version numbers again.Marc-André Lemburg2006-08-161-3/+9
* Get quit() and exit() to work cleanly when not using subprocess.Kurt B. Kaiser2006-08-161-7/+10
* Update code and tests to support the 'bytes_le' attribute (forKa-Ping Yee2006-08-162-53/+104
* Patch #1540892: site.py Quitter() class attempts to close sys.stdinKurt B. Kaiser2006-08-164-11/+21
* preparing for 2.5c1Anthony Baxter2006-08-162-2/+2
* The 'with' statement is now a Code Context block openerKurt B. Kaiser2006-08-162-1/+3
* Subclasses of int/long are allowed to define an __index__.Neal Norwitz2006-08-151-8/+9
* Update the docstring to use a version a little newer than 1999. This wasNeal Norwitz2006-08-151-3/+3
* Fix the test for SocketServer so it should pass on cygwin and not failNeal Norwitz2006-08-151-0/+9
* Whitespace normalization.Tim Peters2006-08-152-3/+3
* Cookie.py shouldn't "bogusly" use string._idmap.Georg Brandl2006-08-142-3/+4
* Patch #1536071: trace.py should now find the full module name of aGeorg Brandl2006-08-141-1/+3
* 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-144-1/+18
* Apply the patch #1532975 plus ideas from the patch #1533481.Thomas Heller2006-08-144-20/+226
* 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-122-3/+3
* 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
* 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