1. 56ed284 Merge with 3.2. by Georg Brandl · 12 years ago
  2. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 12 years ago
  3. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
  4. f551001 Merge by Antoine Pitrou · 12 years ago
  5. ad09b5d Add a couple of what's new entries. by Antoine Pitrou · 12 years ago
  6. 5d7e1d3 Fix statement. by Antoine Pitrou · 12 years ago
  7. 217aa55 Fix markup, for real this time. by Georg Brandl · 12 years ago
  8. b0f0895 Fix indentation by Éric Araujo · 12 years ago
  9. 4649518 #15156: HTMLParser now uses the new "html.entities.html5" dictionary. by Ezio Melotti · 12 years ago
  10. 56261cf Branch merge by Éric Araujo · 12 years ago
  11. 544e13d Fix markup by Éric Araujo · 12 years ago
  12. 0a8f5f7 Fix typos by Éric Araujo · 12 years ago
  13. 19c4e5b Fix test__locale on Mac; platform.uname() does not have a structseq-type interface (yet). by Georg Brandl · 12 years ago
  14. 988049a Alpha -> Beta by Georg Brandl · 12 years ago
  15. 03b9ad0 Add a single versionadded for a whole section instead of repeating for every function. by Georg Brandl · 12 years ago
  16. 96acb73 Small whitespace fixes for shutil.rmtree() docs. by Georg Brandl · 12 years ago
  17. 4a7e25f #444582: fix example and rewrap docs a bit. by Georg Brandl · 12 years ago
  18. 4168764 Add 3.2.3 version to the license table. by Georg Brandl · 12 years ago
  19. dbab58f Refactor the venv API docs into a real API doc style. by Georg Brandl · 12 years ago
  20. 5f762af Remove a detailed discussion of content-based short circuiting, off topic for library docs. by Antoine Pitrou · 12 years ago
  21. f61e791 Simplify wording. by Antoine Pitrou · 12 years ago
  22. 1524d75 Formatting by Antoine Pitrou · 12 years ago
  23. 1729b8f Fix doc of os.fwalk: example used now non-existing os.fstatat() by Hynek Schlawack · 12 years ago
  24. ae64b4d Merge heads. by Georg Brandl · 12 years ago
  25. 3b44d81 Merge heads. by Georg Brandl · 12 years ago
  26. a1bc35f Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. by Georg Brandl · 12 years ago
  27. 4f99468 The buffer protocol doesn't exist (in the glossary anyway). by Antoine Pitrou · 12 years ago
  28. 9df73da Larry's suggested rewording of the compare_digest() docs. by Antoine Pitrou · 12 years ago
  29. 6cff9ff Fix use of class markup. by Georg Brandl · 12 years ago
  30. 6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C by Christian Heimes · 12 years ago
  31. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  32. f62445a Fix casing of Unix. by Georg Brandl · 12 years ago
  33. 8a5555f Make the style of the "Availability" sections consistent. by Georg Brandl · 12 years ago
  34. a570e98 Actually it is just one function. by Georg Brandl · 12 years ago
  35. b2462e2 Minor clarification about fdopen(). by Georg Brandl · 12 years ago
  36. b8f2d29 Remove attribution; this is for the whatsnew. by Georg Brandl · 12 years ago
  37. 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 12 years ago
  38. 8ccadaa Restore mostly-alphabetic sorting of os functions. by Georg Brandl · 12 years ago
  39. b9df00c Note that equivalents are valid for 3.3+ only. by Georg Brandl · 12 years ago
  40. dd79873 Merged upstream changes. by Vinay Sajip · 12 years ago
  41. d89dae1 Added Windows launcher documentation. by Vinay Sajip · 12 years ago
  42. b9831ab Move Linux-only *xattr() functions to their own subheading. by Georg Brandl · 12 years ago
  43. 7ac2af7 Fix typo. by Georg Brandl · 12 years ago
  44. b1a1ac0 Small nits in os doc. by Georg Brandl · 12 years ago
  45. 50c4000 "Refactor" docs for the new dir_fd, follow_symlinks, path-as-fd APIs: document the options at a central place and link to it. by Georg Brandl · 12 years ago
  46. 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 12 years ago
  47. b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. by Mark Dickinson · 12 years ago
  48. f0acfee Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
  49. 0a22924 Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
  50. f90ea1f #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  51. 1377522 Issue #14933: fix misleading doc about weakref support in extension types. by Antoine Pitrou · 12 years ago
  52. 27b130e Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 12 years ago
  53. 56692f5 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 12 years ago
  54. a3a164a Nudge readers towards a more accurate mental model for loop else clauses by Nick Coghlan · 12 years ago
  55. 7f67133 backport c4bd68be5fc6 to 3.2 by Sandro Tosi · 12 years ago
  56. 964f205 refer to time.strftime by Sandro Tosi · 12 years ago
  57. 554b348 #14957: fix doc typo. by R David Murray · 12 years ago
  58. ae1b94b #14957: clarify splitlines docs. by R David Murray · 12 years ago
  59. 3f7d1d3 Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck by Sandro Tosi · 12 years ago
  60. 13c7034 Fix #14943. Update the proper default value and list the proper argument names in the explanation. by Brian Curtin · 12 years ago
  61. e1398f7 #11785: fix the :mod: references in email package submodule titles. by R David Murray · 12 years ago
  62. 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  63. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  64. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  65. f54c060 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  66. 69d8493 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 12 years ago
  67. 1203e83 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  68. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  69. 1033b31 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  70. f7a6615 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  71. 9729fd4 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  72. 28e68ea #1440472: reflow by R David Murray · 12 years ago
  73. ea1badb #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  74. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  75. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  76. e768b06 #14405: remove outdated/broken/duplicate links. by Ezio Melotti · 12 years ago
  77. ba3b0d8 Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejewski-Szmek for some of the wording. by Mark Dickinson · 12 years ago
  78. b35480e #14770: improve the library FAQ. by Ezio Melotti · 12 years ago
  79. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  80. 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  81. a9494f6 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  82. cc6c673 Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  83. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  84. b98b37f Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  85. 0958a4d Fix document title for Sphinx. by Georg Brandl · 12 years ago
  86. 9ab3fdd #14034: fix indentation. by Ezio Melotti · 12 years ago
  87. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  88. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  89. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  90. 290416f Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  91. 99a5638 Issue 14688: Fix typo by Raymond Hettinger · 12 years ago
  92. a0b1d1e #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  93. b8e336b Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  94. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  95. 0a6b541 #14461: fix wording. by Ezio Melotti · 12 years ago
  96. 8dc5004 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  97. 285e51b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  98. 100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  99. d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  100. 3e29d93 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago