1. 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 26 years ago
  2. dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 26 years ago
  3. f247d75 Bug reported by Tobias Thelen: missing "self." in assignment target. by Guido van Rossum · 26 years ago
  4. 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 26 years ago
  5. 03f8c3c Obsolete source file -- command options are actually implemented in by Greg Ward · 26 years ago
  6. 2689e3d First checkin of real Distutils code. by Greg Ward · 26 years ago
  7. 8f0fa9e New code for split() by Tim Peters, behaves more like posixpath.split(). by Guido van Rossum · 26 years ago
  8. 36561c5 Added BufferType, the type returned by the new builtin buffer(). Greg Stein. by Guido van Rossum · 26 years ago
  9. f3963b1 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  10. a0fec16 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  11. a2e1805 Delete non-standard-conforming code in urljoin() that would use the by Guido van Rossum · 26 years ago
  12. eb354b3 Bug reported by Jim Robinson: by Guido van Rossum · 26 years ago
  13. 3764595 Yet another patch by Sjoerd Mullender: by Guido van Rossum · 26 years ago
  14. d5138ca Patch by Michael Scharf. He writes: by Guido van Rossum · 26 years ago
  15. 4edf656 Remove stuff with unsure copyright status by Guido van Rossum · 26 years ago
  16. 367ac80 From: Sjoerd Mullender by Guido van Rossum · 26 years ago
  17. cbd9870 Added .rdf and .xsl as application/xml types. (.rdf is for the by Fred Drake · 26 years ago
  18. 59e4f37 Test for popen2 module, by Chris Tismer. by Guido van Rossum · 26 years ago
  19. 29aab75 open_http also had the 'data is None' test backwards. don't call with the by Guido van Rossum · 26 years ago
  20. db75afe Added collapse_ws option. by Greg Ward · 26 years ago
  21. b30f52a http_error had the 'data is None' test backwards. don't call with the by Jeremy Hylton · 26 years ago
  22. f90b002 change indentation from 8 spaces to 4 spaces by Jeremy Hylton · 26 years ago
  23. 547c3f1 pleasing the tabnanny by Jeremy Hylton · 26 years ago
  24. bff3ae1 Oops, one more "x, y, z" to convert... by Fred Drake · 26 years ago
  25. 8720917 Adjusted comment at the top to be less confusing, following Fredrik by Fred Drake · 26 years ago
  26. e1c717b Moved whatsound to lib-old/, since it was declared obsolete and is documented by Fred Drake · 26 years ago
  27. 0652a4e Use sndhdr instead of the obsolete whatsound module. by Fred Drake · 26 years ago
  28. dbc8364 When performing a POST request, i.e. when the second argument to by Jeremy Hylton · 26 years ago
  29. 4fe6caa Patch by Lars Wirzenius: by Guido van Rossum · 26 years ago
  30. 40db48c Document the correct class hierarchy for SystemExit. It is not an by Barry Warsaw · 26 years ago
  31. 83c03e2 Add import sys, needed by reference to sys.exc_info() in rmtree(). by Guido van Rossum · 26 years ago
  32. 74ee886 1. Print the error message (carefully) when a dl.open() fails in verbose mode. by Guido van Rossum · 26 years ago
  33. 027188a According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to the by Guido van Rossum · 26 years ago
  34. 5ef8f0c According to Jeffrey Honig, bsd/os 4.0 should be added to the list. by Guido van Rossum · 26 years ago
  35. 4505895 As Des Barry points out, we need to call pathname2url(file) in two by Guido van Rossum · 26 years ago
  36. fb801e7 As Finn Bock points out, _P_WAIT etc. don't have a leading underscore by Guido van Rossum · 26 years ago
  37. 974e32d Steve Clift pointed out that 'file' allows a netloc. by Guido van Rossum · 26 years ago
  38. 11a8d0b Dang. Even though this is obsolete code, somebody found a bug, and I by Guido van Rossum · 26 years ago
  39. 3d199af Bow to font-lock at the end of the docstring, since it throws stuff off. by Fred Drake · 26 years ago
  40. d804f4e _safe_repr(): Simplify the condition tests in the first possible by Fred Drake · 26 years ago
  41. 5d856fc The usual by Guido van Rossum · 26 years ago
  42. ed52a20 In open_ftp(), check that retrlen is not None before using it in a %d format! by Guido van Rossum · 26 years ago
  43. 72ce858 Fix by Chris Petrilli (to his own code) to limit the number of by Guido van Rossum · 26 years ago
  44. c731723 Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it exists. by Guido van Rossum · 26 years ago
  45. 00f7da4 Patch by Steve Clift -- fix the indices now that f_fsid is no longer returned! by Guido van Rossum · 26 years ago
  46. 2e7840f The usual. by Guido van Rossum · 26 years ago
  47. 9e1721f Tim Peters: by Guido van Rossum · 26 years ago
  48. c55b0ca Put a try-except around the "image delete" call in Image.__del__ to by Guido van Rossum · 26 years ago
  49. d42e46e Ehm, when we don't need to byteswap the data, don't go through an by Guido van Rossum · 26 years ago
  50. ebb9c92 Two important fixes: by Guido van Rossum · 26 years ago
  51. 14162ab The encoding type was wrong, I think. by Guido van Rossum · 26 years ago
  52. 2013ba4 Should open files in binary mode! by Guido van Rossum · 26 years ago
  53. 5ebeea0 Shouldn't be treating linear-8 as u-law! by Guido van Rossum · 26 years ago
  54. ead9d8d New test for ntpath module by Guido van Rossum · 26 years ago
  55. 534972b New splitdrive() that knows about UNC paths (e.g., network paths like by Guido van Rossum · 26 years ago
  56. 2e3f7be Fredrik Lundh fixes Sjoerd's patch... by Guido van Rossum · 26 years ago
  57. cc2c291 Patch by Sjoerd Mullender to placate /F: by Guido van Rossum · 26 years ago
  58. 67c65b2 Special-case _P_WAIT etc. for NT. by Guido van Rossum · 26 years ago
  59. fe64935 Patch by Sjoerd Mullender for better compatibility with the version by Guido van Rossum · 26 years ago
  60. c0780ac From: Mike Orr <mso@oz.net> by Guido van Rossum · 26 years ago
  61. ca44236 Embarrassing: remove a debug print statement from set_break() for the by Guido van Rossum · 26 years ago
  62. 9787bea Use win32api.GetFullPathName(path) if it exists to implement abspath(). by Guido van Rossum · 26 years ago
  63. 170e190 Support a canonical() method, implementable by a derived class, to be by Guido van Rossum · 26 years ago
  64. e294cf6 Add abspath() by Guido van Rossum · 26 years ago
  65. e11e3de Added a -s option which is useful for narrowing down memory leaks. by Barry Warsaw · 26 years ago
  66. ab11f60 Added a new test for old filter() memory leak by Barry Warsaw · 26 years ago
  67. b657c93 Improvement of b/w compat note in help text for clear, by Richard Wolff. by Guido van Rossum · 26 years ago
  68. 7258874 Slight reworking of this test. If nis.maps() gives a nis.error, then by Barry Warsaw · 26 years ago
  69. 583cc31 Get rid of do_clear_break / do_clb command -- it is redundant. by Guido van Rossum · 26 years ago
  70. f09f6a5 Re-format the module docstring and document the new get() argument. by Barry Warsaw · 26 years ago
  71. e6506e7 Patch by Chris Petrilli (not really tested since I don't know this by Guido van Rossum · 26 years ago
  72. 3e0d319 The usual. by Guido van Rossum · 26 years ago
  73. dfd8954 Allow recognition of attributes even if they don't have space in front by Fred Drake · 26 years ago
  74. 2fff84d Don't die if CodeType doesn't exist -- ignore the error. This could by Guido van Rossum · 26 years ago
  75. 0189c01 Correct typo in new function get_breaks(). by Guido van Rossum · 26 years ago
  76. 816a9fb Change clear syntax to support three alternatives: by Guido van Rossum · 26 years ago
  77. 6ea27cc Change clear_break() to the old signature clear_break(file, line). by Guido van Rossum · 26 years ago
  78. 0237909 Enable os.path as a mostly-normal submodule, including "from os.path by Fred Drake · 26 years ago
  79. f6cdcd5 Added 'warn' method. by Greg Ward · 26 years ago
  80. 4338920 Added doc strings to the exception classes. by Guido van Rossum · 26 years ago
  81. 40233ea Patch by Piers Lauder: make exceptions classes. by Guido van Rossum · 26 years ago
  82. e75888e Test the rfc822.py module. Contains just a few simple cases, and some by Barry Warsaw · 26 years ago
  83. 8a57843 Message.getaddrlist(): This now handles multiple occurances of the by Barry Warsaw · 26 years ago
  84. 348fd06 In rcpt(), avoid a space after the TO: address when the option list is by Guido van Rossum · 26 years ago
  85. e1bf7e8 Change the order of the utime() and the chmod() call in copystat(). by Guido van Rossum · 26 years ago
  86. d1dc475 Added: mems.lib.text_file: provides TextFile class for parsing text by Greg Ward · 26 years ago
  87. 0039d7b A gift from Sam Rushing - modules asyncore and asynchat for the by Guido van Rossum · 26 years ago
  88. f4bb656 DumbWriter.send_paragraph(): Fix problem with DumbWriter reported to by Fred Drake · 26 years ago
  89. 6a1b53c get_config_h_filename(): Fix to work with current Python by Fred Drake · 26 years ago
  90. 0bdbe6c Added some more comments. by Guido van Rossum · 26 years ago
  91. 302331a FieldStorage.__init__(): if there is no content-type header, use by Barry Warsaw · 26 years ago
  92. 5c35520 Fixed bug in the common-case code for HTTP URLs; it would lose the query, by Andrew M. Kuchling · 26 years ago
  93. 2386d73 Constants for [f]statvfs() (new in posixmodule.c) by Steve Clift. by Guido van Rossum · 26 years ago
  94. 522af3a Update and add docstrings. by Fred Drake · 26 years ago
  95. dc1aedf Move brief descriptions of what() and whathdr() to docstrings in the by Fred Drake · 26 years ago
  96. 9ddaaa1 Another patch from Fred: factored _init_posix into by Greg Ward · 26 years ago
  97. f4bf044 Got rid of whatraw(). by Guido van Rossum · 26 years ago
  98. 638d7f1 Add extend() method. A small New Year's present from Jean-Claude Wippler. by Guido van Rossum · 26 years ago
  99. 4494101 Incorporate fix suggested by /Fredrik Lundh in the newsgroup to cope by Guido van Rossum · 26 years ago
  100. f8d579c This hopefully fixes the problem of having to set PATH by Guido van Rossum · 26 years ago