1. edc3cba Copyright year update, add version to licenses. by Georg Brandl · 11 years ago v3.2.6rc1
  2. 70088f1 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 12 years ago
  3. f0746ca Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  4. 79690ac Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 11 years ago
  5. eb0ef41 Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. by Jason R. Coombs · 11 years ago
  6. f28cf7a Issue #13540: Expanded argparse documents to clarify the action API by Jason R. Coombs · 14 years ago
  7. 80e6af1 fix versionchanged version by Benjamin Peterson · 11 years ago
  8. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 11 years ago
  9. 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 12 years ago
  10. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 12 years ago
  11. 6f18a86 Fix XML vulnerability link references. by Georg Brandl · 12 years ago
  12. f5390fc merge with last upstream doc changes in 3.2 by Georg Brandl · 12 years ago
  13. fd4365a Update suspicious ignore file. by Ezio Melotti · 12 years ago
  14. 265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  15. 1df04e8 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  16. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 12 years ago
  17. 4eb5f1a merge with main repo 3.2 branch by Georg Brandl · 12 years ago v3.2.4rc1
  18. a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value by Gregory P. Smith · 12 years ago
  19. a7d2f00 Copyright update to 2013. by Georg Brandl · 12 years ago
  20. d50fe72 Fix suspicious markup in the docs. by Georg Brandl · 12 years ago
  21. 4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. by Gregory P. Smith · 12 years ago
  22. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  23. 1f8a40b remove the long obsolete mention of universal newlines mode only being by Gregory P. Smith · 12 years ago
  24. 93115e0 Fix usage of argument/parameter and markup. by Ezio Melotti · 12 years ago
  25. 14b0124 #1525919: Document MIMEText+set_payload encoding behavior. by R David Murray · 12 years ago
  26. 0492ec0 #17460 - Adding relevant warning messages regarding strict removal in docs by Senthil Kumaran · 12 years ago
  27. dd24617 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 12 years ago
  28. f346041 Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  29. ec6e132 Issue #17415: Clarify 'this' referent by moving containing sentence just after by Terry Jan Reedy · 12 years ago
  30. dff04f4 Issue #17418: specify that buffer sizes are bytes as soon as possible. by Terry Jan Reedy · 12 years ago
  31. f3f0681 Issue #17398: document url argument of RobotFileParser by Terry Jan Reedy · 12 years ago
  32. 3b220e1 Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3. by Terry Jan Reedy · 12 years ago
  33. b5fe247 #17307 - Example of HTTP PUT Request using http.client by Senthil Kumaran · 12 years ago
  34. 6771462 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. by Ezio Melotti · 12 years ago
  35. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  36. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  37. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  38. 490cf44 Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  39. 9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  40. 832d99b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 12 years ago
  41. f81de8d Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  42. 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
  43. f9164e1 Fix doc grammar and line width by Eli Bendersky · 12 years ago
  44. 33e20d1 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 12 years ago
  45. fed69ba Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  46. c6641db Add a link to the demo dir. by Ezio Melotti · 12 years ago
  47. 4d6cb0f Fix markup in unittest docs. by Ezio Melotti · 12 years ago
  48. 13fb979 Issue #16406: Combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
  49. 5f79409 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  50. 8fd3669 Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 12 years ago
  51. 905b648 Issue #16403: Document how distutils uses the maintainer field in PKG-INFO by Petri Lehtinen · 12 years ago
  52. ee4a20b Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 12 years ago
  53. 9f74c6c Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  54. 739d549 #15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson. by Ezio Melotti · 12 years ago
  55. ad17bc0 #17271: update example in tempfile docs. by Ezio Melotti · 12 years ago
  56. a19ebdb #17256: fix syntax highlight in embedding example. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  57. d69ad55 Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 12 years ago
  58. c510a04 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 12 years ago
  59. bcbc567 #17265: fix highlight in template example. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
  60. 774a39f #13700: Make imap.authenticate with authobject work. by R David Murray · 12 years ago
  61. 38b8254 Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 13 years ago
  62. 041d553 #17166: fix _dummy_thread import example. by R David Murray · 13 years ago
  63. 4b109cb Minor fix of previous commit. by Serhiy Storchaka · 13 years ago
  64. 4f169a7 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 13 years ago
  65. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 13 years ago
  66. f1319d8 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 13 years ago
  67. d03f467 Addressing the review comment made by Terry Reedy by Senthil Kumaran · 13 years ago
  68. b98e96a Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 13 years ago
  69. b3f194d Issue #16903: Popen.communicate() on Unix now accepts strings when by Serhiy Storchaka · 13 years ago
  70. 44b8cbf Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 13 years ago
  71. ae8d6ac Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 13 years ago
  72. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 13 years ago
  73. 188ad85 #16128: clarify that instances of user-defined classes compare equal with themselves. by Ezio Melotti · 13 years ago
  74. 48c50bf Clarify ET.iterparse documentation - this function is not supported by the by Eli Bendersky · 13 years ago
  75. 3d9e972 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 13 years ago
  76. da4b5b8 #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 13 years ago
  77. 4b88d6c Added cookbook recipe for structured logging. by Vinay Sajip · 13 years ago
  78. f186911 Updated logging HOWTO with a diagram. by Vinay Sajip · 13 years ago
  79. 52b3d34 Issue #17007: Made minor changes to documentation wording. by Vinay Sajip · 13 years ago
  80. 6c4c16c Issue #17007: Improved logging documentation based on suggestions in the issue. by Vinay Sajip · 13 years ago
  81. 410eee5 #4153: update the Unicode howto. by Ezio Melotti · 13 years ago
  82. ff12fae #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  83. 288234f math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 13 years ago
  84. 03530b9 Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 13 years ago
  85. 7128e07 #16940: fix indentation in example. by Ezio Melotti · 13 years ago
  86. 174ef67 Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. by Chris Jerdonek · 13 years ago
  87. 32587fb grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 13 years ago
  88. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 13 years ago
  89. 444d153 Issue #16874 (forward-port from 2.7): fix some documentation formatting. by Chris Jerdonek · 13 years ago
  90. 3f7beb9 #13934: document sqlite version strings, use correct one in test. by R David Murray · 13 years ago
  91. 21b3082 Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. by Vinay Sajip · 13 years ago
  92. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 13 years ago
  93. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 13 years ago
  94. 7449231 #16862: remove outdated statements about Stackless. by Ezio Melotti · 13 years ago
  95. 9beeefb Cleanup a few minor things. by Ezio Melotti · 13 years ago
  96. 19cdee8 Fix example by making the exception inherit from Exception. by Ezio Melotti · 13 years ago
  97. cad8b0f #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 13 years ago
  98. d73f369 merge heads by Benjamin Peterson · 13 years ago
  99. 0a2c4f5 drop email (closes #16857) by Benjamin Peterson · 13 years ago
  100. d581fff #16747: fix link to file objects in the glossary. by Ezio Melotti · 13 years ago