1. 5976b9a Refresh Python/importlib.h and Python/importlib_external.h (#464) by Ned Deily · 7 years ago
  2. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 7 years ago
  3. dea5101 bpo-28893: Set __cause__ for errors in async iteration protocol (#407) by Yury Selivanov · 7 years ago
  4. 023532e bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378) by INADA Naoki · 7 years ago
  5. 7accf20 bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348) by Berker Peksag · 7 years ago
  6. 53039ad bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#95) by Martijn Pieters · 7 years ago
  7. 3ab24bd bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219) by INADA Naoki · 7 years ago
  8. ad94225 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 7 years ago
  9. 3a10425 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 7 years ago
  10. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 7 years ago
  11. 035ba5d Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 7 years ago
  12. ff558f5 Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 7 years ago
  13. 4632258 merge 3.5 (#29057) by Benjamin Peterson · 7 years ago
  14. 493ac1b only include sys/random.h if it seems like it might have something useful (#29057) by Benjamin Peterson · 7 years ago
  15. 5848e72 merge 3.5 by Benjamin Peterson · 7 years ago
  16. 4365833 merge 3.4 by Benjamin Peterson · 7 years ago
  17. b6e2142 merge 3.3 by Benjamin Peterson · 7 years ago
  18. e527dd3 ring in 2017 for Python by Benjamin Peterson · 7 years ago
  19. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 7 years ago
  20. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 7 years ago
  21. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 7 years ago
  22. 76febd0 Issue #26919: On Android, operating system data is now always encoded/decoded by Xavier de Gaye · 7 years ago
  23. 10beb3c Issue #28896: Disable WindowsRegistryFinder by default. by Steve Dower · 7 years ago
  24. 4cc30ae Issue #28739: f-string expressions no longer accepted as docstrings and by Serhiy Storchaka · 7 years ago
  25. 8114f21 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 7 years ago
  26. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 7 years ago
  27. ca3263c Issue #25677: Correct syntax error caret for indented blocks. by Martin Panter · 7 years ago
  28. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 7 years ago
  29. f7d199f Fix _PyGen_yf() by Victor Stinner · 7 years ago
  30. 64e2f9a Issue #27100: Fix ref leak by Raymond Hettinger · 7 years ago
  31. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 7 years ago
  32. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 7 years ago
  33. e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 7 years ago
  34. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 7 years ago
  35. ec5d3cd Issue #28746: Fix the set_inheritable() file descriptor method on platforms by Xavier de Gaye · 7 years ago
  36. fab6acd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 7 years ago
  37. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 7 years ago
  38. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 7 years ago
  39. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 7 years ago
  40. b445ad7 Issue #26920: Fix not getting the locale's charset upon initializing the interpreter, by Xavier de Gaye · 7 years ago
  41. f9cca36 Fix warn_invalid_escape_sequence() by Victor Stinner · 7 years ago
  42. 7d895d3 Issue #28676: merge from 3.5 by Ned Deily · 7 years ago
  43. 7ae4112 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 7 years ago
  44. 1352712 Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup. by Raymond Hettinger · 8 years ago
  45. 1a9d687 Issue #26182: Fix ia refleak in code that raises DeprecationWarning. by Yury Selivanov · 8 years ago
  46. 4678b2f Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  47. 70b72f0 Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  48. 2edd8a1 Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. by Yury Selivanov · 8 years ago
  49. 9b88fdf Fixed issue #28633: segfault when concatenating bytes literal and f-string. by Eric V. Smith · 8 years ago
  50. 7d76c90 Issue #28616: merge from 3.5 by Ned Deily · 8 years ago
  51. da4887a Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 8 years ago
  52. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 8 years ago
  53. 7db3c48 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused by Serhiy Storchaka · 8 years ago
  54. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  55. b0426cd Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  56. 9e373be Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  57. 4510e6d mark dtrace stubs as static inline; remove stubs by Benjamin Peterson · 8 years ago
  58. df0fd74 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception by Serhiy Storchaka · 8 years ago
  59. 04eb777 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception by Serhiy Storchaka · 8 years ago
  60. 5665301 Issue #28257: Improved error message when pass a non-mapping as a var-keyword by Serhiy Storchaka · 8 years ago
  61. 5e80855 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  62. cf38060 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  63. 8e9045d Issue #27358: Fix typo in error message by Berker Peksag · 8 years ago
  64. e036ef8 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  65. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  66. 3738c2d Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  67. 00a0fc1 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  68. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  69. 517507c Issue #28100: Refactor error messages, patch by Ivan Levkivskyi by Christian Heimes · 8 years ago
  70. 208bbd2 Silence GCC warning. by Serhiy Storchaka · 8 years ago
  71. 63dc548 Issue #28086: Single var-positional argument of tuple subtype was passed by Serhiy Storchaka · 8 years ago
  72. 2f2fee1 va_end() all va_copy()ed va_lists. by Christian Heimes · 8 years ago
  73. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
  74. 75024c6 (Merge 3.5) Catch EPERM error in py_getrandom() by Victor Stinner · 8 years ago
  75. 6d8bc46 Catch EPERM error in py_getrandom() by Victor Stinner · 8 years ago
  76. af59732 Cleanup random.c by Victor Stinner · 8 years ago
  77. 286987b delete dead code by Benjamin Peterson · 8 years ago
  78. 74f4af7 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  79. 1ec262b Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  80. 8987c9d Issue #26182: Raise DeprecationWarning for improper use of async/await keywords by Yury Selivanov · 8 years ago
  81. 995026a merge 3.5 (#28119) by Benjamin Peterson · 8 years ago
  82. 59e5e0d improve type-safe of and prevent double-frees in get_locale_info (#28119) by Benjamin Peterson · 8 years ago
  83. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  84. 57f91ac Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() by Victor Stinner · 8 years ago
  85. eece222 Issue #27213: Fix reference leaks by Victor Stinner · 8 years ago
  86. 09835dc Make an f-string error message more exact and consistent. by Eric V. Smith · 8 years ago
  87. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 8 years ago
  88. 015d874 Issue #28076: Variable annotations should be mangled for private names. by Guido van Rossum · 8 years ago
  89. a1e9ab3 Fixed refactoring bug in dd046963bd42 (issue27129). by Serhiy Storchaka · 8 years ago
  90. ab87400 Issue #27129: Replaced wordcode related magic constants with macros. by Serhiy Storchaka · 8 years ago
  91. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 8 years ago
  92. 4eef505 Backed out changeset 3934e070c9db by Benjamin Peterson · 8 years ago
  93. 54de2b1 Fix check_force_ascii() by Victor Stinner · 8 years ago
  94. fef7e94 Don't run garbage collection on interpreter exit if it was explicitly disabled by Łukasz Langa · 8 years ago
  95. c7454ff Issue #27810: Fix getargs.c compilation on Windows by Victor Stinner · 8 years ago
  96. 819a46f fix export of size_t parse stack function by Benjamin Peterson · 8 years ago
  97. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 8 years ago
  98. f0ccbbb Emit METH_FASTCALL code in Argument Clinic by Victor Stinner · 8 years ago
  99. a9efb2f Add METH_FASTCALL calling convention by Victor Stinner · 8 years ago
  100. eb0dfa9 make invalid_comma_and_underscore a real prototype by Benjamin Peterson · 8 years ago