1. 55624da Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  2. 189fdf1 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  3. 28a9f21 - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  4. e60e12b #15429: Fix invalid mention of types.NoneType from None docs. by R David Murray · 12 years ago
  5. 3be7a8b Issue #15399: Added versionchanged for processName. by Vinay Sajip · 12 years ago
  6. ef86d12 Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  7. a3d1cac Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue by Nick Coghlan · 12 years ago
  8. 52cc722 Add c_size_t and c_ssize_t to the ctypes summary table. by Antoine Pitrou · 12 years ago
  9. 921d124 Show the proper way to exit a cmd shell by Raymond Hettinger · 12 years ago
  10. 83efd6c Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  11. 29feb1f Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 12 years ago
  12. 3aa0c9d Fix inconsistent function name in embedding howto. by Georg Brandl · 12 years ago
  13. 4a27d9f urlparse docs clean up - no reference to earlier draft by Senthil Kumaran · 12 years ago
  14. 2d24e94 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  15. 72a80e8 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 12 years ago
  16. f21804a Issue #13685 - Update argparse help message for % sign usage. by Senthil Kumaran · 12 years ago
  17. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
  18. b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. by Mark Dickinson · 12 years ago
  19. 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
  20. 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
  21. f90ea1f #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  22. 1377522 Issue #14933: fix misleading doc about weakref support in extension types. by Antoine Pitrou · 12 years ago
  23. 27b130e Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 12 years ago
  24. 56692f5 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 12 years ago
  25. a3a164a Nudge readers towards a more accurate mental model for loop else clauses by Nick Coghlan · 12 years ago
  26. 7f67133 backport c4bd68be5fc6 to 3.2 by Sandro Tosi · 12 years ago
  27. 964f205 refer to time.strftime by Sandro Tosi · 12 years ago
  28. 554b348 #14957: fix doc typo. by R David Murray · 12 years ago
  29. ae1b94b #14957: clarify splitlines docs. by R David Murray · 12 years ago
  30. 3f7d1d3 Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck by Sandro Tosi · 12 years ago
  31. 13c7034 Fix #14943. Update the proper default value and list the proper argument names in the explanation. by Brian Curtin · 12 years ago
  32. e1398f7 #11785: fix the :mod: references in email package submodule titles. by R David Murray · 12 years ago
  33. 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  34. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  35. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  36. f54c060 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  37. 69d8493 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 12 years ago
  38. 1203e83 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  39. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  40. 1033b31 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  41. f7a6615 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  42. 9729fd4 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  43. 28e68ea #1440472: reflow by R David Murray · 12 years ago
  44. ea1badb #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  45. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  46. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  47. e768b06 #14405: remove outdated/broken/duplicate links. by Ezio Melotti · 12 years ago
  48. 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
  49. b35480e #14770: improve the library FAQ. by Ezio Melotti · 12 years ago
  50. 3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  51. 38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ by Sandro Tosi · 12 years ago
  52. a9494f6 Some nits in the pickle docs. by Antoine Pitrou · 12 years ago
  53. cc6c673 Removed outdated statement about pickle's and marshal's relative performance. by Antoine Pitrou · 12 years ago
  54. bf3165b #14763: document default maxsplit value for str.split. by Ezio Melotti · 12 years ago
  55. b98b37f Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  56. 0958a4d Fix document title for Sphinx. by Georg Brandl · 12 years ago
  57. 9ab3fdd #14034: fix indentation. by Ezio Melotti · 12 years ago
  58. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  59. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  60. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  61. 290416f Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  62. 99a5638 Issue 14688: Fix typo by Raymond Hettinger · 12 years ago
  63. a0b1d1e #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  64. b8e336b Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  65. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  66. 0a6b541 #14461: fix wording. by Ezio Melotti · 12 years ago
  67. 8dc5004 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  68. 285e51b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  69. 100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  70. d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  71. 3e29d93 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  72. e6c3462 Issue #13478: document timeit.default_timer() by Sandro Tosi · 12 years ago
  73. 08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 12 years ago
  74. 790e005 #14640: Fix typos/syntax in pyporting.rst. by R David Murray · 12 years ago
  75. cfdba61 Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos by Sandro Tosi · 12 years ago
  76. a42665f issue2193 - Update 3.2 docs about legal characters allowed in Cookie name by Senthil Kumaran · 12 years ago
  77. cc19140 Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  78. 62930e1 Corrected version numbers in cookbook example. by Vinay Sajip · 12 years ago
  79. 59b9a79 Tweaked format of cookbook example. by Vinay Sajip · 12 years ago
  80. b00e8f1 Added cookbook example for BOM insertion. by Vinay Sajip · 12 years ago
  81. 1ee1719 fix typo; thanks to Jérôme Mainka from docs@ by Sandro Tosi · 12 years ago
  82. 84e59aa Fix highlight and spacing in json example. by Ezio Melotti · 12 years ago
  83. f86b28e #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  84. d46d69c 3.2 sidebar: link to 3.3, not 3.1 by Georg Brandl · 12 years ago
  85. e7bade5 #14553: fix word order. by R David Murray · 12 years ago
  86. 644cabe #14552: remove redundant wording in 'test' docs. by R David Murray · 12 years ago
  87. f6cd9b2 Improve the threading.Condition docs. by Antoine Pitrou · 12 years ago
  88. 2c58075 Closes #14545: make clearer what was added. by Georg Brandl · 12 years ago
  89. b96a354 Small improvements to the threading docs: better publicize support for the with statement. by Antoine Pitrou · 12 years ago
  90. 2c9f104 Fix some markup in the threading docs. by Antoine Pitrou · 12 years ago
  91. 126aef7 Issue #8799: Fix and improve the threading.Condition documentation. by Antoine Pitrou · 12 years ago
  92. 074faff Updated logging reference and HOWTO. by Vinay Sajip · 12 years ago
  93. cc49790 minor .rst fix by Senthil Kumaran · 12 years ago
  94. 838e638 Corrected comment in cookbook example script. by Vinay Sajip · 12 years ago
  95. 0292fa9 Added multiprocessing example to logging cookbook. by Vinay Sajip · 12 years ago
  96. 3abebca Closes #14511: fix wrong opensearch link for 3.2 docs. by Georg Brandl · 12 years ago
  97. fee3fc7 Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 12 years ago
  98. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  99. 165a2c2 fix typo; thanks to Robert Bardos from docs@ by Sandro Tosi · 12 years ago
  100. 6afd11c Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 12 years ago