| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch/new code by Sjoerd Mullender: | Guido van Rossum | 1999-06-09 | 2 | -74/+155 |
|
|
* | Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber: | Guido van Rossum | 1999-06-08 | 1 | -1/+1 |
|
|
* | On David Ascher's recommendation: reversed order of 'utime()' and | Greg Ward | 1999-06-08 | 1 | -2/+5 |
|
|
* | Sam's latest versions | Guido van Rossum | 1999-06-08 | 2 | -87/+109 |
|
|
* | Skip Montanaro: | Guido van Rossum | 1999-06-08 | 1 | -2/+13 |
|
|
* | Tim Peters: Taught it more "real Python" rules without slowing it | Guido van Rossum | 1999-06-08 | 1 | -47/+53 |
|
|
* | Hacked 'set_final_options()' to set (hopefully) appropriate values for | Greg Ward | 1999-06-08 | 1 | -7/+56 |
|
|
* | Added the 'have_run' dictionary to Distribution, and changed | Greg Ward | 1999-06-08 | 1 | -3/+33 |
|
|
* | Now handles NT, through '_init_nt()' function (courtesy of | Greg Ward | 1999-06-08 | 1 | -0/+11 |
|
|
* | Experimental speedup patch by Tim Peters (please test!): | Guido van Rossum | 1999-06-07 | 1 | -82/+149 |
|
|
* | Patch by Jim Fulton: new function parse_qsl(), which is like | Guido van Rossum | 1999-06-04 | 1 | -13/+44 |
|
|
* | At Jim Fulton's request (actually, as a compromise :-), default the | Guido van Rossum | 1999-06-02 | 1 | -2/+2 |
|
|
* | Andy Dustman notes that I patched the close() call in the wrong place. | Guido van Rossum | 1999-06-01 | 1 | -1/+1 |
|
|
* | In class TemporaryFileWrapper, don't cache attributes of tpye int -- | Guido van Rossum | 1999-06-01 | 1 | -1/+2 |
|
|
* | Jack Jansen's patch to support file:///path/file/name URL syntax. | Guido van Rossum | 1999-06-01 | 1 | -0/+5 |
|
|
* | Greg McFarlane writes: Tkinter.Text.tag_add should take multiple | Guido van Rossum | 1999-06-01 | 1 | -2/+2 |
|
|
* | Andy Dustman writes: | Guido van Rossum | 1999-05-21 | 1 | -0/+1 |
|
|
* | Map .js to application/x-javascript. | Fred Drake | 1999-05-20 | 1 | -0/+1 |
|
|
* | POP3.uidl(): Update docstring based on comments from Piers Lauder | Fred Drake | 1999-05-13 | 1 | -2/+3 |
|
|
* | Nathan Paul Simons noticed that the grid_remove() method was missing. | Guido van Rossum | 1999-05-05 | 1 | -0/+2 |
|
|
* | Regression test for date format code, by Mike Meyer. | Guido van Rossum | 1999-05-03 | 1 | -0/+21 |
|
|
* | No need to import find(). (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | No need to import os or string. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | No need to import sys. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 2 | -2/+1 |
|
|
* | Typo. (Andrew Dalke, without kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | No need to import string. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+0 |
|
|
* | No need to import os in test(). (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+0 |
|
|
* | Get rid of confusing 'global' statement in global code. | Guido van Rossum | 1999-05-03 | 1 | -1/+0 |
|
|
* | No need to import sys or string. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | Clarify why we define disco. Suggested by Andrew Dalke. | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | Clarify why we define error. Suggested by Andrew Dalke. | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | No need to import sys or linecache. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -2/+0 |
|
|
* | No need to import gmtime, ctime, asctime. | Guido van Rossum | 1999-05-03 | 1 | -2/+2 |
|
|
* | Clarify why there are dynamic imports in AudioDev(). | Guido van Rossum | 1999-05-03 | 1 | -0/+1 |
|
|
* | The _comp_data() function never worked, it contained a reference to | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -4/+0 |
|
|
* | No need to import sys, time, or socket. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -3/+0 |
|
|
* | No need to import rfc822. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+0 |
|
|
* | The case-insensitive _Environ class was lacking a case-insensitive has_key(). | Guido van Rossum | 1999-05-03 | 1 | -0/+2 |
|
|
* | The 'copy_file()' and 'copy_tree()' functions in util.py now have | Greg Ward | 1999-05-02 | 2 | -20/+38 |
|
|
* | Rearranged things so that compilation of .py files is the responsibility | Greg Ward | 1999-05-02 | 5 | -42/+73 |
|
|
* | Mike Meyer reports a bug in his patch (several months ago) that | Guido van Rossum | 1999-04-29 | 1 | -0/+1 |
|
|
* | Message.getheader(): Fixed grammatical error in docstring. | Fred Drake | 1999-04-28 | 1 | -1/+26 |
|
|
* | Added test case that includes a comma in the full name. This tests | Fred Drake | 1999-04-28 | 1 | -0/+7 |
|
|
* | Two changes suggested by Jan Pieter Riegel: | Guido van Rossum | 1999-04-28 | 1 | -1/+4 |
|
|
* | Cast f.tell() result to int() in _addval(), so it works even on | Guido van Rossum | 1999-04-27 | 1 | -1/+1 |
|
|
* | Patch by Per Cederqvist, seemingly approved by The Dragon: | Guido van Rossum | 1999-04-21 | 1 | -3/+6 |
|
|
* | Calling _cleanup() does not guarantee that all processes have | Guido van Rossum | 1999-04-20 | 1 | -1/+2 |
|
|
* | Utility function that yields a properly formatted time string. | Guido van Rossum | 1999-04-19 | 1 | -0/+10 |
|
|
* | Relocating file to Lib/lib-tk. | Fred Drake | 1999-04-19 | 1 | -343/+0 |
|
|