1. 6677142 bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) by Cheryl Sabella · 6 years ago
  2. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  3. fbb490f bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846) by Serhiy Storchaka · 7 years ago
  4. 4f29f3c trivial: link updates in documentation (#2765) by jimmy · 7 years ago
  5. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  6. 610e5af bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) by Mandeep Bhutani · 7 years ago
  7. 12d6056 Add version{changed,added} markers and make minor style changes (GH-4273) by Berker Peksag · 7 years ago
  8. cd195e2 bpo-31714: Improved regular expression documentation. (#3907) by Serhiy Storchaka · 7 years ago
  9. 0b5e61d bpo-30397: Add re.Pattern and re.Match. (#1646) by Serhiy Storchaka · 7 years ago
  10. 3d2b407 bpo-31574: importlib dtrace (#3749) by Christian Heimes · 7 years ago
  11. 0d4497b bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods (#3739) by Raymond Hettinger · 7 years ago
  12. 586c050 bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229) by Pablo Galindo · 7 years ago
  13. 384899d bpo-30737: Update DevGuide links to new URL (GH-3228) by Lisa Hewus Fresh · 7 years ago
  14. a3110a0 Fix a minor grammar issue in the logging cookbook (GH-3136) by Brett Cannon · 7 years ago
  15. d439d3e Minor typo in curses.rst (#2763) by waxmoon · 7 years ago
  16. b066edf bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) by _ = NaN · 7 years ago
  17. ec19ba2 bpo-29596: Improve clinic howto documentation (GH-1710) by gfyoung · 7 years ago
  18. 1bced56 bpo-30530: Update Descriptor How To Documentation (GH-1845) by Mariano Anaya · 7 years ago
  19. 9be4ff3 bpo-30538: Update count() in Functional Programming HOWTO (#1919) by csabella · 7 years ago
  20. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 7 years ago
  21. d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 7 years ago
  22. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  23. 6fde770 Use the correct name for ISO in Unicode HOWTO. (#1312) by Jesse Gonzalez · 7 years ago
  24. 8526fb7 Remove redundant comma in argparse HOWTO (#1141) by Berker Peksag · 7 years ago
  25. 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 7 years ago
  26. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  27. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 8 years ago
  28. 73224c4 Merge by Brett Cannon · 8 years ago
  29. 7e93c84 Grammatical fixes following #d95f19892fd0 by Brett Cannon · 8 years ago
  30. ce042af Merge for porting HOWTO update by Brett Cannon · 8 years ago
  31. 5866719 Update porting HOWTO to drop unicode_literals and mention static type checking by Brett Cannon · 8 years ago
  32. b7880b0 Issue #28820: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  33. 898573a Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 8 years ago
  34. 2fed8cd Issues #28755, #28753: Merge Arg Clinic howto from 3.5 by Martin Panter · 8 years ago
  35. cfa9bad Issue #28755: Improve syntax highlighting in Arg Clinic howto by Martin Panter · 8 years ago
  36. a277c13 Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard. by Martin Panter · 8 years ago
  37. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  38. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  39. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  40. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  41. 99b6f28 Merge doc fixups from 3.5 by Martin Panter · 8 years ago
  42. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  43. 6b571e0 Issue #21590: Silence Sphinx warnings in instrumentation.rst by Berker Peksag · 8 years ago
  44. 0bbf8c0 Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  45. a97cd2e Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  46. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  47. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  48. 8166a5d always use double quotes for SystemTap string literals (closes #28472) by Benjamin Peterson · 8 years ago
  49. 1cb7aaa Issue #27991: Merge from 3.5 by Berker Peksag · 8 years ago
  50. 53ba2d1 Issue #27991: Remove incorrect sentence about store_true by Berker Peksag · 8 years ago
  51. 699e2c9 reST is not markdown by Benjamin Peterson · 8 years ago
  52. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  53. cc85449 clinic: PY_LONG_LONG -> long long by Benjamin Peterson · 8 years ago
  54. d44500c Merge: #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  55. 48de282 #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  56. 48e4bd6 Merge with 3.5 by Zachary Ware · 8 years ago
  57. 54005af Use sys.version_info, not sys.version. by Zachary Ware · 8 years ago
  58. 98cf1e7 Issue #27745: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  59. b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax by Martin Panter · 8 years ago
  60. f03f7c7 Closes #27204: Merge with 3.5 by Zachary Ware · 8 years ago
  61. 378a1d7 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 8 years ago
  62. cde03fa [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  63. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  64. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  65. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  66. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  67. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  68. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  69. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  70. 525a949 Issue #27130: Merge zlib 64-bit fixes from 3.5 by Martin Panter · 8 years ago
  71. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  72. 7577ad3 Issue #27378: Merge from 3.5 by Berker Peksag · 8 years ago
  73. 79af27e Issue #27378: Remove an outdated reference from regex HOWTO by Berker Peksag · 8 years ago
  74. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  75. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  76. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  77. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  78. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  79. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  80. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  81. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  82. c5c43b8 merge by Raymond Hettinger · 8 years ago
  83. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 8 years ago
  84. 9046df0 merge 3.5 (#26827) by Benjamin Peterson · 8 years ago
  85. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 8 years ago
  86. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  87. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  88. 336fc5b Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  89. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  90. c334202 Merged documentation update from 3.5. by Vinay Sajip · 8 years ago
  91. d93a601 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 8 years ago
  92. 5d7286c Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 8 years ago
  93. 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 8 years ago
  94. 81ae89b Merge for issue #26095 by Brett Cannon · 8 years ago
  95. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 8 years ago
  96. f1fc8f9 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  97. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  98. a7f7232 merge with 3.5 by Georg Brandl · 8 years ago
  99. 76b2ee0 Fix typo. by Georg Brandl · 8 years ago
  100. 3902d62 merge with 3.5 by Georg Brandl · 8 years ago