1. 3c99882 removed history comment by Guido van Rossum · 28 years ago
  2. 2539528 add translate() -- which was in strop per release 1.3 by Guido van Rossum · 28 years ago
  3. a13edb4 optimization of getheader() using a dictionary by Guido van Rossum · 28 years ago
  4. fdd45cb Fix some obsolete names comments. by Guido van Rossum · 28 years ago
  5. 9e6aa9d avoid eval() like the plague by Guido van Rossum · 28 years ago
  6. dc42b8a change Mac creator/type by Guido van Rossum · 28 years ago
  7. 6cb84f3 change return values of simple run* functions by Guido van Rossum · 28 years ago
  8. 8460b94 removed unused globals by Guido van Rossum · 28 years ago
  9. 508a092 added setcontext and parsesequence; several small fixes by Guido van Rossum · 28 years ago
  10. 22a1890 export error == IOError by Guido van Rossum · 28 years ago
  11. fa59cd7 bump version (sorry) by Guido van Rossum · 28 years ago
  12. 503e50b capitalize H3 headers; add 'cgi.' prefix to example code by Guido van Rossum · 28 years ago
  13. ce84920 added * and + operators by Guido van Rossum · 28 years ago
  14. 68ded21 minor fix to mime header regex --Sjoerd by Guido van Rossum · 28 years ago
  15. 507f15b Auto-install on first import. Added quick reference. by Guido van Rossum · 28 years ago
  16. 422cc7f more changes copied from Grail by Guido van Rossum · 28 years ago
  17. 63e39ae Made Place.info == Pack.info by Guido van Rossum · 28 years ago
  18. a5f875f Yet another mini fix to pack/grid info. by Guido van Rossum · 28 years ago
  19. 3626999 Some more changes from the net... Typos, 4.0/4.1 issues, new tkButtonInvoke(). by Guido van Rossum · 28 years ago
  20. 37dcab1 Resync with Grail's Tkinter.py. by Guido van Rossum · 28 years ago
  21. 955c5d1 Set the base for atoi() and atol() to 0, since we're reading Python by Guido van Rossum · 28 years ago
  22. 7853647 Don't atoi() the memo key. by Guido van Rossum · 28 years ago
  23. bbb4e10 Subtlety: ~root/a should expand to /a, not //a. Everything else unchanged. by Guido van Rossum · 28 years ago
  24. ededb58 Update reference (it's now RFC 1808); added http to list of protocols by Guido van Rossum · 28 years ago
  25. 4876651 Reformatted with 4-space tab stops. by Guido van Rossum · 28 years ago
  26. cce074e new binhex from Jack (much faster) by Guido van Rossum · 28 years ago
  27. a220e67 Finally check in Jack's latest version, which fixes all known bugs. by Guido van Rossum · 28 years ago
  28. 71ac945 move mac url2path conversion to separate module by Guido van Rossum · 28 years ago
  29. 442e720 Added proxy handling; upped version. by Guido van Rossum · 28 years ago
  30. a8738a5 Added print_arguments() function. by Guido van Rossum · 28 years ago
  31. 4032c2c Change to use real temporary files instead of StringIO. Correct and by Guido van Rossum · 28 years ago
  32. 0147db0 Considerable documentation changes and a few import rearrangements. by Guido van Rossum · 28 years ago
  33. 7aee384 Reformatted with 4-space indentation. Added some quick docs to the by Guido van Rossum · 28 years ago
  34. 243ddcd Added FieldStorage class, which stores parts in files. by Guido van Rossum · 28 years ago
  35. 391b4e6 Reformatting only. by Guido van Rossum · 28 years ago
  36. 7275561 File upload and revamped documentation. by Guido van Rossum · 28 years ago
  37. 405ab23 *** empty log message *** by Guido van Rossum · 28 years ago
  38. 2bb57b8 Changed makefile() args from r/w to rb/wb, for non-unix compatability. by Jack Jansen · 28 years ago
  39. 0d12ead Try to normalize urls referring to local files (code copied from posixpath) by Jack Jansen · 28 years ago
  40. e8a0a5c Module to convert a mail message to or from quoted-printable. The by Sjoerd Mullender · 28 years ago
  41. 0f6f812 better way to define ComplexType by Guido van Rossum · 28 years ago
  42. a98b0a1 improved test() by Guido van Rossum · 28 years ago
  43. 7bb7ecd even better way to normalize spaces in add_flowing_data by Guido van Rossum · 28 years ago
  44. 93dc801 better way to normalize spaces in add_flowing_data by Guido van Rossum · 28 years ago
  45. f69da22 fix several bogus var refs in error reporting by Guido van Rossum · 28 years ago
  46. efa3143 add keyword args to CanvasItem class __init__ by Guido van Rossum · 28 years ago
  47. 15c4fec more recent linux header files by Guido van Rossum · 28 years ago
  48. 8c8a02a speed up unquote() by using atoi() instead of eval() by Guido van Rossum · 28 years ago
  49. 44a4d59 support 'whence' arg to seek() by Guido van Rossum · 28 years ago
  50. 0eaa74b add acct() method to send new account name by Guido van Rossum · 28 years ago
  51. ba42664 fix typo in _setval() return value by Guido van Rossum · 28 years ago
  52. 6700142 backward compatible interface for bsddb by Guido van Rossum · 28 years ago
  53. 0182c06 inherit error from _mod.error by Guido van Rossum · 28 years ago
  54. 13ad35a real test for executable script by Guido van Rossum · 28 years ago
  55. 5bb05da correct retrieving return value of os.waitpid() by Guido van Rossum · 28 years ago
  56. eacce12 add missing loop step to parseplist() by Guido van Rossum · 28 years ago
  57. f7476c5 fix default arg for read() -- should be -1 by Guido van Rossum · 28 years ago
  58. 06d7441 add ComplexType by Guido van Rossum · 28 years ago
  59. e8ea21b Added pathname2url and url2pathname methods (only correct for unix and by Jack Jansen · 29 years ago
  60. f4e7d2a Added (dummy) expanduser and expandvar methods by Jack Jansen · 29 years ago
  61. dc3e3f6 Fixed local file access for macintosh by Jack Jansen · 29 years ago
  62. e5fe4af Use global statement instead of importing ourselves to get to global variable. by Sjoerd Mullender · 29 years ago
  63. 8324836 Disable pythons own eventhandling on the mac. by Jack Jansen · 29 years ago
  64. e0371b8 Fixed basejoin. There were two main problems: by Sjoerd Mullender · 29 years ago
  65. 825bae7 Also remember the module a class is defined in. by Sjoerd Mullender · 29 years ago
  66. 10d0f8f Renamed module tkinter to _tkinter by Jack Jansen · 29 years ago
  67. 9715779 Added class MHMailbox Added optional third parameter to seek. by Jack Jansen · 29 years ago
  68. 46f92d2 add Listbox.activate() by Guido van Rossum · 29 years ago
  69. b61b28b added listbox selection modes by Guido van Rossum · 29 years ago
  70. a61bdeb add delete() method to ftp object by Guido van Rossum · 29 years ago
  71. a1db48b fix Menu.add_command etc. by Guido van Rossum · 29 years ago
  72. f7f79ac better version sanity checks; get rid of Widget.unbind_class() by Guido van Rossum · 29 years ago
  73. 909507d added NullFormatter by Guido van Rossum · 29 years ago
  74. 84175ba strip <A> attribute values by Guido van Rossum · 29 years ago
  75. 650ba37 typos in attrfind regex by Guido van Rossum · 29 years ago
  76. d58364e added lt, gt, amp back to entity definitions by Guido van Rossum · 29 years ago
  77. 951213e Use binascii module (resulting in a 60-fold speedup:-) by Jack Jansen · 29 years ago
  78. 5a49ffc Fixed two minor errors. by Jack Jansen · 29 years ago
  79. 685e16d Fixed hexbin handling by Jack Jansen · 29 years ago
  80. 96ebbd3 new after options; text.search; new image methods by Guido van Rossum · 29 years ago
  81. 8988fb2 Initial revision by Guido van Rossum · 29 years ago
  82. c0e68d1 actualized example, catch EOFError, print retrieved lines if debugging>2 by Guido van Rossum · 29 years ago
  83. 928fced actualized example/reference, fix bug w/ nonnumeric port by Guido van Rossum · 29 years ago
  84. c7ae920 add flush_softspace() interface by Guido van Rossum · 29 years ago
  85. e3d9320 allow _ in attr names (Netscape!) by Guido van Rossum · 29 years ago
  86. 4f399fb more robust coding, adapted for mac by Guido van Rossum · 29 years ago
  87. 65126d5 entity definitions from HTML 2.0 std by Guido van Rossum · 29 years ago
  88. c52c1e9 Initial revision by Guido van Rossum · 29 years ago
  89. 453534a added verbose option; added ismap/align/width/height to handle_image args by Guido van Rossum · 29 years ago
  90. 3c0bfd0 fix <!...!> parsing; added verbose option; don't lowercase entityrefs by Guido van Rossum · 29 years ago
  91. 8421c4e actualized example; added xover, xgtitle, xpath, date methods by Kevan Heydon by Guido van Rossum · 29 years ago
  92. 194e20a add file parameter to all printing fns, default stderr by Guido van Rossum · 29 years ago
  93. dc3372e new exec syntax by Guido van Rossum · 29 years ago
  94. aada0d5 Initial revision by Guido van Rossum · 29 years ago
  95. 71b1a90 added getitem/setitem to Image class; changed call wrapping (again) by Guido van Rossum · 29 years ago
  96. 1c9daa8 handle missing QUERY_STRING by Guido van Rossum · 29 years ago
  97. 3b7b813 recognize a few more file types by Guido van Rossum · 29 years ago
  98. 54c1510 improved test/main program by Guido van Rossum · 29 years ago
  99. a0dfc7a fixed the test program by Guido van Rossum · 29 years ago
  100. aad8692 Initial revision by Guido van Rossum · 29 years ago