1. 984b075 Typo fix by Andrew M. Kuchling · 18 years ago
  2. 9d93341 [Patch #1529811] Correction to description of r|* mode by Andrew M. Kuchling · 18 years ago
  3. 750c442 Live with that "the hardware address" is an ill-defined by Tim Peters · 18 years ago
  4. 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 18 years ago
  5. fc0e61d Add example by Andrew M. Kuchling · 18 years ago
  6. 752e28a Add example by Andrew M. Kuchling · 18 years ago
  7. 4b6d537 Reword paragraph by Andrew M. Kuchling · 18 years ago
  8. cff784c If binhex is higher-level than binascii, it should come first in the chapter by Andrew M. Kuchling · 18 years ago
  9. 40b35aa Mention base64 module; rewrite last sentence to be more positive by Andrew M. Kuchling · 18 years ago
  10. cbe8016 Add punctuation mark; add some examples by Andrew M. Kuchling · 18 years ago
  11. f60eeb1 Update URL; add example by Andrew M. Kuchling · 18 years ago
  12. 9ad7a60 Repair typos by Andrew M. Kuchling · 18 years ago
  13. 623005e Add missing word by Andrew M. Kuchling · 18 years ago
  14. 5ee6616 Typo fix ('publically' is rare, poss. non-standard) by Andrew M. Kuchling · 18 years ago
  15. 9dd8dc3 Add example by Andrew M. Kuchling · 18 years ago
  16. 48fae7a Resync optparse with Optik 1.5.3: minor tweaks for/to tests. by Greg Ward · 18 years ago
  17. b110bad More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly by Barry Warsaw · 18 years ago
  18. 3fda936 markup fix by Fred Drake · 18 years ago
  19. 9325ba6 Updated documentation for TimedRotatingFileHandler relating to how rollover files are named. The previous documentation was wrongly the same as for RotatingFileHandler. by Vinay Sajip · 18 years ago
  20. caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 18 years ago
  21. 7a752e7 Attribute more features by Andrew M. Kuchling · 18 years ago
  22. 83fa22f document xmlcore (still minimal; needs mention in each of the xml.* modules) by Fred Drake · 18 years ago
  23. ec5948a clean up some link markup by Fred Drake · 18 years ago
  24. b2d5af8 Bug #15187702 : ext/win-cookbook.html has a broken link to distutils by George Yoshida · 18 years ago
  25. 76e268b typo by Fredrik Lundh · 18 years ago
  26. b69a3c2 Updates for the ctypes documentation. by Thomas Heller · 18 years ago
  27. 7d1d436 Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. by Peter Astrand · 18 years ago
  28. 8c051da Mention new options by Andrew M. Kuchling · 18 years ago
  29. eda8712 Try to improve grammar further. by Neal Norwitz · 18 years ago
  30. 13b78d5 Patch #1521874: grammar errors in doanddont.tex. by Georg Brandl · 18 years ago
  31. 76c5af6 Fix the wrong description of LibraryLoader.LoadLibrary, and document by Thomas Heller · 18 years ago
  32. b0aa54e Bump version number; add sys._current_frames by Andrew M. Kuchling · 18 years ago
  33. 06c68b8 Patch #1519566: Remove unused _tofill member. by Martin v. Löwis · 18 years ago
  34. 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 18 years ago
  35. 70e8e87 preparing for 2.5b2 by Anthony Baxter · 18 years ago
  36. 8d65681 Introduce DISTUTILS_USE_SDK as a flag to determine whether the by Martin v. Löwis · 18 years ago
  37. 56640df Patch #1504046: Add documentation for xml.etree. by Neal Norwitz · 18 years ago
  38. b6b1752 Fix RFC number. by Georg Brandl · 18 years ago
  39. 653f23c Document the correct return type of PyLong_AsUnsignedLongLongMask. by Thomas Heller · 18 years ago
  40. beb572b ImportWarning is now silent by default by Andrew M. Kuchling · 18 years ago
  41. 2bfe3a9 Cover ImportWarning, PendingDeprecationWarning and simplefilter() in the warnings module docs by Nick Coghlan · 18 years ago
  42. 94a98e4 Update the tutorial section on relative imports by Nick Coghlan · 18 years ago
  43. 56829d5 Revert the __module_name__ changes made in rev 47142. We'll revisit this in Python 2.6 by Nick Coghlan · 18 years ago
  44. b979b35 Document the changes in svn revision 47263, from patch #1517790. by Thomas Heller · 18 years ago
  45. f40aed9 Document the Struture and Union constructors. by Thomas Heller · 18 years ago
  46. d41f4ce no need to elaborate "string". by Georg Brandl · 18 years ago
  47. f41beac Patch #1517490: fix glitches in filter() docs. by Georg Brandl · 18 years ago
  48. 2eda1b7 [Bug #1511911] Clarify description of optional arguments to sorted() by Andrew M. Kuchling · 18 years ago
  49. f896795 [Bug #1515932] Clarify description of slice assignment by Andrew M. Kuchling · 18 years ago
  50. 82c276e Document functions added in 2.3 and 2.5. by Martin v. Löwis · 18 years ago
  51. 6f42dfc - consistency nit: always include "()" in \function and \method by Fred Drake · 18 years ago
  52. 348b7c8 Document decorator usage of property. by Georg Brandl · 18 years ago
  53. 4ef256c add string methods to index by Skip Montanaro · 18 years ago
  54. 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 · 18 years ago
  55. 146d392 [Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with minor rearrangements by me. by Andrew M. Kuchling · 18 years ago
  56. 999a336 Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__') by Nick Coghlan · 18 years ago
  57. cd77e1c Describe workaround for PyRange_New()'s removal by Andrew M. Kuchling · 18 years ago
  58. 1a0e129 [Bug #1511998] Various comments from Nick Coghlan; thanks! by Andrew M. Kuchling · 18 years ago
  59. 48a49f0 Fit Makefile for the Python doc environment better; this is a step toward by Andrew M. Kuchling · 18 years ago
  60. 978ec9a Small fixes, mostly in the markup. by Thomas Heller · 18 years ago
  61. b2c9ba8 Fix my name ;) by Georg Brandl · 18 years ago
  62. 56b76c8 fix markup nit by Fred Drake · 18 years ago
  63. f6a84f5 Mention how to suppress warnings by Andrew M. Kuchling · 18 years ago
  64. 418e73d Reset the doc date to today for the automatic doc builds by Neal Norwitz · 18 years ago
  65. 1034060 Bump version by Andrew M. Kuchling · 18 years ago
  66. 643b041 Note some of Barry's work by Andrew M. Kuchling · 18 years ago
  67. b492244 Link to LibRef module documentation by Andrew M. Kuchling · 18 years ago
  68. 1fb8d83 [Bug #1504456] Mention xml -> xmlcore change by Andrew M. Kuchling · 18 years ago
  69. 7c4e79c Minor edits and rearrangements; markup fix by Andrew M. Kuchling · 18 years ago
  70. b1992d0 Add introductory paragraphs summarizing the release; minor edits by Andrew M. Kuchling · 18 years ago
  71. 5ab504e Terminology and typography fixes by Andrew M. Kuchling · 18 years ago
  72. 2c4e462 Add four library items by Andrew M. Kuchling · 18 years ago
  73. f6856ce Uncomment wsgiref section by Andrew M. Kuchling · 18 years ago
  74. 7cea65c remove non-working document formats from edist by Fred Drake · 18 years ago
  75. d113680 Preparing for 2.5b1. by Anthony Baxter · 18 years ago
  76. 066769c Fix typos. by Thomas Heller · 18 years ago
  77. f5da071 remove unnecessary markup by Fred Drake · 18 years ago
  78. 3f1f7be Update url. by George Yoshida · 18 years ago
  79. b8d2607 markup fix by George Yoshida · 18 years ago
  80. fab461a SF patch 1504676: Make sgmllib char and entity references pluggable by Fred Drake · 18 years ago
  81. b526a29 minor documentation cleanup. mention the bsddb.db interface explicitly by name. by Gregory P. Smith · 18 years ago
  82. 143cefb Patch #1446489 (zipfile: support for ZIP64) by Ronald Oussoren · 18 years ago
  83. 69f6168 Bug #805015: doc error in PyUnicode_FromEncodedObject. by Georg Brandl · 18 years ago
  84. 7259d7b Add item by Andrew M. Kuchling · 18 years ago
  85. f143510 Document paramflags. by Thomas Heller · 18 years ago
  86. c54173c Bug #1153163: describe __add__ vs __radd__ behavior when adding by Georg Brandl · 18 years ago
  87. bcae622 Write more docs. by Thomas Heller · 18 years ago
  88. 772beaa Bug #1501122: mention __gt__ &co in description of comparison order. by Georg Brandl · 18 years ago
  89. d825143 Patch #1455898: Incremental mode for "mbcs" codec. by Martin v. Löwis · 18 years ago
  90. 43898b4 SequenceMatcher.get_matching_blocks(): This now guarantees that by Tim Peters · 18 years ago
  91. 5d7c290 Updated documentation for pysqlite 2.3.0 API. by Gerhard Häring · 18 years ago
  92. b66902f More docs for ctypes. by Thomas Heller · 18 years ago
  93. 317af10 Add ability to set stack size by Andrew M. Kuchling · 18 years ago
  94. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
  95. aabc5f6 Mention uuid module by Andrew M. Kuchling · 18 years ago
  96. f0d02fb The site module documentation also described the Windows behaviour incorrectly. by Nick Coghlan · 18 years ago
  97. d1c797e SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks. by Greg Ward · 18 years ago
  98. a754a22 Add versionadded to doc by Neal Norwitz · 18 years ago
  99. 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 18 years ago
  100. 82578c8 New docs for ctypes. by Thomas Heller · 18 years ago