Guido van Rossum
0caa7ec206
Fixed conversion between seconds and milliseconds.
1996-12-12 23:42:20 +00:00
Guido van Rossum
3159e1e1ef
Change to always call list.append with a single argument.
...
This does not mean I still support this code!!!
1996-10-08 14:07:21 +00:00
Guido van Rossum
5e38b6fda1
handle class exceptions; added runeval; made runctx obsolete
1995-02-27 13:13:40 +00:00
Guido van Rossum
b6775db241
Merge alpha100 branch back to main trunk
1994-08-01 11:34:53 +00:00
Guido van Rossum
7bc817d5ba
* Mass change: get rid of all init() methods, in favor of __init__()
...
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)
1993-12-17 15:25:27 +00:00
Guido van Rossum
79c85f1778
* wdbframewin.py (re_eval): set __privileged__ in globals so private
...
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
1993-12-14 15:54:01 +00:00
Sjoerd Mullender
be80e0e83e
Instead of single clicks, use double clicks to get the instance window.
1993-10-01 14:39:45 +00:00
Sjoerd Mullender
148644d5ac
WDB enhancement: Click once on a line with a class instance in the
...
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.
1993-10-01 14:29:45 +00:00
Sjoerd Mullender
4fddf33c87
XEvent.py: Added support for ExposeEvent.
...
profile.py: Some speed improvements (I hope).
rect.py: Bug fix in union().
1993-08-25 14:09:01 +00:00
Guido van Rossum
e7113b6b3d
* Fix bug in tzparse.py for DST timezone
...
* 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!]
1993-03-29 11:30:50 +00:00
Guido van Rossum
80530ce875
* Add some more tests for numbers
...
* mainloop.py: don't use select unless absolutely necessary (for Mac)
1993-01-21 15:36:40 +00:00
Guido van Rossum
fea2af1e9b
* More changes due to stricter argument passing rules
...
* 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.
1993-01-04 09:16:51 +00:00
Guido van Rossum
89a78697b8
* Got entirely rid of path.py.
...
* 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!
1992-12-14 12:57:56 +00:00
Guido van Rossum
18fc5696c8
* mainloop.py: added facility for calling select(). Also added
...
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()
1992-11-26 09:17:19 +00:00
Guido van Rossum
3577113d83
Added post_mortem() and pm() interfaces to pdb and wdb.
...
Added colorsys.py (color system conversions).
SV.py: new version for new svideo.h (Sjoerd).
DEVICE.py: added VIDEO event type.
1992-09-08 11:59:04 +00:00
Guido van Rossum
4e16098ce7
Added a _v21 def to FL.py and added two new input field types
...
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).
1992-09-02 20:43:20 +00:00
Guido van Rossum
2d4aa4f5d4
Removed *.libs (now in ./sgi);
...
added gettext() method to TextEdit.py;
fixed string.atoi() to ignore leading zeros.
1992-08-06 22:33:41 +00:00
Guido van Rossum
aa257d90da
use os and os.path
1992-03-31 19:07:25 +00:00
Guido van Rossum
25d7cafd8a
posix -> os
1992-03-31 19:04:48 +00:00
Guido van Rossum
19a86e72df
Added MINHEIGHT. Use self.dict as environment for evaluation.
1992-01-27 17:00:10 +00:00
Guido van Rossum
576136044c
Adde getmargin() method to calculate the width of the margin.
1992-01-27 16:58:21 +00:00
Guido van Rossum
6fd42b8e92
Split in TextWindow and SourceWindow.
...
Count lines in Python.
1992-01-27 16:58:03 +00:00
Guido van Rossum
27060c004e
Minor fixes.
1992-01-24 01:12:39 +00:00
Guido van Rossum
babe2bf8f4
Initial revision
1992-01-22 22:21:31 +00:00
Guido van Rossum
bdfcfccbe5
New == syntax
1992-01-01 19:35:13 +00:00
Guido van Rossum
564f5507c3
y
...
New class syntax
1991-12-30 16:02:20 +00:00
Guido van Rossum
d404569b97
New class syntax
1991-12-30 16:02:10 +00:00
Guido van Rossum
8fd7eee6db
Use new stdwinevents.
1991-12-26 13:06:52 +00:00
Guido van Rossum
ce08448165
New class syntax.
1991-12-26 13:06:29 +00:00
Guido van Rossum
61f9d0d242
Use modern stdwinevent constants.
1991-12-26 13:04:16 +00:00
Guido van Rossum
2234bc9101
Use ImportError.
...
New class syntax.
1991-12-26 13:03:52 +00:00
Guido van Rossum
2f242582f7
Use ImportError; New class syntax.
1991-12-26 13:00:45 +00:00
Guido van Rossum
c67eecf64d
Added improved comments.
1991-11-19 20:41:32 +00:00
Guido van Rossum
3f4f91704c
Comment 0.9.1 alternative to windows.remove(win) out.
1991-11-19 20:41:07 +00:00
Guido van Rossum
7045dd04d7
Initial revision
1991-08-16 13:28:28 +00:00
Guido van Rossum
784ca6c835
path.cat --> join
1991-08-16 13:28:23 +00:00
Guido van Rossum
0b7448020a
integrate with stdwinq
1991-08-16 13:24:58 +00:00
Guido van Rossum
14d53bf164
Added vspacepixels.
...
Integrated with stdwinq.
1991-08-16 13:24:20 +00:00
Guido van Rossum
0d3f4678ba
Used mainloop instead of WindowParent functions
1991-08-16 13:22:53 +00:00
Guido van Rossum
e825f15900
minsize->getminsize
...
Keyboard focus policy
more?
1991-08-16 13:22:23 +00:00
Guido van Rossum
e11d4ccbb6
minsize -> getminsize
...
Keyboard interface
1991-08-16 13:22:08 +00:00
Guido van Rossum
3c8045acf1
Added activate/deactivate.
...
minsize --> getminsize.
Added 'boxed' option.
Added lost of code to realize (?)
1991-08-16 13:19:43 +00:00
Guido van Rossum
9b1bfc8810
minsize --> getminsize.
...
Added keyboard downcalls.
(I mean keyboard focus policy and activate/deactivate)
1991-08-16 13:17:27 +00:00
Guido van Rossum
ce27298640
minsize --> getminsize; new implementation of getminsize
1991-08-16 13:17:07 +00:00
Guido van Rossum
cadae0fc14
minsize --> getminsize
1991-08-16 13:16:25 +00:00
Guido van Rossum
ac62b9e7cb
Renamed path.cat to path.join
1991-08-16 13:14:46 +00:00
Guido van Rossum
ca197b520e
minsize --> getminsize
1991-08-16 13:05:37 +00:00
Guido van Rossum
1e5ad4e9bb
Added class StrutAppearance (a label with with 0).
...
Changed minsize to getminsize.
1991-08-16 13:04:40 +00:00
Guido van Rossum
e6afe6a468
Initial revision
1991-08-16 13:02:04 +00:00
Guido van Rossum
8cf301e757
Changed minsize to getminsize.
1991-08-16 13:01:50 +00:00