1. 8be6fac standardize Enum docs by referring to 'special methods' instead of __dunder__ methods by Ethan Furman · 10 years ago
  2. 8912270 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  3. 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  4. 8f791d3 Issue #6623: Remove deprecated Netrc class in the ftplib module. by Berker Peksag · 10 years ago
  5. 8906f14 issue22780: update NotImplemented description by Ethan Furman · 10 years ago
  6. b8fa289 merge with 3.4 by Georg Brandl · 10 years ago
  7. e1d26f3 Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. by Georg Brandl · 10 years ago
  8. 8f60c0e Null merge by Serhiy Storchaka · 10 years ago
  9. b1847e7 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  10. 4b8f894 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  11. 455de40 merge with 3.4 by Georg Brandl · 10 years ago
  12. 36ac510 Closes #22771: "verbose" is unused; deprecate it. by Georg Brandl · 10 years ago
  13. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  14. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  15. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  16. 2677fae #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  17. 717e028 #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  18. 9b1b0e5 #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  19. f30132f #22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  20. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  21. fe98180 merge with 3.4 by Georg Brandl · 10 years ago
  22. f0d2ed7 minor grammar fixes (from docs@python.org) by Georg Brandl · 10 years ago
  23. db3f318 Doc: updadate suspicious ignore rules by Georg Brandl · 10 years ago
  24. 2ae7d68 merge with 3.4 by Georg Brandl · 10 years ago
  25. 4433ff9 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  26. 7ad3df6 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  27. 3bf7a6c Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
  28. cf7b1ca Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
  29. 92f56a8 Null merge by Serhiy Storchaka · 10 years ago
  30. d9b8dc2 Merge heads by Serhiy Storchaka · 10 years ago
  31. 7cc0a1f Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  32. 4659cc0 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  33. c689101 Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. by Antoine Pitrou · 10 years ago
  34. 2b2852b Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. by Antoine Pitrou · 10 years ago
  35. e075f16 merge with 3.4 by Georg Brandl · 10 years ago
  36. 35903c8 Sphinx extension: move imports to the module top by Georg Brandl · 10 years ago
  37. dbbc3a9 merge with 3.4 by Georg Brandl · 10 years ago
  38. 5aa761d pyporting howto: fix link target by Georg Brandl · 10 years ago
  39. c876cec merge with 3.4 by Georg Brandl · 10 years ago
  40. 884217c distutils example: fix invalid rst in description string by Georg Brandl · 10 years ago
  41. 55c2ae8 merge with 3.4 by Georg Brandl · 10 years ago
  42. 3b4cf55 rstlint: make the "html leaked markup" regex a bit less sensitive by Georg Brandl · 10 years ago
  43. 0b452c1 merge with 3.4 by Georg Brandl · 10 years ago
  44. ef08bde minor markup fix: no inline markup is allowed in a module synopsis by Georg Brandl · 10 years ago
  45. 9ac894a merge with 3.4 by Georg Brandl · 10 years ago
  46. 2273b09 rstlint: we do not use svn anymore by Georg Brandl · 10 years ago
  47. 759a02c merge with 3.4 by Georg Brandl · 10 years ago
  48. 95988f9 rstlint: add more directives we use by Georg Brandl · 10 years ago
  49. 4f8e2a9 merge with 3.4 by Georg Brandl · 10 years ago
  50. eb9106c Doc/contents: avoid false positive in rstlint by Georg Brandl · 10 years ago
  51. dd6b84d merge with 3.4 by Georg Brandl · 10 years ago
  52. f2b5651 rstlint: recognize "deprecated-removed" directive by Georg Brandl · 10 years ago
  53. bbf3a40 merge with 3.4 by Georg Brandl · 10 years ago
  54. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  55. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  56. aea7f4a Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  57. ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  58. 3188f82 (Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if by Victor Stinner · 10 years ago
  59. 5e78f4d Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if by Victor Stinner · 10 years ago
  60. 51a4370 Issue #22217: Implemented reprs of classes in the zipfile module. by Serhiy Storchaka · 10 years ago
  61. 659dd62 Close #7559: ImportError when loading a test now shown as ImportError. by Robert Collins · 10 years ago
  62. c134584 Close #22756: Improve the test output for some assertEqual tests. by Robert Collins · 10 years ago
  63. 3b6bd64 Merge two Tests sections of the current NEWS. by Zachary Ware · 10 years ago
  64. 0f26a3a Closes #22173: Merge with 3.4 by Zachary Ware · 10 years ago
  65. 2acbae8 Issue #22173: Update lib2to3 tests to use unittest test discovery. by Zachary Ware · 10 years ago
  66. 55e614a Issue #11957: Explicit parameter name when calling re.split() and re.sub() by Victor Stinner · 10 years ago
  67. bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
  68. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  69. 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
  70. 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
  71. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  72. 9bdcb3b Fixing broken links in doc, part 2: howto/ by Georg Brandl · 10 years ago
  73. 77fe77d Fixing broken links in doc, part 1: faq/ by Georg Brandl · 10 years ago
  74. 9e67d80 merge with 3.4 by Georg Brandl · 10 years ago
  75. 728e4de Fix external links to docs.python.org to use internal links instead. by Georg Brandl · 10 years ago
  76. b425891 merge with 3.4 by Georg Brandl · 10 years ago
  77. 5e722f6 Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs. by Georg Brandl · 10 years ago
  78. d64fa1e merge with 3.4 by Georg Brandl · 10 years ago
  79. 485922e Update "where is python.org hosted" FAQ. by Georg Brandl · 10 years ago
  80. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  81. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  82. 46761ec Use https:// URLs in the HTML templates. by Georg Brandl · 10 years ago
  83. 69a7203 Doc readme: Fix markup, use https:// URLs. by Georg Brandl · 10 years ago
  84. 347c3f6 merge with 3.4 by Georg Brandl · 10 years ago
  85. 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
  86. 76c49a2 merge with 3.4 by Georg Brandl · 10 years ago
  87. a1f8486 Move HTML templates to their own subdir. by Georg Brandl · 10 years ago
  88. d51c1a1 merge with 3.4 by Georg Brandl · 10 years ago
  89. e039029 Move Sphinx extensions to their own subdir. by Georg Brandl · 10 years ago
  90. fa7a295 merge with 3.4 by Georg Brandl · 10 years ago
  91. 9a333a6 Remove a few config values that keep the default values, move values to the correct section by Georg Brandl · 10 years ago
  92. 1cf8a0a merge with 3.4 by Georg Brandl · 10 years ago
  93. 3fdea95 Remove deprecated and now unnecessary config value from conf.py. by Georg Brandl · 10 years ago
  94. 796fe2c merge with 3.4 by Georg Brandl · 10 years ago
  95. fe85807 Fix link to ABOP install chapter. by Georg Brandl · 10 years ago
  96. 9808f73 merge with 3.4 by Georg Brandl · 10 years ago
  97. ce64ced Fix module name. by Georg Brandl · 10 years ago
  98. cf3e788 merge with 3.4 by Georg Brandl · 10 years ago
  99. 946faa3 Using "-m module" is easier to read and understand than "-mmodule". by Georg Brandl · 10 years ago
  100. bc40df9 merge with 3.4 by Georg Brandl · 10 years ago