1. 0cf46bc Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) by Guido van Rossum · 25 years ago
  2. 4e5a7c7 'warn()' method now takes an optional line number. by Greg Ward · 25 years ago
  3. dabcd00 Fix mysterious references to jprofile that were in the source since by Guido van Rossum · 25 years ago
  4. ba3ed56 Removed; since long subsumed in Doc/lib/libthreading.tex by Guido van Rossum · 25 years ago
  5. 0fe1105 Forgot to add this file. CDROM device parameters. by Guido van Rossum · 25 years ago
  6. 95bdd0b Two different changes. by Guido van Rossum · 25 years ago
  7. 6a86f66 Get rid of #! line by Guido van Rossum · 25 years ago
  8. 9a744a9 The usual by Guido van Rossum · 25 years ago
  9. 0b7dd08 # Bah. The same problem occurred a second time. by Guido van Rossum · 25 years ago
  10. 9b11279 On Windows, we suddenly find, strftime() may return "" for an by Guido van Rossum · 25 years ago
  11. 6e9dadc Delete an accidentally checked-in feature that actually broke more by Guido van Rossum · 25 years ago
  12. 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 25 years ago
  13. 0d8d3dd lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift, by Guido van Rossum · 25 years ago
  14. 296e143 Changes by Per Cederquist and The Dragon. by Guido van Rossum · 25 years ago
  15. 630a9a6 Fix the tests now that splitdrive() no longer treats UNC paths special. by Guido van Rossum · 25 years ago
  16. f3c695c Withdraw the UNC support from splitdrive(). Instead, a new function by Guido van Rossum · 25 years ago
  17. fa1591c Oops, missed mode parameter to open(). by Fred Drake · 25 years ago
  18. 9bb76d1 Made the default mode 'rb' instead of 'r', for better cross-platform by Fred Drake · 25 years ago
  19. 06ca948 Added all the "external action" methods (to make handling the verbose by Greg Ward · 25 years ago
  20. e765a3b Added 'dry_run' flag to most functions (to support the "shadow methods" by Greg Ward · 25 years ago
  21. 4070f50 Changed to use the method versions of 'copy_file()', 'copy_tree()', by Greg Ward · 25 years ago
  22. 8ff764f Jonathan Giddy write: by Guido van Rossum · 25 years ago
  23. 60e7330 Per Cederqvist writes: by Guido van Rossum · 25 years ago
  24. f123f84 Patch by Per Cederqvist, who writes: by Guido van Rossum · 25 years ago
  25. 9065ea3 When run as a script, report failures in the exit code as well. by Fred Drake · 25 years ago
  26. 3527f59 Hack so that if a 302 or 301 redirect contains a relative URL, the by Guido van Rossum · 25 years ago
  27. 89ae2b9 Test protection against picling to/from closed (real) file. by Guido van Rossum · 25 years ago
  28. 91c488c Replaced the last attempt at an "unreadline" with one that actually by Greg Ward · 25 years ago
  29. 8e702d4 Jonathan Giddy discovered this file was missing. by Guido van Rossum · 25 years ago
  30. 787451b Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). by Greg Ward · 25 years ago
  31. 447b4a0 Test suite for UserList. by Guido van Rossum · 25 years ago
  32. 2a340b3 Use isinstance() where appropriate. Reformatted with 4-space indent. by Guido van Rossum · 25 years ago
  33. 3eccc48 Test suite for UserDict by Guido van Rossum · 25 years ago
  34. 1697b9c Improved a bunch of things. by Guido van Rossum · 25 years ago
  35. aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 25 years ago
  36. 397032a Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMK by Guido van Rossum · 25 years ago
  37. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 25 years ago
  38. f4f119c Based on a suggestion from bruce@hams.com, make a trivial change to by Andrew M. Kuchling · 25 years ago
  39. 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 25 years ago
  40. a6386ce Added Jeremy's test code for the sha module. by Guido van Rossum · 25 years ago
  41. 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 25 years ago
  42. e256a0f Add readlines() to _Subfile class. Not clear who would need it, but by Guido van Rossum · 25 years ago
  43. c19f997 use struct instead of bit-manipulate in Python by Jeremy Hylton · 25 years ago
  44. 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 25 years ago
  45. dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 25 years ago
  46. f247d75 Bug reported by Tobias Thelen: missing "self." in assignment target. by Guido van Rossum · 25 years ago
  47. 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 25 years ago
  48. 03f8c3c Obsolete source file -- command options are actually implemented in by Greg Ward · 25 years ago
  49. 2689e3d First checkin of real Distutils code. by Greg Ward · 25 years ago
  50. 8f0fa9e New code for split() by Tim Peters, behaves more like posixpath.split(). by Guido van Rossum · 25 years ago
  51. 36561c5 Added BufferType, the type returned by the new builtin buffer(). Greg Stein. by Guido van Rossum · 25 years ago
  52. f3963b1 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  53. a0fec16 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  54. a2e1805 Delete non-standard-conforming code in urljoin() that would use the by Guido van Rossum · 25 years ago
  55. eb354b3 Bug reported by Jim Robinson: by Guido van Rossum · 25 years ago
  56. 3764595 Yet another patch by Sjoerd Mullender: by Guido van Rossum · 25 years ago
  57. d5138ca Patch by Michael Scharf. He writes: by Guido van Rossum · 25 years ago
  58. 4edf656 Remove stuff with unsure copyright status by Guido van Rossum · 25 years ago
  59. 367ac80 From: Sjoerd Mullender by Guido van Rossum · 25 years ago
  60. cbd9870 Added .rdf and .xsl as application/xml types. (.rdf is for the by Fred Drake · 25 years ago
  61. 59e4f37 Test for popen2 module, by Chris Tismer. by Guido van Rossum · 25 years ago
  62. 29aab75 open_http also had the 'data is None' test backwards. don't call with the by Guido van Rossum · 25 years ago
  63. db75afe Added collapse_ws option. by Greg Ward · 25 years ago
  64. b30f52a http_error had the 'data is None' test backwards. don't call with the by Jeremy Hylton · 25 years ago
  65. f90b002 change indentation from 8 spaces to 4 spaces by Jeremy Hylton · 25 years ago
  66. 547c3f1 pleasing the tabnanny by Jeremy Hylton · 25 years ago
  67. bff3ae1 Oops, one more "x, y, z" to convert... by Fred Drake · 25 years ago
  68. 8720917 Adjusted comment at the top to be less confusing, following Fredrik by Fred Drake · 25 years ago
  69. e1c717b Moved whatsound to lib-old/, since it was declared obsolete and is documented by Fred Drake · 25 years ago
  70. 0652a4e Use sndhdr instead of the obsolete whatsound module. by Fred Drake · 25 years ago
  71. dbc8364 When performing a POST request, i.e. when the second argument to by Jeremy Hylton · 25 years ago
  72. 4fe6caa Patch by Lars Wirzenius: by Guido van Rossum · 25 years ago
  73. 40db48c Document the correct class hierarchy for SystemExit. It is not an by Barry Warsaw · 25 years ago
  74. 83c03e2 Add import sys, needed by reference to sys.exc_info() in rmtree(). by Guido van Rossum · 25 years ago
  75. 74ee886 1. Print the error message (carefully) when a dl.open() fails in verbose mode. by Guido van Rossum · 25 years ago
  76. 027188a According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to the by Guido van Rossum · 25 years ago
  77. 5ef8f0c According to Jeffrey Honig, bsd/os 4.0 should be added to the list. by Guido van Rossum · 25 years ago
  78. 4505895 As Des Barry points out, we need to call pathname2url(file) in two by Guido van Rossum · 25 years ago
  79. fb801e7 As Finn Bock points out, _P_WAIT etc. don't have a leading underscore by Guido van Rossum · 25 years ago
  80. 974e32d Steve Clift pointed out that 'file' allows a netloc. by Guido van Rossum · 25 years ago
  81. 11a8d0b Dang. Even though this is obsolete code, somebody found a bug, and I by Guido van Rossum · 25 years ago
  82. 3d199af Bow to font-lock at the end of the docstring, since it throws stuff off. by Fred Drake · 25 years ago
  83. d804f4e _safe_repr(): Simplify the condition tests in the first possible by Fred Drake · 25 years ago
  84. 5d856fc The usual by Guido van Rossum · 25 years ago
  85. ed52a20 In open_ftp(), check that retrlen is not None before using it in a %d format! by Guido van Rossum · 25 years ago
  86. 72ce858 Fix by Chris Petrilli (to his own code) to limit the number of by Guido van Rossum · 25 years ago
  87. c731723 Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it exists. by Guido van Rossum · 25 years ago
  88. 00f7da4 Patch by Steve Clift -- fix the indices now that f_fsid is no longer returned! by Guido van Rossum · 25 years ago
  89. 2e7840f The usual. by Guido van Rossum · 25 years ago
  90. 9e1721f Tim Peters: by Guido van Rossum · 25 years ago
  91. c55b0ca Put a try-except around the "image delete" call in Image.__del__ to by Guido van Rossum · 25 years ago
  92. d42e46e Ehm, when we don't need to byteswap the data, don't go through an by Guido van Rossum · 25 years ago
  93. ebb9c92 Two important fixes: by Guido van Rossum · 25 years ago
  94. 14162ab The encoding type was wrong, I think. by Guido van Rossum · 25 years ago
  95. 2013ba4 Should open files in binary mode! by Guido van Rossum · 25 years ago
  96. 5ebeea0 Shouldn't be treating linear-8 as u-law! by Guido van Rossum · 25 years ago
  97. ead9d8d New test for ntpath module by Guido van Rossum · 25 years ago
  98. 534972b New splitdrive() that knows about UNC paths (e.g., network paths like by Guido van Rossum · 25 years ago
  99. 2e3f7be Fredrik Lundh fixes Sjoerd's patch... by Guido van Rossum · 25 years ago
  100. cc2c291 Patch by Sjoerd Mullender to placate /F: by Guido van Rossum · 25 years ago