summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do the check for lacking sys.stdin.fileno() *before* testing forGuido van Rossum1998-09-221-4/+4
* When sys.stdin.fileno() doesn't work, fall back to default_getpass()Guido van Rossum1998-09-211-1/+4
* After the previous changes, func_normalize() turned out to be redundant.Guido van Rossum1998-09-211-60/+5
* Changes so that JPython can also use this version of profile.py.Guido van Rossum1998-09-211-25/+4
* Get rid of the classes RModuleLoader and RModuleImporter -- these wereGuido van Rossum1998-09-211-16/+3
* Comment out 't = t[0] + t[1]' in profiler_simulation() -- thisGuido van Rossum1998-09-211-1/+1
* Untabified and applied Richard Wolff's changes (plus my own reflowingGuido van Rossum1998-09-171-160/+110
* Richard Wolff's additional changes; some layout nits, and change theGuido van Rossum1998-09-171-11/+11
* In load_inst(), when instantiating an instance the old way (i.e. whenGuido van Rossum1998-09-151-4/+7
* Ignore the TclError exception raised when deleting the registrationGuido van Rossum1998-09-141-1/+4
* There was a confusion in my checkin of the code to support list() withGuido van Rossum1998-09-141-4/+4
* Print serious errors to stderr instead of stdout.Guido van Rossum1998-09-141-4/+11
* Patch by Marc-Andre Lemburg: use re module to compare test results.Guido van Rossum1998-09-141-5/+5
* Richard Wolff's changes:Guido van Rossum1998-09-121-67/+185
* Richard Wolff's changes:Guido van Rossum1998-09-111-59/+351
* Richard Wolff's changes:Guido van Rossum1998-09-111-23/+172
* Richard Wolff's changes:Guido van Rossum1998-09-111-1/+16
* Patch suggested by Perry Stoll -- os.path.normpath(".//x") returnedGuido van Rossum1998-09-081-0/+2
* Easy optimizations of urlparse for the common case of parsing an http URL.Jeremy Hylton1998-09-021-8/+33
* Fix suggested by movits@lockstar.com (plus doc string by myself)Guido van Rossum1998-09-021-4/+7
* Make bind variants without a sequence return a tuple of sequencesGuido van Rossum1998-08-311-1/+27
* Changes by Richard Wolff:Guido van Rossum1998-08-271-13/+21
* fix typo in keyword argument 'allow_frament' should be 'allow_fragment'Jeremy Hylton1998-08-251-6/+6
* There was still something wrong. The original NOTTESTS are replacedGuido van Rossum1998-08-251-3/+6
* Patch by Chris Herborth (posted to comp.lang.python)to make it behaveGuido van Rossum1998-08-241-3/+3
* Should pass explicit arguments to findtests(). Should initialize 'nottests'.Guido van Rossum1998-08-241-2/+4