1. b5c5132 Add sys.excepthook. by Ka-Ping Yee · 24 years ago
  2. 4e6d09e Moved the description of the tzparse module to the "Obsolete" section by Fred Drake · 24 years ago
  3. b15bbc8 Add documentation for SGMLParser.handle_decl(). by Fred Drake · 24 years ago
  4. f0ebbe0 Re-order some method descriptions for a more logical grouping. by Fred Drake · 24 years ago
  5. 990b0fe Update documentation to reflect the shift to NetrcParseError instead of by Fred Drake · 24 years ago
  6. 93c8671 Lots of organizational changes for consistency with the rest of the by Fred Drake · 24 years ago
  7. 043d5e5 For copyfile(), be explicit that src and dst are file names; that was only by Fred Drake · 24 years ago
  8. 7606e4d Added entry for urllib2 documentation. by Fred Drake · 24 years ago
  9. f89ad5e Document configuration flags to compile for large file support on by Guido van Rossum · 24 years ago
  10. 8a18e99 Checking in patch 404826 -- urllib2 enhancements and documentations. by Moshe Zadka · 24 years ago
  11. 56ba72a Document warn_explicit(). by Guido van Rossum · 24 years ago
  12. 7840a9c Add entry for the inspect module. by Fred Drake · 24 years ago
  13. 6dbd382 Clean up some of the markup for consistency, wrap some long lines. by Fred Drake · 24 years ago
  14. 58177b9 added description of NL token by Skip Montanaro · 24 years ago
  15. 969ab27 Update documentation for termios module; do not refer to the TERMIOS module by Fred Drake · 24 years ago
  16. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 24 years ago
  17. 6397c7c inspect: a module for getting information out of live Python objects by Ka-Ping Yee · 24 years ago
  18. d4614e8 Updates to the semantics of function and method attributes. by Barry Warsaw · 24 years ago
  19. 07e6c50 Minor adjustments, including markup corrections. by Fred Drake · 24 years ago
  20. 447f545 Fix extra backslash in example. by Fred Drake · 24 years ago
  21. afdc8fc Fix up the markup in some recently-added portions of the text. by Fred Drake · 24 years ago
  22. 19f3c52 Work around the broken formatting of sys.ps1 prompts in running text. by Fred Drake · 24 years ago
  23. 7c30de6 Remove documentation for the soundex module; the module is no longer by Fred Drake · 24 years ago
  24. 7edbd4f Patch #103885: Add dynamic registration and lookup of DOM implementations. by Martin v. Löwis · 24 years ago
  25. 754ba58 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an by Tim Peters · 24 years ago
  26. f0768c8 Added missing \item. See also bug 133213, about damaged HTML generated by Tim Peters · 24 years ago
  27. e79af27 Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing. by Tim Peters · 24 years ago
  28. 5b0705d ConfigParser.optionxform(): Document this since it is available for by Fred Drake · 24 years ago
  29. 15bc404 Added entries for difflib documentation. by Fred Drake · 24 years ago
  30. baf7142 Documentation for the difflib module, converted from the module docstrings. by Fred Drake · 24 years ago
  31. 373d151 More typos. libwinsound.tex typo noted by Peter Funk (thanks!). by Tim Peters · 24 years ago
  32. 25a9ce3 Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() by Tim Peters · 24 years ago
  33. c4089d8 In the example showing the irrelevance of start columns, restore that the by Tim Peters · 24 years ago
  34. f3262b7 Add entries for the doctest documentation. by Fred Drake · 24 years ago
  35. 7eb1463 Make a variety of minor markup adjustments. by Fred Drake · 24 years ago
  36. 7688229 SF patch #103808: doctest.py docs by Tim Peters · 24 years ago
  37. 04f1d37 mention the use of the maxtries attribute of FancyURLopener in bounding by Skip Montanaro · 24 years ago
  38. bf416fa Document default blocksize for storbinary(). by Guido van Rossum · 24 years ago
  39. 523ec57 Make some clarifications and corrections based on comments from Guido. by Fred Drake · 24 years ago
  40. 15862f5 Add a note to Node.isSameNode() that it is based on the DOM Level 3 working by Fred Drake · 24 years ago
  41. 1d8ad2b Updated to reflect the additional information and interfaces exported in by Fred Drake · 24 years ago
  42. 162c6a6 Reflect change in traceback format: "innermost last" --> "most recent call last" by Fred Drake · 24 years ago
  43. e7d7e6c Fix two typos by Andrew M. Kuchling · 24 years ago
  44. 5ed1dac Update documentation for pyexpat (xml.parsers.expat), to reflect the new by Fred Drake · 24 years ago
  45. cf26366 Fix markup typo in a {verbatim} environment (there should not be any!); by Fred Drake · 24 years ago
  46. 40e43bf Document Node.isSameNode(). by Fred Drake · 24 years ago
  47. f891404 Move the whrandom section back to the documented modules section; this by Fred Drake · 24 years ago
  48. 269625f Revise the deprecation note for the whrandom module to be correct and a by Fred Drake · 24 years ago
  49. 6270031 Adjustments to the text of the UnixMailbox description. Added by Fred Drake · 24 years ago
  50. 57d943a Move the whrandom entry to the "Obsolete Modules" appendix. by Fred Drake · 24 years ago
  51. 844bd5b Minor markup adjustments. by Fred Drake · 24 years ago
  52. 68b6417 Added a warning at the top saying that user code should not use the by Fred Drake · 24 years ago
  53. d0946da Fix some markup breakage that prevented formatting; re-wrapped a couple of by Fred Drake · 24 years ago
  54. 36154b2 Added entry for weakref documentation. by Fred Drake · 24 years ago
  55. ebcf6a8 Documentation for the weakref module. by Fred Drake · 24 years ago
  56. 0de88fc Change random.seed() so that it can get at the full range of possible by Tim Peters · 24 years ago
  57. 30dbd14 Document the two changes to the mailbox.py module: by Barry Warsaw · 24 years ago
  58. b416290 Some rewriting of the "Internationalizing your programs and modules" by Barry Warsaw · 24 years ago
  59. 3229b85 More on noutrefresh() and scroll(). by Eric S. Raymond · 24 years ago
  60. 4fda21b updated to document use of sequences of two-element tuples as inputs by Skip Montanaro · 24 years ago
  61. c37f5b3 Adjust documentation for new.instance() to reflect that the second by Fred Drake · 24 years ago
  62. 9ca35ec Instructive example for strftime(); how to generate RFC822 dates. by Eric S. Raymond · 24 years ago
  63. e7213c7 Emphasis that instantiating this class doesn't consume the message body. by Eric S. Raymond · 24 years ago
  64. 66f98b4 Fix a number of typos found by Guido. by Fred Drake · 24 years ago
  65. 8c071d4 Massively improved documentation for string formatting operations, by Fred Drake · 24 years ago
  66. e360d95 The combo of getstate/setstate/jumpahead is very powerful, but needs by Tim Peters · 24 years ago
  67. 2905248 Removed references to Python 1.5.3; that was a "tentative" number I used by Fred Drake · 24 years ago
  68. 517ce23 Clarify winsound.beep docs, in response to c.l.py beep brouhahalet. by Tim Peters · 24 years ago
  69. d52269b Fix bugs introduced by rewrite (in particular, time-based initialization by Tim Peters · 24 years ago
  70. d7b5e88 Reworked random.py so that it no longer depends on, and offers all the by Tim Peters · 24 years ago
  71. 8312577 A \begin{funcdesc} was closed with an \end{methoddesc}. by Barry Warsaw · 24 years ago
  72. 21f37e1 Fixed a bug where \& was needed. by Barry Warsaw · 24 years ago
  73. 8ee1a4b Provide a much better (and complete!) description of the lockf() by Barry Warsaw · 24 years ago
  74. 902446a Supply long-missing docs for random.seed(). Extensive rewrite of module by Tim Peters · 24 years ago
  75. 9368a12 Fix an obvious usage nit I should have caught myself on the previous by Fred Drake · 24 years ago
  76. fa004ad Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. by Ka-Ping Yee · 24 years ago
  77. b1b6a11 AttributeList --> NamedNodeMap by Fred Drake · 24 years ago
  78. 0110d3b new unicodedata functions (name, lookup) by Fredrik Lundh · 24 years ago
  79. eda2844 documented (new) optional doseq parameter to urlencode. by Skip Montanaro · 24 years ago
  80. f79cb2d Expose the autoraise capability. Improve the documentation. by Eric S. Raymond · 24 years ago
  81. aeb5532 Oops...finish a mangled sentence. by Eric S. Raymond · 24 years ago
  82. f7f1851 Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's by Eric S. Raymond · 24 years ago
  83. dc40ac0 Added link to the "Python Codecs" project at SourceForge. by Fred Drake · 24 years ago
  84. 0f564ea Change some wording to make this work with PDF generation -- using a PDF by Fred Drake · 24 years ago
  85. 5f0decf Clean up the docs for the "random" module according to comments from Tim Peters. by Fred Drake · 24 years ago
  86. ef8cd7c Minor markup adjustment. by Fred Drake · 24 years ago
  87. fe38525 Make the 'time' argument to the timemodule functions strftime, asctime, by Thomas Wouters · 24 years ago
  88. 6f77667 Backed out the unistr() builtin. by Marc-André Lemburg · 24 years ago
  89. bc0b260 Minor markup cleaning, and one required fix in the unistr() description. by Fred Drake · 24 years ago
  90. 9483bed correct typo - closes bug #129205 by Skip Montanaro · 24 years ago
  91. 3a9582f Fix the example (it didn't seem to reflect reality). by Ka-Ping Yee · 24 years ago
  92. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  93. 90badd1 Add a missing newline in an example; caught by Chris Ryland by Fred Drake · 24 years ago
  94. 20ab9e9 Document xreadlines() method. (Forgot to check this in before!) by Guido van Rossum · 24 years ago
  95. 25be193 Fix a few small markup/consistency nits. by Fred Drake · 24 years ago
  96. bd1a489 push_source() and pop_source() entry points for shlex instances. by Eric S. Raymond · 24 years ago
  97. 83ad501 effbot caught a typo! by Barry Warsaw · 24 years ago
  98. 773d9f0 Document function attributes for both the function type and the method by Barry Warsaw · 24 years ago
  99. a770e86 Fixing author's email address. by Barry Warsaw · 24 years ago
  100. 97d3b93 Document changed default to passive mode. by Guido van Rossum · 24 years ago