- 70f1418 New files (not really...) by Guido van Rossum · 31 years ago
- dd8cb44 Some minute changes. by Guido van Rossum · 31 years ago
- 2a45141 aifc.py, sunau.py: Adapted comments; added access statements. by Sjoerd Mullender · 31 years ago
- 6ed9df2 * aifc.py (Aifc_write): fix bogus reference to filename by Guido van Rossum · 31 years ago
- 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
- aa14837 Interface to audio hardware for SGI and Sun. by Sjoerd Mullender · 31 years ago
- ad7324c Don't close the file explicitly. by Sjoerd Mullender · 31 years ago
- feaa7d2 Don't close the file. by Sjoerd Mullender · 31 years ago
- 79c85f1 * wdbframewin.py (re_eval): set __privileged__ in globals so private by Guido van Rossum · 31 years ago
- 43bf0bc aifc.py: added missing tell() method in AIFC write class; by Sjoerd Mullender · 31 years ago
- ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
- b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago
- b2e358d Use __init__ instead of init. by Sjoerd Mullender · 31 years ago
- e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
- b3b09c9 added builtin b/w compat module. changed testing of exec. by Guido van Rossum · 31 years ago
- b37954f Added missing "import os" to pdb.help() by Guido van Rossum · 31 years ago
- e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
- 35fe6ec Not everyone has Guido's bin in his/her PATH... by Sjoerd Mullender · 31 years ago
- be80e0e Instead of single clicks, use double clicks to get the instance window. by Sjoerd Mullender · 31 years ago
- 148644d WDB enhancement: Click once on a line with a class instance in the by Sjoerd Mullender · 31 years ago
- c9d73d1 Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment by Sjoerd Mullender · 31 years ago
- 4150ede Fixed dealing with faulty COMM chunks. by Sjoerd Mullender · 31 years ago
- 4fddf33 XEvent.py: Added support for ExposeEvent. by Sjoerd Mullender · 31 years ago
- 8e2ec56 * pdb.py: set 'privileged' property when evaluating expressions by Guido van Rossum · 31 years ago
- df56386 * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') by Guido van Rossum · 31 years ago
- 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 31 years ago
- 5cfa5df * calendar.py: all libC functionality now moved to built-in time module by Guido van Rossum · 31 years ago
- 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
- 52fc1f6 * calendar.py: minor cleanups by Guido van Rossum · 31 years ago
- e6dc0ca Initial revision by Guido van Rossum · 31 years ago
- 17ed1ae * toaiff.py: import whatsound instead of sndhdr by Guido van Rossum · 31 years ago
- d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
- 02cf582 Added cwd() by Guido van Rossum · 31 years ago
- 8379ed5 Updated because of new opcodes introduced for "fast" local variables. by Guido van Rossum · 32 years ago
- 0023078 Added whatis command (third try -- filesystem was full, rcs lock failed) by Guido van Rossum · 32 years ago
- e7113b6 * Fix bug in tzparse.py for DST timezone by Guido van Rossum · 32 years ago
- 04321d1 Use type(xxx) in stead of except TypeError. by Sjoerd Mullender · 32 years ago
- 8562c4c Added some error checking. by Sjoerd Mullender · 32 years ago
- c9e340d Definitions from <gl/get.h> by Guido van Rossum · 32 years ago
- e8a3c28 Added new audio library functionality (getstatus, float sample fmts) by Jack Jansen · 32 years ago
- 4ab6ff8 AWARE.py: New file with definitions for Aware Inc.'s compression by Sjoerd Mullender · 32 years ago
- 995c33a aiff.py, calendar.py: change functions taking a tuple to really take a by Guido van Rossum · 32 years ago
- 3a99727 CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. by Sjoerd Mullender · 32 years ago
- 8d733a0 added kludge for buggy soundfiler from SGI; when reading 0 frames, by Sjoerd Mullender · 32 years ago
- 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
- 93f0740 Fixed a bug where the library inadvertently skipped over the sound by Sjoerd Mullender · 32 years ago
- 7564a64 Found and fixed a few bugs in the handling of audio files with MARKs. by Sjoerd Mullender · 32 years ago
- eeabe7e New module aifc to read and write AIFF-C and AIFF files. See by Sjoerd Mullender · 32 years ago
- 80530ce * Add some more tests for numbers by Guido van Rossum · 32 years ago
- fea2af1 * More changes due to stricter argument passing rules by Guido van Rossum · 32 years ago
- 4fff13f CL.py: adapted to newest version of CL library. by Sjoerd Mullender · 32 years ago
- 89a7869 * Got entirely rid of path.py. by Guido van Rossum · 32 years ago
- 6209b97 Added output from testall run, for autotest.py. by Guido van Rossum · 32 years ago
- 85f1820 Added some new tests and two new files for testing: test_types.py by Guido van Rossum · 32 years ago
- 18fc569 * mainloop.py: added facility for calling select(). Also added by Guido van Rossum · 32 years ago
- 2197479 Added all_errors, list of all possible exceptions. by Guido van Rossum · 32 years ago
- c68a401 Use getsockname() if it exists by Guido van Rossum · 32 years ago
- c567c60 Added much functionality, changed some names (errors, login). by Guido van Rossum · 32 years ago
- c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago
- 1115ab2 Initial revision by Guido van Rossum · 32 years ago
- 2db9135 Misc changes and new modules. whrandom is "objectified". SOCKET.py by Guido van Rossum · 32 years ago
- e7daaa3 New module "CL" (Compression Library) for Irix 4.0.5 and higher. by Sjoerd Mullender · 32 years ago
- 7a461e5 New module regsub contains sub(), gsub() and split() as in nawk. by Guido van Rossum · 32 years ago
- 3577113 Added post_mortem() and pm() interfaces to pdb and wdb. by Guido van Rossum · 32 years ago
- 87b7473 New module 'colorsys' implements conversions between different color systems. by Guido van Rossum · 32 years ago
- da3eee9 version for new library by Sjoerd Mullender · 32 years ago
- 4e16098 Added a _v21 def to FL.py and added two new input field types by Guido van Rossum · 32 years ago
- 354166f Changed to use regex directly instead of regexp. by Guido van Rossum · 32 years ago
- 9022fce New module implementing a multi-everything queue. by Guido van Rossum · 32 years ago
- ae507a4 splitfields(s, '') is illegal by Guido van Rossum · 32 years ago
- 732282f Module getattr doesn't exist any more, it's now called newdir. by Guido van Rossum · 32 years ago
- 4732ccf Added emacs.py (for misc/py-connect.el). by Guido van Rossum · 32 years ago
- 2d4aa4f Removed *.libs (now in ./sgi); by Guido van Rossum · 32 years ago
- 099d923 new file for SGI Video by Sjoerd Mullender · 32 years ago
- 741c81a New module to support decoding multipart messages (also see mimetools). by Guido van Rossum · 32 years ago
- 01ca336 New modules mimetools and rfc822. by Guido van Rossum · 32 years ago
- eb23155 Changed calendar.py to define lists of literals instead of tuples. by Guido van Rossum · 32 years ago
- 73b715e Initial revision by Guido van Rossum · 32 years ago
- 05b55e7 Fix pnm test for short files and add X bitmap as recognized type by Guido van Rossum · 32 years ago
- d482e8a Remove reference to obsolete module 'audio' by Guido van Rossum · 32 years ago
- ada67ec Comment out debug prints (by Sjoerd) by Guido van Rossum · 32 years ago
- 1c34fc7 Initial revision by Guido van Rossum · 32 years ago
- 9ea0fbc Unmerged except and finally clauses by Guido van Rossum · 33 years ago
- 8899a9c Add names for perm bits (S_IREAD etc). by Guido van Rossum · 33 years ago
- e238829 Add CDDA_DATASIZE to exported constants by Guido van Rossum · 33 years ago
- 509d24a fix a typo in samestat() (ST_DEV, not STD_DEV); by Guido van Rossum · 33 years ago
- a3cd071 DISK is written with a K by Guido van Rossum · 33 years ago
- 58230c3 Changed caching code by Guido van Rossum · 33 years ago
- dee5d8e The getstatus() method of a Readcd instance always calls by Guido van Rossum · 33 years ago
- f94e309 Initial revision by Guido van Rossum · 33 years ago
- 8176258 Initial revision by Guido van Rossum · 33 years ago
- 9a1425d Initial revision by Guido van Rossum · 33 years ago
- fff3a1ee Added help() fn; use os.sep by Guido van Rossum · 33 years ago
- 6a1f089 Use *args syntax instead of +args by Guido van Rossum · 33 years ago
- b59cdd4 Add separator by Guido van Rossum · 33 years ago
- 33693ea '+' no longer accepted for varargs list by Guido van Rossum · 33 years ago
- ceb3ba2 Different syntax: cannot mix except and finally any more by Guido van Rossum · 33 years ago
- 7084ec8 getattr() is now built-in; no longer need a class to simulate varargs. by Guido van Rossum · 33 years ago
- aa257d9 use os and os.path by Guido van Rossum · 33 years ago
- bf1710a use std module os by Guido van Rossum · 33 years ago