| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use __stdin__ instead of stdin to derive FileType -- safer against | Guido van Rossum | 1998-12-19 | 1 | -1/+1 |
|
|
* | Fred's sysconfig module. | Greg Ward | 1998-12-18 | 1 | -0/+106 |
|
|
* | Initial checkin of distutils source files. | Greg Ward | 1998-12-18 | 2 | -0/+301 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1998-12-18 | 1 | -62/+121 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 1998-12-18 | 1 | -6/+16 |
|
|
* | Added a -q ('quiet') option to tabnanny, which causes only the names of | Andrew M. Kuchling | 1998-12-18 | 1 | -3/+7 |
|
|
* | grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2? | Barry Warsaw | 1998-12-15 | 1 | -4/+8 |
|
|
* | In read_multi, allow a subclass to override the class we instantiate | Guido van Rossum | 1998-12-09 | 1 | -4/+7 |
|
|
* | In __getslice__, use self.__class__ instead of UserList. | Guido van Rossum | 1998-12-09 | 1 | -1/+1 |
|
|
* | Sjoerd patches the previous patch: | Guido van Rossum | 1998-12-08 | 1 | -0/+10 |
|
|
* | Sjoerd writes: | Guido van Rossum | 1998-12-07 | 1 | -1/+8 |
|
|
* | Patch by Jeff Rush: | Guido van Rossum | 1998-12-07 | 1 | -1/+1 |
|
|
* | Patch by Jeff Rush: | Guido van Rossum | 1998-12-07 | 1 | -1/+1 |
|
|
* | Open the file in binary mode -- so serving images from a Windows box | Guido van Rossum | 1998-12-07 | 1 | -1/+1 |
|
|
* | Turtle graphics | Guido van Rossum | 1998-12-04 | 2 | -0/+686 |
|
|
* | Added NotImplementedError, subclassed from RuntimeError | Barry Warsaw | 1998-12-01 | 1 | -2/+10 |
|
|
* | Patch by Jeff Bauer: a minor change to declare two new | Guido van Rossum | 1998-11-30 | 1 | -12/+11 |
|
|
* | Wrong pathname in docstring detected by Fredrik Nehr. | Guido van Rossum | 1998-11-25 | 1 | -1/+1 |
|
|
* | Bomb on deleting a temporary breakpoint: there's no method | Guido van Rossum | 1998-11-18 | 1 | -1/+1 |
|
|
* | Accept a non-list sequence for the long options (request by Jack Jansen). | Guido van Rossum | 1998-11-17 | 1 | -39/+54 |
|
|
* | Fix typo in docstring: client_request should be client_address. | Guido van Rossum | 1998-11-16 | 1 | -1/+1 |
|
|
* | Declaring zmod and poly obsolete. They have problems. | Guido van Rossum | 1998-11-02 | 2 | -0/+0 |
|
|
* | Improvement to the previous fix suggested by Thomas Bellman: if the | Guido van Rossum | 1998-10-24 | 1 | -2/+6 |
|
|
* | The TemporaryFile() function has a security leak -- because the | Guido van Rossum | 1998-10-24 | 1 | -5/+6 |
|
|
* | Moved compile_command() to a file of its own (codeop.py). | Guido van Rossum | 1998-10-22 | 1 | -82/+3 |
|
|
* | Moved compile_command() here from code.py, so JPython can provide its | Guido van Rossum | 1998-10-22 | 1 | -0/+86 |
|
|
* | Jim Fulton writes: | Guido van Rossum | 1998-10-22 | 1 | -13/+16 |
|
|
* | Move 'import sys' to top of module, as noted by Tim Peters. | Guido van Rossum | 1998-10-22 | 1 | -1/+1 |
|
|
* | Piers Lauder writes: | Guido van Rossum | 1998-10-21 | 1 | -1/+1 |
|
|
* | Use (f1, f2) as cache key instead of f1 + ' ' + f2. | Guido van Rossum | 1998-10-21 | 1 | -1/+1 |
|
|
* | Patch by Jim Fulton, who writes: | Guido van Rossum | 1998-10-20 | 1 | -4/+6 |
|
|
* | Rename 'locals' argument to top-level interact() function to 'local' | Guido van Rossum | 1998-10-19 | 1 | -3/+3 |
|
|
* | Fixed a problem where xmllib didn't handle the tag | Guido van Rossum | 1998-10-19 | 1 | -55/+60 |
|
|
* | The usual | Guido van Rossum | 1998-10-17 | 2 | -1/+22 |
|
|
* | When run as a script, don't pass a fake __main__ dictionary; use the | Guido van Rossum | 1998-10-15 | 1 | -1/+1 |
|
|
* | Fix so that after a fork() -- on Unix only -- the template gets | Guido van Rossum | 1998-10-14 | 1 | -3/+9 |
|
|
* | Perhaps a controversial change: when reporting a callback exception, | Guido van Rossum | 1998-10-13 | 1 | -0/+3 |
|
|
* | Added {xview,yview}_{moveto,scroll} to the Canvas class. | Barry Warsaw | 1998-10-13 | 1 | -0/+8 |
|
|
* | Ever-so-slight improvementL the patterns to recognize import | Guido van Rossum | 1998-10-13 | 1 | -2/+2 |
|
|
* | Updated listbox methods to Tk 8.0. (Moved some around, added | Guido van Rossum | 1998-10-13 | 1 | -12/+20 |
|
|
* | When no master widget is specified, use options['parent'] if it exists. | Guido van Rossum | 1998-10-12 | 1 | -0/+2 |
|
|
* | Only reference Tkinter._default_root when needed. | Guido van Rossum | 1998-10-12 | 1 | -3/+2 |
|
|
* | Enhancements by Sjoerd Mullender: support for | Guido van Rossum | 1998-10-12 | 1 | -7/+7 |
|
|
* | Add support for dotted module names to readmodule(). | Guido van Rossum | 1998-10-12 | 1 | -18/+26 |
|
|
* | Make mimetypes.guess_type understand data URLs. (Sjoerd Mullender) | Guido van Rossum | 1998-10-12 | 1 | -0/+21 |
|
|
* | Fix two bugs in the fstat() line, reported by Fredruk Lundh. | Guido van Rossum | 1998-10-07 | 1 | -1/+1 |
|
|
* | Fix append() calls with more than 1 argument. | Guido van Rossum | 1998-10-07 | 1 | -2/+2 |
|
|
* | The message "Exception in Tkinter callback" should go to stderr. | Guido van Rossum | 1998-10-06 | 1 | -4/+4 |
|
|
* | ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr. | Guido van Rossum | 1998-10-02 | 1 | -1/+1 |
|
|
* | Some new blood and some updated versions. | Guido van Rossum | 1998-10-02 | 7 | -14/+1105 |
|
|