1. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 24 years ago
  2. 0308ff8 Add reference to RFC 2396 in "See also" section. Minor cleanups. by Fred Drake · 24 years ago
  3. dfca4dc Revised documentation relevant to SourceForge patch #100837 by Fred Drake · 24 years ago
  4. 99a3701 Documentation for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  5. 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
  6. 3d0c77b Addresses the other half of Bug #112634 -- the documentation suggested by Guido van Rossum · 24 years ago
  7. 45ca333 Move references to RFCs to a "See also" section for consistency with by Fred Drake · 24 years ago
  8. 9fa4d61 Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 24 years ago
  9. 093272e Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  10. 297bf7c update commonprefix doc to make sure user is aware it works by Skip Montanaro · 24 years ago
  11. 9087688 Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  12. 120beb6 Strengthen the warning against using SerialCookie and SmartCookie. by Andrew M. Kuchling · 24 years ago
  13. 15446d3 Add entry for Cookie module. by Fred Drake · 24 years ago
  14. e5c7352 Make it format. by Fred Drake · 24 years ago
  15. 1b07f2b Initial revision. Markup unchecked. by Moshe Zadka · 24 years ago
  16. 512bb72 As pointed out by Denis S. Otkidach <den@analyt.chem.msu.ru>, xrange() by Fred Drake · 24 years ago
  17. 304faf9 Fix a markup error that caused formatting to fail. by Fred Drake · 24 years ago
  18. 0690c86 Document the returns_unicode attribute by Andrew M. Kuchling · 24 years ago
  19. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  20. dd611b0 A little more text, and some really minor cleanups. by Fred Drake · 24 years ago
  21. e581bb3 Small cleanups, and note when zip() entered the menagerie. by Fred Drake · 24 years ago
  22. b32aa5e Revise the comments about the exceptions module to not refer to source by Fred Drake · 24 years ago
  23. 25699f9 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>: by Fred Drake · 24 years ago
  24. 5772c86 Document socket.getfqdn(). by Fred Drake · 24 years ago
  25. caa658d Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the by Thomas Wouters · 24 years ago
  26. d066f6d Fix markup bug that prevented formatting. by Fred Drake · 24 years ago
  27. 0be4346 Describe the b2a_hex() and a2b_hex() functions (a.k.a. hexlify() and by Barry Warsaw · 24 years ago
  28. 4ef4be5 Added description of the md5.hexdigest() method. by Barry Warsaw · 24 years ago
  29. a2b6ad6 Guido pointed out that all names in the sys module have no underscore, by Fred Drake · 24 years ago
  30. 68e2915 Document the byte_order value in the sys module. by Fred Drake · 24 years ago
  31. 107b967 Document the range type, as suggested by Denis S. Otkidach by Fred Drake · 24 years ago
  32. 4de96c2 Added Marc-Andre Lemburg's documentation for string methods, with some by Fred Drake · 24 years ago
  33. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  34. 46479d3 Some minor clarifications and added some index entries. by Fred Drake · 24 years ago
  35. 3ac977e O_BINARY: Documented this constant; omission noted by David Ascher. by Fred Drake · 24 years ago
  36. a8e484c getopt(): revise description of long_options parameter slightly so it will by Fred Drake · 24 years ago
  37. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  38. 6598337 More on noutrefresh. by Eric S. Raymond · 24 years ago
  39. 1ebd3f6 Tweak curses.wrapper so it initializes colors if they are available. by Eric S. Raymond · 24 years ago
  40. 3fe9a98 Correct markup error. by Fred Drake · 24 years ago
  41. fc1f922 Correct version number at which the curses.ascii module was introduced. by Fred Drake · 24 years ago
  42. ec4b2af Fix a few markup errors and lots of small consistency issues. by Fred Drake · 24 years ago
  43. 8141cf5 Barry's patch to document the new setdefault() method. Slightly by Guido van Rossum · 24 years ago
  44. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  45. 5a00769 Documented curses.wrapper and curses.textpad. by Eric S. Raymond · 24 years ago
  46. ed13b4a Break the "Python Services" chapter into two: "Python Runtime Services" by Fred Drake · 24 years ago
  47. 8b168ba int() description: Fix markup to avoid image generation for math mode. by Fred Drake · 24 years ago
  48. faefa2a Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  49. 6c7a46a Rob Hooft <rob@hooft.net>: by Fred Drake · 24 years ago
  50. 21a4764 As requested by Fred - mention that in the future a winreg module may make a comeback. by Mark Hammond · 24 years ago
  51. f917bf6 fixing a minor spelling mistake by Peter Schneider-Kamp · 24 years ago
  52. fbd3b45 Stop lying about [].pop() being experimental! There is no backing it out by Fred Drake · 24 years ago
  53. 5a65c2d added count, extend, index, pop and remove to arraymodule by Peter Schneider-Kamp · 24 years ago
  54. 1e75e17 Two minor nits from Gerry Weiner (no working email address) about by Fred Drake · 24 years ago
  55. 578a3f9 Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  56. 10853c9 Finally fixed the much-reported bug about "~" in a couple of example. by Fred Drake · 24 years ago
  57. b924bd4 Second round of curses documentation improvements. Completes and extends by Eric S. Raymond · 24 years ago
  58. 1962fb5 Document tiget{flag,num,str} by Andrew M. Kuchling · 24 years ago
  59. e1b304d Fix small typos and markup consistency nits. by Fred Drake · 24 years ago
  60. 6899660 First round of curses documentation improvements; correct errors, flesh out by Eric S. Raymond · 24 years ago
  61. d372521 added doc for isatty() by Skip Montanaro · 24 years ago
  62. 7cb1524 added documentation for new functions {get,set}_history_length by Skip Montanaro · 24 years ago
  63. f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 24 years ago
  64. f868de6 Document the second round of ConfigParser changes. by Eric S. Raymond · 24 years ago
  65. 8d2f2b2 From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 24 years ago
  66. bdcf91f Documentation for the gc module. Text from Neil Schemenauer by Fred Drake · 24 years ago
  67. 7ae3a5e Resynchronize the TeX docs with (a) the module docstring, and (b) my recent by Eric S. Raymond · 24 years ago
  68. acab3d6 Change the table in the pyexpat.errors module to a series of datadesc by Fred Drake · 24 years ago
  69. 417c489 Give ConfigParser the capability to set as well as read options, and to write by Eric S. Raymond · 24 years ago
  70. 146b280 Minor revisions similar to some information in the new docstrings. by Fred Drake · 24 years ago
  71. c826ecb Add an entry for the KDE File Manager support from Peter Funk. by Fred Drake · 24 years ago
  72. e4dbb86 New module webbrowser. Easy-to-use controller objects to make using a by Fred Drake · 24 years ago
  73. aa7524c Clean up markup to be more like recommended practice; only small changes needed. by Fred Drake · 24 years ago
  74. 29fa30e Correct a markup nit that caused a space to be dropped from the HTML by Fred Drake · 24 years ago
  75. 3c62d9e Several small changes, mostly to the markup, to improve consistency and by Fred Drake · 24 years ago
  76. 14ea85f Add entry for readline documentation. by Fred Drake · 24 years ago
  77. 011028c Sjoerd Mullender <sjoerd@oratrix.nl>: Updates for recent changes in xmllib. by Fred Drake · 24 years ago
  78. d14423a Correct typo in description of the machine name parameter to the by Fred Drake · 24 years ago
  79. 63099f9 added seealso pointing reader at readline example which uses atexit. by Skip Montanaro · 24 years ago
  80. 510ca1d simple-minded readline section doc based upon module's doc strings. by Skip Montanaro · 24 years ago
  81. 0915165 added warning about incompatibility with other codes' use of sys.exitfunc. by Skip Montanaro · 24 years ago
  82. b531618 Created a new chapter on structured markup processing, including the by Fred Drake · 24 years ago
  83. c05cbb0 Wrapped some long lines. by Fred Drake · 24 years ago
  84. 25e7cee get_starttag_text(): Document this method. by Fred Drake · 24 years ago
  85. 52dc76c Eric S. Raymond <esr@thyrsus.com>: by Fred Drake · 24 years ago
  86. 353aaad Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 24 years ago
  87. fcc95a4 Tim-blessed documentation for math.frexp(). by Fred Drake · 24 years ago
  88. c3a6598 others --> other's (possessive) by Fred Drake · 24 years ago
  89. 506a7a8 Send a "ARTICLE" --> Send an "ARTICLE" by Fred Drake · 24 years ago
  90. 30f76ff Update version numbering from 1.6 to 2.0. by Fred Drake · 24 years ago
  91. f0e8898 Document randrange(). by Fred Drake · 24 years ago
  92. 57a2f7f Change description of altzone to not refer to the "0th meridian". by Fred Drake · 24 years ago
  93. 9a748aa Say "manual page", not "man page", when referring to the Unix manual. by Fred Drake · 24 years ago
  94. abbc734 Make sure to note that this module was added for Python 2.0! by Fred Drake · 24 years ago
  95. 6e71cdd Reflect the name change to _winreg; we still need documentation for the by Fred Drake · 24 years ago
  96. efc43d4 Document recently-added mouse-related functions by Andrew M. Kuchling · 24 years ago
  97. 8aa3bd9 Make it clear that id() can return either a long integer or a plain integer. by Fred Drake · 24 years ago
  98. 5c529d3 Add a "See also:" link to the curses.ascii module. by Fred Drake · 24 years ago
  99. 589f44b Made the title of the Examples subsection plural! by Fred Drake · 24 years ago
  100. be93a83 Added note that the atexit module was added for Python 1.6. by Fred Drake · 24 years ago