| Commit message (Expand) | Author | Age | Files | Lines |
* | Added test to ensure that non-string result from dst() raises TypeError. | Tim Peters | 2002-12-21 | 1 | -0/+6 |
|
|
* | Changes sufficient so that pickles written by the Python implementation | Tim Peters | 2002-12-21 | 1 | -9/+15 |
|
|
* | Update the setup file: | Kurt B. Kaiser | 2002-12-20 | 1 | -34/+42 |
|
|
* | Remove debugging statement checked in by accident, ah, carelessness. | Kurt B. Kaiser | 2002-12-20 | 1 | -1/+0 |
|
|
* | "'foo' in str" not implemented in Python 2.2, only single character lookup | Kurt B. Kaiser | 2002-12-20 | 1 | -1/+2 |
|
|
* | *** empty log message *** | Tony Lownds | 2002-12-20 | 1 | -1/+1 |
|
|
* | Update way a subprocess is launched for Mac OS X. | Tony Lownds | 2002-12-20 | 5 | -16/+107 |
|
|
* | Fix what I believe is a bug: when removing all previous handlers, | Guido van Rossum | 2002-12-20 | 1 | -2/+2 |
|
|
* | format_utcoffset(): The natural type of the buflen arg is size_t, so | Tim Peters | 2002-12-20 | 1 | -9/+16 |
|
|
* | Panel Bar on the Bottom is Probably More Common | Kurt B. Kaiser | 2002-12-20 | 1 | -2/+4 |
|
|
* | Updated. | Kurt B. Kaiser | 2002-12-20 | 1 | -11/+24 |
|
|
* | If Edit window has not been saved, offer to save if user tries to Run or | Kurt B. Kaiser | 2002-12-19 | 1 | -14/+21 |
|
|
* | Expand log() tests to include long integers. | Raymond Hettinger | 2002-12-18 | 1 | -0/+2 |
|
|
* | M ColorDelegator.py | Kurt B. Kaiser | 2002-12-17 | 3 | -22/+40 |
|
|
* | No point in warning about needing re module; remove helpful message | Andrew M. Kuchling | 2002-12-17 | 1 | -4/+1 |
|
|
* | Fix comment typo | Andrew M. Kuchling | 2002-12-17 | 1 | -1/+1 |
|
|
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 2 | -0/+315 |
|
|
* | Update doc for getboolean() to match code (ie, returning True/False) | Neal Norwitz | 2002-12-17 | 1 | -8/+8 |
|
|
* | In Shell: | Kurt B. Kaiser | 2002-12-16 | 1 | -0/+4 |
|
|
* | Made this a little more compatible w/ the sandbox version, which is | Tim Peters | 2002-12-16 | 1 | -2/+2 |
|
|
* | datetime escapes the sandbox. The Windows build is all set. I leave it | Tim Peters | 2002-12-16 | 1 | -0/+2128 |
|
|
* | Fixing bug | Gustavo Niemeyer | 2002-12-16 | 1 | -2/+2 |
|
|
* | Applying patch | Gustavo Niemeyer | 2002-12-16 | 2 | -7/+12 |
|
|
* | M EditorWindow.py | Kurt B. Kaiser | 2002-12-16 | 2 | -5/+8 |
|
|
* | Apply SF patch 652930: Add optional base argument to math.log(x[, base]). | Raymond Hettinger | 2002-12-14 | 1 | -0/+1 |
|
|
* | M Debugger.py | Kurt B. Kaiser | 2002-12-14 | 3 | -77/+75 |
|
|
* | Tighten the tests for assignment to __bases__: disallow empty tuple. | Guido van Rossum | 2002-12-13 | 1 | -0/+8 |
|
|
* | Prevent debugger from stepping into Idle rpc code | Chui Tey | 2002-12-12 | 1 | -5/+17 |
|
|
* | Patch #536661: Improve performance of splitext. Add test_macpath. | Martin v. Löwis | 2002-12-12 | 6 | -42/+95 |
|
|
* | Patch #650653: Raise always value error if the table is not 256 bytes long. | Martin v. Löwis | 2002-12-12 | 1 | -0/+2 |
|
|
* | M CallTipWindow.py | Kurt B. Kaiser | 2002-12-12 | 2 | -15/+34 |
|
|
* | Change issubclass() so that recursive tuples (directly or indirectly | Walter Dörwald | 2002-12-12 | 1 | -1/+18 |
|
|
* | Patch #551960: Add check for setrlimit() support | Jason Tishler | 2002-12-12 | 1 | -4/+12 |
|
|
* | Patch to make _codecs a builtin module. This is necessary since | Marc-André Lemburg | 2002-12-12 | 1 | -5/+15 |
|
|
* | Hardcode the recognized whitespace characters to the US-ASCII whitespace | Greg Ward | 2002-12-12 | 1 | -3/+12 |
|
|
* | Enhance issubclass() and PyObject_IsSubclass() so that a tuple is | Walter Dörwald | 2002-12-12 | 1 | -0/+9 |
|
|
* | Patch #651621, approved by MvL. | Just van Rossum | 2002-12-12 | 1 | -2/+9 |
|
|
* | Tweak generation of unicode_whitespace_trans -- clearer, more | Greg Ward | 2002-12-11 | 1 | -2/+3 |
|
|
* | Clean-up test class for DictMixin. | Raymond Hettinger | 2002-12-11 | 1 | -2/+6 |
|
|
* | Update to reflect current implementation. | Kurt B. Kaiser | 2002-12-11 | 1 | -78/+76 |
|
|
* | Rework the command line interface, incorporating the shell/edit | Kurt B. Kaiser | 2002-12-11 | 1 | -72/+136 |
|
|
* | Added test_ossaudiodev to expected skips on Windows. | Tim Peters | 2002-12-10 | 1 | -0/+1 |
|
|
* | Aesthetic tweakery: factor read_sound_file() out of play_sound_file(). | Greg Ward | 2002-12-10 | 1 | -5/+9 |
|
|
* | Initial revision is rev 1.8 of test_linuxaudiodev.py, with | Greg Ward | 2002-12-10 | 1 | -0/+89 |
|
|
* | Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) | Neal Norwitz | 2002-12-10 | 1 | -3/+22 |
|
|
* | SF 548651: Fix the METH_CLASS implementation. | Tim Peters | 2002-12-09 | 1 | -4/+4 |
|
|
* | Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode | Greg Ward | 2002-12-09 | 1 | -0/+12 |
|
|
* | Added test_initial_whitespace() to ensure that SF bug #622849 is fixed. | Greg Ward | 2002-12-09 | 1 | -3/+13 |
|
|
* | Fix SF bug #622849: in _wrap_chunks(), ensure that leading whitespace in | Greg Ward | 2002-12-09 | 1 | -2/+3 |
|
|
* | Fix SF bug #622831 (I think): add unicode_whitespace_trans class | Greg Ward | 2002-12-09 | 1 | -1/+8 |
|
|