1. 4de96c2 Added Marc-Andre Lemburg's documentation for string methods, with some by Fred Drake · 24 years ago
  2. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  3. 46479d3 Some minor clarifications and added some index entries. by Fred Drake · 24 years ago
  4. 3ac977e O_BINARY: Documented this constant; omission noted by David Ascher. by Fred Drake · 24 years ago
  5. a8e484c getopt(): revise description of long_options parameter slightly so it will by Fred Drake · 24 years ago
  6. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  7. 6598337 More on noutrefresh. by Eric S. Raymond · 24 years ago
  8. 1ebd3f6 Tweak curses.wrapper so it initializes colors if they are available. by Eric S. Raymond · 24 years ago
  9. 3fe9a98 Correct markup error. by Fred Drake · 24 years ago
  10. fc1f922 Correct version number at which the curses.ascii module was introduced. by Fred Drake · 24 years ago
  11. ec4b2af Fix a few markup errors and lots of small consistency issues. by Fred Drake · 24 years ago
  12. 8141cf5 Barry's patch to document the new setdefault() method. Slightly by Guido van Rossum · 24 years ago
  13. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  14. 5a00769 Documented curses.wrapper and curses.textpad. by Eric S. Raymond · 24 years ago
  15. ed13b4a Break the "Python Services" chapter into two: "Python Runtime Services" by Fred Drake · 24 years ago
  16. 8b168ba int() description: Fix markup to avoid image generation for math mode. by Fred Drake · 24 years ago
  17. faefa2a Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  18. 6c7a46a Rob Hooft <rob@hooft.net>: by Fred Drake · 24 years ago
  19. 21a4764 As requested by Fred - mention that in the future a winreg module may make a comeback. by Mark Hammond · 24 years ago
  20. f917bf6 fixing a minor spelling mistake by Peter Schneider-Kamp · 24 years ago
  21. fbd3b45 Stop lying about [].pop() being experimental! There is no backing it out by Fred Drake · 24 years ago
  22. 5a65c2d added count, extend, index, pop and remove to arraymodule by Peter Schneider-Kamp · 24 years ago
  23. 1e75e17 Two minor nits from Gerry Weiner (no working email address) about by Fred Drake · 24 years ago
  24. 578a3f9 Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  25. 10853c9 Finally fixed the much-reported bug about "~" in a couple of example. by Fred Drake · 24 years ago
  26. b924bd4 Second round of curses documentation improvements. Completes and extends by Eric S. Raymond · 24 years ago
  27. 1962fb5 Document tiget{flag,num,str} by Andrew M. Kuchling · 24 years ago
  28. e1b304d Fix small typos and markup consistency nits. by Fred Drake · 24 years ago
  29. 6899660 First round of curses documentation improvements; correct errors, flesh out by Eric S. Raymond · 24 years ago
  30. d372521 added doc for isatty() by Skip Montanaro · 24 years ago
  31. 7cb1524 added documentation for new functions {get,set}_history_length by Skip Montanaro · 24 years ago
  32. f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 24 years ago
  33. f868de6 Document the second round of ConfigParser changes. by Eric S. Raymond · 24 years ago
  34. 8d2f2b2 From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 24 years ago
  35. bdcf91f Documentation for the gc module. Text from Neil Schemenauer by Fred Drake · 24 years ago
  36. 7ae3a5e Resynchronize the TeX docs with (a) the module docstring, and (b) my recent by Eric S. Raymond · 24 years ago
  37. acab3d6 Change the table in the pyexpat.errors module to a series of datadesc by Fred Drake · 24 years ago
  38. 417c489 Give ConfigParser the capability to set as well as read options, and to write by Eric S. Raymond · 24 years ago
  39. 146b280 Minor revisions similar to some information in the new docstrings. by Fred Drake · 24 years ago
  40. c826ecb Add an entry for the KDE File Manager support from Peter Funk. by Fred Drake · 24 years ago
  41. e4dbb86 New module webbrowser. Easy-to-use controller objects to make using a by Fred Drake · 24 years ago
  42. aa7524c Clean up markup to be more like recommended practice; only small changes needed. by Fred Drake · 24 years ago
  43. 29fa30e Correct a markup nit that caused a space to be dropped from the HTML by Fred Drake · 24 years ago
  44. 3c62d9e Several small changes, mostly to the markup, to improve consistency and by Fred Drake · 24 years ago
  45. 14ea85f Add entry for readline documentation. by Fred Drake · 24 years ago
  46. 011028c Sjoerd Mullender <sjoerd@oratrix.nl>: Updates for recent changes in xmllib. by Fred Drake · 24 years ago
  47. d14423a Correct typo in description of the machine name parameter to the by Fred Drake · 24 years ago
  48. 63099f9 added seealso pointing reader at readline example which uses atexit. by Skip Montanaro · 24 years ago
  49. 510ca1d simple-minded readline section doc based upon module's doc strings. by Skip Montanaro · 24 years ago
  50. 0915165 added warning about incompatibility with other codes' use of sys.exitfunc. by Skip Montanaro · 24 years ago
  51. b531618 Created a new chapter on structured markup processing, including the by Fred Drake · 24 years ago
  52. c05cbb0 Wrapped some long lines. by Fred Drake · 24 years ago
  53. 25e7cee get_starttag_text(): Document this method. by Fred Drake · 24 years ago
  54. 52dc76c Eric S. Raymond <esr@thyrsus.com>: by Fred Drake · 24 years ago
  55. 353aaad Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 24 years ago
  56. fcc95a4 Tim-blessed documentation for math.frexp(). by Fred Drake · 24 years ago
  57. c3a6598 others --> other's (possessive) by Fred Drake · 24 years ago
  58. 506a7a8 Send a "ARTICLE" --> Send an "ARTICLE" by Fred Drake · 24 years ago
  59. 30f76ff Update version numbering from 1.6 to 2.0. by Fred Drake · 24 years ago
  60. f0e8898 Document randrange(). by Fred Drake · 24 years ago
  61. 57a2f7f Change description of altzone to not refer to the "0th meridian". by Fred Drake · 24 years ago
  62. 9a748aa Say "manual page", not "man page", when referring to the Unix manual. by Fred Drake · 24 years ago
  63. abbc734 Make sure to note that this module was added for Python 2.0! by Fred Drake · 24 years ago
  64. 6e71cdd Reflect the name change to _winreg; we still need documentation for the by Fred Drake · 24 years ago
  65. efc43d4 Document recently-added mouse-related functions by Andrew M. Kuchling · 24 years ago
  66. 8aa3bd9 Make it clear that id() can return either a long integer or a plain integer. by Fred Drake · 24 years ago
  67. 5c529d3 Add a "See also:" link to the curses.ascii module. by Fred Drake · 24 years ago
  68. 589f44b Made the title of the Examples subsection plural! by Fred Drake · 24 years ago
  69. be93a83 Added note that the atexit module was added for Python 1.6. by Fred Drake · 24 years ago
  70. 6f2a5ef Added entry for the curses.ascii module. by Fred Drake · 24 years ago
  71. 5ccd4b2 Added entries for the curses.ascii module. by Fred Drake · 24 years ago
  72. 4e716fa Skip Montanaro <skip@mojam.com>: Added an example of using an HTTP POST request. by Fred Drake · 24 years ago
  73. c82634c Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  74. c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 24 years ago
  75. af5b766 Changed obsolete e-mail alias by Andrew M. Kuchling · 24 years ago
  76. f57d7b9 Dcoumentation for ascii.py. I've changed two references from ascii to by Andrew M. Kuchling · 24 years ago
  77. a4ca07c Minor grammatical fix by Andrew M. Kuchling · 24 years ago
  78. d24ff44 Document .timeout() method and .typeahead() function by Andrew M. Kuchling · 24 years ago
  79. 0adfb45 Make changes and clarifications suggested by Mark Hammond by Andrew M. Kuchling · 24 years ago
  80. b805069 Documentation for the mmap module: proofreaders welcomed by Andrew M. Kuchling · 24 years ago
  81. 9e759df Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
  82. fb79ffa Hook in the documentation for the unicodedata module. by Fred Drake · 24 years ago
  83. 28b2944 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  84. 6b14eeb Documentation for the pyexpat module. by Andrew M. Kuchling · 24 years ago
  85. d1a65ff Added preliminary documentation for the winreg module, by Fred Drake · 24 years ago
  86. 6c16019 Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code. by Fred Drake · 24 years ago
  87. b80a777 Added documentation for gettempprefix(). by Fred Drake · 24 years ago
  88. 0233075 Added documentation for TemporaryFile() and the siffix parameter to mktemp(). by Fred Drake · 24 years ago
  89. 99d707a Piers Lauder <piers@cs.su.oz.au>: by Fred Drake · 24 years ago
  90. f1dc5fa Updated docs to list all the new methods and functions. The docs are by Andrew M. Kuchling · 24 years ago
  91. 7cb42cd From Greg Ward <gward@python.net>: by Fred Drake · 24 years ago
  92. 8c5cede New description for math.frexp() -- poor description noted by Francois Pinard. by Fred Drake · 24 years ago
  93. c9a5f34 The addition of rint() (by Peter Schneider-Kamp; I forgot to mention by Guido van Rossum · 24 years ago
  94. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  95. 625d70a Fix references to the built-in compile() that don't include the by Fred Drake · 24 years ago
  96. 35784df Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  97. d85f059 read() method: clarify that strings are accepted and interpreted by Fred Drake · 24 years ago
  98. 3d69c0e Someone found the examples of poor practice on socket addresses! by Fred Drake · 24 years ago
  99. ae08853 Clarify status of connection of a new instance; it *is* connected if by Fred Drake · 24 years ago
  100. e06d025 Use \versionchanged to indicate when the second parameter to utime() by Fred Drake · 24 years ago