1. 8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. by Martin Panter · 9 years ago
  2. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  3. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 9 years ago
  4. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  5. fcd7d34 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 9 years ago
  6. 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
  7. 5db0b33 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 11 years ago
  8. 12d547a Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  9. f2f1c57 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  10. b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  11. ff64b3a Issue #24715: Improve sort stability example by Raymond Hettinger · 9 years ago
  12. bca06cc fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 9 years ago
  13. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  14. 16b83b1 Issue #24173: Fix curses.wrapper link in curses HOWTO by Berker Peksag · 9 years ago
  15. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  16. fdcb535 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 9 years ago
  17. 6e0b44e Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  18. cb7fff5 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 9 years ago
  19. 97b6e0b Fix typo. by Georg Brandl · 9 years ago
  20. 35bb78e Added simple threading example to logging cookbook. by Vinay Sajip · 9 years ago
  21. 51b13e5 fix typo (closes #26378) by Benjamin Peterson · 9 years ago
  22. 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
  23. 9c61f2e Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 10 years ago
  24. 50ba447 #25517: fix regex in the regex howto. Patch by Elena Oat. by Ezio Melotti · 10 years ago
  25. 2ee55f3 Fix use of default reST role by Zachary Ware · 10 years ago
  26. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 10 years ago
  27. 63173a8 Added entry to logging cookbook. by Vinay Sajip · 10 years ago
  28. 9918775 Closes #25344: Added cookbook recipe to show buffering of logging events. by Vinay Sajip · 10 years ago
  29. 1b822d0 use a more modern UA (#25145) by Benjamin Peterson · 10 years ago
  30. c717e08 remove reference to PyGoogle (#25145) by Benjamin Peterson · 10 years ago
  31. caaaa14 Added a cookbook entry on logging audible messages. by Vinay Sajip · 11 years ago
  32. 9e74fc3 Added a logging cookbook entry on customized exception formatting. by Vinay Sajip · 11 years ago
  33. b09ec90 Add missing URL link to Modernize docs. by Ned Deily · 11 years ago
  34. cb36d24 improve incorrect French (#23109) by Benjamin Peterson · 11 years ago
  35. 0bf02c8 Issue #23047: Fix typo in pyporting.rst. by Berker Peksag · 11 years ago
  36. fcf094c Backport of porting HOWTO by Brett Cannon · 11 years ago
  37. df611a9 remove reference to dead irc channel (closes #23038) by Benjamin Peterson · 11 years ago
  38. 86b36e5 Fix 2to3 reference link in pyporting.rst. by Ned Deily · 11 years ago
  39. f3f5052 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 11 years ago
  40. 0f5d6c0 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
  41. 0ffb462 Fixing broken links in doc, part 2: howto/ by Georg Brandl · 11 years ago
  42. ea64fb7 Fix external links to docs.python.org to use internal links instead. by Georg Brandl · 11 years ago
  43. 06f3b3b Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
  44. e9e24b5 Closes #22748: there are no PyString C functions in 3.x. by Georg Brandl · 11 years ago
  45. ed91883 Issue #16863: Explain difference between text and 2.7 behavior. by Terry Jan Reedy · 11 years ago
  46. 55640c1 Updated cookbook entry to replace shutil.chown with os.chown. by Vinay Sajip · 11 years ago
  47. 05179d5 use source role instead of linking to svn by Benjamin Peterson · 11 years ago
  48. 7de9971 Fixed typo in documentation. by Vinay Sajip · 11 years ago
  49. 487a143 Fix typo reported by Jesse W on docs@ by Zachary Ware · 11 years ago
  50. df0e8f9 #21693 - Fix the broken link for pylons project. by Senthil Kumaran · 11 years ago
  51. 9e51f50 Updated logging HOWTO section on optimization. by Vinay Sajip · 11 years ago
  52. 2eff14d fix typo in variable name (closes #21586) by Benjamin Peterson · 11 years ago
  53. 1c1d1e2 Don't grow strings by concatenation. Use ''.join() instead. by Raymond Hettinger · 11 years ago
  54. 10c7781 fix off-by-one error (closes #21330) by Benjamin Peterson · 11 years ago
  55. 33a431c Updated external link in documentation. by Vinay Sajip · 11 years ago
  56. 841da4e sync pyporting howto from python 3 docs by Benjamin Peterson · 11 years ago
  57. 5146825 Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 12 years ago
  58. b712873 Removed spaces before colons and semicolons. by Serhiy Storchaka · 12 years ago
  59. 610f84a Removed spaces before commas and periods. by Serhiy Storchaka · 12 years ago
  60. d919da9 Added minor clarification in logging HOWTO. by Vinay Sajip · 12 years ago
  61. 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 12 years ago
  62. 97b3618 fix description of super() behavior on descriptors by Benjamin Peterson · 12 years ago
  63. 090588e Minor grammar fix. by Georg Brandl · 12 years ago
  64. c3eb868 Fix some PEP8 in curses HOWTO. by Georg Brandl · 12 years ago
  65. 10b5130 Issue #18759: Improved cross-references in logging documentation. by Vinay Sajip · 12 years ago
  66. d5648ac #15130: remove repeat of abstract paragraph from socket howto body. by R David Murray · 12 years ago
  67. bcf55a7 Issue #18541: simplified LoggerAdapter example. by Vinay Sajip · 12 years ago
  68. c967a59 Issue #18452: fix several "occurrence" typos (reported by Févry Thibault). by Ned Deily · 12 years ago
  69. fc45ce8 #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 12 years ago
  70. 6596041 Reflow paragraph. by R David Murray · 12 years ago
  71. 806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
  72. 9d2d64f #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 12 years ago
  73. d04c5d6 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 12 years ago
  74. 2124dcd bind('') does not do the same as bind('localhost') by Georg Brandl · 12 years ago
  75. 9c6eb26 Change wording as Eli Bendersky suggests. by Andrew Svetlov · 12 years ago
  76. c898668 Fix typo by Andrew Svetlov · 12 years ago
  77. 457f482 merge heads by Andrew Svetlov · 12 years ago
  78. 42777cd Fix typo. by Andrew Svetlov · 12 years ago
  79. 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
  80. 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
  81. 93324d7 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  82. e5caf29 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  83. fd4365a Update suspicious ignore file. by Ezio Melotti · 12 years ago
  84. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  85. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  86. 686aae4 Inherit from object() for consistency by Raymond Hettinger · 12 years ago
  87. 7ed6f7e Classmethod example needs to inherit from object by Raymond Hettinger · 12 years ago
  88. 632c8c8 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
  89. 8c5c3e3 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
  90. b7e6b89 Touch up the Python 2 to 3 porting guide by Brett Cannon · 12 years ago
  91. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  92. 9427b03 Merged doc update from 3.2. by Vinay Sajip · 13 years ago
  93. 3d9e972 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 13 years ago
  94. a3bdce8 Merged doc update from 3.2. by Vinay Sajip · 13 years ago
  95. 4b88d6c Added cookbook recipe for structured logging. by Vinay Sajip · 13 years ago
  96. 7f3e993 Merged documentation update from 3.2. by Vinay Sajip · 13 years ago
  97. f186911 Updated logging HOWTO with a diagram. by Vinay Sajip · 13 years ago
  98. e4aa08e Issue #7353: Remove references to Include/intobject.h in the C-porting howto. by Stefan Krah · 13 years ago
  99. 5246f66 #16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte. by Ezio Melotti · 13 years ago
  100. 81b46ec #4153: merge with 3.2. by Ezio Melotti · 13 years ago