Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Deleting all stdwin library modules. | Guido van Rossum | 2000-05-08 |
| | |||
* | Fixed conversion between seconds and milliseconds. | Guido van Rossum | 1996-12-12 |
| | |||
* | Change to always call list.append with a single argument. | Guido van Rossum | 1996-10-08 |
| | | | | This does not mean I still support this code!!! | ||
* | handle class exceptions; added runeval; made runctx obsolete | Guido van Rossum | 1995-02-27 |
| | |||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 |
| | |||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 |
| | | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments) | ||
* | * wdbframewin.py (re_eval): set __privileged__ in globals so private | Guido van Rossum | 1993-12-14 |
| | | | | | | | variables can still be seen by the debugger * ftplib.py (retrlines): args should be *args. * ChangeLog: entries for Sjoerd's addition sunau.py and changes to aiff.py * test_md5.py: test program for built-in md5 module | ||
* | Instead of single clicks, use double clicks to get the instance window. | Sjoerd Mullender | 1993-10-01 |
| | |||
* | WDB enhancement: Click once on a line with a class instance in the | Sjoerd Mullender | 1993-10-01 |
| | | | | | | local or global variables list and you get a window with the instance variable of the class instance. This list is of course automatically kept up to date. | ||
* | XEvent.py: Added support for ExposeEvent. | Sjoerd Mullender | 1993-08-25 |
| | | | | | profile.py: Some speed improvements (I hope). rect.py: Bug fix in union(). | ||
* | * Fix bug in tzparse.py for DST timezone | Guido van Rossum | 1993-03-29 |
| | | | | | | | * Added whatis command to pdb.py * new module GET.py (GL definitions from <gl/get.h>) * rect.py: is_empty takes a rect as argument, not two points. * Added tests for builtin round() [XXX not yet complete!] | ||
* | * Add some more tests for numbers | Guido van Rossum | 1993-01-21 |
| | | | | * mainloop.py: don't use select unless absolutely necessary (for Mac) | ||
* | * More changes due to stricter argument passing rules | Guido van Rossum | 1993-01-04 |
| | | | | | | * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant. | ||
* | * Got entirely rid of path.py. | Guido van Rossum | 1992-12-14 |
| | | | | | | | | * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it! | ||
* | * mainloop.py: added facility for calling select(). Also added | Guido van Rossum | 1992-11-26 |
| | | | | | | | | embryonic facility for pseudo-modal dialogs. * stdwinevents.py: added modifier masks for key/mouse events * renamed exceptions in nntplib.py * Changed string.join() to call string.joinfields() to profit of strop.joinfields() | ||
* | Added post_mortem() and pm() interfaces to pdb and wdb. | Guido van Rossum | 1992-09-08 |
| | | | | | | Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type. | ||
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 |
| | | | | | | Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format). | ||
* | Removed *.libs (now in ./sgi); | Guido van Rossum | 1992-08-06 |
| | | | | | added gettext() method to TextEdit.py; fixed string.atoi() to ignore leading zeros. | ||
* | use os and os.path | Guido van Rossum | 1992-03-31 |
| | |||
* | posix -> os | Guido van Rossum | 1992-03-31 |
| | |||
* | Added MINHEIGHT. Use self.dict as environment for evaluation. | Guido van Rossum | 1992-01-27 |
| | |||
* | Adde getmargin() method to calculate the width of the margin. | Guido van Rossum | 1992-01-27 |
| | |||
* | Split in TextWindow and SourceWindow. | Guido van Rossum | 1992-01-27 |
| | | | | Count lines in Python. | ||
* | Minor fixes. | Guido van Rossum | 1992-01-24 |
| | |||
* | Initial revision | Guido van Rossum | 1992-01-22 |
| | |||
* | New == syntax | Guido van Rossum | 1992-01-01 |
| | |||
* | y | Guido van Rossum | 1991-12-30 |
| | | | | New class syntax | ||
* | New class syntax | Guido van Rossum | 1991-12-30 |
| | |||
* | Use new stdwinevents. | Guido van Rossum | 1991-12-26 |
| | |||
* | New class syntax. | Guido van Rossum | 1991-12-26 |
| | |||
* | Use modern stdwinevent constants. | Guido van Rossum | 1991-12-26 |
| | |||
* | Use ImportError. | Guido van Rossum | 1991-12-26 |
| | | | | New class syntax. | ||
* | Use ImportError; New class syntax. | Guido van Rossum | 1991-12-26 |
| | |||
* | Added improved comments. | Guido van Rossum | 1991-11-19 |
| | |||
* | Comment 0.9.1 alternative to windows.remove(win) out. | Guido van Rossum | 1991-11-19 |
| | |||
* | Initial revision | Guido van Rossum | 1991-08-16 |
| | |||
* | path.cat --> join | Guido van Rossum | 1991-08-16 |
| | |||
* | integrate with stdwinq | Guido van Rossum | 1991-08-16 |
| | |||
* | Added vspacepixels. | Guido van Rossum | 1991-08-16 |
| | | | | Integrated with stdwinq. | ||
* | Used mainloop instead of WindowParent functions | Guido van Rossum | 1991-08-16 |
| | |||
* | minsize->getminsize | Guido van Rossum | 1991-08-16 |
| | | | | | Keyboard focus policy more? | ||
* | minsize -> getminsize | Guido van Rossum | 1991-08-16 |
| | | | | Keyboard interface | ||
* | Added activate/deactivate. | Guido van Rossum | 1991-08-16 |
| | | | | | | minsize --> getminsize. Added 'boxed' option. Added lost of code to realize (?) | ||
* | minsize --> getminsize. | Guido van Rossum | 1991-08-16 |
| | | | | | Added keyboard downcalls. (I mean keyboard focus policy and activate/deactivate) | ||
* | minsize --> getminsize; new implementation of getminsize | Guido van Rossum | 1991-08-16 |
| | |||
* | minsize --> getminsize | Guido van Rossum | 1991-08-16 |
| | |||
* | Renamed path.cat to path.join | Guido van Rossum | 1991-08-16 |
| | |||
* | minsize --> getminsize | Guido van Rossum | 1991-08-16 |
| | |||
* | Added class StrutAppearance (a label with with 0). | Guido van Rossum | 1991-08-16 |
| | | | | Changed minsize to getminsize. | ||
* | Initial revision | Guido van Rossum | 1991-08-16 |
| |