| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | A new test here was failing on Windows, because the test before it never | Tim Peters | 2003-01-13 | 1 | -10/+5 |
|
|
* | Duh. cmdqueue should be an instance variable, not a class variable. | Guido van Rossum | 2003-01-13 | 1 | -1/+1 |
|
|
* | Duh. The do_EOF() implementation was bogus. Make it more like | Guido van Rossum | 2003-01-13 | 1 | -3/+5 |
|
|
* | Fix SF bug #667147, Segmentation fault printing str subclass | Neal Norwitz | 2003-01-13 | 3 | -4/+43 |
|
|
* | Move the date/time section into the modules section; it was in the | Andrew M. Kuchling | 2003-01-13 | 1 | -61/+61 |
|
|
* | Update comment, QnewFlag will go away in 3.0, not 2.3 | Neal Norwitz | 2003-01-13 | 1 | -2/+2 |
|
|
* | Fix NameError in getquotaroot(), sanctioned by Piers. | Guido van Rossum | 2003-01-13 | 1 | -1/+1 |
|
|
* | Link to MRO article | Andrew M. Kuchling | 2003-01-13 | 1 | -2/+8 |
|
|
* | SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and | Raymond Hettinger | 2003-01-13 | 1 | -1/+4 |
|
|
* | Implemented FSCatalogInfo. | Jack Jansen | 2003-01-12 | 3 | -27/+705 |
|
|
* | Try to make a sentance more readable. | Neal Norwitz | 2003-01-12 | 1 | -1/+1 |
|
|
* | SF #665570, curses causes interpreter crash | Neal Norwitz | 2003-01-12 | 1 | -1/+2 |
|
|
* | Minor correction and clarification. | Fred Drake | 2003-01-11 | 1 | -1/+3 |
|
|
* | Got rid of the internal datetimetz type. | Tim Peters | 2003-01-11 | 3 | -1024/+655 |
|
|
* | Minor fiddling to make the next part easier. Introduced an internal | Tim Peters | 2003-01-11 | 2 | -38/+61 |
|
|
* | SF #639945 was fixed in alpha 1 | Neal Norwitz | 2003-01-10 | 1 | -0/+2 |
|
|
* | Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto | Neal Norwitz | 2003-01-10 | 2 | -3/+6 |
|
|
* | Get build working on Redhat 7.2 linux 2.4.7 | Neal Norwitz | 2003-01-10 | 1 | -0/+4 |
|
|
* | Update documentation. | Kurt B. Kaiser | 2003-01-10 | 4 | -238/+323 |
|
|
* | SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) | Kurt B. Kaiser | 2003-01-10 | 1 | -1/+4 |
|
|
* | SF #665913, Fix mmap module core dump with unix | Neal Norwitz | 2003-01-10 | 1 | -0/+3 |
|
|
* | SF #665913, Fix mmap module core dump with unix | Neal Norwitz | 2003-01-10 | 2 | -2/+22 |
|
|
* | M configDialog.py | Kurt B. Kaiser | 2003-01-10 | 2 | -82/+97 |
|
|
* | Python 2.1's string module doesn't have ascii_letters, so let's just | Barry Warsaw | 2003-01-10 | 1 | -13/+10 |
|
|
* | Cleanups, and conversion of assert to assertEqual() | Barry Warsaw | 2003-01-10 | 1 | -71/+69 |
|
|
* | As discussed on python-dev, removed from DUP_TOPX support for the | Raymond Hettinger | 2003-01-10 | 1 | -35/+0 |
|
|
* | As discussed briefly on python-dev, add Pending Deprecation Warning | Neal Norwitz | 2003-01-10 | 1 | -3/+5 |
|
|
* | Get rid of compiler warnings | Neal Norwitz | 2003-01-10 | 2 | -19/+19 |
|
|
* | Remove extra 'types' | Neal Norwitz | 2003-01-10 | 1 | -3/+3 |
|
|
* | SF bug #652888: bad documentation for the "type" builtin | Raymond Hettinger | 2003-01-10 | 1 | -6/+22 |
|
|
* | 1. Make finding Python help docs more robust, including the installed | Kurt B. Kaiser | 2003-01-10 | 1 | -19/+29 |
|
|
* | Got rid of the timetz type entirely. This was a bit trickier than I | Tim Peters | 2003-01-10 | 3 | -489/+354 |
|
|
* | Default the OK key in the Save Before Run dialog. | Kurt B. Kaiser | 2003-01-10 | 1 | -0/+1 |
|
|
* | Removed more now-pointless pickle code. | Tim Peters | 2003-01-10 | 1 | -93/+34 |
|
|
* | Started on implementing support for FSCatalogInfo. Doesn't work yet, don't | Jack Jansen | 2003-01-09 | 2 | -2/+60 |
|
|
* | interpret utf-8 file names on OSX | Just van Rossum | 2003-01-09 | 1 | -0/+2 |
|
|
* | support unicode in menu items | Just van Rossum | 2003-01-09 | 1 | -1/+4 |
|
|
* | removed silly & mask, avoiding FutureWarning | Just van Rossum | 2003-01-09 | 1 | -2/+2 |
|
|
* | cleaned up Jack's Mac OS9 changes | Just van Rossum | 2003-01-09 | 1 | -5/+1 |
|
|
* | Purged reference to defunct datetimetz. | Tim Peters | 2003-01-09 | 1 | -1/+1 |
|
|
* | SF patch #664320: Replace push/pop clusters in ceval.c | Raymond Hettinger | 2003-01-09 | 1 | -150/+167 |
|
|
* | Various minor edits | Andrew M. Kuchling | 2003-01-09 | 1 | -27/+30 |
|
|
* | Markup fix | Andrew M. Kuchling | 2003-01-09 | 1 | -0/+1 |
|
|
* | Make the test scripts work again with narrow Python builds. | Walter Dörwald | 2003-01-09 | 1 | -1/+1 |
|
|
* | add newline to source before compilation | Just van Rossum | 2003-01-09 | 1 | -1/+1 |
|
|
* | Massive fiddling to reflect that datetimetz and timetz no longer exist. | Tim Peters | 2003-01-09 | 1 | -556/+266 |
|
|
* | Add a few test cases to increase code coverage: | Walter Dörwald | 2003-01-08 | 1 | -0/+115 |
|
|
* | Add a test that exercises the error handling part of | Walter Dörwald | 2003-01-08 | 1 | -0/+6 |
|
|
* | Fix charmapencode_lookup(), so that a None value in the mapping | Walter Dörwald | 2003-01-08 | 1 | -0/+2 |
|
|
* | SF patch 661583: Remove old code from lib\os.py | Tim Peters | 2003-01-08 | 1 | -10/+8 |
|
|