1. 7cb1524 added documentation for new functions {get,set}_history_length by Skip Montanaro · 25 years ago
  2. f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 25 years ago
  3. f868de6 Document the second round of ConfigParser changes. by Eric S. Raymond · 25 years ago
  4. 8d2f2b2d From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 25 years ago
  5. bdcf91f Documentation for the gc module. Text from Neil Schemenauer by Fred Drake · 25 years ago
  6. 7ae3a5e Resynchronize the TeX docs with (a) the module docstring, and (b) my recent by Eric S. Raymond · 25 years ago
  7. acab3d6 Change the table in the pyexpat.errors module to a series of datadesc by Fred Drake · 25 years ago
  8. 417c489 Give ConfigParser the capability to set as well as read options, and to write by Eric S. Raymond · 25 years ago
  9. 146b280 Minor revisions similar to some information in the new docstrings. by Fred Drake · 25 years ago
  10. c826ecb Add an entry for the KDE File Manager support from Peter Funk. by Fred Drake · 25 years ago
  11. e4dbb86 New module webbrowser. Easy-to-use controller objects to make using a by Fred Drake · 25 years ago
  12. aa7524c Clean up markup to be more like recommended practice; only small changes needed. by Fred Drake · 25 years ago
  13. 29fa30e Correct a markup nit that caused a space to be dropped from the HTML by Fred Drake · 25 years ago
  14. 3c62d9e Several small changes, mostly to the markup, to improve consistency and by Fred Drake · 25 years ago
  15. 14ea85f Add entry for readline documentation. by Fred Drake · 25 years ago
  16. 011028c Sjoerd Mullender <sjoerd@oratrix.nl>: Updates for recent changes in xmllib. by Fred Drake · 25 years ago
  17. d14423a Correct typo in description of the machine name parameter to the by Fred Drake · 25 years ago
  18. 63099f9 added seealso pointing reader at readline example which uses atexit. by Skip Montanaro · 25 years ago
  19. 510ca1d simple-minded readline section doc based upon module's doc strings. by Skip Montanaro · 25 years ago
  20. 0915165 added warning about incompatibility with other codes' use of sys.exitfunc. by Skip Montanaro · 25 years ago
  21. b531618 Created a new chapter on structured markup processing, including the by Fred Drake · 25 years ago
  22. c05cbb0 Wrapped some long lines. by Fred Drake · 25 years ago
  23. 25e7cee get_starttag_text(): Document this method. by Fred Drake · 25 years ago
  24. 52dc76c Eric S. Raymond <esr@thyrsus.com>: by Fred Drake · 25 years ago
  25. 353aaad Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 25 years ago
  26. fcc95a4 Tim-blessed documentation for math.frexp(). by Fred Drake · 25 years ago
  27. c3a6598 others --> other's (possessive) by Fred Drake · 25 years ago
  28. 506a7a8 Send a "ARTICLE" --> Send an "ARTICLE" by Fred Drake · 25 years ago
  29. 30f76ff Update version numbering from 1.6 to 2.0. by Fred Drake · 25 years ago
  30. f0e8898 Document randrange(). by Fred Drake · 25 years ago
  31. 57a2f7f Change description of altzone to not refer to the "0th meridian". by Fred Drake · 25 years ago
  32. 9a748aa Say "manual page", not "man page", when referring to the Unix manual. by Fred Drake · 25 years ago
  33. abbc734 Make sure to note that this module was added for Python 2.0! by Fred Drake · 25 years ago
  34. 6e71cdd Reflect the name change to _winreg; we still need documentation for the by Fred Drake · 25 years ago
  35. efc43d4 Document recently-added mouse-related functions by Andrew M. Kuchling · 25 years ago
  36. 8aa3bd9 Make it clear that id() can return either a long integer or a plain integer. by Fred Drake · 25 years ago
  37. 5c529d3 Add a "See also:" link to the curses.ascii module. by Fred Drake · 25 years ago
  38. 589f44b Made the title of the Examples subsection plural! by Fred Drake · 25 years ago
  39. be93a83 Added note that the atexit module was added for Python 1.6. by Fred Drake · 25 years ago
  40. 6f2a5ef Added entry for the curses.ascii module. by Fred Drake · 25 years ago
  41. 5ccd4b2 Added entries for the curses.ascii module. by Fred Drake · 25 years ago
  42. 4e716fa Skip Montanaro <skip@mojam.com>: Added an example of using an HTTP POST request. by Fred Drake · 25 years ago
  43. c82634c Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 25 years ago
  44. c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 25 years ago
  45. af5b766 Changed obsolete e-mail alias by Andrew M. Kuchling · 25 years ago
  46. f57d7b9 Dcoumentation for ascii.py. I've changed two references from ascii to by Andrew M. Kuchling · 25 years ago
  47. a4ca07c Minor grammatical fix by Andrew M. Kuchling · 25 years ago
  48. d24ff44 Document .timeout() method and .typeahead() function by Andrew M. Kuchling · 25 years ago
  49. 0adfb45 Make changes and clarifications suggested by Mark Hammond by Andrew M. Kuchling · 25 years ago
  50. b805069 Documentation for the mmap module: proofreaders welcomed by Andrew M. Kuchling · 25 years ago
  51. 9e759df Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 25 years ago
  52. fb79ffa Hook in the documentation for the unicodedata module. by Fred Drake · 25 years ago
  53. 28b2944 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  54. 6b14eeb Documentation for the pyexpat module. by Andrew M. Kuchling · 25 years ago
  55. d1a65ff Added preliminary documentation for the winreg module, by Fred Drake · 25 years ago
  56. 6c16019 Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code. by Fred Drake · 25 years ago
  57. b80a777 Added documentation for gettempprefix(). by Fred Drake · 25 years ago
  58. 0233075 Added documentation for TemporaryFile() and the siffix parameter to mktemp(). by Fred Drake · 25 years ago
  59. 99d707a Piers Lauder <piers@cs.su.oz.au>: by Fred Drake · 25 years ago
  60. f1dc5fa Updated docs to list all the new methods and functions. The docs are by Andrew M. Kuchling · 25 years ago
  61. 7cb42cd From Greg Ward <gward@python.net>: by Fred Drake · 25 years ago
  62. 8c5cede New description for math.frexp() -- poor description noted by Francois Pinard. by Fred Drake · 25 years ago
  63. c9a5f34 The addition of rint() (by Peter Schneider-Kamp; I forgot to mention by Guido van Rossum · 25 years ago
  64. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 25 years ago
  65. 625d70a Fix references to the built-in compile() that don't include the by Fred Drake · 25 years ago
  66. 35784df Skip Montanaro <skip@mojam.com>: by Fred Drake · 25 years ago
  67. d85f059 read() method: clarify that strings are accepted and interpreted by Fred Drake · 25 years ago
  68. 3d69c0e Someone found the examples of poor practice on socket addresses! by Fred Drake · 25 years ago
  69. ae08853 Clarify status of connection of a new instance; it *is* connected if by Fred Drake · 25 years ago
  70. e06d025 Use \versionchanged to indicate when the second parameter to utime() by Fred Drake · 25 years ago
  71. d67ddbb Eric Raymond: by Guido van Rossum · 25 years ago
  72. 93a8eac Document the new additional signature for utime(). In addition to the by Barry Warsaw · 25 years ago
  73. 40ee7ac \file and \filenq should not be used in section titles; they are not by Fred Drake · 25 years ago
  74. ac308d0 Added a "See also:" section that exhibits the \seerfc markup. by Fred Drake · 25 years ago
  75. cebda6f Added documentation for WindowsError; omission noted by Michal Bozon by Fred Drake · 25 years ago
  76. 9cf7587 Update change to version_info structure. by Fred Drake · 25 years ago
  77. 4d65d73 Document hexversion (incompletely explained) and version_info (easily by Fred Drake · 25 years ago
  78. ee775a1 Make use of \longprogramopt where appropriate. by Fred Drake · 25 years ago
  79. 0682be4 letters: by Fred Drake · 25 years ago
  80. 9164f88 Fix Skip's email address in his attribution! (Thanks, Skip!) by Fred Drake · 25 years ago
  81. c2c46c3 New example from Skip Montanaro <skip@mojam.com>. by Fred Drake · 25 years ago
  82. 69ca950 Make sure the \declaremodule uses the right name for the module! by Fred Drake · 25 years ago
  83. 343301a unichr(), unicode(): Added \versionadded{} annotations. by Fred Drake · 25 years ago
  84. 0b72116 Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeType. by Fred Drake · 25 years ago
  85. 56ced2a Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  86. 5828ad6 Revised / removed comments about string exceptions (relating to the by Fred Drake · 25 years ago
  87. 3cb793e Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeError description. by Fred Drake · 25 years ago
  88. 61098f2 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  89. 665dd70 Note the exception raised when parameter to chr() is out of range. by Fred Drake · 25 years ago
  90. 33d5184 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  91. 98f8a3d Added codecs entry here as part of String Services. by Fred Drake · 25 years ago
  92. b7979c7 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  93. 6d5c6bd Removed bogus connect() call in SMTP example; reported by Travis by Fred Drake · 25 years ago
  94. 71b04da Added reference to the multifile module from the "See also" section by Fred Drake · 25 years ago
  95. d1a56f4 Noted by Guido: by Fred Drake · 25 years ago
  96. 898915d Noted by Guido: by Fred Drake · 25 years ago
  97. 43b89b6 Noted by Guido: by Fred Drake · 25 years ago
  98. 12ed365 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de> (re-written). by Fred Drake · 25 years ago
  99. 005f494 Added "See also" section; from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 25 years ago
  100. 7d68690 Added notes about the eventual disappearance of two-parameter bind(), by Fred Drake · 25 years ago