summaryrefslogtreecommitdiffstats
path: root/Lib/lib-stdwin
Commit message (Collapse)AuthorAgeFilesLines
* Fixed conversion between seconds and milliseconds.Guido van Rossum1996-12-121-1/+2
|
* Change to always call list.append with a single argument.Guido van Rossum1996-10-081-1/+1
| | | | This does not mean I still support this code!!!
* handle class exceptions; added runeval; made runctx obsoleteGuido van Rossum1995-02-272-7/+17
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-013-11/+14
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-178-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 privateGuido van Rossum1993-12-141-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 Mullender1993-10-011-0/+2
|
* WDB enhancement: Click once on a line with a class instance in theSjoerd Mullender1993-10-011-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 Mullender1993-08-251-1/+1
| | | | | profile.py: Some speed improvements (I hope). rect.py: Bug fix in union().
* * Fix bug in tzparse.py for DST timezoneGuido van Rossum1993-03-291-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 numbersGuido van Rossum1993-01-211-5/+10
| | | | * mainloop.py: don't use select unless absolutely necessary (for Mac)
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-047-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 Rossum1992-12-1417-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 addedGuido van Rossum1992-11-262-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 Rossum1992-09-081-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 typesGuido van Rossum1992-09-021-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 Rossum1992-08-061-0/+3
| | | | | added gettext() method to TextEdit.py; fixed string.atoi() to ignore leading zeros.
* use os and os.pathGuido van Rossum1992-03-311-10/+3
|
* posix -> osGuido van Rossum1992-03-312-6/+6
|
* Added MINHEIGHT. Use self.dict as environment for evaluation.Guido van Rossum1992-01-271-3/+11
|
* Adde getmargin() method to calculate the width of the margin.Guido van Rossum1992-01-271-0/+3
|
* Split in TextWindow and SourceWindow.Guido van Rossum1992-01-271-24/+51
| | | | Count lines in Python.
* Minor fixes.Guido van Rossum1992-01-241-2/+11
|
* Initial revisionGuido van Rossum1992-01-225-0/+655
|
* New == syntaxGuido van Rossum1992-01-0111-50/+50
|
* yGuido van Rossum1991-12-301-2/+2
| | | | New class syntax
* New class syntaxGuido van Rossum1991-12-301-1/+1
|
* Use new stdwinevents.Guido van Rossum1991-12-262-13/+10
|
* New class syntax.Guido van Rossum1991-12-2613-39/+39
|
* Use modern stdwinevent constants.Guido van Rossum1991-12-261-25/+24
|
* Use ImportError.Guido van Rossum1991-12-261-2/+2
| | | | New class syntax.
* Use ImportError; New class syntax.Guido van Rossum1991-12-261-6/+6
|
* Added improved comments.Guido van Rossum1991-11-191-7/+7
|
* Comment 0.9.1 alternative to windows.remove(win) out.Guido van Rossum1991-11-191-4/+5
|
* Initial revisionGuido van Rossum1991-08-162-0/+125
|
* path.cat --> joinGuido van Rossum1991-08-161-2/+2
|
* integrate with stdwinqGuido van Rossum1991-08-161-2/+2
|
* Added vspacepixels.Guido van Rossum1991-08-161-6/+10
| | | | Integrated with stdwinq.
* Used mainloop instead of WindowParent functionsGuido van Rossum1991-08-161-10/+10
|
* minsize->getminsizeGuido van Rossum1991-08-161-31/+51
| | | | | Keyboard focus policy more?
* minsize -> getminsizeGuido van Rossum1991-08-161-4/+17
| | | | Keyboard interface
* Added activate/deactivate.Guido van Rossum1991-08-161-11/+73
| | | | | | minsize --> getminsize. Added 'boxed' option. Added lost of code to realize (?)
* minsize --> getminsize.Guido van Rossum1991-08-161-9/+64
| | | | | Added keyboard downcalls. (I mean keyboard focus policy and activate/deactivate)
* minsize --> getminsize; new implementation of getminsizeGuido van Rossum1991-08-162-17/+22
|
* minsize --> getminsizeGuido van Rossum1991-08-161-4/+6
|
* Renamed path.cat to path.joinGuido van Rossum1991-08-161-2/+4
|
* minsize --> getminsizeGuido van Rossum1991-08-161-3/+2
|
* Added class StrutAppearance (a label with with 0).Guido van Rossum1991-08-161-9/+21
| | | | Changed minsize to getminsize.
* Initial revisionGuido van Rossum1991-08-161-0/+41
|
* Changed minsize to getminsize.Guido van Rossum1991-08-161-1/+1
|