summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Sjoerd writes:Guido van Rossum1998-12-071-1/+8
* Patch by Jeff Rush:Guido van Rossum1998-12-071-1/+1
* Patch by Jeff Rush:Guido van Rossum1998-12-071-1/+1
* Open the file in binary mode -- so serving images from a Windows boxGuido van Rossum1998-12-071-1/+1
* Turtle graphicsGuido van Rossum1998-12-042-0/+686
* Added NotImplementedError, subclassed from RuntimeErrorBarry Warsaw1998-12-011-2/+10
* Patch by Jeff Bauer: a minor change to declare two newGuido van Rossum1998-11-301-12/+11
* Wrong pathname in docstring detected by Fredrik Nehr.Guido van Rossum1998-11-251-1/+1
* Bomb on deleting a temporary breakpoint: there's no methodGuido van Rossum1998-11-181-1/+1
* Accept a non-list sequence for the long options (request by Jack Jansen).Guido van Rossum1998-11-171-39/+54
* Fix typo in docstring: client_request should be client_address.Guido van Rossum1998-11-161-1/+1
* Declaring zmod and poly obsolete. They have problems.Guido van Rossum1998-11-022-0/+0
* Improvement to the previous fix suggested by Thomas Bellman: if theGuido van Rossum1998-10-241-2/+6
* The TemporaryFile() function has a security leak -- because theGuido van Rossum1998-10-241-5/+6
* Moved compile_command() to a file of its own (codeop.py).Guido van Rossum1998-10-221-82/+3
* Moved compile_command() here from code.py, so JPython can provide itsGuido van Rossum1998-10-221-0/+86
* Jim Fulton writes:Guido van Rossum1998-10-221-13/+16
* Move 'import sys' to top of module, as noted by Tim Peters.Guido van Rossum1998-10-221-1/+1
* Piers Lauder writes:Guido van Rossum1998-10-211-1/+1
* Use (f1, f2) as cache key instead of f1 + ' ' + f2.Guido van Rossum1998-10-211-1/+1
* Patch by Jim Fulton, who writes:Guido van Rossum1998-10-201-4/+6
* Rename 'locals' argument to top-level interact() function to 'local'Guido van Rossum1998-10-191-3/+3
* Fixed a problem where xmllib didn't handle the tagGuido van Rossum1998-10-191-55/+60
* The usualGuido van Rossum1998-10-172-1/+22
* When run as a script, don't pass a fake __main__ dictionary; use theGuido van Rossum1998-10-151-1/+1
* Fix so that after a fork() -- on Unix only -- the template getsGuido van Rossum1998-10-141-3/+9
* Perhaps a controversial change: when reporting a callback exception,Guido van Rossum1998-10-131-0/+3
* Added {xview,yview}_{moveto,scroll} to the Canvas class.Barry Warsaw1998-10-131-0/+8
* Ever-so-slight improvementL the patterns to recognize importGuido van Rossum1998-10-131-2/+2
* Updated listbox methods to Tk 8.0. (Moved some around, addedGuido van Rossum1998-10-131-12/+20
* When no master widget is specified, use options['parent'] if it exists.Guido van Rossum1998-10-121-0/+2
* Only reference Tkinter._default_root when needed.Guido van Rossum1998-10-121-3/+2
* Enhancements by Sjoerd Mullender: support forGuido van Rossum1998-10-121-7/+7
* Add support for dotted module names to readmodule().Guido van Rossum1998-10-121-18/+26
* Make mimetypes.guess_type understand data URLs. (Sjoerd Mullender)Guido van Rossum1998-10-121-0/+21
* Fix two bugs in the fstat() line, reported by Fredruk Lundh.Guido van Rossum1998-10-071-1/+1
* Fix append() calls with more than 1 argument.Guido van Rossum1998-10-071-2/+2
* The message "Exception in Tkinter callback" should go to stderr.Guido van Rossum1998-10-061-4/+4
* ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr.Guido van Rossum1998-10-021-1/+1
* Some new blood and some updated versions.Guido van Rossum1998-10-027-14/+1105
* New test_long.py from Tim Peters.Guido van Rossum1998-10-022-12/+126
* NSEW is also valid for -stickyBarry Warsaw1998-10-011-0/+1
* Added NS and EW constants, which are meaningful values for grid'sBarry Warsaw1998-10-011-1/+3
* Fix suggested by Sjoerd (long ago!) to get a better error message whenGuido van Rossum1998-09-291-1/+9
* New version from Piers Lauder, who writes:Guido van Rossum1998-09-281-88/+115
* Don't set a local variable named __args__; this feature no longerGuido van Rossum1998-09-281-1/+1
* Changes by Eric Raymond:Guido van Rossum1998-09-281-14/+32
* Updated the docstring and class hierarchy diagramBarry Warsaw1998-09-251-12/+20
* Add two constants (with the same value) to specify the on-board CD input.Guido van Rossum1998-09-241-0/+2
* Reworked it quite a bit. There are now two classes: a base class,Guido van Rossum1998-09-221-102/+206