| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Also use CDDB_PATH and CDDB_WRITE_DIR environment variables in cddb.py.
|
|
|
|
|
|
|
|
|
|
|
| |
negative start indices starting from the right.
* ftplib.py: debug() -> set_debuglevel(); change demo to use __init__().
* os.py: added execl, execlp, and execvp.
* lambda.py: removed (now that we have built-in map, reduce, bagof, lambda)
* test_b{1,2}.py, testall.out: added tests for bagof, lambda, map, reduce
* commands.py: use os, not posix
* test_grammar.py: make it easy to disable non-portable int overflow tests
* dis.py: don't abuse range()
|
|
|
|
| |
changed testing of exec.
|
| |
|
|
|
|
|
|
| |
* builtin.py: b/w compat for builtin -> __builtin__ name change
* string.py: added atof() and atol() and corresponding exceptions
* test_types.py: added test for list sort with user comparison function
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
variables.
Added auxiliary routine tochash to convert a table-of-contents to a
hashed toc.
|
| |
|
|
|
|
|
| |
profile.py: Some speed improvements (I hope).
rect.py: Bug fix in union().
|
|
|
|
|
| |
* string.py: change whitespace to include \r, \v and \f.
When importing strop succeeds, re-evaluate meaning of letters.
|
|
|
|
|
| |
* ftplib.py: made cwd() use 'CDUP' when dirname is '..'
* FL.py: added new constant FL_PLACE_FULLSCREEN
|
| |
|
|
|
|
|
|
|
| |
* imghdr.py: added jpeg recognition
* torgb.py: added jpeg conversion
* tzparse.py: use functions from time instead of calendar
* whatsound.py: add /ufs/guido/biin/sgi to $PATH when calling 'whatsound'
|
|
|
|
|
|
|
| |
* calendar.py: remove stuff now built in time; some cleanup and
generalization in the calendar printing
* cmd.py: use __init__.
* tzparse.py: This module is no longer necessary -- use builtin time instead!
|
|
|
|
|
| |
* ftplib.py: support __init__ with optional host, port args
* aifc.py: ensure header is written on close even when no data is written
|
| |
|
|
|
|
|
|
| |
* sndhdr.py: renamed to whatsound.py; use new aifc module for AIFF/AIFC
* ftplib.py: added close() (closes without sending QUIT command)
* aifc.py: documented close()
|
|
|
|
|
|
| |
* Several modules: change "class C(): ..." to "class C: ...".
* flp.py: support for frozen forms.
* Added string.find() which is like index but returns -1 if not found
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* 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!]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
algorithms in cl module.
aifc.py: fixed a small bug.
|
|
|
|
| |
tuple (now that it makes a difference to Python)
|
|
|
|
| |
aifc.py: Several small improvements. Use new methods from CL module.
|
|
|
|
|
| |
just set file pointer correctly instead of returning the complete
file.
|
|
|
|
| |
* Added fcmp() to test_support.py and use it in test*.py
|
|
|
|
|
| |
data.
Pass an extra parameter to the compression library.
|
| |
|
|
|
|
| |
(extensive) comments in the file for usage.
|
|
|
|
| |
* mainloop.py: don't use select unless absolutely necessary (for Mac)
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
* 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!
|
| |
|
|
|
|
|
| |
(testing operations on built-in types) and autotest.py (automatic
regression testing).
|
|
|
|
|
|
|
|
| |
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()
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
is moved to the sgi subdirectory.
|
| |
|