summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Whitespace normalization.Tim Peters2006-09-051-78/+77
* Fix endcase for str.rpartition()Raymond Hettinger2006-09-041-1/+1
* Hmm, this test has failed at least twice recently on the OpenBSD andNeal Norwitz2006-09-021-1/+12
* Add missing word in commentNeal Norwitz2006-09-021-1/+1
* Make decimal.ContextManager a private implementation detail of decimal.localc...Nick Coghlan2006-09-022-37/+7
* Bug #1550714: fix SystemError from itertools.tee on negative value for n.Neal Norwitz2006-09-021-0/+1
* Remove the old decimal context management tests from test_contextlib (guess w...Nick Coghlan2006-08-311-26/+0
* Fix the wrongheaded implementation of context management in the decimal modul...Nick Coghlan2006-08-312-15/+104
* Fix a couple of typos.Neal Norwitz2006-08-291-2/+2
* - Move functions common to all path modules into genericpath.py and have theJack Diederich2006-08-266-476/+273
* A new test here relied on preserving invisible trailingTim Peters2006-08-251-2/+3
* Whitespace normalization.Tim Peters2006-08-252-4/+4
* The regular expression engine in '_sre' can segfault when interpretingArmin Rigo2006-08-251-0/+47
* Port _ctypes.pyd to win64 on AMD64.Thomas Heller2006-08-252-1/+4
* importing types is not necessary if we use isinstanceNeal Norwitz2006-08-251-2/+2
* Fix SF bug #1545837: array.array borks on deepcopy.Thomas Wouters2006-08-241-0/+7
* Reverting the patch that tried to fix the issue whereby x**2 raisesAlex Martelli2006-08-231-14/+1
* Replace dead code with an assert.Jeremy Hylton2006-08-231-4/+1
* Bug fixes large and small for tokenize.Jeremy Hylton2006-08-233-66/+193
* x**2 should about equal x*x (including for a float x such that the result isAlex Martelli2006-08-231-1/+14
* Baby steps towards better tests for tokenizeJeremy Hylton2006-08-231-3/+46
* Expose column offset information in parse trees.Jeremy Hylton2006-08-221-0/+38
* Patch #1541585: fix buffer overrun when performing repr() onNeal Norwitz2006-08-211-0/+4
* Patch #1542451: disallow continue anywhere under a finallyNeal Norwitz2006-08-211-0/+87
* Fix bug #1543303, tarfile adds padding that breaks gunzip.Neal Norwitz2006-08-212-3/+21
* Patch #1542948: fix urllib2 header casing issue. With new test.Georg Brandl2006-08-202-20/+85
* Updating IDLE's version number to match Python's (as per python-devAnthony Baxter2006-08-182-1/+10
* Bug #1541863: uuid.uuid1 failed to generate unique identifiersMartin v. Löwis2006-08-182-3/+3
* 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