1. db23d3d Patch by Per Cederqvist: by Guido van Rossum · 25 years ago
  2. b39aff8 Add unrelated but handy function: timegm(), to calculate Unix by Guido van Rossum · 25 years ago
  3. 145a5f7 Don't just die if gethostbyaddr() fails -- as it can when DNS is by Guido van Rossum · 25 years ago
  4. 56b2059 Oops, Sjoerd was in a hurry. This patch from him fixes some length by Guido van Rossum · 25 years ago
  5. 8ea7bb8 Patch/new code by Sjoerd Mullender: by Guido van Rossum · 25 years ago
  6. 1f2e09b Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber: by Guido van Rossum · 25 years ago
  7. 5116f90 On David Ascher's recommendation: reversed order of 'utime()' and by Greg Ward · 25 years ago
  8. a8d0f4f Sam's latest versions by Guido van Rossum · 25 years ago
  9. cf09a39 Skip Montanaro: by Guido van Rossum · 25 years ago
  10. df9f7a3 Tim Peters: Taught it more "real Python" rules without slowing it by Guido van Rossum · 25 years ago
  11. 9a33707 Hacked 'set_final_options()' to set (hopefully) appropriate values for by Greg Ward · 25 years ago
  12. c997334 Added the 'have_run' dictionary to Distribution, and changed by Greg Ward · 25 years ago
  13. 4d74d73 Now handles NT, through '_init_nt()' function (courtesy of by Greg Ward · 25 years ago
  14. ad38055 Experimental speedup patch by Tim Peters (please test!): by Guido van Rossum · 25 years ago
  15. 1946f0d Patch by Jim Fulton: new function parse_qsl(), which is like by Guido van Rossum · 25 years ago
  16. ce900de At Jim Fulton's request (actually, as a compromise :-), default the by Guido van Rossum · 25 years ago
  17. 198e7ca Andy Dustman notes that I patched the close() call in the wrong place. by Guido van Rossum · 25 years ago
  18. 6b708d5 In class TemporaryFileWrapper, don't cache attributes of tpye int -- by Guido van Rossum · 25 years ago
  19. 116b31b Jack Jansen's patch to support file:///path/file/name URL syntax. by Guido van Rossum · 25 years ago
  20. fa8c3ea Greg McFarlane writes: Tkinter.Text.tag_add should take multiple by Guido van Rossum · 25 years ago
  21. 1865960 Andy Dustman writes: by Guido van Rossum · 25 years ago
  22. c40c547 Map .js to application/x-javascript. by Fred Drake · 25 years ago
  23. 361c048 POP3.uidl(): Update docstring based on comments from Piers Lauder by Fred Drake · 25 years ago
  24. 8e40759 Nathan Paul Simons noticed that the grid_remove() method was missing. by Guido van Rossum · 25 years ago
  25. 3ed1be9 Regression test for date format code, by Mike Meyer. by Guido van Rossum · 25 years ago
  26. 4f13669 No need to import find(). (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  27. 73898c7 No need to import os or string. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  28. 96d80f9 No need to import sys. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  29. 138bdaf Typo. (Andrew Dalke, without kjpylint) by Guido van Rossum · 25 years ago
  30. 6952f17 No need to import string. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  31. ff3932a No need to import os in test(). (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  32. 699f3bb Get rid of confusing 'global' statement in global code. by Guido van Rossum · 25 years ago
  33. 1e1cfa3 No need to import sys or string. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  34. 1cc2b9d Clarify why we define disco. Suggested by Andrew Dalke. by Guido van Rossum · 25 years ago
  35. 287b399 Clarify why we define error. Suggested by Andrew Dalke. by Guido van Rossum · 25 years ago
  36. db6d12c No need to import sys or linecache. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  37. 00245cf No need to import gmtime, ctime, asctime. by Guido van Rossum · 25 years ago
  38. 92b4451 Clarify why there are dynamic imports in AudioDev(). by Guido van Rossum · 25 years ago
  39. 5c071fa The _comp_data() function never worked, it contained a reference to by Guido van Rossum · 25 years ago
  40. f8fd11d No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  41. 3a64e05 No need to import sys, time, or socket. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  42. e6e8818 No need to import rfc822. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  43. b46413f The case-insensitive _Environ class was lacking a case-insensitive has_key(). by Guido van Rossum · 25 years ago
  44. 884df45 The 'copy_file()' and 'copy_tree()' functions in util.py now have by Greg Ward · 25 years ago
  45. 0f72695 Rearranged things so that compilation of .py files is the responsibility by Greg Ward · 25 years ago
  46. b08f51b Mike Meyer reports a bug in his patch (several months ago) that by Guido van Rossum · 25 years ago
  47. ddf22c4 Message.getheader(): Fixed grammatical error in docstring. by Fred Drake · 25 years ago
  48. 5712fa9 Added test case that includes a comma in the full name. This tests by Fred Drake · 25 years ago
  49. 630b811 Two changes suggested by Jan Pieter Riegel: by Guido van Rossum · 25 years ago
  50. 3f36a08 Cast f.tell() result to int() in _addval(), so it works even on by Guido van Rossum · 25 years ago
  51. 20c9228 Patch by Per Cederqvist, seemingly approved by The Dragon: by Guido van Rossum · 25 years ago
  52. 068d572 Calling _cleanup() does not guarantee that all processes have by Guido van Rossum · 25 years ago
  53. 247a78a Utility function that yields a properly formatted time string. by Guido van Rossum · 25 years ago
  54. f340114 Relocating file to Lib/lib-tk. by Fred Drake · 25 years ago
  55. 0cf46bc Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) by Guido van Rossum · 25 years ago
  56. 4e5a7c7 'warn()' method now takes an optional line number. by Greg Ward · 25 years ago
  57. dabcd00 Fix mysterious references to jprofile that were in the source since by Guido van Rossum · 25 years ago
  58. ba3ed56 Removed; since long subsumed in Doc/lib/libthreading.tex by Guido van Rossum · 25 years ago
  59. 0fe1105 Forgot to add this file. CDROM device parameters. by Guido van Rossum · 25 years ago
  60. 95bdd0b Two different changes. by Guido van Rossum · 25 years ago
  61. 6a86f66 Get rid of #! line by Guido van Rossum · 25 years ago
  62. 9a744a9 The usual by Guido van Rossum · 25 years ago
  63. 0b7dd08 # Bah. The same problem occurred a second time. by Guido van Rossum · 25 years ago
  64. 9b11279 On Windows, we suddenly find, strftime() may return "" for an by Guido van Rossum · 25 years ago
  65. 6e9dadc Delete an accidentally checked-in feature that actually broke more by Guido van Rossum · 25 years ago
  66. 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 25 years ago
  67. 0d8d3dd lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift, by Guido van Rossum · 25 years ago
  68. 296e143 Changes by Per Cederquist and The Dragon. by Guido van Rossum · 25 years ago
  69. 630a9a6 Fix the tests now that splitdrive() no longer treats UNC paths special. by Guido van Rossum · 26 years ago
  70. f3c695c Withdraw the UNC support from splitdrive(). Instead, a new function by Guido van Rossum · 26 years ago
  71. fa1591c Oops, missed mode parameter to open(). by Fred Drake · 26 years ago
  72. 9bb76d1 Made the default mode 'rb' instead of 'r', for better cross-platform by Fred Drake · 26 years ago
  73. 06ca948 Added all the "external action" methods (to make handling the verbose by Greg Ward · 26 years ago
  74. e765a3b Added 'dry_run' flag to most functions (to support the "shadow methods" by Greg Ward · 26 years ago
  75. 4070f50 Changed to use the method versions of 'copy_file()', 'copy_tree()', by Greg Ward · 26 years ago
  76. 8ff764f Jonathan Giddy write: by Guido van Rossum · 26 years ago
  77. 60e7330 Per Cederqvist writes: by Guido van Rossum · 26 years ago
  78. f123f84 Patch by Per Cederqvist, who writes: by Guido van Rossum · 26 years ago
  79. 9065ea3 When run as a script, report failures in the exit code as well. by Fred Drake · 26 years ago
  80. 3527f59 Hack so that if a 302 or 301 redirect contains a relative URL, the by Guido van Rossum · 26 years ago
  81. 89ae2b9 Test protection against picling to/from closed (real) file. by Guido van Rossum · 26 years ago
  82. 91c488c Replaced the last attempt at an "unreadline" with one that actually by Greg Ward · 26 years ago
  83. 8e702d4 Jonathan Giddy discovered this file was missing. by Guido van Rossum · 26 years ago
  84. 787451b Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). by Greg Ward · 26 years ago
  85. 447b4a0 Test suite for UserList. by Guido van Rossum · 26 years ago
  86. 2a340b3 Use isinstance() where appropriate. Reformatted with 4-space indent. by Guido van Rossum · 26 years ago
  87. 3eccc48 Test suite for UserDict by Guido van Rossum · 26 years ago
  88. 1697b9c Improved a bunch of things. by Guido van Rossum · 26 years ago
  89. aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 26 years ago
  90. 397032a Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMK by Guido van Rossum · 26 years ago
  91. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 26 years ago
  92. f4f119c Based on a suggestion from bruce@hams.com, make a trivial change to by Andrew M. Kuchling · 26 years ago
  93. 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 26 years ago
  94. a6386ce Added Jeremy's test code for the sha module. by Guido van Rossum · 26 years ago
  95. 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 26 years ago
  96. e256a0f Add readlines() to _Subfile class. Not clear who would need it, but by Guido van Rossum · 26 years ago
  97. c19f997 use struct instead of bit-manipulate in Python by Jeremy Hylton · 26 years ago
  98. 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 26 years ago
  99. dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 26 years ago
  100. f247d75 Bug reported by Tobias Thelen: missing "self." in assignment target. by Guido van Rossum · 26 years ago