1. 44571da Issue 17862: Improve the signature of itertools grouper() recipe. by Raymond Hettinger · 11 years ago
  2. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  3. a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 11 years ago
  4. ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 11 years ago
  5. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  6. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  7. 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 11 years ago
  8. bebe91a Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 12 years ago
  9. bdf940d #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. by R David Murray · 12 years ago
  10. 0aa685a Minor typo in example. by Barry Warsaw · 12 years ago
  11. bca1a26 #17135: Add note in imp to use importlib for new programs. by R David Murray · 12 years ago
  12. a68c1ab #17771: fix typo. Patch by Andriy Mysyk. by Ezio Melotti · 12 years ago
  13. c048d98 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  14. d34941a Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 12 years ago
  15. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  16. 45fe62d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 12 years ago
  17. 1aca953 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 12 years ago
  18. 1e1134a The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) by Georg Brandl · 12 years ago
  19. 5f4b4ac Update code examples using collections.abc classes. by Georg Brandl · 12 years ago
  20. 0bfd6ac Reflow paragraph. by R David Murray · 12 years ago
  21. 14ee3cf #2118: clarify smtplib exception documentation. by R David Murray · 12 years ago
  22. a3b255f #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  23. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 12 years ago
  24. c09959a #17635: fix wrong function name in multiprocessing docs. by Ezio Melotti · 12 years ago
  25. 595365d Merge heads by Andrew Svetlov · 12 years ago
  26. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  27. 17328e4 Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two. by Raymond Hettinger · 12 years ago
  28. cca5548 merge with 3.3.1 release clone by Georg Brandl · 12 years ago
  29. 9a411ce Add link to glossary for hashable term in docs for set type by Andrew Svetlov · 12 years ago
  30. 09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 12 years ago
  31. 41459a9 Issue #15940: Replace tab. by Terry Jan Reedy · 12 years ago
  32. b5e2e7e Issue #15940: Specify effect of locale on time functions. by Terry Jan Reedy · 12 years ago
  33. 19aeb43 Issue #17435: Don't use mutable default values in Timer. by R David Murray · 12 years ago
  34. b40a220 #17539: fix MagicMock example. Patch by Berker Peksag. by Ezio Melotti · 12 years ago
  35. 6d2bc6e #17438: add links to the conversion tables in dump(s)/load(s). by Ezio Melotti · 12 years ago
  36. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  37. 6ba6b13 Fix XML vulnerability link targets. by Georg Brandl · 12 years ago
  38. 184e593 #17329: merge with 3.2. by Ezio Melotti · 12 years ago
  39. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  40. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  41. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  42. a809e4a merge with upstream 3.3 branch by Georg Brandl · 12 years ago
  43. a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  44. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  45. 3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. by Raymond Hettinger · 12 years ago
  46. 378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. by Raymond Hettinger · 12 years ago
  47. 0a1bc11 Fix suspicious markup in the docs. by Georg Brandl · 12 years ago
  48. 74b2404 merge by Gregory P. Smith · 12 years ago
  49. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 12 years ago
  50. ba7dd67 Merge usage of argument/parameter and markup fixes from 3.2. by Ezio Melotti · 12 years ago
  51. 93115e0 Fix usage of argument/parameter and markup. by Ezio Melotti · 12 years ago
  52. f16455a clarifiy the documentation for issue17285. see also commit by Gregory P. Smith · 12 years ago
  53. cd3bb8b #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti by Senthil Kumaran · 12 years ago
  54. 432a48a Merge: #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 12 years ago
  55. 14b0124 #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 12 years ago
  56. 2f306c0 #17460 - merge from 3.2 by Senthil Kumaran · 12 years ago
  57. 0492ec0 #17460 - Adding relevant warning messages regarding strict removal in docs by Senthil Kumaran · 12 years ago
  58. 6227c69 #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 ) by Senthil Kumaran · 12 years ago
  59. f575230 Documentation corrections for unittest.mock by Michael Foord · 12 years ago
  60. 1f2a49c Merge #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  61. dd24617 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  62. b271727 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  63. f346041 Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  64. 3380170 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  65. ec6e132 Issue #17415: Clarify 'this' referent by moving containing sentence just after by Terry Jan Reedy · 12 years ago
  66. f39cab1 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  67. dff04f4 Issue #17418: specify that buffer sizes are bytes as soon as possible. by Terry Jan Reedy · 12 years ago
  68. ca99440 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  69. f3f0681 Issue #17398: document url argument of RobotFileParser by Terry Jan Reedy · 12 years ago
  70. e66cc81 #17307 - merge from 3.2 by Senthil Kumaran · 12 years ago
  71. b5fe247 #17307 - Example of HTTP PUT Request using http.client by Senthil Kumaran · 12 years ago
  72. 115309a Issue #17176: Document that imp.NullImporter is no longer by Brett Cannon · 12 years ago
  73. a142a34 #17402: merge with 3.2. by Ezio Melotti · 12 years ago
  74. 6771462 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. by Ezio Melotti · 12 years ago
  75. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  76. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  77. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
  78. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  79. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  80. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  81. c2d90fb Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  82. 490cf44 Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  83. adecf3f Issue #16642: sched.scheduler timefunc initial default is time.monotonic. by Terry Jan Reedy · 12 years ago
  84. b6f1d64 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  85. 9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  86. 355a987 Issue #17376: Merged clarification from 3.2. by Vinay Sajip · 12 years ago
  87. 832d99b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 12 years ago
  88. f0d8697 Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  89. f81de8d Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  90. 1f38621 #11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes. by Ezio Melotti · 12 years ago
  91. 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 12 years ago
  92. 68dd8ba01 Fix doc grammar and line width by Eli Bendersky · 12 years ago
  93. f9164e1 Fix doc grammar and line width by Eli Bendersky · 12 years ago
  94. 20d1924 #17364: merge with 3.2. by Ezio Melotti · 12 years ago
  95. 33e20d1 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 12 years ago
  96. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 12 years ago
  97. aba4581 Merge markup fixes in unittest doc from 3.2. by Ezio Melotti · 12 years ago
  98. fed69ba Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  99. faaba59 Regex should be a raw string by Raymond Hettinger · 12 years ago
  100. 4b231a7 Merge link addition from 3.2. by Ezio Melotti · 12 years ago