| Commit message (Expand) | Author | Age | Files | Lines |
* | add keyword args to CanvasItem class __init__ | Guido van Rossum | 1996-01-26 | 2 | -6/+6 |
|
|
* | more recent linux header files | Guido van Rossum | 1996-01-26 | 8 | -96/+328 |
|
|
* | speed up unquote() by using atoi() instead of eval() | Guido van Rossum | 1996-01-26 | 1 | -1/+1 |
|
|
* | support 'whence' arg to seek() | Guido van Rossum | 1996-01-25 | 1 | -2/+7 |
|
|
* | add acct() method to send new account name | Guido van Rossum | 1996-01-25 | 1 | -0/+5 |
|
|
* | fix typo in _setval() return value | Guido van Rossum | 1996-01-25 | 1 | -1/+1 |
|
|
* | backward compatible interface for bsddb | Guido van Rossum | 1996-01-25 | 1 | -0/+8 |
|
|
* | inherit error from _mod.error | Guido van Rossum | 1996-01-25 | 1 | -0/+3 |
|
|
* | real test for executable script | Guido van Rossum | 1996-01-25 | 1 | -1/+1 |
|
|
* | correct retrieving return value of os.waitpid() | Guido van Rossum | 1996-01-25 | 1 | -1/+1 |
|
|
* | add missing loop step to parseplist() | Guido van Rossum | 1996-01-25 | 1 | -0/+1 |
|
|
* | fix default arg for read() -- should be -1 | Guido van Rossum | 1996-01-25 | 1 | -2/+2 |
|
|
* | add ComplexType | Guido van Rossum | 1996-01-25 | 1 | -0/+4 |
|
|
* | Added pathname2url and url2pathname methods (only correct for unix and | Jack Jansen | 1995-12-21 | 1 | -7/+32 |
|
|
* | Added (dummy) expanduser and expandvar methods | Jack Jansen | 1995-12-15 | 1 | -0/+11 |
|
|
* | Fixed local file access for macintosh | Jack Jansen | 1995-12-15 | 1 | -2/+17 |
|
|
* | Use global statement instead of importing ourselves to get to global | Sjoerd Mullender | 1995-12-07 | 1 | -6/+2 |
|
|
* | Disable pythons own eventhandling on the mac. | Jack Jansen | 1995-11-10 | 2 | -0/+16 |
|
|
* | Fixed basejoin. There were two main problems: | Sjoerd Mullender | 1995-11-10 | 1 | -13/+37 |
|
|
* | Also remember the module a class is defined in. | Sjoerd Mullender | 1995-11-02 | 1 | -2/+3 |
|
|
* | Renamed module tkinter to _tkinter | Jack Jansen | 1995-10-23 | 2 | -18/+18 |
|
|
* | Added class MHMailbox | Jack Jansen | 1995-10-23 | 1 | -5/+35 |
|
|
* | add Listbox.activate() | Guido van Rossum | 1995-10-11 | 2 | -0/+4 |
|
|
* | added listbox selection modes | Guido van Rossum | 1995-10-11 | 2 | -0/+12 |
|
|
* | add delete() method to ftp object | Guido van Rossum | 1995-10-11 | 1 | -0/+10 |
|
|
* | fix Menu.add_command etc. | Guido van Rossum | 1995-10-09 | 2 | -20/+20 |
|
|
* | better version sanity checks; get rid of Widget.unbind_class() | Guido van Rossum | 1995-10-07 | 2 | -8/+36 |
|
|
* | added NullFormatter | Guido van Rossum | 1995-10-06 | 1 | -2/+21 |
|
|
* | strip <A> attribute values | Guido van Rossum | 1995-10-06 | 1 | -0/+1 |
|
|
* | typos in attrfind regex | Guido van Rossum | 1995-10-06 | 1 | -1/+1 |
|
|
* | added lt, gt, amp back to entity definitions | Guido van Rossum | 1995-10-06 | 1 | -0/+3 |
|
|
* | Use binascii module (resulting in a 60-fold speedup:-) | Jack Jansen | 1995-10-04 | 1 | -76/+14 |
|
|
* | Fixed two minor errors. | Jack Jansen | 1995-10-04 | 1 | -2/+2 |
|
|
* | Fixed hexbin handling | Jack Jansen | 1995-10-03 | 1 | -4/+7 |
|
|
* | new after options; text.search; new image methods | Guido van Rossum | 1995-09-30 | 2 | -4/+74 |
|
|
* | Initial revision | Guido van Rossum | 1995-09-30 | 1 | -0/+223 |
|
|
* | actualized example, catch EOFError, print retrieved lines if debugging>2 | Guido van Rossum | 1995-09-30 | 1 | -8/+15 |
|
|
* | actualized example/reference, fix bug w/ nonnumeric port | Guido van Rossum | 1995-09-30 | 1 | -8/+9 |
|
|
* | add flush_softspace() interface | Guido van Rossum | 1995-09-30 | 1 | -0/+5 |
|
|
* | allow _ in attr names (Netscape!) | Guido van Rossum | 1995-09-30 | 1 | -1/+1 |
|
|
* | more robust coding, adapted for mac | Guido van Rossum | 1995-09-30 | 2 | -23/+23 |
|
|
* | entity definitions from HTML 2.0 std | Guido van Rossum | 1995-09-27 | 1 | -0/+2 |
|
|
* | Initial revision | Guido van Rossum | 1995-09-27 | 1 | -0/+101 |
|
|
* | added verbose option; added ismap/align/width/height to handle_image args | Guido van Rossum | 1995-09-22 | 1 | -4/+12 |
|
|
* | fix <!...!> parsing; added verbose option; don't lowercase entityrefs | Guido van Rossum | 1995-09-22 | 1 | -5/+7 |
|
|
* | actualized example; added xover, xgtitle, xpath, date methods by Kevan Heydon | Guido van Rossum | 1995-09-22 | 1 | -4/+87 |
|
|
* | add file parameter to all printing fns, default stderr | Guido van Rossum | 1995-09-20 | 1 | -12/+30 |
|
|
* | new exec syntax | Guido van Rossum | 1995-09-18 | 2 | -6/+6 |
|
|
* | Initial revision | Guido van Rossum | 1995-09-18 | 2 | -0/+294 |
|
|
* | added getitem/setitem to Image class; changed call wrapping (again) | Guido van Rossum | 1995-09-18 | 2 | -2/+14 |
|
|