1. a4d132a [from 1999/08/28] by Greg Ward · 25 years ago
  2. 2d813e5 Fixed 'return EOFError' that should be 'raise EOFError', caught by by Andrew M. Kuchling · 25 years ago
  3. a07934e Correct typo in AddressList.__getitem__. By Moshe Zadka. by Guido van Rossum · 25 years ago
  4. 183fd40 Fix indent error in __format(): del context[objid] at the end should by Guido van Rossum · 25 years ago
  5. 65f4a3b Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) by Greg Ward · 25 years ago
  6. 32162e8 Patch from Perry Stoll: tweaks to Windows support. by Greg Ward · 25 years ago
  7. 69628b0 Patch from Perry Stoll: support for Windows. by Greg Ward · 25 years ago
  8. 1ea8af2 Patch from Perry Stoll: import types module. by Greg Ward · 25 years ago
  9. 440e2f5 Patch from Perry Stoll: typo fix, make sure we only compile .py files. by Greg Ward · 25 years ago
  10. 5d60fcf Patch from Perry Stoll: OK for list of modules to be empty. by Greg Ward · 25 years ago
  11. 2f1b5bb Patch from Perry Stoll: pass 'build_info' to link method. by Greg Ward · 25 years ago
  12. 26e48ea Patch from Perry Stoll: by Greg Ward · 25 years ago
  13. dbd1276 Added msvccompiler module exactly as supplied by Perry Stoll. by Greg Ward · 25 years ago
  14. b35d684 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  15. 3601e88 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  16. e61e98d Add calls to self.protocol("WM_DELETE_WINDOW", self.destroy) to the Tk by Guido van Rossum · 25 years ago
  17. 008edbf A nit to make Fred proud. by Barry Warsaw · 25 years ago
  18. 1016af9 Oops, call 'os.path.join()'! by Greg Ward · 25 years ago
  19. f8e390b New version by Mark-Andre Lemburg (generated by a script, parseentities.py). by Guido van Rossum · 25 years ago
  20. 1ebcf6a Patches by Michael Reilly to correctly deal with ftp URLs of the form by Guido van Rossum · 25 years ago
  21. 959fa01 Typo in comment (on Mac, it's the *resource* fork that's not copied, by Guido van Rossum · 25 years ago
  22. 5e006a3 Patches by Michael Reilly to correctly deal with ftp URLs of the form by Guido van Rossum · 25 years ago
  23. 6c395ba Add Tim Peters' shuffle() algorithm. by Guido van Rossum · 25 years ago
  24. e393ddb Implements the 'build_ext' command for building C/C++ extension modules. by Greg Ward · 25 years ago
  25. b4dbfb3 Module to spawn sub-commands in a platform-independent way. by Greg Ward · 25 years ago
  26. 5e71744 Changed to use 'spawn()', now that it exists. by Greg Ward · 25 years ago
  27. e1aaaa6 Added 'verbose' and 'dry_run' flags to CCompiler constructor and by Greg Ward · 25 years ago
  28. 7f65c65 Comment tweak. by Greg Ward · 25 years ago
  29. 0081cc5 Better detection of bad entries in option table. by Greg Ward · 25 years ago
  30. 8c66b69 Added DistutilsExecError, DistutilsValueError. by Greg Ward · 25 years ago
  31. 2f7df12 Patch by Paul Sokolovsky to support the get() method. by Guido van Rossum · 25 years ago
  32. abc2f96 Allow comment characters (#) to be escaped: by Greg Ward · 25 years ago
  33. 916fcc3 Added __del__ method to GzipFile class that will flush and close the by Andrew M. Kuchling · 25 years ago
  34. a74c556 Mark Hammond writes: by Guido van Rossum · 25 years ago
  35. 42b334d Remove some redundant code from Canvas.tag_bind(), which added all by Guido van Rossum · 25 years ago
  36. 2ab455a Another patch from Andy Dustman: by Guido van Rossum · 25 years ago
  37. 69f87c5 getsize(), getatime(), getmtime(): by Fred Drake · 25 years ago
  38. ba508a2 Add test case for bug just fixed by Stephen Turner. by Guido van Rossum · 25 years ago
  39. 7c5b9d1 added a test for "To: :" patch by Barry Warsaw · 25 years ago
  40. 96e9bf4 AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch out by Barry Warsaw · 25 years ago
  41. 170bdc0 The first concrete subclass of CCompiler: defines a barebones Unix C compiler. by Greg Ward · 25 years ago
  42. 3f81cf7 The abstract base class that defines the C/C++ compiler abstraction model. by Greg Ward · 25 years ago
  43. ba3f108 Added a self-berating command relating to installation directories for by Greg Ward · 25 years ago
  44. ccbb3f0 Don't pollute importer's namespace with type objects from types modules. by Greg Ward · 25 years ago
  45. 6ebb387 Patch by Jeffrey Chang to add docstrings everywhere. by Guido van Rossum · 25 years ago
  46. d5f173b FTP.dir(): Fix typo in docstring. by Fred Drake · 25 years ago
  47. 3427c1f Sjoerd Mullender: by Guido van Rossum · 25 years ago
  48. b5879ca Relocating file to Lib/lib-old. by Fred Drake · 25 years ago
  49. b8690fb Define NotANumber as a subclass of ValueError when using class-based exceptions. by Fred Drake · 25 years ago
  50. 5c4012a While we're at it, convert to docstrings and set the indentation level to 4. by Fred Drake · 25 years ago
  51. 7ea8f84 Break some cycles when the widget is destroyed. by Guido van Rossum · 25 years ago
  52. 624a191 Patch from Sjoerd Mullender: by Fred Drake · 25 years ago
  53. 59834f1 Mikael Lyngvig writes: by Guido van Rossum · 25 years ago
  54. 3aa9ca1 Patch by Mikael Lyngvig: by Guido van Rossum · 25 years ago
  55. 336a201 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  56. ff3a278 Small patch by Tim Peters - it was using self.maxlist when it should by Guido van Rossum · 25 years ago
  57. 4316135 Make the mode parameter to open() default in the same way as for wave.open(). by Fred Drake · 25 years ago
  58. 8746082 Patch by Tim Peters: by Guido van Rossum · 25 years ago
  59. 1a03cf5 Greg McFarlane submitted two missing Text methods: mark_next() and by Guido van Rossum · 25 years ago
  60. 4f29869 Relocating file to Lib/lib-old. by Fred Drake · 25 years ago
  61. 9e480ad Patch suggested (and partially provided) by Lars Damerow: instead of by Guido van Rossum · 25 years ago
  62. bfadac0 In collect_children(), put a try-except around os.waitpid() because it by Guido van Rossum · 25 years ago
  63. f960782 open(): Make the mode parameter optional; if omitted or None, use the by Fred Drake · 25 years ago
  64. 9f612f9 Suppress warning print statements about modules not found, they are by Guido van Rossum · 25 years ago
  65. 7bb11d6 Sjoerd Mullender: by Guido van Rossum · 25 years ago
  66. f2f0594 Laurence Tratt notes that the accept() call in get_request() can fail, by Guido van Rossum · 25 years ago
  67. 47ac4e6 Add the test case provided by Barry Scott for his patch. by Guido van Rossum · 25 years ago
  68. b184487 Barry Scott writes: by Guido van Rossum · 25 years ago
  69. 6e1d78a Added a couple of endswith test cases for bugs reported by Timbot. by Barry Warsaw · 25 years ago
  70. d525868 Added more tests of join by Barry Warsaw · 25 years ago
  71. cbfa5cb Message.getheaders(): If there are no matching headers, return an by Fred Drake · 25 years ago
  72. 60a3bd8 After more discussion with Jim, change the behavior so that only a by Guido van Rossum · 25 years ago
  73. 122473f Two extra startswith tests by Barry Warsaw · 25 years ago
  74. 8a9514a Harness can now test object methods directly, if they aren't available by Barry Warsaw · 25 years ago
  75. 18df5d4 Mark Hammond: patch for Windows/CE. by Guido van Rossum · 25 years ago
  76. 4afdb0a Output for the regression test of the new string methods. by Barry Warsaw · 25 years ago
  77. 50f0e16 Regression test for the new string methods. by Barry Warsaw · 25 years ago
  78. 2b755b8 Relocating file to Lib/lib-old. by Fred Drake · 25 years ago
  79. b269302 Added a few more bugs to the doc string; reformatted existing bugs. by Guido van Rossum · 25 years ago
  80. a3b4a33 Co-production with Tim Peters, implementing a suggestion by Mark by Guido van Rossum · 25 years ago
  81. 3d54871 Fix by Sjoerd for a package related bug: If you have a non-empy by Guido van Rossum · 25 years ago
  82. 0dee4ee Updated lagging version#. Also added some comments about how quote() by Guido van Rossum · 25 years ago
  83. db23d3d Patch by Per Cederqvist: by Guido van Rossum · 25 years ago
  84. b39aff8 Add unrelated but handy function: timegm(), to calculate Unix by Guido van Rossum · 25 years ago
  85. 145a5f7 Don't just die if gethostbyaddr() fails -- as it can when DNS is by Guido van Rossum · 25 years ago
  86. 56b2059 Oops, Sjoerd was in a hurry. This patch from him fixes some length by Guido van Rossum · 25 years ago
  87. 8ea7bb8 Patch/new code by Sjoerd Mullender: by Guido van Rossum · 25 years ago
  88. 1f2e09b Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber: by Guido van Rossum · 25 years ago
  89. 5116f90 On David Ascher's recommendation: reversed order of 'utime()' and by Greg Ward · 25 years ago
  90. a8d0f4f Sam's latest versions by Guido van Rossum · 25 years ago
  91. cf09a39 Skip Montanaro: by Guido van Rossum · 25 years ago
  92. df9f7a3 Tim Peters: Taught it more "real Python" rules without slowing it by Guido van Rossum · 25 years ago
  93. 9a33707 Hacked 'set_final_options()' to set (hopefully) appropriate values for by Greg Ward · 25 years ago
  94. c997334 Added the 'have_run' dictionary to Distribution, and changed by Greg Ward · 25 years ago
  95. 4d74d73 Now handles NT, through '_init_nt()' function (courtesy of by Greg Ward · 25 years ago
  96. ad38055 Experimental speedup patch by Tim Peters (please test!): by Guido van Rossum · 25 years ago
  97. 1946f0d Patch by Jim Fulton: new function parse_qsl(), which is like by Guido van Rossum · 25 years ago
  98. ce900de At Jim Fulton's request (actually, as a compromise :-), default the by Guido van Rossum · 25 years ago
  99. 198e7ca Andy Dustman notes that I patched the close() call in the wrong place. by Guido van Rossum · 25 years ago
  100. 6b708d5 In class TemporaryFileWrapper, don't cache attributes of tpye int -- by Guido van Rossum · 25 years ago