1. 9f612f9 Suppress warning print statements about modules not found, they are by Guido van Rossum · 25 years ago
  2. 7bb11d6 Sjoerd Mullender: by Guido van Rossum · 25 years ago
  3. f2f0594 Laurence Tratt notes that the accept() call in get_request() can fail, by Guido van Rossum · 25 years ago
  4. e55702b Added note to __not__() description that this operation is defined by Fred Drake · 25 years ago
  5. 47ac4e6 Add the test case provided by Barry Scott for his patch. by Guido van Rossum · 25 years ago
  6. b184487 Barry Scott writes: by Guido van Rossum · 25 years ago
  7. 1e44029 Several new index entries to make find this easier. by Fred Drake · 25 years ago
  8. 6e1d78a Added a couple of endswith test cases for bugs reported by Timbot. by Barry Warsaw · 25 years ago
  9. c3be1a3 New version from Jim: by Guido van Rossum · 25 years ago
  10. 17d53ec New version from Jim: don't call Py_FatalError() when initialization fails. by Guido van Rossum · 25 years ago
  11. 42120ea Added entries for new sections from Moshe. by Fred Drake · 25 years ago
  12. c46864e Misc. changes related to the new sections. by Fred Drake · 25 years ago
  13. 21572fd New sections from Moshe Zadka <moshez@math.huji.ac.il>. by Fred Drake · 25 years ago
  14. d525868 Added more tests of join by Barry Warsaw · 25 years ago
  15. cbfa5cb Message.getheaders(): If there are no matching headers, return an by Fred Drake · 25 years ago
  16. 7df4dd7 Add entry for the fpformat module. by Fred Drake · 25 years ago
  17. 1739d2f Documentation for the fpformat module by Moshe Zadka <mzadka@geocities.com>. by Fred Drake · 25 years ago
  18. 2f97901 Added 'ce' to the list of "registered" values for os.name. by Fred Drake · 25 years ago
  19. 60a3bd8 After more discussion with Jim, change the behavior so that only a by Guido van Rossum · 25 years ago
  20. 122473f Two extra startswith tests by Barry Warsaw · 25 years ago
  21. 8a9514a Harness can now test object methods directly, if they aren't available by Barry Warsaw · 25 years ago
  22. 1320560 Tim Peters smart.patch: by Guido van Rossum · 25 years ago
  23. 5eb992b Last night's scribbles: by Fred Drake · 25 years ago
  24. 18df5d4 Mark Hammond: patch for Windows/CE. by Guido van Rossum · 25 years ago
  25. 4afdb0a Output for the regression test of the new string methods. by Barry Warsaw · 25 years ago
  26. 50f0e16 Regression test for the new string methods. by Barry Warsaw · 25 years ago
  27. 9c5cc14 Some clarifications on operations for mapping types, based on comments by Fred Drake · 25 years ago
  28. 697c779 Adjust indexing for __import__(); based on comments by Stefan Franke by Fred Drake · 25 years ago
  29. 28b1770 Improve index entry for "import"; responding to comments by Stefan by Fred Drake · 25 years ago
  30. 06a73f0 Work around latex2html problem; reported by Gerrit Holl <gerrit.holl@pobox.com>. by Fred Drake · 25 years ago
  31. 2b755b8 Relocating file to Lib/lib-old. by Fred Drake · 25 years ago
  32. 4d5c87b Declare the "util" module obsolete. by Fred Drake · 25 years ago
  33. b269302 Added a few more bugs to the doc string; reformatted existing bugs. by Guido van Rossum · 25 years ago
  34. 3dd3689 Code by Mark Hammond to format paragraphs embedded in comments. by Guido van Rossum · 25 years ago
  35. 85a36a5 Added abstraction get_selection_index() (Mark Hammond). Also by Guido van Rossum · 25 years ago
  36. f64f8a0 Fixed typo reported by Bennett Benson <BennettBenson@mn.mediaone.net>. by Fred Drake · 25 years ago
  37. 4431b0f Adapt to the new pyclbr's support of listing top-level functions. If by Guido van Rossum · 25 years ago
  38. 7a62128 At David Ascher's request, clarify that os.system() always returns 0 by Fred Drake · 25 years ago
  39. ae0f292 Fix typo reported by Robert Kern <kernr@ncifcrf.gov>. by Fred Drake · 25 years ago
  40. e2571f2 Fix off-by-one error in Tim's recent change to comment_region(): the by Guido van Rossum · 25 years ago
  41. a3b4a33 Co-production with Tim Peters, implementing a suggestion by Mark by Guido van Rossum · 25 years ago
  42. ea827e9 Mark Hammond writes: Here is another change that allows it to work for by Guido van Rossum · 25 years ago
  43. ab3b50b Mark Hammond writes: Tim's suggestion of copying the font for the by Guido van Rossum · 25 years ago
  44. 66ab4e8 Patch by Jim Fulton to document the new parse_qls(). by Guido van Rossum · 25 years ago
  45. 2073177 Append "..." if the appropriate flag (for varargs) in co_flags is set. by Guido van Rossum · 25 years ago
  46. d9e5d17 Fix bug discovered by Klaus-Juergen Wolf -- it runs into infinite recursion! by Guido van Rossum · 25 years ago
  47. 3d54871 Fix by Sjoerd for a package related bug: If you have a non-empy by Guido van Rossum · 25 years ago
  48. c87f5f4 Set the max recursion limit to 5000 -- rather conservative (this uses by Guido van Rossum · 25 years ago
  49. c03158b Jim Fulton writes: by Guido van Rossum · 25 years ago
  50. fa71701 When deallocating a list, DECREF the items from the end back to the start. by Guido van Rossum · 25 years ago
  51. 8f3e150 Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ to by Guido van Rossum · 25 years ago
  52. 0dee4ee Updated lagging version#. Also added some comments about how quote() by Guido van Rossum · 25 years ago
  53. db23d3d Patch by Per Cederqvist: by Guido van Rossum · 25 years ago
  54. 4727456 Add doc for timegm(). by Guido van Rossum · 25 years ago
  55. b39aff8 Add unrelated but handy function: timegm(), to calculate Unix by Guido van Rossum · 25 years ago
  56. 145a5f7 Don't just die if gethostbyaddr() fails -- as it can when DNS is by Guido van Rossum · 25 years ago
  57. 56b2059 Oops, Sjoerd was in a hurry. This patch from him fixes some length by Guido van Rossum · 25 years ago
  58. 8ea7bb8 Patch/new code by Sjoerd Mullender: by Guido van Rossum · 25 years ago
  59. 1f2e09b Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber: by Guido van Rossum · 25 years ago
  60. 5116f90 On David Ascher's recommendation: reversed order of 'utime()' and by Greg Ward · 25 years ago
  61. a8d0f4f Sam's latest versions by Guido van Rossum · 25 years ago
  62. cf09a39 Skip Montanaro: by Guido van Rossum · 25 years ago
  63. ab6a08a Hmm... Tim didn't turn "replace all" into a single undo block. by Guido van Rossum · 25 years ago
  64. 9745f5a Tim Peters: made replacement atomic for undo/redo. by Guido van Rossum · 25 years ago
  65. 0fcd635 Tim Peters: by Guido van Rossum · 25 years ago
  66. df9f7a3 Tim Peters: Taught it more "real Python" rules without slowing it by Guido van Rossum · 25 years ago
  67. 9a33707 Hacked 'set_final_options()' to set (hopefully) appropriate values for by Greg Ward · 25 years ago
  68. c997334 Added the 'have_run' dictionary to Distribution, and changed by Greg Ward · 25 years ago
  69. 4d74d73 Now handles NT, through '_init_nt()' function (courtesy of by Greg Ward · 25 years ago
  70. 3f75741 Remove unnecessary reference to pyclbr from test() code. by Guido van Rossum · 25 years ago
  71. ad38055 Experimental speedup patch by Tim Peters (please test!): by Guido van Rossum · 25 years ago
  72. 98c9eba Fix bug discovered by John W. Shipman -- when the width of a format by Guido van Rossum · 25 years ago
  73. 729afc1 Tim Peters: by Guido van Rossum · 25 years ago
  74. febebe9 Might as well enable CallTips by default. by Guido van Rossum · 25 years ago
  75. 1946f0d Patch by Jim Fulton: new function parse_qsl(), which is like by Guido van Rossum · 25 years ago
  76. fb278a5 Added an "optional" directive, that will include a module if it is available by Jack Jansen · 25 years ago
  77. c0d2d51 (py-statement-closes-block-p): py-goto-initial-line could leave us in by Barry Warsaw · 25 years ago
  78. f4a1508 New offerings by Tim Peters; he writes: by Guido van Rossum · 25 years ago
  79. b10cb9a Enclose pattern in quotes in status message. by Guido van Rossum · 25 years ago
  80. 23c115f Mark Hammond fixed some comments and improved the way the tip text is by Guido van Rossum · 25 years ago
  81. ce900de At Jim Fulton's request (actually, as a compromise :-), default the by Guido van Rossum · 25 years ago
  82. 094189f My fix to Mark's code: restore the universal check on <KeyRelease>. by Guido van Rossum · 25 years ago
  83. 6290dab A version that Mark Hammond posted to the newsgroup. Has some newer by Guido van Rossum · 25 years ago
  84. 85b9735 Call tips by Mark Hammond (plus tiny fix by me.) by Guido van Rossum · 25 years ago
  85. 1709041 Changes by Mark Hammond: (1) support optional output_sep argument to by Guido van Rossum · 25 years ago
  86. 808fa49 Changes by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
  87. d395aee Change by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
  88. a954ba1 Hah! A fix of my own to Tim's code! by Guido van Rossum · 25 years ago
  89. bbaba85 Tim Peters again: by Guido van Rossum · 25 years ago
  90. a6be387 Tim Peters again: by Guido van Rossum · 25 years ago
  91. 8113cdc New file by Tim Peters: by Guido van Rossum · 25 years ago
  92. d93f739 Tim Peters keeps revising this module (more to come): by Guido van Rossum · 25 years ago
  93. 198e7ca Andy Dustman notes that I patched the close() call in the wrong place. by Guido van Rossum · 25 years ago
  94. 6b708d5 In class TemporaryFileWrapper, don't cache attributes of tpye int -- by Guido van Rossum · 25 years ago
  95. 74311b2 1. Catch NameError on import (could be raised by case mismatch on Windows). by Guido van Rossum · 25 years ago
  96. 292dd2d Missed a few. by Guido van Rossum · 25 years ago
  97. ec9cca7 Rewritten based on TreeWidget.py by Guido van Rossum · 25 years ago
  98. 1ff48ec Object browser, based on TreeWidget.py. by Guido van Rossum · 25 years ago
  99. 7419f4b Tree widget done right. by Guido van Rossum · 25 years ago
  100. d3a518b As yet unused code for tool tips. by Guido van Rossum · 25 years ago