1. c216c48 Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler by Nick Coghlan · 10 years ago
  2. f4f314b Issue #22845: Improved formatting of dis documentation. by Serhiy Storchaka · 10 years ago
  3. f751a9e Issue #22845: Improved formatting of dis documentation. by Serhiy Storchaka · 10 years ago
  4. 731a153 Issue #22839: Fix Snapshot.statistics() link. by Berker Peksag · 10 years ago
  5. 4900877 Issue #22839: Fix Snapshot.statistics() link. by Berker Peksag · 10 years ago
  6. ad446d5 Issue #22578: Added attributes to the re.error class. by Serhiy Storchaka · 10 years ago
  7. 39e4c4d Issue #21650: Add an `--sort-keys` option to json.tool CLI. by Berker Peksag · 10 years ago
  8. ffd842e Issue #22824: Updated reprlib output format for sets to use set literals. by Raymond Hettinger · 10 years ago
  9. 87fc6f5 merge by Raymond Hettinger · 10 years ago
  10. 86e9b6b Issue 22830: Clarify docs for functools.cmp_to_key(). by Raymond Hettinger · 10 years ago
  11. df1b699 Issue #22823: Use set literals instead of creating a set from a list by Raymond Hettinger · 10 years ago
  12. bf764a1 Issue #22695: Fix rendering of the deprecated-removed role in HTML. by Berker Peksag · 10 years ago
  13. eb1a3cd Issue #22695: Fix rendering of the deprecated-removed role in HTML. by Berker Peksag · 10 years ago
  14. ea07bd2 Issue #22808: Link to the correct time method in BaseEventLoop.call_at(). by Berker Peksag · 10 years ago
  15. b556399 Issue #22808: Link to the correct time method in BaseEventLoop.call_at(). by Berker Peksag · 10 years ago
  16. d0c4ef1 Issue #22242: Try to make some import-related loader details clearer. by Brett Cannon · 10 years ago
  17. 2ac09cb merge by Raymond Hettinger · 10 years ago
  18. dc69e03 Issue 22803: Add missing versionadded directive. by Raymond Hettinger · 10 years ago
  19. e6e54ab merge with 3.4 by Georg Brandl · 10 years ago
  20. b9b389e Closes #22525: clarify documentation for ast.literal_eval(). by Georg Brandl · 10 years ago
  21. bf2bda3 Close #22457: Honour load_tests in the start_dir of discovery. by Robert Collins · 10 years ago
  22. 4a358de context has been backported so fix versionchanged by Benjamin Peterson · 10 years ago
  23. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
  24. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  25. 030dbb9 merge 3.4 by Benjamin Peterson · 10 years ago
  26. a5c9c37 wrap by Benjamin Peterson · 10 years ago
  27. c58e3a4 Merge asyncio doc English phrasing fix. by R David Murray · 10 years ago
  28. 64f10d4 Reflow paragraph. by R David Murray · 10 years ago
  29. 3ca68e7 Fix English phrasing. by R David Murray · 10 years ago
  30. c1ded29 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
  31. e5cf486 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
  32. 8be6fac standardize Enum docs by referring to 'special methods' instead of __dunder__ methods by Ethan Furman · 10 years ago
  33. 8f791d3 Issue #6623: Remove deprecated Netrc class in the ftplib module. by Berker Peksag · 10 years ago
  34. 8906f14 issue22780: update NotImplemented description by Ethan Furman · 10 years ago
  35. 455de40 merge with 3.4 by Georg Brandl · 10 years ago
  36. 36ac510 Closes #22771: "verbose" is unused; deprecate it. by Georg Brandl · 10 years ago
  37. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  38. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  39. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  40. 2677fae #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  41. 717e028 #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  42. 9b1b0e5 #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  43. f30132f #22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  44. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  45. fe98180 merge with 3.4 by Georg Brandl · 10 years ago
  46. f0d2ed7 minor grammar fixes (from docs@python.org) by Georg Brandl · 10 years ago
  47. db3f318 Doc: updadate suspicious ignore rules by Georg Brandl · 10 years ago
  48. 4433ff9 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  49. 7ad3df6 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  50. e075f16 merge with 3.4 by Georg Brandl · 10 years ago
  51. 35903c8 Sphinx extension: move imports to the module top by Georg Brandl · 10 years ago
  52. dbbc3a9 merge with 3.4 by Georg Brandl · 10 years ago
  53. 5aa761d pyporting howto: fix link target by Georg Brandl · 10 years ago
  54. c876cec merge with 3.4 by Georg Brandl · 10 years ago
  55. 884217c distutils example: fix invalid rst in description string by Georg Brandl · 10 years ago
  56. 55c2ae8 merge with 3.4 by Georg Brandl · 10 years ago
  57. 3b4cf55 rstlint: make the "html leaked markup" regex a bit less sensitive by Georg Brandl · 10 years ago
  58. 0b452c1 merge with 3.4 by Georg Brandl · 10 years ago
  59. ef08bde minor markup fix: no inline markup is allowed in a module synopsis by Georg Brandl · 10 years ago
  60. 9ac894a merge with 3.4 by Georg Brandl · 10 years ago
  61. 2273b09 rstlint: we do not use svn anymore by Georg Brandl · 10 years ago
  62. 759a02c merge with 3.4 by Georg Brandl · 10 years ago
  63. 95988f9 rstlint: add more directives we use by Georg Brandl · 10 years ago
  64. 4f8e2a9 merge with 3.4 by Georg Brandl · 10 years ago
  65. eb9106c Doc/contents: avoid false positive in rstlint by Georg Brandl · 10 years ago
  66. dd6b84d merge with 3.4 by Georg Brandl · 10 years ago
  67. f2b5651 rstlint: recognize "deprecated-removed" directive by Georg Brandl · 10 years ago
  68. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  69. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  70. 659dd62 Close #7559: ImportError when loading a test now shown as ImportError. by Robert Collins · 10 years ago
  71. bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
  72. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  73. 0ef4966 linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again). by Georg Brandl · 10 years ago
  74. 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
  75. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  76. 9bdcb3b Fixing broken links in doc, part 2: howto/ by Georg Brandl · 10 years ago
  77. 77fe77d Fixing broken links in doc, part 1: faq/ by Georg Brandl · 10 years ago
  78. 9e67d80 merge with 3.4 by Georg Brandl · 10 years ago
  79. 728e4de Fix external links to docs.python.org to use internal links instead. by Georg Brandl · 10 years ago
  80. b425891 merge with 3.4 by Georg Brandl · 10 years ago
  81. 5e722f6 Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs. by Georg Brandl · 10 years ago
  82. d64fa1e merge with 3.4 by Georg Brandl · 10 years ago
  83. 485922e Update "where is python.org hosted" FAQ. by Georg Brandl · 10 years ago
  84. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  85. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  86. 46761ec Use https:// URLs in the HTML templates. by Georg Brandl · 10 years ago
  87. 69a7203 Doc readme: Fix markup, use https:// URLs. by Georg Brandl · 10 years ago
  88. 347c3f6 merge with 3.4 by Georg Brandl · 10 years ago
  89. 9ab33ea Adjust the author field of the .tex files to reflect that docs are now maintained by all of us by Georg Brandl · 10 years ago
  90. 76c49a2 merge with 3.4 by Georg Brandl · 10 years ago
  91. a1f8486 Move HTML templates to their own subdir. by Georg Brandl · 10 years ago
  92. d51c1a1 merge with 3.4 by Georg Brandl · 10 years ago
  93. e039029 Move Sphinx extensions to their own subdir. by Georg Brandl · 10 years ago
  94. fa7a295 merge with 3.4 by Georg Brandl · 10 years ago
  95. 9a333a6 Remove a few config values that keep the default values, move values to the correct section by Georg Brandl · 10 years ago
  96. 1cf8a0a merge with 3.4 by Georg Brandl · 10 years ago
  97. 3fdea95 Remove deprecated and now unnecessary config value from conf.py. by Georg Brandl · 10 years ago
  98. 796fe2c merge with 3.4 by Georg Brandl · 10 years ago
  99. fe85807 Fix link to ABOP install chapter. by Georg Brandl · 10 years ago
  100. 9808f73 merge with 3.4 by Georg Brandl · 10 years ago