- 8cb4b1f Module with one function to read Python modules and extract class and by Sjoerd Mullender · 29 years ago
- 2e5168c Get magic number from interpreter (using module imp). by Sjoerd Mullender · 29 years ago
- aa3e163 Added flush() method. by Sjoerd Mullender · 29 years ago
- 761c5ab Tk 4.0 and Tcl 7.4 are now standard by Guido van Rossum · 29 years ago
- 677dfc3 Tommy's mail explaining status by Guido van Rossum · 29 years ago
- 7f64e24 Official version 1.26 directly from Ken by Guido van Rossum · 29 years ago
- b89ab8c something close to Ken's latest version ... by Guido van Rossum · 29 years ago
- 92457b9 added seekable option; save unix from lines; speed up islast() by Guido van Rossum · 29 years ago
- 6cb15a0 add User-agent hdr; read and close the file upon http error by Guido van Rossum · 29 years ago
- 2ab1992 make split and splitfields, join and joinfields synonyms by Guido van Rossum · 29 years ago
- efe5ac4 make reporting unbalanced tags an overridable method by Guido van Rossum · 29 years ago
- b472815 use imp.new_module(), not new.module(); and /usr/local by Guido van Rossum · 29 years ago
- 8afa824 functions don't have a __name__ attribute by Guido van Rossum · 29 years ago
- f71c79b test other name variable by Guido van Rossum · 29 years ago
- f4ef7e6 doctor the exception by Guido van Rossum · 29 years ago
- 4cdcef7 discard endrequest(); minor stuff; rfc822 no seek flag by Guido van Rossum · 29 years ago
- 2d95706 support <HTML>, remove <HEADER> by Guido van Rossum · 29 years ago
- 0daa13b set softspace to 0 in __init__ by Guido van Rossum · 29 years ago
- 303c179 add bind(0,''); better way of guessing our fully qualified hostname by Guido van Rossum · 29 years ago
- e5e2cdd Removed >From stuff by Jack Jansen · 29 years ago
- f194546 two mime encoding schemes by Guido van Rossum · 29 years ago
- 3a15dca Skip old-style 'From name time' lines at beginning of message. by Jack Jansen · 29 years ago
- c8718c3 Backward compatibity module for constants from cl.h include file. The by Sjoerd Mullender · 29 years ago
- ebaf104 don't show print passwords in debug output by Guido van Rossum · 30 years ago
- b1c1315 new release by Ken, fix handling of from by Guido van Rossum · 30 years ago
- 2db6bfc For anonymous ftp, make sure local hostname is fully qualified. by Jack Jansen · 30 years ago
- e99c824 Mac-specific code for setting filetype was outdated. by Jack Jansen · 30 years ago
- 48aa82e correct typo in example by Guido van Rossum · 30 years ago
- 96044da first update from Ken by Guido van Rossum · 30 years ago
- fa486a2 call test() when run as script by Guido van Rossum · 30 years ago
- 5232590 original received from Ken by Guido van Rossum · 30 years ago
- 9a707e8 added Linux specific files by Guido van Rossum · 30 years ago
- 86dc1e6 added TERMIOS.py by Guido van Rossum · 30 years ago
- cf5394f rename debug() to set_debuglevel() by Guido van Rossum · 30 years ago
- 189f8fb added "pystone" benchmark by Guido van Rossum · 30 years ago
- 28aa229 optional mode, bufsize for global function open() by Guido van Rossum · 30 years ago
- fefbbe5 fix bogus hasttr usage by Guido van Rossum · 30 years ago
- 903abee fix typo in tag_nextrange by Guido van Rossum · 30 years ago
- 7e9394a add TkVersion,TclVersion; don't drop in debugger by Guido van Rossum · 30 years ago
- 13c503e default mode="r" and add optional bufsize by Guido van Rossum · 30 years ago
- 4f17e3e test signal module by Guido van Rossum · 30 years ago
- 4c7fa4b set mac path separator to newline by Guido van Rossum · 30 years ago
- 8c1688e add dummy base to atoi/atol; careful about negative start indices in find/count by Guido van Rossum · 30 years ago
- 55d2f39 rename copy.Error to copy.error by Guido van Rossum · 30 years ago
- 030afb1 add execvpe -- mix of execvp and execve by Guido van Rossum · 30 years ago
- dcce73a fix typos in escape() and print_form() by Guido van Rossum · 30 years ago
- 0c891ce pickle classes; add format_version, load(s)/dump(s) shortcuts by Guido van Rossum · 30 years ago
- 7849da8 added PicklingError exception by Guido van Rossum · 30 years ago
- 51b1c1c avoid math, don't abort when overflow check fails by Guido van Rossum · 30 years ago
- 1dba24e remove redundant backslashes; some cosnetics by Guido van Rossum · 30 years ago
- 7b5430f raise EOFError when load() hits EOF, instead of KeyError by Guido van Rossum · 30 years ago
- b5f9460 allow safe_import to be called with up to 4 args and check for . in name by Guido van Rossum · 30 years ago
- d9b6b5c Write track artist info if given. by Sjoerd Mullender · 30 years ago
- 7c750e1 added html parser and supporting cast by Guido van Rossum · 30 years ago
- eb9e9d2 layout changes; quote & as well by Guido van Rossum · 30 years ago
- c7acf2a handle class exceptions by Guido van Rossum · 30 years ago
- cebfa70 fix stupid bug (db should be dict) by Guido van Rossum · 30 years ago
- 780620f added DictType as alias for DictionaryType by Guido van Rossum · 30 years ago
- 5e38b6f handle class exceptions; added runeval; made runctx obsolete by Guido van Rossum · 30 years ago
- 256cbd7 minute comment changes by Guido van Rossum · 30 years ago
- 42e1936 add class exceptions by Guido van Rossum · 30 years ago
- cc6764c added __doc__ strings etc. by Guido van Rossum · 30 years ago
- 6de668f test class exceptions by Guido van Rossum · 30 years ago
- b6aa92e fix formatting of stack entries by Guido van Rossum · 30 years ago
- 992ff06 Made play method more robust by adding a try-finally. by Sjoerd Mullender · 30 years ago
- 3d697ce Support for album.notes and trackN.artist via notes and trackartist by Sjoerd Mullender · 30 years ago
- 7e4b2de changes for the Mac by Guido van Rossum · 30 years ago
- ea8ee1d fix bogus test for regex match by Guido van Rossum · 30 years ago
- 40b9835 Always use 'anonymous' if os.environ doesn't exist by Jack Jansen · 30 years ago
- 8e8a525 evolution by Guido van Rossum · 30 years ago
- 9a22de1 new files by Guido van Rossum · 30 years ago
- 8d2080d use getattr() instead of eval(), fix string representations by Guido van Rossum · 30 years ago
- be9f212 fix comments for list command by Guido van Rossum · 30 years ago
- 1f97612 Fix exec test so presence of __builtins__ doesn't break it by Guido van Rossum · 30 years ago
- 409780f shallow and deep copy operations by Guido van Rossum · 30 years ago
- a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py by Guido van Rossum · 30 years ago
- e1130a4 Added clarifying comment by Guido van Rossum · 30 years ago
- 824de25 * Lib/test/test_b1.py: test eval() and execfile() with globals, by Guido van Rossum · 30 years ago
- 40b2cfb * Lib/mhlib.py: added movemessage(), copymessage(), added copy by Guido van Rossum · 30 years ago
- a112470 Add hacks for switching protocol and path but leaving host unchanged by Guido van Rossum · 30 years ago
- eecf035 Test new __import__ module, test reload of built-in module, test by Guido van Rossum · 30 years ago
- 5505d56 Fixed 'propagate' method by Guido van Rossum · 30 years ago
- 4359860 Let extensions start at the last period after the last slash in the name. by Sjoerd Mullender · 30 years ago
- a558e37 improved prompt format by Guido van Rossum · 30 years ago
- e23b62f more complete tests of built-in functions by Guido van Rossum · 30 years ago
- 780044f added option interface by Guido van Rossum · 30 years ago
- 971dc53 fix bug in poly.minus by Guido van Rossum · 30 years ago
- e5e73b9 initial commit by Guido van Rossum · 30 years ago
- 74233b3 fix buffer size by Guido van Rossum · 30 years ago
- ca9321e Import posixpath for freeze script by Guido van Rossum · 30 years ago
- ebea896 Ignore empty markers. by Sjoerd Mullender · 30 years ago
- adc940e Cosmetic changes by Guido van Rossum · 30 years ago
- fa59e83 Fix bug if tmpcache is None by Guido van Rossum · 30 years ago
- e174c15 audiodev.py: Mac port. by Guido van Rossum · 30 years ago
- 14a6e3d * Lib/whrandom.py: if seed is (0,0,0), initialize from current by Guido van Rossum · 30 years ago
- 73b20df Added TERMIOS module by Guido van Rossum · 30 years ago
- 23cb2a8 New tty/pty modules by Steen; new urlparser. by Guido van Rossum · 30 years ago
- 8534741 mhlib.py: delay opening of sequences file so we don't overwrite it when by Guido van Rossum · 30 years ago
- e202c38 Can now also give a hashed ID to Cddb. by Sjoerd Mullender · 30 years ago
- 1f05754 Added support for ADPCM compression. by Sjoerd Mullender · 30 years ago