| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | New test_long.py from Tim Peters. | Guido van Rossum | 1998-10-02 | 2 | -12/+126 |
|
|
* | NSEW is also valid for -sticky | Barry Warsaw | 1998-10-01 | 1 | -0/+1 |
|
|
* | Added NS and EW constants, which are meaningful values for grid's | Barry Warsaw | 1998-10-01 | 1 | -1/+3 |
|
|
* | Fix suggested by Sjoerd (long ago!) to get a better error message when | Guido van Rossum | 1998-09-29 | 1 | -1/+9 |
|
|
* | New version from Piers Lauder, who writes: | Guido van Rossum | 1998-09-28 | 1 | -88/+115 |
|
|
* | Don't set a local variable named __args__; this feature no longer | Guido van Rossum | 1998-09-28 | 1 | -1/+1 |
|
|
* | Changes by Eric Raymond: | Guido van Rossum | 1998-09-28 | 1 | -14/+32 |
|
|
* | Updated the docstring and class hierarchy diagram | Barry Warsaw | 1998-09-25 | 1 | -12/+20 |
|
|
* | Add two constants (with the same value) to specify the on-board CD input. | Guido van Rossum | 1998-09-24 | 1 | -0/+2 |
|
|
* | Reworked it quite a bit. There are now two classes: a base class, | Guido van Rossum | 1998-09-22 | 1 | -102/+206 |
|
|
* | Do the check for lacking sys.stdin.fileno() *before* testing for | Guido van Rossum | 1998-09-22 | 1 | -4/+4 |
|
|
* | When sys.stdin.fileno() doesn't work, fall back to default_getpass() | Guido van Rossum | 1998-09-21 | 1 | -1/+4 |
|
|
* | After the previous changes, func_normalize() turned out to be redundant. | Guido van Rossum | 1998-09-21 | 1 | -60/+5 |
|
|
* | Changes so that JPython can also use this version of profile.py. | Guido van Rossum | 1998-09-21 | 1 | -25/+4 |
|
|
* | Get rid of the classes RModuleLoader and RModuleImporter -- these were | Guido van Rossum | 1998-09-21 | 1 | -16/+3 |
|
|
* | Comment out 't = t[0] + t[1]' in profiler_simulation() -- this | Guido van Rossum | 1998-09-21 | 1 | -1/+1 |
|
|
* | Untabified and applied Richard Wolff's changes (plus my own reflowing | Guido van Rossum | 1998-09-17 | 1 | -160/+110 |
|
|
* | Richard Wolff's additional changes; some layout nits, and change the | Guido van Rossum | 1998-09-17 | 1 | -11/+11 |
|
|
* | In load_inst(), when instantiating an instance the old way (i.e. when | Guido van Rossum | 1998-09-15 | 1 | -4/+7 |
|
|
* | Ignore the TclError exception raised when deleting the registration | Guido van Rossum | 1998-09-14 | 1 | -1/+4 |
|
|
* | There was a confusion in my checkin of the code to support list() with | Guido van Rossum | 1998-09-14 | 1 | -4/+4 |
|
|
* | Print serious errors to stderr instead of stdout. | Guido van Rossum | 1998-09-14 | 1 | -4/+11 |
|
|
* | Patch by Marc-Andre Lemburg: use re module to compare test results. | Guido van Rossum | 1998-09-14 | 1 | -5/+5 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-12 | 1 | -67/+185 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-11 | 1 | -59/+351 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-11 | 1 | -23/+172 |
|
|
* | Richard Wolff's changes: | Guido van Rossum | 1998-09-11 | 1 | -1/+16 |
|
|
* | Patch suggested by Perry Stoll -- os.path.normpath(".//x") returned | Guido van Rossum | 1998-09-08 | 1 | -0/+2 |
|
|
* | Easy optimizations of urlparse for the common case of parsing an http URL. | Jeremy Hylton | 1998-09-02 | 1 | -8/+33 |
|
|
* | Fix suggested by movits@lockstar.com (plus doc string by myself) | Guido van Rossum | 1998-09-02 | 1 | -4/+7 |
|
|
* | Make bind variants without a sequence return a tuple of sequences | Guido van Rossum | 1998-08-31 | 1 | -1/+27 |
|
|
* | Changes by Richard Wolff: | Guido van Rossum | 1998-08-27 | 1 | -13/+21 |
|
|
* | fix typo in keyword argument 'allow_frament' should be 'allow_fragment' | Jeremy Hylton | 1998-08-25 | 1 | -6/+6 |
|
|
* | There was still something wrong. The original NOTTESTS are replaced | Guido van Rossum | 1998-08-25 | 1 | -3/+6 |
|
|
* | Patch by Chris Herborth (posted to comp.lang.python)to make it behave | Guido van Rossum | 1998-08-24 | 1 | -3/+3 |
|
|
* | Should pass explicit arguments to findtests(). Should initialize 'nottests'. | Guido van Rossum | 1998-08-24 | 1 | -2/+4 |
|
|