1. 2fff84d Don't die if CodeType doesn't exist -- ignore the error. This could by Guido van Rossum · 26 years ago
  2. 0189c01 Correct typo in new function get_breaks(). by Guido van Rossum · 26 years ago
  3. 816a9fb Change clear syntax to support three alternatives: by Guido van Rossum · 26 years ago
  4. 6ea27cc Change clear_break() to the old signature clear_break(file, line). by Guido van Rossum · 26 years ago
  5. 0237909 Enable os.path as a mostly-normal submodule, including "from os.path by Fred Drake · 26 years ago
  6. f6cdcd5 Added 'warn' method. by Greg Ward · 26 years ago
  7. 4338920 Added doc strings to the exception classes. by Guido van Rossum · 26 years ago
  8. 40233ea Patch by Piers Lauder: make exceptions classes. by Guido van Rossum · 26 years ago
  9. e75888e Test the rfc822.py module. Contains just a few simple cases, and some by Barry Warsaw · 26 years ago
  10. 8a57843 Message.getaddrlist(): This now handles multiple occurances of the by Barry Warsaw · 26 years ago
  11. 348fd06 In rcpt(), avoid a space after the TO: address when the option list is by Guido van Rossum · 26 years ago
  12. e1bf7e8 Change the order of the utime() and the chmod() call in copystat(). by Guido van Rossum · 26 years ago
  13. d1dc475 Added: mems.lib.text_file: provides TextFile class for parsing text by Greg Ward · 26 years ago
  14. 0039d7b A gift from Sam Rushing - modules asyncore and asynchat for the by Guido van Rossum · 26 years ago
  15. f4bb656 DumbWriter.send_paragraph(): Fix problem with DumbWriter reported to by Fred Drake · 26 years ago
  16. 6a1b53c get_config_h_filename(): Fix to work with current Python by Fred Drake · 26 years ago
  17. 0bdbe6c Added some more comments. by Guido van Rossum · 26 years ago
  18. 302331a FieldStorage.__init__(): if there is no content-type header, use by Barry Warsaw · 26 years ago
  19. 5c35520 Fixed bug in the common-case code for HTTP URLs; it would lose the query, by Andrew M. Kuchling · 26 years ago
  20. 2386d73 Constants for [f]statvfs() (new in posixmodule.c) by Steve Clift. by Guido van Rossum · 26 years ago
  21. 522af3a Update and add docstrings. by Fred Drake · 26 years ago
  22. dc1aedf Move brief descriptions of what() and whathdr() to docstrings in the by Fred Drake · 26 years ago
  23. 9ddaaa1 Another patch from Fred: factored _init_posix into by Greg Ward · 26 years ago
  24. f4bf044 Got rid of whatraw(). by Guido van Rossum · 26 years ago
  25. 638d7f1 Add extend() method. A small New Year's present from Jean-Claude Wippler. by Guido van Rossum · 26 years ago
  26. 4494101 Incorporate fix suggested by /Fredrik Lundh in the newsgroup to cope by Guido van Rossum · 26 years ago
  27. f8d579c This hopefully fixes the problem of having to set PATH by Guido van Rossum · 26 years ago
  28. 82eae9e Added mt_interact() -- multithreaded version of interact(). by Guido van Rossum · 26 years ago
  29. db01ee0 Patch by Mike Meyer: by Guido van Rossum · 26 years ago
  30. 9a4d637 Patch by Mike Meyer: by Guido van Rossum · 26 years ago
  31. 99e1131 Avoid crash in parsedate_tz() on certain invalid dates -- when the by Guido van Rossum · 26 years ago
  32. 0720177 Small, and final docstring merge with Dragon's version. by Barry Warsaw · 26 years ago
  33. c822a45 Add warning to Netrc's docstring that it is obsolete -- use the netrc by Guido van Rossum · 26 years ago
  34. af5add4 New test function by Sjoerd, adding -t option. by Guido van Rossum · 26 years ago
  35. 7ea1d97 The usual. by Guido van Rossum · 26 years ago
  36. 3c8e54b Applied Fred's patch to fix the bugs that John Skaller noticed. by Greg Ward · 26 years ago
  37. 9c30c24 Adding shlex and netrc by Eric Raymond. by Guido van Rossum · 26 years ago
  38. a7d9bdf A few other docstring fixes, most importantly to be a little nicer to Emacs ;-) by Barry Warsaw · 26 years ago
  39. 4c4bec8 Nothing earthshattering, just some fixes to typos and other formatting by Barry Warsaw · 26 years ago
  40. d147a6c Renaming Lib/plat-beos1 to Lib/plat-beos at Chris Herborth's request by Guido van Rossum · 26 years ago
  41. 98c17b3 Marc-Andre Lemburg notes about statparse(): by Guido van Rossum · 26 years ago
  42. dfaac4d Add XXX comment about the need to add a dump() method to the Text by Guido van Rossum · 26 years ago
  43. c08cc50 Add XXX comment about a test that doesn't seem right -- no time to by Guido van Rossum · 26 years ago
  44. 0b56a3e A mod whose author I forget. (I must've mislaid the email. If it's by Guido van Rossum · 26 years ago
  45. 91c8f59 Sjoerd Mullender: by Guido van Rossum · 26 years ago
  46. c6769c5 Typo discovered by Just. by Guido van Rossum · 26 years ago
  47. 1f05708 Use __stdin__ instead of stdin to derive FileType -- safer against assignments. by Guido van Rossum · 26 years ago
  48. 1190ee3 Fred's sysconfig module. by Greg Ward · 26 years ago
  49. ee789b9 Initial checkin of distutils source files. by Greg Ward · 26 years ago
  50. b083a9f Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  51. 33add0a Sjoerd Mullender: by Guido van Rossum · 26 years ago
  52. dc86a4e Added a -q ('quiet') option to tabnanny, which causes only the names of by Andrew M. Kuchling · 26 years ago
  53. 107e623 grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2? by Barry Warsaw · 26 years ago
  54. 030d2ec In read_multi, allow a subclass to override the class we instantiate by Guido van Rossum · 26 years ago
  55. f8b3b94 In __getslice__, use self.__class__ instead of UserList. by Guido van Rossum · 26 years ago
  56. 204b65c Sjoerd patches the previous patch: by Guido van Rossum · 26 years ago
  57. f484a33 Sjoerd writes: by Guido van Rossum · 26 years ago
  58. 5c3b384 Patch by Jeff Rush: by Guido van Rossum · 26 years ago
  59. 9228cbd Patch by Jeff Rush: by Guido van Rossum · 26 years ago
  60. 391c8b4 Open the file in binary mode -- so serving images from a Windows box by Guido van Rossum · 26 years ago
  61. b241b67 Turtle graphics by Guido van Rossum · 26 years ago
  62. 8fe2a34 Added NotImplementedError, subclassed from RuntimeError by Barry Warsaw · 26 years ago
  63. 67a40e8 Patch by Jeff Bauer: a minor change to declare two new by Guido van Rossum · 26 years ago
  64. e720176 Wrong pathname in docstring detected by Fredrik Nehr. by Guido van Rossum · 26 years ago
  65. 691d27a Bomb on deleting a temporary breakpoint: there's no method by Guido van Rossum · 26 years ago
  66. 6d06094 Accept a non-list sequence for the long options (request by Jack Jansen). by Guido van Rossum · 26 years ago
  67. fdb3d1a Fix typo in docstring: client_request should be client_address. by Guido van Rossum · 26 years ago
  68. e0fbe1c Declaring zmod and poly obsolete. They have problems. by Guido van Rossum · 26 years ago
  69. 2457fc2 Improvement to the previous fix suggested by Thomas Bellman: if the by Guido van Rossum · 26 years ago
  70. dce3d55 The TemporaryFile() function has a security leak -- because the by Guido van Rossum · 26 years ago
  71. 5d42b5b Moved compile_command() to a file of its own (codeop.py). by Guido van Rossum · 26 years ago
  72. c41c1a9 Moved compile_command() here from code.py, so JPython can provide its by Guido van Rossum · 26 years ago
  73. d370379 Jim Fulton writes: by Guido van Rossum · 26 years ago
  74. fbba304 Move 'import sys' to top of module, as noted by Tim Peters. by Guido van Rossum · 26 years ago
  75. 04da10c Piers Lauder writes: by Guido van Rossum · 26 years ago
  76. a9832bc Use (f1, f2) as cache key instead of f1 + ' ' + f2. by Guido van Rossum · 26 years ago
  77. f574500 Patch by Jim Fulton, who writes: by Guido van Rossum · 26 years ago
  78. d90ae19 Rename 'locals' argument to top-level interact() function to 'local' by Guido van Rossum · 26 years ago
  79. eeb2f32 Fixed a problem where xmllib didn't handle the tag by Guido van Rossum · 26 years ago
  80. d54fb7a The usual by Guido van Rossum · 26 years ago
  81. c2047c1 When run as a script, don't pass a fake __main__ dictionary; use the real one. by Guido van Rossum · 26 years ago
  82. b0e5718 Fix so that after a fork() -- on Unix only -- the template gets recalculated. by Guido van Rossum · 26 years ago
  83. 9f1292d Perhaps a controversial change: when reporting a callback exception, by Guido van Rossum · 26 years ago
  84. 4eaadf0 Added {xview,yview}_{moveto,scroll} to the Canvas class. by Barry Warsaw · 26 years ago
  85. e73d702 Ever-so-slight improvementL the patterns to recognize import by Guido van Rossum · 26 years ago
  86. 243ac4f Updated listbox methods to Tk 8.0. (Moved some around, added by Guido van Rossum · 26 years ago
  87. 3179b36 When no master widget is specified, use options['parent'] if it exists. by Guido van Rossum · 26 years ago
  88. 7f20263 Only reference Tkinter._default_root when needed. by Guido van Rossum · 26 years ago
  89. 0688436 Enhancements by Sjoerd Mullender: support for from a.b import c import a . b by Guido van Rossum · 26 years ago
  90. 7a840e8 Add support for dotted module names to readmodule(). by Guido van Rossum · 26 years ago
  91. 1c5fb1c Make mimetypes.guess_type understand data URLs. (Sjoerd Mullender) by Guido van Rossum · 26 years ago
  92. 56440a5 Fix two bugs in the fstat() line, reported by Fredruk Lundh. by Guido van Rossum · 26 years ago
  93. d832f9e Fix append() calls with more than 1 argument. by Guido van Rossum · 26 years ago
  94. da65450 The message "Exception in Tkinter callback" should go to stderr. by Guido van Rossum · 26 years ago
  95. 96372a2 ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr. by Guido van Rossum · 26 years ago
  96. 64e736b Some new blood and some updated versions. by Guido van Rossum · 26 years ago
  97. 4581a0c New test_long.py from Tim Peters. by Guido van Rossum · 26 years ago
  98. 4cbe387 NSEW is also valid for -sticky by Barry Warsaw · 26 years ago
  99. 9190046 Added NS and EW constants, which are meaningful values for grid's by Barry Warsaw · 26 years ago
  100. f984a65 Fix suggested by Sjoerd (long ago!) to get a better error message when by Guido van Rossum · 26 years ago