1. 2bfe3a9 Cover ImportWarning, PendingDeprecationWarning and simplefilter() in the warnings module docs by Nick Coghlan · 19 years ago
  2. 94a98e4 Update the tutorial section on relative imports by Nick Coghlan · 19 years ago
  3. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 19 years ago
  4. b979b35 Document the changes in svn revision 47263, from patch #1517790. by Thomas Heller · 19 years ago
  5. f40aed9 Document the Struture and Union constructors. by Thomas Heller · 19 years ago
  6. d41f4ce no need to elaborate "string". by Georg Brandl · 19 years ago
  7. f41beac Patch #1517490: fix glitches in filter() docs. by Georg Brandl · 19 years ago
  8. 2eda1b7 [Bug #1511911] Clarify description of optional arguments to sorted() by Andrew M. Kuchling · 19 years ago
  9. f896795 [Bug #1515932] Clarify description of slice assignment by Andrew M. Kuchling · 19 years ago
  10. 82c276e Document functions added in 2.3 and 2.5. by Martin v. Löwis · 19 years ago
  11. 6f42dfc - consistency nit: always include "()" in \function and \method by Fred Drake · 19 years ago
  12. 348b7c8 Document decorator usage of property. by Georg Brandl · 19 years ago
  13. 4ef256c add string methods to index by Skip Montanaro · 19 years ago
  14. ecfec78 [Bug #1508766] Add docs for uuid module; this puts the module in the 'Internet Protocols' section. Arguably this module could also have gone in the chapters on strings or encodings, maybe even the crypto chapter. Fred, please move if you see fit. by Andrew M. Kuchling · 19 years ago
  15. 146d392 [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with minor rearrangements by me. by Andrew M. Kuchling · 19 years ago
  16. 999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') by Nick Coghlan · 19 years ago
  17. cd77e1c Describe workaround for PyRange_New()'s removal by Andrew M. Kuchling · 19 years ago
  18. 1a0e129 [Bug #1511998] Various comments from Nick Coghlan; thanks! by Andrew M. Kuchling · 19 years ago
  19. 48a49f0 Fit Makefile for the Python doc environment better; this is a step toward by Andrew M. Kuchling · 19 years ago
  20. 978ec9a Small fixes, mostly in the markup. by Thomas Heller · 19 years ago
  21. b2c9ba8 Fix my name ;) by Georg Brandl · 19 years ago
  22. 56b76c8 fix markup nit by Fred Drake · 19 years ago
  23. f6a84f5 Mention how to suppress warnings by Andrew M. Kuchling · 19 years ago
  24. 418e73d Reset the doc date to today for the automatic doc builds by Neal Norwitz · 19 years ago
  25. 1034060 Bump version by Andrew M. Kuchling · 19 years ago
  26. 643b041 Note some of Barry's work by Andrew M. Kuchling · 19 years ago
  27. b492244 Link to LibRef module documentation by Andrew M. Kuchling · 19 years ago
  28. 1fb8d83 [Bug #1504456] Mention xml -> xmlcore change by Andrew M. Kuchling · 19 years ago
  29. 7c4e79c Minor edits and rearrangements; markup fix by Andrew M. Kuchling · 19 years ago
  30. b1992d0 Add introductory paragraphs summarizing the release; minor edits by Andrew M. Kuchling · 19 years ago
  31. 5ab504e Terminology and typography fixes by Andrew M. Kuchling · 19 years ago
  32. 2c4e462 Add four library items by Andrew M. Kuchling · 19 years ago
  33. f6856ce Uncomment wsgiref section by Andrew M. Kuchling · 19 years ago
  34. 7cea65c remove non-working document formats from edist by Fred Drake · 19 years ago
  35. d113680 Preparing for 2.5b1. by Anthony Baxter · 19 years ago
  36. 066769c Fix typos. by Thomas Heller · 19 years ago
  37. f5da071 remove unnecessary markup by Fred Drake · 19 years ago
  38. 3f1f7be Update url. by George Yoshida · 19 years ago
  39. b8d2607 markup fix by George Yoshida · 19 years ago
  40. fab461a SF patch 1504676: Make sgmllib char and entity references pluggable by Fred Drake · 19 years ago
  41. b526a29 minor documentation cleanup. mention the bsddb.db interface explicitly by name. by Gregory P. Smith · 19 years ago
  42. 143cefb Patch #1446489 (zipfile: support for ZIP64) by Ronald Oussoren · 19 years ago
  43. 69f6168 Bug #805015: doc error in PyUnicode_FromEncodedObject. by Georg Brandl · 19 years ago
  44. 7259d7b Add item by Andrew M. Kuchling · 19 years ago
  45. f143510 Document paramflags. by Thomas Heller · 19 years ago
  46. c54173c Bug #1153163: describe __add__ vs __radd__ behavior when adding by Georg Brandl · 19 years ago
  47. bcae622 Write more docs. by Thomas Heller · 19 years ago
  48. 772beaa Bug #1501122: mention __gt__ &co in description of comparison order. by Georg Brandl · 19 years ago
  49. d825143 Patch #1455898: Incremental mode for "mbcs" codec. by Martin v. Löwis · 19 years ago
  50. 43898b4 SequenceMatcher.get_matching_blocks(): This now guarantees that by Tim Peters · 19 years ago
  51. 5d7c290 Updated documentation for pysqlite 2.3.0 API. by Gerhard Häring · 19 years ago
  52. b66902f More docs for ctypes. by Thomas Heller · 19 years ago
  53. 317af10 Add ability to set stack size by Andrew M. Kuchling · 19 years ago
  54. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  55. aabc5f6 Mention uuid module by Andrew M. Kuchling · 19 years ago
  56. f0d02fb The site module documentation also described the Windows behaviour incorrectly. by Nick Coghlan · 19 years ago
  57. d1c797e SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks. by Greg Ward · 19 years ago
  58. a754a22 Add versionadded to doc by Neal Norwitz · 19 years ago
  59. 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 19 years ago
  60. 82578c8 New docs for ctypes. by Thomas Heller · 19 years ago
  61. 9a7e445 credit for SF patch #1303595 by Fred Drake · 19 years ago
  62. 5e30626 SF patch #1303595: improve description of __builtins__, explaining how it by Fred Drake · 19 years ago
  63. c5221e1 Sync with Optik docs (rev 518): by Greg Ward · 19 years ago
  64. b3f2985 Add some wsgiref text by Andrew M. Kuchling · 19 years ago
  65. a04d118 Describe startswith()/endswiith() change; add reminder about wsgiref by Andrew M. Kuchling · 19 years ago
  66. 2425081 RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument. by Georg Brandl · 19 years ago
  67. 5cf565d Import wsgiref into the stdlib, as of the external version 0.1-r2181. by Phillip J. Eby · 19 years ago
  68. 7dbb1ff Markup fix by Andrew M. Kuchling · 19 years ago
  69. e878fe6 Update functools section by Andrew M. Kuchling · 19 years ago
  70. 676725d Add functools.update_wrapper() and functools.wraps() as described in PEP 356 by Nick Coghlan · 19 years ago
  71. 06c5c8a Typo fix by Andrew M. Kuchling · 19 years ago
  72. ec0d6f8 Clarify documentation for bf_getcharbuffer. by Brett Cannon · 19 years ago
  73. e275d3d Mention other placeholders by Andrew M. Kuchling · 19 years ago
  74. 3b336c7 Add an item; also, escape % by Andrew M. Kuchling · 19 years ago
  75. 1271f00 Mention other placeholders by Andrew M. Kuchling · 19 years ago
  76. 12238d7 Add an SQLite introduction, taken from the 'What's New' text by Andrew M. Kuchling · 19 years ago
  77. dba6318 On python-dev Thomas Heller said these were committed by Tim Peters · 19 years ago
  78. 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 19 years ago
  79. 5332989 [Bug #1470026] Include link to list of classifiers by Andrew M. Kuchling · 19 years ago
  80. 760872d Remove use of Trove name, which isn't very helpful to users by Andrew M. Kuchling · 19 years ago
  81. bf0400a Remove doctest.testmod's deprecated (in 2.4) `isprivate` by Tim Peters · 19 years ago
  82. 1985ff7 Mention second encoding speedup by Andrew M. Kuchling · 19 years ago
  83. 28eeefe Revert revisions: by Tim Peters · 19 years ago
  84. 67966be Markup fix by George Yoshida · 19 years ago
  85. 660a4e9 Remove a redundant word by George Yoshida · 19 years ago
  86. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 19 years ago
  87. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  88. 4094b3d Minor rewording by Andrew M. Kuchling · 19 years ago
  89. 27ca711 [Bug #1441864] Clarify description of 'data' argument by Andrew M. Kuchling · 19 years ago
  90. 794c89b [Bug #1475554] Strengthen text to say 'must' instead of 'should' by Andrew M. Kuchling · 19 years ago
  91. 29d530b [Bug #1472084] Fix description of do_tag by Andrew M. Kuchling · 19 years ago
  92. d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 19 years ago
  93. 07cf072 Mention SimpleXMLRPCServer change by Andrew M. Kuchling · 19 years ago
  94. 622f144 [Bug #1473048] by Andrew M. Kuchling · 19 years ago
  95. 0d272bb 'functional' module was renamed to 'functools' by Andrew M. Kuchling · 19 years ago
  96. 14a0952 Clarify wording on default values for strptime(); defaults are used when better by Brett Cannon · 19 years ago
  97. 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 19 years ago
  98. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 19 years ago
  99. f3c65de Patch #1080727: add "encoding" parameter to doctest.DocFileSuite by George Yoshida · 19 years ago
  100. a2d6c8a fix typo by George Yoshida · 19 years ago