1. 8746082 Patch by Tim Peters: by Guido van Rossum · 26 years ago
  2. 4312890 Patch submitted by Toby Dickenson and approved by Mark Hammond. Toby writes: by Guido van Rossum · 26 years ago
  3. 0f871dc Added some "See also" references to htmllib docs. by Fred Drake · 26 years ago
  4. 2cd31dc Added entry for curses module. by Fred Drake · 26 years ago
  5. 4997f4d Added entries for four of Moshe's documentation sections. by Fred Drake · 26 years ago
  6. a4070ce Preliminary documentation for the curses module by Moshe Zadka, with by Fred Drake · 26 years ago
  7. 5923050 Add warning FreeBSD users of a problem with curses and termcap, by Guido van Rossum · 26 years ago
  8. d5d55ea Fix a markup error. by Fred Drake · 26 years ago
  9. 4755e7d Three more modules documented by Moshe! by Fred Drake · 26 years ago
  10. 1de2a92 Initial minimal test program: print information on anything dropped onto Python by Jack Jansen · 26 years ago
  11. 58b2eac Print something on stderr in case of exceptions in callback routines. by Jack Jansen · 26 years ago
  12. c4f6331 Drag manager interface (completely untested, so far) by Jack Jansen · 26 years ago
  13. 1a03cf5 Greg McFarlane submitted two missing Text methods: mark_next() and by Guido van Rossum · 26 years ago
  14. 6f49e0a Added a few minor comments, mostly to discourage documentation of by Fred Drake · 26 years ago
  15. a48a083 Added paragraph about potential re-initialization of extension by Fred Drake · 26 years ago
  16. a88ef00 Further clarfication of the system-dependence of the system() return by Fred Drake · 26 years ago
  17. 4f29869 Relocating file to Lib/lib-old. by Fred Drake · 26 years ago
  18. 46e1a32 Re-categorize the dump module as obsolete. by Fred Drake · 26 years ago
  19. 354e982 fpformat has been documented for at least a week now! by Fred Drake · 26 years ago
  20. 1d5ad90 CRITICAL PATCH! by Guido van Rossum · 26 years ago
  21. 7f85186 # Darn! Local variable l declared but not used in abstract_issubclass(). by Guido van Rossum · 26 years ago
  22. 26921da Small markup & usage adjustments. by Fred Drake · 26 years ago
  23. 924b42d When looking for things that might be modules, include *module.c from by Fred Drake · 26 years ago
  24. 9e480ad Patch suggested (and partially provided) by Lars Damerow: instead of by Guido van Rossum · 26 years ago
  25. e019789 Correction: the parameters of new.instance() are type-checked. by Fred Drake · 26 years ago
  26. de69ae1 Updated version from Moshe, with a re-written warning about the by Fred Drake · 26 years ago
  27. 173ba5e Minor markup nits. by Fred Drake · 26 years ago
  28. 97c2fa0 Small English usage nits. by Fred Drake · 26 years ago
  29. 7487c02 Small markup and English usage nits. by Fred Drake · 26 years ago
  30. bfadac0 In collect_children(), put a try-except around os.waitpid() because it by Guido van Rossum · 26 years ago
  31. 873f029 Add reminder that wave.open() documentation should be updated for the by Fred Drake · 26 years ago
  32. f960782 open(): Make the mode parameter optional; if omitted or None, use the by Fred Drake · 26 years ago
  33. 551d2b1 Add entries due to additional sections from Moshe. by Fred Drake · 26 years ago
  34. 26da284 Add/remove entries due to additional sections from Moshe. by Fred Drake · 26 years ago
  35. 64bc94e New module documentation sections from Moshe Zadka <moshez@math.huji.ac.il>! by Fred Drake · 26 years ago
  36. 668213d Patch by Jim Fulton (code style tweaked a bit) to support by Guido van Rossum · 26 years ago
  37. 9f612f9 Suppress warning print statements about modules not found, they are by Guido van Rossum · 26 years ago
  38. 7bb11d6 Sjoerd Mullender: by Guido van Rossum · 26 years ago
  39. f2f0594 Laurence Tratt notes that the accept() call in get_request() can fail, by Guido van Rossum · 26 years ago
  40. e55702b Added note to __not__() description that this operation is defined by Fred Drake · 26 years ago
  41. 47ac4e6 Add the test case provided by Barry Scott for his patch. by Guido van Rossum · 26 years ago
  42. b184487 Barry Scott writes: by Guido van Rossum · 26 years ago
  43. 1e44029 Several new index entries to make find this easier. by Fred Drake · 26 years ago
  44. 6e1d78a Added a couple of endswith test cases for bugs reported by Timbot. by Barry Warsaw · 26 years ago
  45. c3be1a3 New version from Jim: by Guido van Rossum · 26 years ago
  46. 17d53ec New version from Jim: don't call Py_FatalError() when initialization fails. by Guido van Rossum · 26 years ago
  47. 42120ea Added entries for new sections from Moshe. by Fred Drake · 26 years ago
  48. c46864e Misc. changes related to the new sections. by Fred Drake · 26 years ago
  49. 21572fd New sections from Moshe Zadka <moshez@math.huji.ac.il>. by Fred Drake · 26 years ago
  50. d525868 Added more tests of join by Barry Warsaw · 26 years ago
  51. cbfa5cb Message.getheaders(): If there are no matching headers, return an by Fred Drake · 26 years ago
  52. 7df4dd7 Add entry for the fpformat module. by Fred Drake · 26 years ago
  53. 1739d2f Documentation for the fpformat module by Moshe Zadka <mzadka@geocities.com>. by Fred Drake · 26 years ago
  54. 2f97901 Added 'ce' to the list of "registered" values for os.name. by Fred Drake · 26 years ago
  55. 60a3bd8 After more discussion with Jim, change the behavior so that only a by Guido van Rossum · 26 years ago
  56. 122473f Two extra startswith tests by Barry Warsaw · 26 years ago
  57. 8a9514a Harness can now test object methods directly, if they aren't available by Barry Warsaw · 26 years ago
  58. 1320560 Tim Peters smart.patch: by Guido van Rossum · 26 years ago
  59. 5eb992b Last night's scribbles: by Fred Drake · 26 years ago
  60. 18df5d4 Mark Hammond: patch for Windows/CE. by Guido van Rossum · 26 years ago
  61. 4afdb0a Output for the regression test of the new string methods. by Barry Warsaw · 26 years ago
  62. 50f0e16 Regression test for the new string methods. by Barry Warsaw · 26 years ago
  63. 9c5cc14 Some clarifications on operations for mapping types, based on comments by Fred Drake · 26 years ago
  64. 697c779 Adjust indexing for __import__(); based on comments by Stefan Franke by Fred Drake · 26 years ago
  65. 28b1770 Improve index entry for "import"; responding to comments by Stefan by Fred Drake · 26 years ago
  66. 06a73f0 Work around latex2html problem; reported by Gerrit Holl <gerrit.holl@pobox.com>. by Fred Drake · 26 years ago
  67. 2b755b8 Relocating file to Lib/lib-old. by Fred Drake · 26 years ago
  68. 4d5c87b Declare the "util" module obsolete. by Fred Drake · 26 years ago
  69. b269302 Added a few more bugs to the doc string; reformatted existing bugs. by Guido van Rossum · 26 years ago
  70. 3dd3689 Code by Mark Hammond to format paragraphs embedded in comments. by Guido van Rossum · 26 years ago
  71. 85a36a5 Added abstraction get_selection_index() (Mark Hammond). Also by Guido van Rossum · 26 years ago
  72. f64f8a0 Fixed typo reported by Bennett Benson <BennettBenson@mn.mediaone.net>. by Fred Drake · 26 years ago
  73. 4431b0f Adapt to the new pyclbr's support of listing top-level functions. If by Guido van Rossum · 26 years ago
  74. 7a62128 At David Ascher's request, clarify that os.system() always returns 0 by Fred Drake · 26 years ago
  75. ae0f292 Fix typo reported by Robert Kern <kernr@ncifcrf.gov>. by Fred Drake · 26 years ago
  76. e2571f2 Fix off-by-one error in Tim's recent change to comment_region(): the by Guido van Rossum · 26 years ago
  77. a3b4a33 Co-production with Tim Peters, implementing a suggestion by Mark by Guido van Rossum · 26 years ago
  78. ea827e9 Mark Hammond writes: Here is another change that allows it to work for by Guido van Rossum · 26 years ago
  79. ab3b50b Mark Hammond writes: Tim's suggestion of copying the font for the by Guido van Rossum · 26 years ago
  80. 66ab4e8 Patch by Jim Fulton to document the new parse_qls(). by Guido van Rossum · 26 years ago
  81. 2073177 Append "..." if the appropriate flag (for varargs) in co_flags is set. by Guido van Rossum · 26 years ago
  82. d9e5d17 Fix bug discovered by Klaus-Juergen Wolf -- it runs into infinite recursion! by Guido van Rossum · 26 years ago
  83. 3d54871 Fix by Sjoerd for a package related bug: If you have a non-empy by Guido van Rossum · 26 years ago
  84. c87f5f4 Set the max recursion limit to 5000 -- rather conservative (this uses by Guido van Rossum · 26 years ago
  85. c03158b Jim Fulton writes: by Guido van Rossum · 26 years ago
  86. fa71701 When deallocating a list, DECREF the items from the end back to the start. by Guido van Rossum · 26 years ago
  87. 8f3e150 Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ to by Guido van Rossum · 26 years ago
  88. 0dee4ee Updated lagging version#. Also added some comments about how quote() by Guido van Rossum · 26 years ago
  89. db23d3d Patch by Per Cederqvist: by Guido van Rossum · 26 years ago
  90. 4727456 Add doc for timegm(). by Guido van Rossum · 26 years ago
  91. b39aff8 Add unrelated but handy function: timegm(), to calculate Unix by Guido van Rossum · 26 years ago
  92. 145a5f7 Don't just die if gethostbyaddr() fails -- as it can when DNS is by Guido van Rossum · 26 years ago
  93. 56b2059 Oops, Sjoerd was in a hurry. This patch from him fixes some length by Guido van Rossum · 26 years ago
  94. 8ea7bb8 Patch/new code by Sjoerd Mullender: by Guido van Rossum · 26 years ago
  95. 1f2e09b Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber: by Guido van Rossum · 26 years ago
  96. 5116f90 On David Ascher's recommendation: reversed order of 'utime()' and by Greg Ward · 26 years ago
  97. a8d0f4f Sam's latest versions by Guido van Rossum · 26 years ago
  98. cf09a39 Skip Montanaro: by Guido van Rossum · 26 years ago
  99. ab6a08a Hmm... Tim didn't turn "replace all" into a single undo block. by Guido van Rossum · 26 years ago
  100. 9745f5a Tim Peters: made replacement atomic for undo/redo. by Guido van Rossum · 26 years ago