| Commit message (Expand) | Author | Age | Files | Lines |
* | added option interface | Guido van Rossum | 1994-10-20 | 2 | -0/+16 |
|
|
* | fix bug in poly.minus | Guido van Rossum | 1994-10-20 | 1 | -5/+2 |
|
|
* | initial commit | Guido van Rossum | 1994-10-09 | 10 | -0/+558 |
|
|
* | fix buffer size | Guido van Rossum | 1994-10-09 | 2 | -2/+2 |
|
|
* | Import posixpath for freeze script | Guido van Rossum | 1994-10-05 | 1 | -0/+1 |
|
|
* | Ignore empty markers. | Sjoerd Mullender | 1994-10-03 | 1 | -1/+5 |
|
|
* | Cosmetic changes | Guido van Rossum | 1994-09-29 | 1 | -14/+17 |
|
|
* | Fix bug if tmpcache is None | Guido van Rossum | 1994-09-21 | 1 | -1/+2 |
|
|
* | audiodev.py: Mac port. | Guido van Rossum | 1994-09-16 | 2 | -3/+26 |
|
|
* | * Lib/whrandom.py: if seed is (0,0,0), initialize from current | Guido van Rossum | 1994-09-14 | 1 | -9/+9 |
|
|
* | Added TERMIOS module | Guido van Rossum | 1994-09-12 | 4 | -2/+682 |
|
|
* | New tty/pty modules by Steen; new urlparser. | Guido van Rossum | 1994-09-12 | 3 | -0/+336 |
|
|
* | mhlib.py: delay opening of sequences file so we don't overwrite it when | Guido van Rossum | 1994-09-09 | 3 | -3/+233 |
|
|
* | Can now also give a hashed ID to Cddb. | Sjoerd Mullender | 1994-09-06 | 2 | -82/+112 |
|
|
* | Added support for ADPCM compression. | Sjoerd Mullender | 1994-09-06 | 1 | -6/+47 |
|
|
* | Dialog.py: d.num should be numeric, not string | Guido van Rossum | 1994-08-30 | 4 | -10/+16 |
|
|
* | New way of generating .pyc files, thanks to Sjoerd. | Guido van Rossum | 1994-08-29 | 5 | -2/+96 |
|
|
* | * Lib/linecache.py: don't crash on empty filename | Guido van Rossum | 1994-08-23 | 6 | -18/+131 |
|
|
* | * Lib/sgi/flp.py: fix caching bug (always write the whole file to | Guido van Rossum | 1994-08-23 | 2 | -28/+8 |
|
|
* | * Lib/string.py: find/rfind is now the main implementation and | Guido van Rossum | 1994-08-17 | 2 | -126/+82 |
|
|
* | do fake "import posix" for freeze.py script | Guido van Rossum | 1994-08-17 | 1 | -0/+4 |
|
|
* | * Lib/rfc822.py: fix two bugs: error in readheaders interpreting | Guido van Rossum | 1994-08-12 | 2 | -6/+6 |
|
|
* | Test set for new pow() function | Guido van Rossum | 1994-08-12 | 1 | -0/+92 |
|
|
* | Add Widget.unbind and {Canvas,Text}.tag_unbind. | Guido van Rossum | 1994-08-08 | 2 | -4/+18 |
|
|
* | Use new packing and 'name' in cnf dict | Guido van Rossum | 1994-08-03 | 2 | -6/+10 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 63 | -881/+2596 |
|
|
* | Merge changes | Guido van Rossum | 1994-08-01 | 1 | -39/+57 |
|
|
* | * Lib/mhlib.py (removefromallsequences): call putsequences with | Guido van Rossum | 1994-07-14 | 1 | -1/+1 |
|
|
* | read various startup files in Tcl and Python based upon className and | Guido van Rossum | 1994-07-12 | 2 | -2/+46 |
|
|
* | Fix bug in At() (Steen) | Guido van Rossum | 1994-07-12 | 2 | -6/+6 |
|
|
* | Make Pack.newinfo() return a dict | Guido van Rossum | 1994-07-11 | 2 | -2/+20 |
|
|
* | Added _exit and register as Tcl command exit. Micro lay-out fix. | Guido van Rossum | 1994-07-07 | 2 | -4/+12 |
|
|
* | Totally changed, now it is actually derived from Text | Guido van Rossum | 1994-07-06 | 2 | -62/+40 |
|
|
* | tag_remove: add tagName to tk call | Guido van Rossum | 1994-07-06 | 2 | -2/+2 |
|
|
* | Added bind and tag_config methods; minor lay-out change | Guido van Rossum | 1994-07-06 | 2 | -4/+6 |
|
|
* | Remove garbage '+ ' and reformat tag_delete function budy | Guido van Rossum | 1994-07-06 | 2 | -6/+4 |
|
|
* | * ScrolledText.py: added some more methods of Text (This should | Guido van Rossum | 1994-07-06 | 2 | -0/+20 |
|
|
* | Tue Jul 5 13:22:45 1994 (lumholt@login.dkuug.dk) | Guido van Rossum | 1994-07-06 | 2 | -62/+112 |
|
|
* | * Lib/urllib.py: implemented new quoting rules; added splituser, | Guido van Rossum | 1994-07-04 | 1 | -22/+77 |
|
|
* | Mon Jul 4 12:42:04 1994 Guido van Rossum (guido@voorn.cwi.nl) | Guido van Rossum | 1994-07-04 | 2 | -6/+6 |
|
|
* | New module, formats traceback just like the C code does | Guido van Rossum | 1994-07-01 | 1 | -0/+57 |
|
|
* | Lots of new stuff | Guido van Rossum | 1994-06-28 | 2 | -84/+204 |
|
|
* | wait_{variable,window,visibility} | Guido van Rossum | 1994-06-27 | 2 | -0/+22 |
|
|
* | Initial revision | Guido van Rossum | 1994-06-27 | 2 | -0/+76 |
|
|
* | Redo these changes: | Guido van Rossum | 1994-06-27 | 2 | -4/+8 |
|
|
* | Sun Jun 26 02:19:01 1994 Steen Lumholt (lumholt@login.dkuug.dk) | Guido van Rossum | 1994-06-27 | 2 | -72/+228 |
|
|
* | (Menu.index): return int or None, not string | Guido van Rossum | 1994-06-27 | 2 | -4/+8 |
|
|
* | mhlib.py: new interface to MH folders and messages | Guido van Rossum | 1994-06-23 | 1 | -0/+735 |
|
|
* | Two new generally useful modules: types defines names for all built-in types, | Guido van Rossum | 1994-06-23 | 2 | -0/+173 |
|
|
* | Companion module for new profile.py | Guido van Rossum | 1994-06-23 | 1 | -0/+535 |
|
|