1. 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  2. e1d26f3 Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. by Georg Brandl · 10 years ago
  3. b1847e7 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  4. 36ac510 Closes #22771: "verbose" is unused; deprecate it. by Georg Brandl · 10 years ago
  5. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  6. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  7. 2677fae #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  8. 717e028 #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  9. 9b1b0e5 #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  10. f30132f #22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  11. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  12. f0d2ed7 minor grammar fixes (from docs@python.org) by Georg Brandl · 10 years ago
  13. 4433ff9 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  14. cf7b1ca Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
  15. d9b8dc2 Merge heads by Serhiy Storchaka · 10 years ago
  16. 4659cc0 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  17. 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
  18. 35903c8 Sphinx extension: move imports to the module top by Georg Brandl · 10 years ago
  19. 5aa761d pyporting howto: fix link target by Georg Brandl · 10 years ago
  20. 884217c distutils example: fix invalid rst in description string by Georg Brandl · 10 years ago
  21. 3b4cf55 rstlint: make the "html leaked markup" regex a bit less sensitive by Georg Brandl · 10 years ago
  22. ef08bde minor markup fix: no inline markup is allowed in a module synopsis by Georg Brandl · 10 years ago
  23. 2273b09 rstlint: we do not use svn anymore by Georg Brandl · 10 years ago
  24. 95988f9 rstlint: add more directives we use by Georg Brandl · 10 years ago
  25. eb9106c Doc/contents: avoid false positive in rstlint by Georg Brandl · 10 years ago
  26. f2b5651 rstlint: recognize "deprecated-removed" directive by Georg Brandl · 10 years ago
  27. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  28. ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  29. 5e78f4d Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if by Victor Stinner · 10 years ago
  30. 2acbae8 Issue #22173: Update lib2to3 tests to use unittest test discovery. by Zachary Ware · 10 years ago
  31. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  32. 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
  33. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  34. 9bdcb3b Fixing broken links in doc, part 2: howto/ by Georg Brandl · 10 years ago
  35. 77fe77d Fixing broken links in doc, part 1: faq/ by Georg Brandl · 10 years ago
  36. 728e4de Fix external links to docs.python.org to use internal links instead. by Georg Brandl · 10 years ago
  37. 5e722f6 Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs. by Georg Brandl · 10 years ago
  38. 485922e Update "where is python.org hosted" FAQ. by Georg Brandl · 10 years ago
  39. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  40. 46761ec Use https:// URLs in the HTML templates. by Georg Brandl · 10 years ago
  41. 69a7203 Doc readme: Fix markup, use https:// URLs. by Georg Brandl · 10 years ago
  42. 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
  43. a1f8486 Move HTML templates to their own subdir. by Georg Brandl · 10 years ago
  44. e039029 Move Sphinx extensions to their own subdir. by Georg Brandl · 10 years ago
  45. 9a333a6 Remove a few config values that keep the default values, move values to the correct section by Georg Brandl · 10 years ago
  46. 3fdea95 Remove deprecated and now unnecessary config value from conf.py. by Georg Brandl · 10 years ago
  47. fe85807 Fix link to ABOP install chapter. by Georg Brandl · 10 years ago
  48. ce64ced Fix module name. by Georg Brandl · 10 years ago
  49. 946faa3 Using "-m module" is easier to read and understand than "-mmodule". by Georg Brandl · 10 years ago
  50. 4ab5733 Update Opensolaris advice to OpenCSW instead of defunct Blastwave. by Georg Brandl · 10 years ago
  51. 2b07b0e Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param by Georg Brandl · 10 years ago
  52. c943e79 Remove duplicate bullet point. by Georg Brandl · 10 years ago
  53. e48ec21 Fix typo. by Georg Brandl · 10 years ago
  54. bb2d669 Closes #22736: move seealso to the bottom of the section about RE syntax. by Georg Brandl · 10 years ago
  55. 89c558d Closes #22748: there are no PyString C functions in 3.x. by Georg Brandl · 10 years ago
  56. 01546a8 Closes #22749: remove outdated advice to use clock() for accurate timing. by Georg Brandl · 10 years ago
  57. 75f7490 PYTHONY2K is long gone. Remove traces from the docs and manpage. by Georg Brandl · 10 years ago
  58. 788f2ad #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra. by Ezio Melotti · 10 years ago
  59. 670e8ff #22237: fix patch attribution. by Ezio Melotti · 10 years ago
  60. 9b1e92f #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 10 years ago
  61. 16e7f97 Update OpenSSL version in PCbuild\readme.txt by Zachary Ware · 10 years ago
  62. 3894ae2 Issue #22711: improve links in new distribution docs by Nick Coghlan · 10 years ago
  63. 8b63d3a Issue #22596: support.transient_internet() now also catches by Berker Peksag · 10 years ago
  64. 6d1c149 Issue #22723: Make link styling more accessible. by Berker Peksag · 10 years ago
  65. 2cef300 asyncio doc: fix typo in an example by Victor Stinner · 10 years ago
  66. a9421fb Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 10 years ago
  67. c803bd8 Issue #22695: Fix syntax of open() doc by Victor Stinner · 10 years ago
  68. 4b4ddb2 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 10 years ago
  69. 67503c5 Docs: 'os.pwrite()' needs bytes, not strings by Jesus Cea · 10 years ago
  70. 2514f52 Closes #22675: fix typo. by Georg Brandl · 10 years ago
  71. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  72. 0fc08fd merge 3.3 by Benjamin Peterson · 10 years ago
  73. 9fc59c9 make plural s lowercase by Benjamin Peterson · 10 years ago
  74. 24f0717 Closes #22663: patchcheck: only modify text files under Doc/ by Georg Brandl · 10 years ago
  75. 8e120ac Issue20689: add missing API pieces to __all__ by Ethan Furman · 10 years ago
  76. dd09efd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 10 years ago
  77. f87f515 Issue7186: document that __doc__ is not inherited by subclasses by Ethan Furman · 10 years ago
  78. 838f2c4 #18853: Fix resource warning in shlex's __main__ section. by R David Murray · 10 years ago
  79. 7570cbd #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 10 years ago
  80. 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  81. d696732 Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. by Antoine Pitrou · 10 years ago
  82. baa6d3a Issue #22644: Update the Windows build to OpenSSL 1.0.1j by Zachary Ware · 10 years ago
  83. be16d68 Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not built by Zachary Ware · 10 years ago
  84. baf45c5 Issue #16000: Convert test_curses to use unittest by Zachary Ware · 10 years ago
  85. 16c41ab Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
  86. cd56736 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 10 years ago
  87. 9a6f8e1 Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 10 years ago
  88. fa50216 Merge 3.3 by Benjamin Peterson · 10 years ago
  89. 380ec63 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 10 years ago
  90. b6dc9b7 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
  91. c966103 merge heads by Benjamin Peterson · 10 years ago
  92. 3f9f612 merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  93. 4d85689 test is cpython only by Benjamin Peterson · 10 years ago
  94. 7f314ed asyncio doc: write simpler examples to introduce asyncio by Victor Stinner · 10 years ago
  95. 9c422f3 merge 3.3 by Benjamin Peterson · 10 years ago
  96. 1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) by Benjamin Peterson · 10 years ago
  97. 60d7a73 Merge 3.3 by Benjamin Peterson · 10 years ago
  98. c0e64f5 make sure length is unsigned by Benjamin Peterson · 10 years ago
  99. 1cbb3fe merge 3.3 (#22643) by Benjamin Peterson · 10 years ago
  100. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago