summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Updated.Kurt B. Kaiser2002-12-201-11/+24
* If Edit window has not been saved, offer to save if user tries to Run orKurt B. Kaiser2002-12-191-14/+21
* Expand log() tests to include long integers.Raymond Hettinger2002-12-181-0/+2
* M ColorDelegator.pyKurt B. Kaiser2002-12-173-22/+40
* No point in warning about needing re module; remove helpful messageAndrew M. Kuchling2002-12-171-4/+1
* Fix comment typoAndrew M. Kuchling2002-12-171-1/+1
* This is Richie Hindle's patchMichael W. Hudson2002-12-172-0/+315
* Update doc for getboolean() to match code (ie, returning True/False)Neal Norwitz2002-12-171-8/+8
* In Shell:Kurt B. Kaiser2002-12-161-0/+4
* Made this a little more compatible w/ the sandbox version, which isTim Peters2002-12-161-2/+2
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-161-0/+2128
* Fixing bugGustavo Niemeyer2002-12-161-2/+2
* Applying patchGustavo Niemeyer2002-12-162-7/+12
* M EditorWindow.pyKurt B. Kaiser2002-12-162-5/+8
* Apply SF patch 652930: Add optional base argument to math.log(x[, base]).Raymond Hettinger2002-12-141-0/+1
* M Debugger.pyKurt B. Kaiser2002-12-143-77/+75
* Tighten the tests for assignment to __bases__: disallow empty tuple.Guido van Rossum2002-12-131-0/+8
* Prevent debugger from stepping into Idle rpc codeChui Tey2002-12-121-5/+17
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-126-42/+95
* Patch #650653: Raise always value error if the table is not 256 bytes long.Martin v. Löwis2002-12-121-0/+2
* M CallTipWindow.pyKurt B. Kaiser2002-12-122-15/+34
* Change issubclass() so that recursive tuples (directly or indirectlyWalter Dörwald2002-12-121-1/+18
* Patch #551960: Add check for setrlimit() supportJason Tishler2002-12-121-4/+12
* Patch to make _codecs a builtin module. This is necessary sinceMarc-André Lemburg2002-12-121-5/+15
* Hardcode the recognized whitespace characters to the US-ASCII whitespaceGreg Ward2002-12-121-3/+12
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-121-0/+9
* Patch #651621, approved by MvL.Just van Rossum2002-12-121-2/+9
* Tweak generation of unicode_whitespace_trans -- clearer, moreGreg Ward2002-12-111-2/+3
* Clean-up test class for DictMixin.Raymond Hettinger2002-12-111-2/+6
* Update to reflect current implementation.Kurt B. Kaiser2002-12-111-78/+76
* Rework the command line interface, incorporating the shell/editKurt B. Kaiser2002-12-111-72/+136
* Added test_ossaudiodev to expected skips on Windows.Tim Peters2002-12-101-0/+1
* Aesthetic tweakery: factor read_sound_file() out of play_sound_file().Greg Ward2002-12-101-5/+9
* Initial revision is rev 1.8 of test_linuxaudiodev.py, withGreg Ward2002-12-101-0/+89
* Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer)Neal Norwitz2002-12-101-3/+22
* SF 548651: Fix the METH_CLASS implementation.Tim Peters2002-12-091-4/+4
* Add test_unicode() to ensure that 1) textwrap doesn't crash on unicodeGreg Ward2002-12-091-0/+12
* Added test_initial_whitespace() to ensure that SF bug #622849 is fixed.Greg Ward2002-12-091-3/+13
* Fix SF bug #622849: in _wrap_chunks(), ensure that leading whitespace inGreg Ward2002-12-091-2/+3
* Fix SF bug #622831 (I think): add unicode_whitespace_trans classGreg Ward2002-12-091-1/+8
* self.binary -> self._binary to remove it from the public interface -Skip Montanaro2002-12-081-2/+2
* Add support for binary pickles to the shelve module. In some situationsSkip Montanaro2002-12-082-8/+60
* Add another test which exercises the whole suite with aRaymond Hettinger2002-12-071-0/+14
* Fix typo in abstract.c which caused __rpow__ to not be invoked.Raymond Hettinger2002-12-071-0/+5
* Clarify and speedup test.Raymond Hettinger2002-12-071-2/+3
* Cleaned up test (removing bogus argument list).Raymond Hettinger2002-12-071-2/+2
* Remove assumption that cls is a subclass of dict.Raymond Hettinger2002-12-071-3/+3
* M PyShell.pyKurt B. Kaiser2002-12-062-20/+39
* Patch #649184: Update to tix-8.1.4 RC3.Martin v. Löwis2002-12-061-11/+65
* The final tweaks before closingMichael W. Hudson2002-12-051-0/+4