1. 030d2ec In read_multi, allow a subclass to override the class we instantiate by Guido van Rossum · 26 years ago
  2. f8b3b94 In __getslice__, use self.__class__ instead of UserList. by Guido van Rossum · 26 years ago
  3. 204b65c Sjoerd patches the previous patch: by Guido van Rossum · 26 years ago
  4. f484a33 Sjoerd writes: by Guido van Rossum · 26 years ago
  5. 5c3b384 Patch by Jeff Rush: by Guido van Rossum · 26 years ago
  6. 9228cbd Patch by Jeff Rush: by Guido van Rossum · 26 years ago
  7. 391c8b4 Open the file in binary mode -- so serving images from a Windows box by Guido van Rossum · 26 years ago
  8. b241b67 Turtle graphics by Guido van Rossum · 26 years ago
  9. 8fe2a34 Added NotImplementedError, subclassed from RuntimeError by Barry Warsaw · 26 years ago
  10. 67a40e8 Patch by Jeff Bauer: a minor change to declare two new by Guido van Rossum · 26 years ago
  11. e720176 Wrong pathname in docstring detected by Fredrik Nehr. by Guido van Rossum · 26 years ago
  12. 691d27a Bomb on deleting a temporary breakpoint: there's no method by Guido van Rossum · 26 years ago
  13. 6d06094 Accept a non-list sequence for the long options (request by Jack Jansen). by Guido van Rossum · 26 years ago
  14. fdb3d1a Fix typo in docstring: client_request should be client_address. by Guido van Rossum · 26 years ago
  15. e0fbe1c Declaring zmod and poly obsolete. They have problems. by Guido van Rossum · 26 years ago
  16. 2457fc2 Improvement to the previous fix suggested by Thomas Bellman: if the by Guido van Rossum · 26 years ago
  17. dce3d55 The TemporaryFile() function has a security leak -- because the by Guido van Rossum · 26 years ago
  18. 5d42b5b Moved compile_command() to a file of its own (codeop.py). by Guido van Rossum · 26 years ago
  19. c41c1a9 Moved compile_command() here from code.py, so JPython can provide its by Guido van Rossum · 26 years ago
  20. d370379 Jim Fulton writes: by Guido van Rossum · 26 years ago
  21. fbba304 Move 'import sys' to top of module, as noted by Tim Peters. by Guido van Rossum · 26 years ago
  22. 04da10c Piers Lauder writes: by Guido van Rossum · 26 years ago
  23. a9832bc Use (f1, f2) as cache key instead of f1 + ' ' + f2. by Guido van Rossum · 26 years ago
  24. f574500 Patch by Jim Fulton, who writes: by Guido van Rossum · 26 years ago
  25. d90ae19 Rename 'locals' argument to top-level interact() function to 'local' by Guido van Rossum · 26 years ago
  26. eeb2f32 Fixed a problem where xmllib didn't handle the tag by Guido van Rossum · 26 years ago
  27. d54fb7a The usual by Guido van Rossum · 26 years ago
  28. c2047c1 When run as a script, don't pass a fake __main__ dictionary; use the real one. by Guido van Rossum · 26 years ago
  29. b0e5718 Fix so that after a fork() -- on Unix only -- the template gets recalculated. by Guido van Rossum · 26 years ago
  30. 9f1292d Perhaps a controversial change: when reporting a callback exception, by Guido van Rossum · 26 years ago
  31. 4eaadf0 Added {xview,yview}_{moveto,scroll} to the Canvas class. by Barry Warsaw · 26 years ago
  32. e73d702 Ever-so-slight improvementL the patterns to recognize import by Guido van Rossum · 26 years ago
  33. 243ac4f Updated listbox methods to Tk 8.0. (Moved some around, added by Guido van Rossum · 26 years ago
  34. 3179b36 When no master widget is specified, use options['parent'] if it exists. by Guido van Rossum · 26 years ago
  35. 7f20263 Only reference Tkinter._default_root when needed. by Guido van Rossum · 26 years ago
  36. 0688436 Enhancements by Sjoerd Mullender: support for from a.b import c import a . b by Guido van Rossum · 26 years ago
  37. 7a840e8 Add support for dotted module names to readmodule(). by Guido van Rossum · 26 years ago
  38. 1c5fb1c Make mimetypes.guess_type understand data URLs. (Sjoerd Mullender) by Guido van Rossum · 26 years ago
  39. 56440a5 Fix two bugs in the fstat() line, reported by Fredruk Lundh. by Guido van Rossum · 26 years ago
  40. d832f9e Fix append() calls with more than 1 argument. by Guido van Rossum · 26 years ago
  41. da65450 The message "Exception in Tkinter callback" should go to stderr. by Guido van Rossum · 26 years ago
  42. 96372a2 ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr. by Guido van Rossum · 26 years ago
  43. 64e736b Some new blood and some updated versions. by Guido van Rossum · 26 years ago
  44. 4581a0c New test_long.py from Tim Peters. by Guido van Rossum · 26 years ago
  45. 4cbe387 NSEW is also valid for -sticky by Barry Warsaw · 26 years ago
  46. 9190046 Added NS and EW constants, which are meaningful values for grid's by Barry Warsaw · 26 years ago
  47. f984a65 Fix suggested by Sjoerd (long ago!) to get a better error message when by Guido van Rossum · 26 years ago
  48. 26367a0 New version from Piers Lauder, who writes: by Guido van Rossum · 26 years ago
  49. 75bb54c Don't set a local variable named __args__; this feature no longer by Guido van Rossum · 26 years ago
  50. 9ab96d4 Changes by Eric Raymond: by Guido van Rossum · 26 years ago
  51. 9195f55 Updated the docstring and class hierarchy diagram by Barry Warsaw · 26 years ago
  52. f7d7700 Add two constants (with the same value) to specify the on-board CD input. by Guido van Rossum · 26 years ago
  53. 5227f0f Reworked it quite a bit. There are now two classes: a base class, by Guido van Rossum · 26 years ago
  54. 0238a25 Do the check for lacking sys.stdin.fileno() *before* testing for by Guido van Rossum · 26 years ago
  55. ef0056a When sys.stdin.fileno() doesn't work, fall back to default_getpass() by Guido van Rossum · 26 years ago
  56. 4ecd85a After the previous changes, func_normalize() turned out to be redundant. by Guido van Rossum · 26 years ago
  57. b0a94c0 Changes so that JPython can also use this version of profile.py. by Guido van Rossum · 26 years ago
  58. f07029e Get rid of the classes RModuleLoader and RModuleImporter -- these were by Guido van Rossum · 26 years ago
  59. e3f8a64 Comment out 't = t[0] + t[1]' in profiler_simulation() -- this by Guido van Rossum · 26 years ago
  60. fc076d4 Untabified and applied Richard Wolff's changes (plus my own reflowing by Guido van Rossum · 26 years ago
  61. 3a98e78 Richard Wolff's additional changes; some layout nits, and change the by Guido van Rossum · 26 years ago
  62. 743d17e In load_inst(), when instantiating an instance the old way (i.e. when by Guido van Rossum · 26 years ago
  63. 0c92000 Ignore the TclError exception raised when deleting the registration by Guido van Rossum · 26 years ago
  64. 8d5bef7 There was a confusion in my checkin of the code to support list() with by Guido van Rossum · 26 years ago
  65. f9a6d7d Print serious errors to stderr instead of stdout. by Guido van Rossum · 26 years ago
  66. 7944ea5 Patch by Marc-Andre Lemburg: use re module to compare test results. by Guido van Rossum · 26 years ago
  67. f0a275d Richard Wolff's changes: by Guido van Rossum · 26 years ago
  68. 2424f85 Richard Wolff's changes: by Guido van Rossum · 26 years ago
  69. d93643f Richard Wolff's changes: by Guido van Rossum · 26 years ago
  70. 5fca6fd Richard Wolff's changes: by Guido van Rossum · 26 years ago
  71. a063303 Patch suggested by Perry Stoll -- os.path.normpath(".//x") returned by Guido van Rossum · 26 years ago
  72. b85c847 Easy optimizations of urlparse for the common case of parsing an http URL. by Jeremy Hylton · 26 years ago
  73. f6ae743 Fix suggested by movits@lockstar.com (plus doc string by myself) by Guido van Rossum · 26 years ago
  74. c86b7c6 Make bind variants without a sequence return a tuple of sequences by Guido van Rossum · 26 years ago
  75. b9f4860 Changes by Richard Wolff: by Guido van Rossum · 26 years ago
  76. 4722da6 fix typo in keyword argument 'allow_frament' should be 'allow_fragment' by Jeremy Hylton · 26 years ago
  77. 6c74fea There was still something wrong. The original NOTTESTS are replaced by Guido van Rossum · 26 years ago
  78. 5fdf852 Patch by Chris Herborth (posted to comp.lang.python)to make it behave by Guido van Rossum · 26 years ago
  79. 747e1ca Should pass explicit arguments to findtests(). Should initialize 'nottests'. by Guido van Rossum · 26 years ago
  80. 9a80e00 The .subn() method wasn't setting _num_regs, which is used by the .groups() by Andrew M. Kuchling · 26 years ago
  81. ce4ba89 Raise the right exception (ValueError) for attempted I/O on closed StringIO by Fred Drake · 26 years ago
  82. 31bb8ce Change interface to sendmail: if the destination address is a string by Jeremy Hylton · 26 years ago
  83. 4365cab Add Tim Peters' test for long ints by Guido van Rossum · 26 years ago
  84. e03c050 The usual. by Guido van Rossum · 26 years ago
  85. 3d16d3e Fredrik Lundh's font wrapper. by Guido van Rossum · 26 years ago
  86. b4750db Added coords() and identify() methods to Scale class. by Guido van Rossum · 26 years ago
  87. be21d98 Use repr() on the filename in EnvironmentError.__str__(). This by Guido van Rossum · 26 years ago
  88. df23ef4 Guess what -- BSD has bifurcated again. :-( by Guido van Rossum · 26 years ago
  89. 9279ec2 On the mac, shouldn't change the creator+type of the *source* file! by Guido van Rossum · 26 years ago
  90. 3da987c Checking in BeOS specific socket module. by Guido van Rossum · 26 years ago
  91. 2b427c7 Nannified. by Guido van Rossum · 26 years ago
  92. 27d445f Nannified, and re-indented with 4 spaces. by Guido van Rossum · 26 years ago
  93. cc221c4 Fixed a few lines that tabnanny complained about (one space before the tabs). by Guido van Rossum · 26 years ago
  94. 2880f6e Untabified and deleted trailing blank lines. by Guido van Rossum · 26 years ago
  95. 449fdf1 The doc string for setDaemon() disagreed with the implementation. The by Guido van Rossum · 26 years ago
  96. d89fa0c Add built-in string variables 'quit' and 'exit' that display a hint on by Guido van Rossum · 26 years ago
  97. 2c2f731 [Sjoerd Mullender] by Guido van Rossum · 26 years ago
  98. 1015be3 [Sjoerd Mullender] by Guido van Rossum · 26 years ago
  99. 5ff1761 From: "Fredrik Lundh" <fredrik@pythonware.com> by Guido van Rossum · 26 years ago
  100. 6446212 Time machine experiment. Use '__name__' as the special key (always by Barry Warsaw · 26 years ago