1. 92457b9 added seekable option; save unix from lines; speed up islast() by Guido van Rossum · 29 years ago
  2. 6cb15a0 add User-agent hdr; read and close the file upon http error by Guido van Rossum · 29 years ago
  3. 2ab1992 make split and splitfields, join and joinfields synonyms by Guido van Rossum · 29 years ago
  4. efe5ac4 make reporting unbalanced tags an overridable method by Guido van Rossum · 29 years ago
  5. b472815 use imp.new_module(), not new.module(); and /usr/local by Guido van Rossum · 29 years ago
  6. 8afa824 functions don't have a __name__ attribute by Guido van Rossum · 29 years ago
  7. f71c79b test other name variable by Guido van Rossum · 29 years ago
  8. f4ef7e6 doctor the exception by Guido van Rossum · 29 years ago
  9. 4cdcef7 discard endrequest(); minor stuff; rfc822 no seek flag by Guido van Rossum · 29 years ago
  10. 2d95706 support <HTML>, remove <HEADER> by Guido van Rossum · 29 years ago
  11. 0daa13b set softspace to 0 in __init__ by Guido van Rossum · 29 years ago
  12. 303c179 add bind(0,''); better way of guessing our fully qualified hostname by Guido van Rossum · 29 years ago
  13. e5e2cdd Removed >From stuff by Jack Jansen · 29 years ago
  14. f194546 two mime encoding schemes by Guido van Rossum · 29 years ago
  15. 3a15dca Skip old-style 'From name time' lines at beginning of message. by Jack Jansen · 29 years ago
  16. c8718c3 Backward compatibity module for constants from cl.h include file. The by Sjoerd Mullender · 29 years ago
  17. ebaf104 don't show print passwords in debug output by Guido van Rossum · 29 years ago
  18. b1c1315 new release by Ken, fix handling of from by Guido van Rossum · 29 years ago
  19. 2db6bfc For anonymous ftp, make sure local hostname is fully qualified. by Jack Jansen · 29 years ago
  20. e99c824 Mac-specific code for setting filetype was outdated. by Jack Jansen · 29 years ago
  21. 48aa82e correct typo in example by Guido van Rossum · 29 years ago
  22. 96044da first update from Ken by Guido van Rossum · 29 years ago
  23. fa486a2 call test() when run as script by Guido van Rossum · 29 years ago
  24. 5232590 original received from Ken by Guido van Rossum · 29 years ago
  25. 9a707e8 added Linux specific files by Guido van Rossum · 29 years ago
  26. 86dc1e6 added TERMIOS.py by Guido van Rossum · 29 years ago
  27. cf5394f rename debug() to set_debuglevel() by Guido van Rossum · 29 years ago
  28. 189f8fb added "pystone" benchmark by Guido van Rossum · 29 years ago
  29. 28aa229 optional mode, bufsize for global function open() by Guido van Rossum · 29 years ago
  30. fefbbe5 fix bogus hasttr usage by Guido van Rossum · 29 years ago
  31. 903abee fix typo in tag_nextrange by Guido van Rossum · 29 years ago
  32. 7e9394a add TkVersion,TclVersion; don't drop in debugger by Guido van Rossum · 29 years ago
  33. 13c503e default mode="r" and add optional bufsize by Guido van Rossum · 29 years ago
  34. 4f17e3e test signal module by Guido van Rossum · 29 years ago
  35. 4c7fa4b set mac path separator to newline by Guido van Rossum · 29 years ago
  36. 8c1688e add dummy base to atoi/atol; careful about negative start indices in find/count by Guido van Rossum · 29 years ago
  37. 55d2f39 rename copy.Error to copy.error by Guido van Rossum · 29 years ago
  38. 030afb1 add execvpe -- mix of execvp and execve by Guido van Rossum · 29 years ago
  39. dcce73a fix typos in escape() and print_form() by Guido van Rossum · 29 years ago
  40. 0c891ce pickle classes; add format_version, load(s)/dump(s) shortcuts by Guido van Rossum · 29 years ago
  41. 7849da8 added PicklingError exception by Guido van Rossum · 29 years ago
  42. 51b1c1c avoid math, don't abort when overflow check fails by Guido van Rossum · 29 years ago
  43. 1dba24e remove redundant backslashes; some cosnetics by Guido van Rossum · 29 years ago
  44. 7b5430f raise EOFError when load() hits EOF, instead of KeyError by Guido van Rossum · 29 years ago
  45. b5f9460 allow safe_import to be called with up to 4 args and check for . in name by Guido van Rossum · 29 years ago
  46. d9b6b5c Write track artist info if given. by Sjoerd Mullender · 29 years ago
  47. 7c750e1 added html parser and supporting cast by Guido van Rossum · 29 years ago
  48. eb9e9d2 layout changes; quote & as well by Guido van Rossum · 29 years ago
  49. c7acf2a handle class exceptions by Guido van Rossum · 29 years ago
  50. cebfa70 fix stupid bug (db should be dict) by Guido van Rossum · 29 years ago
  51. 780620f added DictType as alias for DictionaryType by Guido van Rossum · 29 years ago
  52. 5e38b6f handle class exceptions; added runeval; made runctx obsolete by Guido van Rossum · 29 years ago
  53. 256cbd7 minute comment changes by Guido van Rossum · 30 years ago
  54. 42e1936 add class exceptions by Guido van Rossum · 30 years ago
  55. cc6764c added __doc__ strings etc. by Guido van Rossum · 30 years ago
  56. 6de668f test class exceptions by Guido van Rossum · 30 years ago
  57. b6aa92e fix formatting of stack entries by Guido van Rossum · 30 years ago
  58. 992ff06 Made play method more robust by adding a try-finally. by Sjoerd Mullender · 30 years ago
  59. 3d697ce Support for album.notes and trackN.artist via notes and trackartist by Sjoerd Mullender · 30 years ago
  60. 7e4b2de changes for the Mac by Guido van Rossum · 30 years ago
  61. ea8ee1d fix bogus test for regex match by Guido van Rossum · 30 years ago
  62. 40b9835 Always use 'anonymous' if os.environ doesn't exist by Jack Jansen · 30 years ago
  63. 8e8a525 evolution by Guido van Rossum · 30 years ago
  64. 9a22de1 new files by Guido van Rossum · 30 years ago
  65. 8d2080d use getattr() instead of eval(), fix string representations by Guido van Rossum · 30 years ago
  66. be9f212 fix comments for list command by Guido van Rossum · 30 years ago
  67. 1f97612 Fix exec test so presence of __builtins__ doesn't break it by Guido van Rossum · 30 years ago
  68. 409780f shallow and deep copy operations by Guido van Rossum · 30 years ago
  69. a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py by Guido van Rossum · 30 years ago
  70. e1130a4 Added clarifying comment by Guido van Rossum · 30 years ago
  71. 824de25 * Lib/test/test_b1.py: test eval() and execfile() with globals, by Guido van Rossum · 30 years ago
  72. 40b2cfb * Lib/mhlib.py: added movemessage(), copymessage(), added copy by Guido van Rossum · 30 years ago
  73. a112470 Add hacks for switching protocol and path but leaving host unchanged by Guido van Rossum · 30 years ago
  74. eecf035 Test new __import__ module, test reload of built-in module, test by Guido van Rossum · 30 years ago
  75. 5505d56 Fixed 'propagate' method by Guido van Rossum · 30 years ago
  76. 4359860 Let extensions start at the last period after the last slash in the name. by Sjoerd Mullender · 30 years ago
  77. a558e37 improved prompt format by Guido van Rossum · 30 years ago
  78. e23b62f more complete tests of built-in functions by Guido van Rossum · 30 years ago
  79. 780044f added option interface by Guido van Rossum · 30 years ago
  80. 971dc53 fix bug in poly.minus by Guido van Rossum · 30 years ago
  81. e5e73b9 initial commit by Guido van Rossum · 30 years ago
  82. 74233b3 fix buffer size by Guido van Rossum · 30 years ago
  83. ca9321e Import posixpath for freeze script by Guido van Rossum · 30 years ago
  84. ebea896 Ignore empty markers. by Sjoerd Mullender · 30 years ago
  85. adc940e Cosmetic changes by Guido van Rossum · 30 years ago
  86. fa59e83 Fix bug if tmpcache is None by Guido van Rossum · 30 years ago
  87. e174c15 audiodev.py: Mac port. by Guido van Rossum · 30 years ago
  88. 14a6e3d * Lib/whrandom.py: if seed is (0,0,0), initialize from current by Guido van Rossum · 30 years ago
  89. 73b20df Added TERMIOS module by Guido van Rossum · 30 years ago
  90. 23cb2a8 New tty/pty modules by Steen; new urlparser. by Guido van Rossum · 30 years ago
  91. 8534741 mhlib.py: delay opening of sequences file so we don't overwrite it when by Guido van Rossum · 30 years ago
  92. e202c38 Can now also give a hashed ID to Cddb. by Sjoerd Mullender · 30 years ago
  93. 1f05754 Added support for ADPCM compression. by Sjoerd Mullender · 30 years ago
  94. f023ab0 Dialog.py: d.num should be numeric, not string by Guido van Rossum · 30 years ago
  95. 3bb5448 New way of generating .pyc files, thanks to Sjoerd. by Guido van Rossum · 30 years ago
  96. 7aeb4b9 * Lib/linecache.py: don't crash on empty filename by Guido van Rossum · 30 years ago
  97. 9e1e149 * Lib/sgi/flp.py: fix caching bug (always write the whole file to the cache!) by Guido van Rossum · 30 years ago
  98. 710c352 * Lib/string.py: find/rfind is now the main implementation and by Guido van Rossum · 30 years ago
  99. a28f2dc do fake "import posix" for freeze.py script by Guido van Rossum · 30 years ago
  100. 3f9a6ec * Lib/rfc822.py: fix two bugs: error in readheaders interpreting by Guido van Rossum · 30 years ago