1. 6265842 correct documentation for enum.html (#358) by Kartik Anand · 8 years ago
  2. 81788e9 Add the mention-bot configuration file (GH-352) by Donald Stufft · 8 years ago
  3. 267b9d2 bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231) by Xiang Zhang · 8 years ago
  4. 7c8b3fa README: move TOC to top (GH-355) by INADA Naoki · 8 years ago
  5. 6db764a README: Use h3 headings for build sections, and add TOC (GH-64) by Evan Klitzke · 8 years ago
  6. ecf39bb bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) by Xiang Zhang · 8 years ago
  7. 370f7a9 bpo-24241: Add versionchanged directive to the documentation (#342) by Berker Peksag · 8 years ago
  8. a862812 Use "Contributed by ..." style in whatsnew/3.7.rst (#339) by Berker Peksag · 8 years ago
  9. 091b84f Asyncio documentation: remove `self` from method signatures (GH-334) by Mariatta · 8 years ago
  10. f669fff fix minor bug in pymalloc. (#335) by INADA Naoki · 8 years ago
  11. 210d6a9 bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332) by Xiang Zhang · 8 years ago
  12. f3a9fab bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236) by Xiang Zhang · 8 years ago
  13. 1f5639c bpo-26184: import.rst: Improve versionchanged note (GH-325) by Mariatta · 8 years ago
  14. d5c11f7 bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) by Sayan Chowdhury · 8 years ago
  15. 6b4a5f4 bpo-26184: import.rst: Improve versionchanged note (GH-277) by Mariatta · 8 years ago
  16. fe70d92 bpo-29121: Remove outdated documentation about transactions (#313) by Berker Peksag · 8 years ago
  17. ed6795e bpo-22594: Add a link to the regex module in re documentation (GH-241) by Marco Buttu · 8 years ago
  18. 4a926ca bpo-28518: Start a transaction implicitly before a DML statement (#245) by Berker Peksag · 8 years ago
  19. 46ce759 bpo-29648: import.rst: Add reference to create_module() (GH-290) by Marco Buttu · 8 years ago
  20. 5dc33ee bpo-29110: add test for Aifc_write. (GH-293) by INADA Naoki · 8 years ago
  21. 5aa3856 bpo-28961: Address my comments from earlier code review (#305) by Berker Peksag · 8 years ago
  22. 160edb4 bpo-29655: Fixed possible reference leaks in `import *`. (#301) by Matthias Bussonnier · 8 years ago
  23. 53c1892 Fix small typos in introduction and datastructures of tutorial (GH-272) by Jim Fasarakis-Hilliard · 8 years ago
  24. 6329aea README.rst: Change the devguide url to docs.python.org/devguide (GH-295) by Mariatta · 8 years ago
  25. e32ec93 README.rst: List out relevant links to the project (#283) by Mariatta · 8 years ago
  26. ae160bb bpo-26128: Added __init__to subprocess.STARTUPINFO (#171) by Subhendu Ghosh · 8 years ago
  27. 21024f0 bpo-16285: Update urllib quoting to RFC 3986 (#173) by Ratnadeep Debnath · 8 years ago
  28. 140792b bpo-29644: suppress subprocess output from webbrowser (#289) by Nick Coghlan · 8 years ago
  29. 56a8ecc bpo-24241: Add dedicated webbrowser.register test case (#288) by Nick Coghlan · 8 years ago
  30. e3ce695 bpo-24241: Improve preferred webbrowser handling (#85) by David Steele · 8 years ago
  31. e3bf4cd bpo-28929: Add to Misc/NEWS (GH-112) by Mariatta · 8 years ago
  32. 132ac38 Fix small typos in expressions.rst (GH-276) by Jim Fasarakis-Hilliard · 8 years ago
  33. fba79dc bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) by Barry Warsaw · 8 years ago
  34. 365cb5b bpo-28556: Fix regression that sneaked into recent typing updates (GH-270) by Ivan Levkivskyi · 8 years ago
  35. 6059ce4 bpo-27788 : synchronise platform.py version number (#246) by Matthias Bussonnier · 8 years ago
  36. 41cea70 bpo-29637: clean docstring only if not None (GH-267) by Matthias Bussonnier · 8 years ago
  37. 357bad7 bpo-29634: Reduce deque repeat execution when maxlen exist and size is not 1 (#255) (#255) by Louie Lu · 8 years ago
  38. abb3b8a Update to typing: treat subscripted generics as proxies (#265) by Ivan Levkivskyi · 8 years ago
  39. 1aceb02 bpo-29624: Adds purge step and layout test after uploading files. (#258) by Steve Dower · 8 years ago
  40. 4c78c52 bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249) by INADA Naoki · 8 years ago
  41. 561ca80 Document why functools.partial() must copy kwargs (#253) by Victor Stinner · 8 years ago
  42. 324c5d8 bpo-28911: Clarify the behaviour of assert_called_once_with. (#251) by Arne de Laat · 8 years ago
  43. d7e6433 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#51) by Martijn Pieters · 8 years ago
  44. 2771304 mark various test data binary (#233) by Benjamin Peterson · 8 years ago
  45. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 8 years ago
  46. 1bc1564 bpo-29546: Improve from-import error message with location (#103) by Matthias Bussonnier · 8 years ago
  47. d37c068 Add sockaddr_alg to sock_addr_t (#234) by Christian Heimes · 8 years ago
  48. 03f68b6 bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. (GH-162) by Anthony Zhang · 8 years ago
  49. 0899b98 bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) by Matthias Bussonnier · 8 years ago
  50. 4cee049 bpo-27660: remove unnecessary overflow checks in list_resize (GH-189) by Xiang Zhang · 8 years ago
  51. 3e8d6cb bpo-29509: skip redundant intern (GH-197) by INADA Naoki · 8 years ago
  52. 3a9ac82 bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202) by Matthieu Dartiailh · 8 years ago
  53. fb8fe72 doc: fix compile error on "shoddy" example extension (GH-215) by INADA Naoki · 8 years ago
  54. 2c700af .gitattribute -> .gitattributes (GH-213) by INADA Naoki · 8 years ago
  55. 3f3d036 Reduce conflict on Misc/NEWS (GH-212) by INADA Naoki · 8 years ago
  56. 32e8f9b bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) by Jim Fasarakis-Hilliard · 8 years ago
  57. 8fb1f6e bpo-29554: Improve docs for pstat module and profile. (#88) by Matthias Bussonnier · 8 years ago
  58. 112ec38 bpo-29602: fix signed zero handling in complex constructor. (#203) by Mark Dickinson · 8 years ago
  59. 1b8df10 bpo-24274: fix erroneous comment in dictobject.c (GH-196) by INADA Naoki · 8 years ago
  60. c086685 README: OS X -> macOS (GH-55) by Paul Schreiber · 8 years ago
  61. 9639e4a bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190) by Serhiy Storchaka · 8 years ago
  62. d0e8212 bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) by Xiang Zhang · 8 years ago
  63. e395c4d bpo-29520: doc: add missing dot (GH-182) by INADA Naoki · 8 years ago
  64. a86339b Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) by Vinay Sajip · 8 years ago
  65. 3eea8c6 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-165) by INADA Naoki · 8 years ago
  66. d4d4874 Tweak PEP 519 documentation in stdlib (#163) by Berker Peksag · 8 years ago
  67. 52a7e92 bpo-29579: Removes readme.txt from the installer. (#160) by Steve Dower · 8 years ago
  68. 8c130d7 bpo-22807: Expose platform UUID generation safety information. (#138) by Barry Warsaw · 8 years ago
  69. ace5c0f bpo-29571: Use correct locale encoding in test_re (#149) by Nick Coghlan · 8 years ago
  70. 1b3d88e Make devguide link in README more prominent (#145) by Nick Coghlan · 8 years ago
  71. b2ee40e Change some mercurial/ hg.python.org references. (#8) by Senthil Kumaran · 8 years ago
  72. 9764c15 update test_socket AEAD test for kernel 4.9 and up (#133) by matejcik · 8 years ago
  73. 23557d5 bpo-29026: Clarify documentation of time.time (#34) by Eric Appelt · 8 years ago
  74. 1d4601c bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32) by Matthias Bussonnier · 8 years ago
  75. 72dccde bpo-29548: Fix some inefficient call API usage (GH-97) by INADA Naoki · 8 years ago
  76. 72e81d0 bpo-29556: Remove unused #include <langinfo.h> (#98) by Yen Chi Hsuan · 8 years ago
  77. 85064db bpo-29521 update Misc/ACKS (#106) by Mariatta · 8 years ago
  78. b3f1f59 Rename Doc/README.txt to Doc/README.rst and add formatting (#104) by Roger · 8 years ago
  79. 91b0e7d Doc/Makefile: set PYTHON to python3 (#124) by Victor Stinner · 8 years ago
  80. 5325197 More Travis docs build tweaks (GH-113) by Zachary Ware · 8 years ago
  81. 36da1c3 bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107) by Mariatta · 8 years ago
  82. f15fa87 Update URL of Mersenne Twister Home Page (#20) by Hiroki Noda · 8 years ago
  83. 984eef7 Only run Travis tests on master and X.Y branches (GH-102) by Donald Stufft · 8 years ago
  84. b52260d Have Travis consider a pull request as passing as soon as required tests complete (#101) by Brett Cannon · 8 years ago
  85. bc4bed4 bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91) by Matthias Bussonnier · 8 years ago
  86. 5ec08ce Remove double definition of IPPROTO_IPV6 (#100) by Maximilian Hils · 8 years ago
  87. 6de2b78 bpo-29557: Remove ambiguous line in binhex docs (#90) by David Wilemski · 8 years ago
  88. 996c387 Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for Andrew Nester. (#99) by Mark Dickinson · 8 years ago
  89. 6d1dece Fixed #29534 - _decimal difference with _pydecimal (#65) by Andrew Nester · 8 years ago
  90. c33ee85 Use 'make check' instead of 'python3 tools/rstlint.py' (#96) by Berker Peksag · 8 years ago
  91. 157c0b8 Only run CI checks when appropriate files have changed (#74) by Berker Peksag · 8 years ago
  92. 22ba52b Tweak .codedoc.yml to make it more useful (#71) by Berker Peksag · 8 years ago
  93. d50f188 Various updates to README.rst (#21) by Zachary Ware · 8 years ago
  94. b692dc8 bpo-28556: Various updates to typing (#28) by Ivan Levkivskyi · 8 years ago
  95. 3cdbd68 A few README tweaks (#73) by Ned Batchelder · 8 years ago
  96. c9b62b4 Add Travis CI and Codecov badges to README (#70) by Victor Stinner · 8 years ago
  97. 2b50186 Travis CI: run rstlint.py in the docs job (#68) by Victor Stinner · 8 years ago
  98. 3d707be bpo-29521 Fix two minor documentation build warnings (#41) by Jim DeLaHunt · 8 years ago
  99. 649a7ca Allow up to a 0.01% drop in coverage (#30) by Zachary Ware · 8 years ago
  100. 61e2bc7 bpo-29176: Fix name of the _curses.window class (#52) by Victor Stinner · 8 years ago