1. c086685 README: OS X -> macOS (GH-55) by Paul Schreiber · 8 years ago
  2. 9639e4a bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190) by Serhiy Storchaka · 8 years ago
  3. d0e8212 bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) by Xiang Zhang · 8 years ago
  4. e395c4d bpo-29520: doc: add missing dot (GH-182) by INADA Naoki · 8 years ago
  5. a86339b Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) by Vinay Sajip · 8 years ago
  6. 3eea8c6 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-165) by INADA Naoki · 8 years ago
  7. d4d4874 Tweak PEP 519 documentation in stdlib (#163) by Berker Peksag · 8 years ago
  8. 52a7e92 bpo-29579: Removes readme.txt from the installer. (#160) by Steve Dower · 8 years ago
  9. 8c130d7 bpo-22807: Expose platform UUID generation safety information. (#138) by Barry Warsaw · 8 years ago
  10. ace5c0f bpo-29571: Use correct locale encoding in test_re (#149) by Nick Coghlan · 8 years ago
  11. 1b3d88e Make devguide link in README more prominent (#145) by Nick Coghlan · 8 years ago
  12. b2ee40e Change some mercurial/ hg.python.org references. (#8) by Senthil Kumaran · 8 years ago
  13. 9764c15 update test_socket AEAD test for kernel 4.9 and up (#133) by matejcik · 8 years ago
  14. 23557d5 bpo-29026: Clarify documentation of time.time (#34) by Eric Appelt · 8 years ago
  15. 1d4601c bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32) by Matthias Bussonnier · 8 years ago
  16. 72dccde bpo-29548: Fix some inefficient call API usage (GH-97) by INADA Naoki · 8 years ago
  17. 72e81d0 bpo-29556: Remove unused #include <langinfo.h> (#98) by Yen Chi Hsuan · 8 years ago
  18. 85064db bpo-29521 update Misc/ACKS (#106) by Mariatta · 8 years ago
  19. b3f1f59 Rename Doc/README.txt to Doc/README.rst and add formatting (#104) by Roger · 8 years ago
  20. 91b0e7d Doc/Makefile: set PYTHON to python3 (#124) by Victor Stinner · 8 years ago
  21. 5325197 More Travis docs build tweaks (GH-113) by Zachary Ware · 8 years ago
  22. 36da1c3 bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107) by Mariatta · 8 years ago
  23. f15fa87 Update URL of Mersenne Twister Home Page (#20) by Hiroki Noda · 8 years ago
  24. 984eef7 Only run Travis tests on master and X.Y branches (GH-102) by Donald Stufft · 8 years ago
  25. b52260d Have Travis consider a pull request as passing as soon as required tests complete (#101) by Brett Cannon · 8 years ago
  26. bc4bed4 bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91) by Matthias Bussonnier · 8 years ago
  27. 5ec08ce Remove double definition of IPPROTO_IPV6 (#100) by Maximilian Hils · 8 years ago
  28. 6de2b78 bpo-29557: Remove ambiguous line in binhex docs (#90) by David Wilemski · 8 years ago
  29. 996c387 Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for Andrew Nester. (#99) by Mark Dickinson · 8 years ago
  30. 6d1dece Fixed #29534 - _decimal difference with _pydecimal (#65) by Andrew Nester · 8 years ago
  31. c33ee85 Use 'make check' instead of 'python3 tools/rstlint.py' (#96) by Berker Peksag · 8 years ago
  32. 157c0b8 Only run CI checks when appropriate files have changed (#74) by Berker Peksag · 8 years ago
  33. 22ba52b Tweak .codedoc.yml to make it more useful (#71) by Berker Peksag · 8 years ago
  34. d50f188 Various updates to README.rst (#21) by Zachary Ware · 8 years ago
  35. b692dc8 bpo-28556: Various updates to typing (#28) by Ivan Levkivskyi · 8 years ago
  36. 3cdbd68 A few README tweaks (#73) by Ned Batchelder · 8 years ago
  37. c9b62b4 Add Travis CI and Codecov badges to README (#70) by Victor Stinner · 8 years ago
  38. 2b50186 Travis CI: run rstlint.py in the docs job (#68) by Victor Stinner · 8 years ago
  39. 3d707be bpo-29521 Fix two minor documentation build warnings (#41) by Jim DeLaHunt · 8 years ago
  40. 649a7ca Allow up to a 0.01% drop in coverage (#30) by Zachary Ware · 8 years ago
  41. 61e2bc7 bpo-29176: Fix name of the _curses.window class (#52) by Victor Stinner · 8 years ago
  42. baf7bb3 getpass: update docstrings (#49) by MRMillon · 8 years ago
  43. d4a97d8 bpo-28929: Link the documentation to its source file on GitHub (#35) by Mariatta · 8 years ago
  44. c22bfaa bpo-29524: Add Objects/call.c file (#12) by Victor Stinner · 8 years ago
  45. 3110a37 bpo-29474: Improve documentation for weakref.WeakValueDictionary (#10) by Mariatta · 8 years ago
  46. af88e7e bpo-27122: Fix comment to point to correct issue number (#47) by Nathaniel J. Smith · 8 years ago
  47. 2294f3a bpo-29438: fixed use-after-free in key sharing dict (#17) by INADA Naoki · 8 years ago
  48. e7ffb99 Fix some sphinx warnings (#9) by Ryan Gonzalez · 8 years ago
  49. 29896ad Make Travis docs build more lenient (#16) by Zachary Ware · 8 years ago
  50. d783b01 Rename README to README.rst and enhance formatting (#2) by Victor Stinner · 8 years ago
  51. 4538ddc Fix bpo-29528 Use a secure variable to stop spam (#13) by Donald Stufft · 8 years ago
  52. 0d5f110 Don't treat warnings as error in Travis docs job (#7) by Victor Stinner · 8 years ago
  53. 79ab8be Support "bpo-" in Misc/NEWS (#1) by Brett Cannon · 8 years ago
  54. f6516af Fix formatting issue with Codecov badge by Brett Cannon · 8 years ago
  55. aa2a621 Add the Codecov badge for master by Brett Cannon · 8 years ago
  56. 3f9339b Add a Travis badge for the master branch by Brett Cannon · 8 years ago
  57. 3481857 Add a codecov configuration file by Brett Cannon · 8 years ago
  58. bb09c86 Add a Travis configuration file by Brett Cannon · 8 years ago
  59. 6f0eb93 Delete old pull request template by Brett Cannon · 8 years ago
  60. 0c71982 Add a CONTRIBUTING file by Brett Cannon · 8 years ago
  61. d2306ce Backed out changeset f23fa1f7b68f by Victor Stinner · 8 years ago
  62. 766af55 Issue #29465: Add Objects/call.c file by Victor Stinner · 8 years ago
  63. 109a9fe Merge 3.6 by Victor Stinner · 8 years ago
  64. 2a35c93 Fix test_datetime on Windows by Victor Stinner · 8 years ago
  65. 07547cd Merge 3.6 by Victor Stinner · 8 years ago
  66. 6f37e36 Fix test_datetime on system with 32-bit time_t by Victor Stinner · 8 years ago
  67. 05e218c Merge 3.6 by Victor Stinner · 8 years ago
  68. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 8 years ago
  69. 40ee824 Merge 3.6 (fix #29519) by Łukasz Langa · 8 years ago
  70. 57fe245 Merge 3.5 (fix #29519) by Łukasz Langa · 8 years ago
  71. 9cd7e17 Fix #29519: weakref spewing exceptions during interp finalization by Łukasz Langa · 8 years ago
  72. e5f2cc6 merge 3.6 by Benjamin Peterson · 8 years ago
  73. 35a1f7f massage English for -X descriptions a bit by Benjamin Peterson · 8 years ago
  74. fe4ff83 Issue #29507: Fix _PyObject_CallFunctionVa() by Victor Stinner · 8 years ago
  75. 331bbe6 Issue #29507: Update test_exceptions by Victor Stinner · 8 years ago
  76. 516b981 Optimize slots: avoid temporary PyMethodObject by Victor Stinner · 8 years ago
  77. c42c655 Null merge by Serhiy Storchaka · 8 years ago
  78. 095ef73 Issue #29513: Fix outdated comment and remove redundand code is os.scandir(). by Serhiy Storchaka · 8 years ago
  79. d43ab05 Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. by Serhiy Storchaka · 8 years ago
  80. c7a24a7 Merge issue #26355 fix from 3.6 by Nick Coghlan · 8 years ago
  81. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 8 years ago
  82. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 8 years ago
  83. 12c5838 Fix PyCFunction_Call() performance issue by Victor Stinner · 8 years ago
  84. 3722f1f support: temp_dir() and change_cwd() uses repr() in error message by Victor Stinner · 8 years ago
  85. 620580f Fix refleaks if Py_EnterRecursiveCall() fails by Victor Stinner · 8 years ago
  86. 17a63e2 Fix regrtest -j0 -R output by Victor Stinner · 8 years ago
  87. 04054d9 Update test_support for my temp_dir/change_cwd changes by Victor Stinner · 8 years ago
  88. edb4881 support: add more info on temp_dir() and change_cwd() failure by Victor Stinner · 8 years ago
  89. 7399a05 Issue #29306: Fix usage of Py_EnterRecursiveCall() by Victor Stinner · 8 years ago
  90. ee0ee9a Issue #29441: Merge from 3.6 by Berker Peksag · 8 years ago
  91. 0885076 Issue #29441: Merge from 3.5 by Berker Peksag · 8 years ago
  92. f592867 Issue #29441: Update examples to use async and await keywords in asyncio-task.rst by Berker Peksag · 8 years ago
  93. 189413d Issue #29314: Merge with 3.6 by Mariatta Wijaya · 8 years ago
  94. 6138432 Issue #29314: Merge with 3.5 by Mariatta Wijaya · 8 years ago
  95. 4e7ff8b Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning by Mariatta Wijaya · 8 years ago
  96. 743376f Issue #29371: merge with 3.6 by Mariatta Wijaya · 8 years ago
  97. e39262c Issue #29371: merge with 3.5 by Mariatta Wijaya · 8 years ago
  98. 81b8977 Issue #29371: Clarify bitwise OR operation in doctest option flags. by Mariatta Wijaya · 8 years ago
  99. 18d2c93 Issue #28164: Improves test on Windows 7 by Steve Dower · 8 years ago
  100. 2dfa6cb Issue #28164: Improves test on Windows 7 by Steve Dower · 8 years ago