1. 577e1f8 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  2. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  3. b900939 _PyFunction_FastCallDict() supports keyword args by Victor Stinner · 8 years ago
  4. 559bb6a Rename _PyObject_FastCall() to _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  5. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  6. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  7. 8fbab9f Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  8. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  9. 8a31c82 Fix PyObject_Call() parameter names by Victor Stinner · 8 years ago
  10. 9be7e7b Add _PyObject_FastCall() by Victor Stinner · 8 years ago
  11. ac7974f Start 3.6.0bb1 by Ned Deily · 8 years ago
  12. b87d600 Version bump for 3.6.0a4 by Ned Deily · 8 years ago
  13. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 8 years ago
  14. 6349612 Issue #10910: merge from 3.5 by Ned Deily · 8 years ago
  15. 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  16. 7659aab Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 8 years ago
  17. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  18. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  19. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  20. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 8 years ago
  21. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  22. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  23. 5d0c598 Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). by Alexander Belopolsky · 8 years ago
  24. b209392 Start 3.6.0a4 by Ned Deily · 8 years ago
  25. a731a68 Version bump for 3.6.0a3 by Ned Deily · 8 years ago
  26. 9bb2005 Post-release fixups for Python 3.5.2. by Larry Hastings · 8 years ago
  27. 6c1aa6b Version number bump for 3.5.2 final. by Larry Hastings · 8 years ago
  28. 8a43f72 Start 3.6.0a3 by Ned Deily · 8 years ago
  29. fa42893 Version bump for 3.6.0a2 by Ned Deily · 8 years ago
  30. 6e9a96b Post-release fixups for Python 3.5.2rc1. by Larry Hastings · 8 years ago
  31. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 8 years ago
  32. d31a255 Release bump for 3.5.2rc1. by Larry Hastings · 8 years ago
  33. 6a7506a Issue #27140: Added BUILD_CONST_KEY_MAP opcode. by Serhiy Storchaka · 8 years ago
  34. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago
  35. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  36. 410ef8e issue27186: add C version of os.fspath(); patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  37. f22e360 merge 3.5 by Benjamin Peterson · 8 years ago
  38. 3da8206 fix indentation of comment by Benjamin Peterson · 8 years ago
  39. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  40. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  41. 1f9eb87 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with by Stefan Krah · 8 years ago
  42. 786ed55 Post-release cleanup: 3.6.0a1 -> 3.6.0a2 by Ned Deily · 8 years ago
  43. cec00a7 Version bump for 3.6.0a1 by Ned Deily · 8 years ago
  44. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  45. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  46. dd40fc3 Issue #26765: Moved common code and docstrings for bytes and bytearray methods by Serhiy Storchaka · 8 years ago
  47. b608196 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). by Serhiy Storchaka · 8 years ago
  48. f5f37d7 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). by Serhiy Storchaka · 8 years ago
  49. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  50. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  51. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  52. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 8 years ago
  53. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  54. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  55. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  56. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  57. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  58. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  59. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  60. 0a85c69 Revert back to 3.6.0, buildbots do not want chocolate for 04-01 by Ned Deily · 8 years ago
  61. 49f324f Python 8: no pep8, no chocolate! by Victor Stinner · 8 years ago
  62. 228ca33 Merge 3.5 (pystate.h) by Victor Stinner · 8 years ago
  63. 4b8b86c pystate.h: fix _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  64. bd31b7c Issue #23848: Expose _Py_DumpHexadecimal() by Victor Stinner · 8 years ago
  65. ca79ccd Issue #26588: by Victor Stinner · 8 years ago
  66. f9a7115 Issue #26588: remove debug traces from _tracemalloc. by Victor Stinner · 8 years ago
  67. ff9c534 Issue #26588: fix compilation on Windows by Victor Stinner · 8 years ago
  68. 10b73e1 Add C functions _PyTraceMalloc_Track() by Victor Stinner · 8 years ago
  69. af4a1f2 fix indentation in Py_DECREF() by Victor Stinner · 8 years ago
  70. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  71. 861d9ab faulthandler now works in non-Python threads by Victor Stinner · 8 years ago
  72. 89e7cdc Enhance and rewrite traceback dump C functions by Victor Stinner · 8 years ago
  73. 8a1be61 Add more checks on the GIL by Victor Stinner · 8 years ago
  74. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  75. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 8 years ago
  76. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 8 years ago
  77. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 8 years ago
  78. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  79. f2c1aa1 Add ast.Constant by Victor Stinner · 8 years ago
  80. b02ef71 Use Py_uintptr_t for atomic pointers by Victor Stinner · 8 years ago
  81. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 8 years ago
  82. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 8 years ago
  83. dce4ae8 merge from 3.5 by Senthil Kumaran · 8 years ago
  84. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 8 years ago
  85. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 8 years ago
  86. b56837a Merge 3.5 by Victor Stinner · 8 years ago
  87. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  88. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  89. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  90. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  91. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  92. 3987e26 Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  93. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  94. e7ceef6 Issue #25701: Merge set and delete documentation from 3.5 by Martin Panter · 9 years ago
  95. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  96. 0c6ffab Post-release fixups for Python 3.5.1. by Larry Hastings · 9 years ago
  97. ffccaa4 Version bump for 3.5.1 final. by Larry Hastings · 9 years ago
  98. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  99. ba11daa Post-release updates for Python 3.5.1rc1. by Larry Hastings · 9 years ago
  100. 6e86580 Version bump for Python 3.5.1rc1. by Larry Hastings · 9 years ago