- 14 Dec, 1992 13 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
cdplayer.py: It is now also possible to give the CD's TOC as argument to init(). The TOC is a string consisting of 2 digits giving the number of tracks and then for each track the length of the track as number of minutes and number of seconds (2 digits each). cddb.py: Interface to the .cddb directory. Usage is the same as for cdplayer.py.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Adapt to new, stricter, rules for argument passing.
-
Guido van Rossum authored
* 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!
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
functional)
-
- 10 Dec, 1992 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 09 Dec, 1992 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Real important: turn off FIELDDROP in Vrec.
-
- 08 Dec, 1992 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
converted socket() to use of getargs().
-
- 27 Nov, 1992 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
(testing operations on built-in types) and autotest.py (automatic regression testing).
-
- 26 Nov, 1992 3 commits
-
-
Guido van Rossum authored
for exception before using it. Fixed a few other places where the outcome of calling sq_length wasn't tested for exceptions (bltinmodule.c, ceval.c).
-
Guido van Rossum authored
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()
-
Guido van Rossum authored
* Makefile: change default source directory * socketmodule.c: added getsockname and getpeername * bltinmodule.c: corrected typo in type() error message * Added new built-in functions str() and repr(): repr(x) == `x`; str(x) == x if x is a string, otherwise str(x) == repr(x). * Added joinfields to stropmodule.c (string.join calls joinfields now)
-
- 16 Nov, 1992 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 06 Nov, 1992 1 commit
-
-
Guido van Rossum authored
-
- 05 Nov, 1992 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
* changed eval() into getattr() in cmd.py * added dirname(), basename() and (dummy) normath() to macpath.py * renamed nntp.py to nntplib.py * Made string.index() compatible with strop.index() * Make string.atoi('') raise string.atoi_error rather than ValueError * Added dirname() and normpath() to posixpath.
-
- 04 Nov, 1992 1 commit
-
-
Guido van Rossum authored
-
- 26 Oct, 1992 1 commit
-
-
Guido van Rossum authored
Fixed a bug in Addmodule.sh that caused a crash in Configure.py. Fixed the crash in Configure.py...
-
- 25 Oct, 1992 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-