1. 7bf216b Backport: #1889 - fixup \xhh specs. by Georg Brandl · 17 years ago
  2. af81c57 Bug 1296: restore text describing OptionGroup by Andrew M. Kuchling · 17 years ago
  3. 2e7fde7 Backport r59999: fix MSDN link. (#1854) by Georg Brandl · 17 years ago
  4. c5bb868 Link to external documentation about new style classes was by Facundo Batista · 17 years ago
  5. 5e2760c Update reference to bug tracker by Andrew M. Kuchling · 17 years ago
  6. 85cbabf Fix bug tracker link. by Martin v. Löwis · 17 years ago
  7. 52550e5 Add a note about future import needed for with statement. by Georg Brandl · 17 years ago
  8. 6b5c14f Remove an old SF reference. by Brett Cannon · 17 years ago
  9. a1e5387 Backport r58868: by Gregory P. Smith · 17 years ago
  10. ca74140 Note change to get_dialect semantics in 2.5. by Skip Montanaro · 17 years ago
  11. bf75c51 #1364: os.lstat is available on Windows too, as an alias to os.stat. by Georg Brandl · 17 years ago
  12. cf81e06 Sets are marshalable. by Raymond Hettinger · 17 years ago
  13. 9afdaff Clarify the reasons why pickle is almost always better than marshal by Raymond Hettinger · 17 years ago
  14. 4aa5f4b Bug #1313, fix typo (wrong variable name) in example. by Neal Norwitz · 17 years ago
  15. 35a9f90 Backport r58545. by Georg Brandl · 17 years ago
  16. 051aa77 Backport r58542. by Georg Brandl · 17 years ago
  17. 57da2de Fix email example. by Georg Brandl · 17 years ago
  18. 0ac4b27 move descriptions of ac_(in|out)_buffer_size to the right place by Fred Drake · 17 years ago
  19. 2f2bd3e #1196: document default radix for int(). by Georg Brandl · 17 years ago
  20. cdceeb8 Fix -- being converted to - in HTML. #1186. by Georg Brandl · 17 years ago
  21. 5e84e80 issue1172: Documentation of "done" attribute in cgi module. by Sean Reifscheider · 17 years ago
  22. b8c23fb Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. by Georg Brandl · 17 years ago
  23. 5d30e75 Fix #1122: wrong return type documented for various _Size() functions. by Georg Brandl · 17 years ago
  24. c4f5a15 Fix typo: c_float represents to C float type. by Thomas Heller · 17 years ago
  25. b9ff669 Warn about possible risks when extracting untrusted archives. by Lars Gustäbel · 17 years ago
  26. 906f735 Bug #1010: docs url points to SF.net, now points to bugs.python.org. by Georg Brandl · 17 years ago
  27. 7d108b8 Bug #1766421: "return code" vs. "status code". by Georg Brandl · 17 years ago
  28. 2da880a - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 17 years ago
  29. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  30. e51d1d1 Bug #1769002: fix a now-wrong sentence in the tutorial. by Georg Brandl · 17 years ago
  31. 979f5cd - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 17 years ago
  32. 00247d8 try-except-finally is new in 2.5. (backport from rev. 56614) by Georg Brandl · 17 years ago
  33. 22c1525 Clarify PEP 343 description. (backport from rev. 56611) by Georg Brandl · 17 years ago
  34. 77dff90 tabs, newlines and crs are valid XML characters. (backport from rev. 56551) by Georg Brandl · 17 years ago
  35. 44cb859 Add description for wave.setcomptype() values (backport from rev. 56451) by Georg Brandl · 17 years ago
  36. 0336870 Typo fix by Andrew M. Kuchling · 17 years ago
  37. f2d40f7 Clarify webbrowser.open description. (backport from rev. 56366) by Georg Brandl · 17 years ago
  38. f09060e Bug #1753406: missing \versionadded for subprocess.check_call. by Georg Brandl · 17 years ago
  39. f4d9cae Backport 56345 by Raymond Hettinger · 17 years ago
  40. 78d59d6 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
  41. f36e6a1 Patch #1731659: improve time.strptime docs. (backport from rev. 56302) by Georg Brandl · 17 years ago
  42. a1d47f0 Remove duplicate sentence from alarm() doc. (backport from rev. 56143) by Georg Brandl · 17 years ago
  43. 1d1e950 Document smtp.SMTPAuthenticationError. (backport from rev. 56129) by Georg Brandl · 17 years ago
  44. adfd13e Fix a variable name in winreg docs. (backport from rev. 56091) by Georg Brandl · 17 years ago
  45. 4508df2 Bug #1742901: document None behavior of shlex.split. (backport from rev. 56084) by Georg Brandl · 17 years ago
  46. 5a5adf3 Bug #1739115: make shutil.rmtree docs clear wrt. file deletion. by Georg Brandl · 17 years ago
  47. ea84b81 SF #1738670, make example in doc work by Neal Norwitz · 17 years ago
  48. 15eb97b Add missing \versionadded. (backport from rev. 56006) by Georg Brandl · 17 years ago
  49. bb56e2a Backport 55882: SF #1734732, lower case the module names per PEP 8. by Neal Norwitz · 17 years ago
  50. bc9e5dc Fix wrong documentation, and correct the punktuation. Closes [1700455]. by Thomas Heller · 17 years ago
  51. 425c614 Updated documentation for SysLogHandler (#1720726). by Vinay Sajip · 17 years ago
  52. 35cff5f Document "new" params to HTTPConnection/HTTPSConnection by Neal Norwitz · 17 years ago
  53. 1370308 Backport rev 55465 by Nick Coghlan. by Georg Brandl · 17 years ago
  54. 2cb077a fix argument name in documentation; match the implementation by Fred Drake · 17 years ago
  55. 4043a6b Bug #1719995: don't use deprecated method in sets example. by Georg Brandl · 17 years ago
  56. 0d338e4 Bug #1046945: document SWIG options of distutils. (backport from rev. 55287) by Georg Brandl · 17 years ago
  57. 39d8cc74 Update DDJ link. (backport from rev. 55259) by Georg Brandl · 17 years ago
  58. 5a25e45 Patch #1714700: clarify os.linesep vs. tfiles opened in text mode. (backport) by Georg Brandl · 17 years ago
  59. 27803ce Backport: Add markup for True/False. by Neal Norwitz · 17 years ago
  60. 4e6b5e9 Bug #1713535 backport. by Georg Brandl · 17 years ago
  61. f8f68fb Backport checkin: by Walter Dörwald · 17 years ago
  62. be69a0a Bug #1710295: exceptions are now new-style classes. (backport from rev. 55036) by Georg Brandl · 17 years ago
  63. a801b6a Backport r54712: document that calling file.next() on a file open for writing by Brett Cannon · 17 years ago
  64. c22aee0 Version fix (bug #1708710) by Georg Brandl · 17 years ago
  65. 12c2950 fix some markup errors by Fred Drake · 17 years ago
  66. eeff493 Markup fix. (backport from rev. 54951) by Georg Brandl · 17 years ago
  67. d1e3f6d Patch #1698768: updated the "using Python on the Mac" intro. by Georg Brandl · 17 years ago
  68. 4db90ac Fix markup by Raymond Hettinger · 17 years ago
  69. 22c00e0 Bug #1705717: error in sys.argv docs. (backport from rev. 54939) by Georg Brandl · 17 years ago
  70. 46155b9 Some new year updates. by Georg Brandl · 17 years ago
  71. 112717d Fix SF #1703110, Incorrect example for add_password() (use uri, not host) by Neal Norwitz · 17 years ago
  72. 552ba11 Backport r54671 - fix in python.sty. by Georg Brandl · 17 years ago
  73. 82966e5 Backport r54763: repair missing spaces after \UNIX. by Georg Brandl · 17 years ago
  74. ef57abd 2.5.1 final by Anthony Baxter · 17 years ago
  75. 9df5fa0 Describe undocumented third argument to touchline() by Andrew M. Kuchling · 17 years ago
  76. 9515c96 preparing for 2.5.1c1 by Anthony Baxter · 17 years ago
  77. 9528905 SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes by Raymond Hettinger · 17 years ago
  78. ef9e09e Add item by Andrew M. Kuchling · 17 years ago
  79. 6524573 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 17 years ago
  80. fe048e8 Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. by Martin v. Löwis · 17 years ago
  81. 4d89119 Bug #1685704: use -m switch in timeit docs. (backport from rev. 54524) by Georg Brandl · 17 years ago
  82. bd9d513 Patch #1684834: document some utility C API functions. by Georg Brandl · 17 years ago
  83. 42f4cfa Add new example by Raymond Hettinger · 17 years ago
  84. c77f6c6 Backport docs for recv_into and recvfrom_into. by Georg Brandl · 17 years ago
  85. d200466 RFE #1670167: fix in isinstance() docs. (backport from rev. 54409) by Georg Brandl · 17 years ago
  86. abcb4bb Patch #1680978: consistently use "alive" instead of "active" in the by Georg Brandl · 17 years ago
  87. 12e8fe6 doc update from HEAD. don't list "Unix, Windows" as a platform since that by Gregory P. Smith · 18 years ago
  88. 5cdefad doc update from HEAD by Gregory P. Smith · 18 years ago
  89. 0a24d10 Patch #1679379: add documentation for fnmatch.translate(). by Georg Brandl · 18 years ago
  90. 1817f09 Typo fix. (backport from rev. 54292) by Georg Brandl · 18 years ago
  91. dfc2966 Fix #1676656: \em is different from \emph... (backport from rev. 54220) by Georg Brandl · 18 years ago
  92. 4a7da9c Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. by Georg Brandl · 18 years ago
  93. b535b39 Typo fix. by Georg Brandl · 18 years ago
  94. 8c9b3d6 Patch #1602128: clarify that richcmp methods can return NotImplemented by Georg Brandl · 18 years ago
  95. 1d56c2f Patch #1671450: add a section about subclassing builtin types to the by Georg Brandl · 18 years ago
  96. ebfcfb0 Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Resize. by Georg Brandl · 18 years ago
  97. 8bc8ab5 Fix typo (noticed in Raymond's r54053 commit adding NamedTuple by Andrew M. Kuchling · 18 years ago
  98. 366bf0d Markup fix by Andrew M. Kuchling · 18 years ago
  99. b66d33f Provide an example of defaultdict with non-zero constant factory function. by Raymond Hettinger · 18 years ago
  100. 6b2a1a0 Add missing \versionadded. (backport from rev. 53787) by Georg Brandl · 18 years ago