1. 405ab23 *** empty log message *** by Guido van Rossum · 28 years ago
  2. 2bb57b8 Changed makefile() args from r/w to rb/wb, for non-unix compatability. by Jack Jansen · 28 years ago
  3. 0d12ead Try to normalize urls referring to local files (code copied from posixpath) by Jack Jansen · 28 years ago
  4. e8a0a5c Module to convert a mail message to or from quoted-printable. The by Sjoerd Mullender · 28 years ago
  5. 0f6f812 better way to define ComplexType by Guido van Rossum · 28 years ago
  6. a98b0a1 improved test() by Guido van Rossum · 28 years ago
  7. 7bb7ecd even better way to normalize spaces in add_flowing_data by Guido van Rossum · 28 years ago
  8. 93dc801 better way to normalize spaces in add_flowing_data by Guido van Rossum · 28 years ago
  9. f69da22 fix several bogus var refs in error reporting by Guido van Rossum · 28 years ago
  10. efa3143 add keyword args to CanvasItem class __init__ by Guido van Rossum · 29 years ago
  11. 15c4fec more recent linux header files by Guido van Rossum · 29 years ago
  12. 8c8a02a speed up unquote() by using atoi() instead of eval() by Guido van Rossum · 29 years ago
  13. 44a4d59 support 'whence' arg to seek() by Guido van Rossum · 29 years ago
  14. 0eaa74b add acct() method to send new account name by Guido van Rossum · 29 years ago
  15. ba42664 fix typo in _setval() return value by Guido van Rossum · 29 years ago
  16. 6700142 backward compatible interface for bsddb by Guido van Rossum · 29 years ago
  17. 0182c06 inherit error from _mod.error by Guido van Rossum · 29 years ago
  18. 13ad35a real test for executable script by Guido van Rossum · 29 years ago
  19. 5bb05da correct retrieving return value of os.waitpid() by Guido van Rossum · 29 years ago
  20. eacce12 add missing loop step to parseplist() by Guido van Rossum · 29 years ago
  21. f7476c5 fix default arg for read() -- should be -1 by Guido van Rossum · 29 years ago
  22. 06d7441 add ComplexType by Guido van Rossum · 29 years ago
  23. e8ea21b Added pathname2url and url2pathname methods (only correct for unix and by Jack Jansen · 29 years ago
  24. f4e7d2a Added (dummy) expanduser and expandvar methods by Jack Jansen · 29 years ago
  25. dc3e3f6 Fixed local file access for macintosh by Jack Jansen · 29 years ago
  26. e5fe4af Use global statement instead of importing ourselves to get to global variable. by Sjoerd Mullender · 29 years ago
  27. 8324836 Disable pythons own eventhandling on the mac. by Jack Jansen · 29 years ago
  28. e0371b8 Fixed basejoin. There were two main problems: by Sjoerd Mullender · 29 years ago
  29. 825bae7 Also remember the module a class is defined in. by Sjoerd Mullender · 29 years ago
  30. 10d0f8f Renamed module tkinter to _tkinter by Jack Jansen · 29 years ago
  31. 9715779 Added class MHMailbox Added optional third parameter to seek. by Jack Jansen · 29 years ago
  32. 46f92d2 add Listbox.activate() by Guido van Rossum · 29 years ago
  33. b61b28b added listbox selection modes by Guido van Rossum · 29 years ago
  34. a61bdeb add delete() method to ftp object by Guido van Rossum · 29 years ago
  35. a1db48b fix Menu.add_command etc. by Guido van Rossum · 29 years ago
  36. f7f79ac better version sanity checks; get rid of Widget.unbind_class() by Guido van Rossum · 29 years ago
  37. 909507d added NullFormatter by Guido van Rossum · 29 years ago
  38. 84175ba strip <A> attribute values by Guido van Rossum · 29 years ago
  39. 650ba37 typos in attrfind regex by Guido van Rossum · 29 years ago
  40. d58364e added lt, gt, amp back to entity definitions by Guido van Rossum · 29 years ago
  41. 951213e Use binascii module (resulting in a 60-fold speedup:-) by Jack Jansen · 29 years ago
  42. 5a49ffc Fixed two minor errors. by Jack Jansen · 29 years ago
  43. 685e16d Fixed hexbin handling by Jack Jansen · 29 years ago
  44. 96ebbd3 new after options; text.search; new image methods by Guido van Rossum · 29 years ago
  45. 8988fb2 Initial revision by Guido van Rossum · 29 years ago
  46. c0e68d1 actualized example, catch EOFError, print retrieved lines if debugging>2 by Guido van Rossum · 29 years ago
  47. 928fced actualized example/reference, fix bug w/ nonnumeric port by Guido van Rossum · 29 years ago
  48. c7ae920 add flush_softspace() interface by Guido van Rossum · 29 years ago
  49. e3d9320 allow _ in attr names (Netscape!) by Guido van Rossum · 29 years ago
  50. 4f399fb more robust coding, adapted for mac by Guido van Rossum · 29 years ago
  51. 65126d5 entity definitions from HTML 2.0 std by Guido van Rossum · 29 years ago
  52. c52c1e9 Initial revision by Guido van Rossum · 29 years ago
  53. 453534a added verbose option; added ismap/align/width/height to handle_image args by Guido van Rossum · 29 years ago
  54. 3c0bfd0 fix <!...!> parsing; added verbose option; don't lowercase entityrefs by Guido van Rossum · 29 years ago
  55. 8421c4e actualized example; added xover, xgtitle, xpath, date methods by Kevan Heydon by Guido van Rossum · 29 years ago
  56. 194e20a add file parameter to all printing fns, default stderr by Guido van Rossum · 29 years ago
  57. dc3372e new exec syntax by Guido van Rossum · 29 years ago
  58. aada0d5 Initial revision by Guido van Rossum · 29 years ago
  59. 71b1a90 added getitem/setitem to Image class; changed call wrapping (again) by Guido van Rossum · 29 years ago
  60. 1c9daa8 handle missing QUERY_STRING by Guido van Rossum · 29 years ago
  61. 3b7b813 recognize a few more file types by Guido van Rossum · 29 years ago
  62. 54c1510 improved test/main program by Guido van Rossum · 29 years ago
  63. a0dfc7a fixed the test program by Guido van Rossum · 29 years ago
  64. aad8692 Initial revision by Guido van Rossum · 29 years ago
  65. a5773dd move constants to Tkconstants; added some; overridable error reporting; fix typo in propagate by Guido van Rossum · 29 years ago
  66. b9e39c8 Filter button should set selection's directory, too by Guido van Rossum · 29 years ago
  67. bf4d8f9 added OptionMenu class (tk_optionMenu interface) by Guido van Rossum · 29 years ago
  68. cf9e27c support value-less attributes, using regex.group() by Guido van Rossum · 29 years ago
  69. fd504d9 took out forms support (in favor a Grail extension) by Guido van Rossum · 29 years ago
  70. a89b1ba rationalized os.path.split() so split "/a/" yields "/a", "" by Guido van Rossum · 29 years ago
  71. 8b74512 Changed arguments and added a lot of functionality besides by Jack Jansen · 29 years ago
  72. ac4f8d3 Initial revision by Guido van Rossum · 29 years ago
  73. 4324536 forget previous change (content-encoding) by Guido van Rossum · 29 years ago
  74. a5cf179 encoding can be content-transfer-encoding or content-encoding by Guido van Rossum · 29 years ago
  75. ca44540 support overriding how to open unknown url types by Guido van Rossum · 29 years ago
  76. 92d0932 changed some commas into percent signs by Guido van Rossum · 29 years ago
  77. 97162b5 exec() -> exec by Guido van Rossum · 29 years ago
  78. 9d8c5a4 add errno.h by Guido van Rossum · 29 years ago
  79. ac7c0df Indent bug by Jack Jansen · 29 years ago
  80. 9c4585a Removed addbase.__del__ because it can't work. by Sjoerd Mullender · 29 years ago
  81. 479c1b3 Put debug output inside 'if DEBUG'. by Jack Jansen · 29 years ago
  82. f33a69f Temporary fix for access statement. Definition of Error was missing. by Sjoerd Mullender · 29 years ago
  83. e2cb727 exec() -> exec by Guido van Rossum · 29 years ago
  84. a49d94a test for specific bug in vars() by Guido van Rossum · 29 years ago
  85. 1d59df2 added select_present and select_range to Entry widget by Guido van Rossum · 29 years ago
  86. abad1cc renamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely) by Guido van Rossum · 29 years ago
  87. e03a86c change default flag to match dbm/gdbm by Guido van Rossum · 29 years ago
  88. 1035a89 make sure the path ends in a slash in reload() by Guido van Rossum · 29 years ago
  89. 9c3241d exec() -> exec by Guido van Rossum · 29 years ago
  90. 1a16c86 remove file: from list of protocols taking host by Guido van Rossum · 29 years ago
  91. 30642ab changed version :-) by Guido van Rossum · 29 years ago
  92. eae892d added note about missing features by Guido van Rossum · 29 years ago
  93. a62b100 noted obsolescence; exec() -> exec by Guido van Rossum · 29 years ago
  94. 894a7bb default tabsize to 8 by Guido van Rossum · 29 years ago
  95. 1859600 fix reload use of __filename__ by Guido van Rossum · 29 years ago
  96. ba3e46b fix stupid typo: r->RDLK by Guido van Rossum · 29 years ago
  97. 99bf06b same thing as for dospath, plus HOMEDRIVE/HOMEPATH support by Guido van Rossum · 29 years ago
  98. 92794e3 don't print Cannot open/stat messages by Guido van Rossum · 29 years ago
  99. baf642e exec() -> exec by Guido van Rossum · 29 years ago
  100. 9f824a7 Initial revision by Guido van Rossum · 29 years ago