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