- 85d8945 Two new generally useful modules: types defines names for all built-in types, by Guido van Rossum · 30 years ago
- adb3105 Companion module for new profile.py by Guido van Rossum · 30 years ago
- 9b68fd9 * Tkinter.py by Guido van Rossum · 30 years ago
- 08a4038 * Tkinter.py: some tidying up. by Guido van Rossum · 30 years ago
- fea128e Reformatted using 8-space wide tabs by Guido van Rossum · 30 years ago
- 67ef5f3 * Tkinter.py (Canvas): made create_ methods return the item id; by Guido van Rossum · 30 years ago
- 45853db Added dictionary mapping names to children, and _name attribute. by Guido van Rossum · 30 years ago
- 1e9e400 Added getdouble, getboolean. by Guido van Rossum · 30 years ago
- 5e8d372 Added getvar, getint, lower, tkraise==lift to Misc class by Guido van Rossum · 30 years ago
- 1846882 Initial revision by Guido van Rossum · 30 years ago
- 169b612 Constants from <sys/wait.h> (IRIX 5 version) by Guido van Rossum · 30 years ago
- d3b6842 added barrier test (by Tim Peters) by Guido van Rossum · 30 years ago
- f3b4903 dospath: fix by Amrit (don't normalize glob patterns away) by Guido van Rossum · 30 years ago
- f624666 Generate some files automatically from system files by Guido van Rossum · 30 years ago
- c762bec Changes by Jaap -- added 'fileopen' method by Guido van Rossum · 30 years ago
- 78f8dea New module by Jaap V by Guido van Rossum · 30 years ago
- c95f724 Script to regenerate FCNTL.py, IN.py, SOCKET.py by Guido van Rossum · 30 years ago
- 2922c6d Changes to use default argument values where possible by Guido van Rossum · 31 years ago
- 19806f4 Module to lock open files using fcntl() by Guido van Rossum · 31 years ago
- c7b6882 Jack's module for parsing UNIX mailbox files by Guido van Rossum · 31 years ago
- 590b289 Added tests for missing host to open_http and open_gopher by Guido van Rossum · 31 years ago
- cc54417 Module to test threads by Guido van Rossum · 31 years ago
- 7c6ebb5 Renamed urlopen.py to urllib.py. by Guido van Rossum · 31 years ago
- cc32ac9 Use float constants directly; cosmetic changes; initialize largest by Guido van Rossum · 31 years ago
- 95bfcda Added gauss() (same as normal but twice as fast) and betavariate(); by Guido van Rossum · 31 years ago
- ff03b1a Random variable generators by Guido van Rossum · 31 years ago
- b19d862 Search for test files in sys.path by Guido van Rossum · 31 years ago
- d1df83b urlopen: add basejoin() function. by Guido van Rossum · 31 years ago
- d66acb4 avoid crash in open_ftp when no host in url by Guido van Rossum · 31 years ago
- 67e22c2 use caching of temp files; added cleanup by Guido van Rossum · 31 years ago
- 914973a Added __repr__ to addbase class; delete more objects by Guido van Rossum · 31 years ago
- d5b9ea1 Added __del__(), close(), cleanup(), retrieve() and open_local_file() by Guido van Rossum · 31 years ago
- 555915a Added ntpath.py (for os.py when used with Windows NT) by Guido van Rossum · 31 years ago
- 749057b Redesigned as a class by Guido van Rossum · 31 years ago
- 76ca3c1 Fix bug with somtimes uninitialized port by Guido van Rossum · 31 years ago
- 23acc95 Towards a standard access mechanism for URLs. by Guido van Rossum · 31 years ago
- 3ed23cc aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: by Guido van Rossum · 31 years ago
- b513c74 wave.py: module to read and write .wav files with the same interface by Sjoerd Mullender · 31 years ago
- 3db6ebc Use __builtin__ instead of builtin by Guido van Rossum · 31 years ago
- ffe9490 aifc.py: framerate should be an int. by Sjoerd Mullender · 31 years ago
- b90bdeb sndhdr.py: restored lost file; audiodev.py: import platform specific by Guido van Rossum · 31 years ago
- fa7fcb9 Add test code for audioop and rgbimg (includes three binary files!) by Guido van Rossum · 31 years ago
- e03bf9c Removed now useless convert functions. by Sjoerd Mullender · 31 years ago
- 49c2df1 Removed silly dependence on AL module. by Sjoerd Mullender · 31 years ago
- 80e32bf Added Makefile with clean and clobber targets by Guido van Rossum · 31 years ago
- 721cd28 Specified _framesize twice in access statement. by Sjoerd Mullender · 31 years ago
- e30cb84 Initial revision by Guido van Rossum · 31 years ago
- 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