Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle class exceptions; added runeval; made runctx obsolete | Guido van Rossum | 1995-02-27 | 2 | -7/+17 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 3 | -11/+14 |
| | |||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 8 | -36/+30 |
| | | | | | | | 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 | 1 | -0/+1 |
| | | | | | | | 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 | 1 | -0/+2 |
| | |||||
* | WDB enhancement: Click once on a line with a class instance in the | Sjoerd Mullender | 1993-10-01 | 1 | -0/+24 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | | 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 | 1 | -3/+4 |
| | | | | | | | * 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 | 1 | -5/+10 |
| | | | | * 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 | 7 | -36/+52 |
| | | | | | | * 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 | 17 | -68/+57 |
| | | | | | | | | * 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 | 2 | -5/+181 |
| | | | | | | | | 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 | 1 | -2/+17 |
| | | | | | | 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 | 1 | -0/+5 |
| | | | | | | 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 | 1 | -0/+3 |
| | | | | | added gettext() method to TextEdit.py; fixed string.atoi() to ignore leading zeros. | ||||
* | use os and os.path | Guido van Rossum | 1992-03-31 | 1 | -10/+3 |
| | |||||
* | posix -> os | Guido van Rossum | 1992-03-31 | 2 | -6/+6 |
| | |||||
* | Added MINHEIGHT. Use self.dict as environment for evaluation. | Guido van Rossum | 1992-01-27 | 1 | -3/+11 |
| | |||||
* | Adde getmargin() method to calculate the width of the margin. | Guido van Rossum | 1992-01-27 | 1 | -0/+3 |
| | |||||
* | Split in TextWindow and SourceWindow. | Guido van Rossum | 1992-01-27 | 1 | -24/+51 |
| | | | | Count lines in Python. | ||||
* | Minor fixes. | Guido van Rossum | 1992-01-24 | 1 | -2/+11 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-01-22 | 5 | -0/+655 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 11 | -50/+50 |
| | |||||
* | y | Guido van Rossum | 1991-12-30 | 1 | -2/+2 |
| | | | | New class syntax | ||||
* | New class syntax | Guido van Rossum | 1991-12-30 | 1 | -1/+1 |
| | |||||
* | Use new stdwinevents. | Guido van Rossum | 1991-12-26 | 2 | -13/+10 |
| | |||||
* | New class syntax. | Guido van Rossum | 1991-12-26 | 13 | -39/+39 |
| | |||||
* | Use modern stdwinevent constants. | Guido van Rossum | 1991-12-26 | 1 | -25/+24 |
| | |||||
* | Use ImportError. | Guido van Rossum | 1991-12-26 | 1 | -2/+2 |
| | | | | New class syntax. | ||||
* | Use ImportError; New class syntax. | Guido van Rossum | 1991-12-26 | 1 | -6/+6 |
| | |||||
* | Added improved comments. | Guido van Rossum | 1991-11-19 | 1 | -7/+7 |
| | |||||
* | Comment 0.9.1 alternative to windows.remove(win) out. | Guido van Rossum | 1991-11-19 | 1 | -4/+5 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-08-16 | 2 | -0/+125 |
| | |||||
* | path.cat --> join | Guido van Rossum | 1991-08-16 | 1 | -2/+2 |
| | |||||
* | integrate with stdwinq | Guido van Rossum | 1991-08-16 | 1 | -2/+2 |
| | |||||
* | Added vspacepixels. | Guido van Rossum | 1991-08-16 | 1 | -6/+10 |
| | | | | Integrated with stdwinq. | ||||
* | Used mainloop instead of WindowParent functions | Guido van Rossum | 1991-08-16 | 1 | -10/+10 |
| | |||||
* | minsize->getminsize | Guido van Rossum | 1991-08-16 | 1 | -31/+51 |
| | | | | | Keyboard focus policy more? | ||||
* | minsize -> getminsize | Guido van Rossum | 1991-08-16 | 1 | -4/+17 |
| | | | | Keyboard interface | ||||
* | Added activate/deactivate. | Guido van Rossum | 1991-08-16 | 1 | -11/+73 |
| | | | | | | minsize --> getminsize. Added 'boxed' option. Added lost of code to realize (?) | ||||
* | minsize --> getminsize. | Guido van Rossum | 1991-08-16 | 1 | -9/+64 |
| | | | | | Added keyboard downcalls. (I mean keyboard focus policy and activate/deactivate) | ||||
* | minsize --> getminsize; new implementation of getminsize | Guido van Rossum | 1991-08-16 | 2 | -17/+22 |
| | |||||
* | minsize --> getminsize | Guido van Rossum | 1991-08-16 | 1 | -4/+6 |
| | |||||
* | Renamed path.cat to path.join | Guido van Rossum | 1991-08-16 | 1 | -2/+4 |
| | |||||
* | minsize --> getminsize | Guido van Rossum | 1991-08-16 | 1 | -3/+2 |
| | |||||
* | Added class StrutAppearance (a label with with 0). | Guido van Rossum | 1991-08-16 | 1 | -9/+21 |
| | | | | Changed minsize to getminsize. | ||||
* | Initial revision | Guido van Rossum | 1991-08-16 | 1 | -0/+41 |
| | |||||
* | Changed minsize to getminsize. | Guido van Rossum | 1991-08-16 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1991-05-14 | 1 | -0/+204 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1991-05-14 | 2 | -8/+12 |
| |