1. b551b6c modsupport: replace int with Py_ssize_t by Victor Stinner · 8 years ago
  2. e9aae2d modsupport: replace int with Py_ssize_t by Victor Stinner · 8 years ago
  3. f17c3de Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  4. a5ed5f0 Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  5. 2d0eb65 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  6. 7bfb42d Issue #28858: Remove _PyObject_CallArg1() macro by Victor Stinner · 8 years ago
  7. d77e5b7 Merge #23722 from 3.6 by Nick Coghlan · 8 years ago
  8. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 8 years ago
  9. de4ae3d Backed out changeset b9c9691c72c5 by Victor Stinner · 8 years ago
  10. d6958ac Add sys.getandroidapilevel() by Victor Stinner · 8 years ago
  11. 4778eab Replace PyObject_CallFunction() with fastcall by Victor Stinner · 8 years ago
  12. 842cfff WITH_CLEANUP_START uses fastcall by Victor Stinner · 8 years ago
  13. 27580c1 Replace PyObject_CallFunctionObjArgs() with fastcall by Victor Stinner · 8 years ago
  14. 3d85fae Issue #28823: Simplified compiling with opcode BUILD_MAP_UNPACK. by Serhiy Storchaka · 8 years ago
  15. b69ee8c call_function(): document PyMethod optimization by Victor Stinner · 8 years ago
  16. 048afd9 Remove CALL_PROFILE special build by Victor Stinner · 8 years ago
  17. 214678e Issue #12844: More than 255 arguments can now be passed to a function. by Serhiy Storchaka · 8 years ago
  18. ed6de73 Merge 3.6 by Victor Stinner · 8 years ago
  19. f7d199f Fix _PyGen_yf() by Victor Stinner · 8 years ago
  20. 3fa28fd merge by Raymond Hettinger · 8 years ago
  21. 64e2f9a Issue #27100: Fix ref leak by Raymond Hettinger · 8 years ago
  22. 9af740b merge by Raymond Hettinger · 8 years ago
  23. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 8 years ago
  24. b57d9ea Issue #28748: Private variable _Py_PackageContext is now of type "const char *" by Serhiy Storchaka · 8 years ago
  25. 460bd0d Issue #19569: Compiler warnings are now emitted if use most of deprecated by Serhiy Storchaka · 8 years ago
  26. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 8 years ago
  27. a98c4a9 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  28. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  29. f6f1591 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  30. e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  31. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  32. 002d61f Issue #28746: Merge 3.6 by Xavier de Gaye · 8 years ago
  33. ec5d3cd Issue #28746: Fix the set_inheritable() file descriptor method on platforms by Xavier de Gaye · 8 years ago
  34. 29a5447 Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  35. fab6acd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  36. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  37. 1a73bf3 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  38. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  39. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  40. afa94a5 Issue #26920: Merge 3.6 by Xavier de Gaye · 8 years ago
  41. b445ad7 Issue #26920: Fix not getting the locale's charset upon initializing the interpreter, by Xavier de Gaye · 8 years ago
  42. d5f599a Merge 3.6 by Victor Stinner · 8 years ago
  43. f9cca36 Fix warn_invalid_escape_sequence() by Victor Stinner · 8 years ago
  44. cf767ab Issue #28676: merge from 3.6 by Ned Deily · 8 years ago
  45. 7d895d3 Issue #28676: merge from 3.5 by Ned Deily · 8 years ago
  46. 7ae4112 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 8 years ago
  47. c32f9db Issue #28665: Use macro form of PyCell_GET/SET by Raymond Hettinger · 8 years ago
  48. b2b1543 merge by Raymond Hettinger · 8 years ago
  49. 1352712 Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup. by Raymond Hettinger · 8 years ago
  50. c6944e7 Issue #28618: Make hot functions using __attribute__((hot)) by Victor Stinner · 8 years ago
  51. 0cae609 Use PyThreadState_GET() in performance critical code by Victor Stinner · 8 years ago
  52. 228722a Merge 3.6 (issue #26182) by Yury Selivanov · 8 years ago
  53. 1a9d687 Issue #26182: Fix ia refleak in code that raises DeprecationWarning. by Yury Selivanov · 8 years ago
  54. 818b5cc Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  55. 4678b2f Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  56. 70b72f0 Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  57. 0ee446c Merge 3.6 (issue #27243) by Yury Selivanov · 8 years ago
  58. 2edd8a1 Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. by Yury Selivanov · 8 years ago
  59. 9a8e569 Merge from 3.6. by Eric V. Smith · 8 years ago
  60. 9b88fdf Fixed issue #28633: segfault when concatenating bytes literal and f-string. by Eric V. Smith · 8 years ago
  61. 7d76c90 Issue #28616: merge from 3.5 by Ned Deily · 8 years ago
  62. da4887a Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 8 years ago
  63. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 8 years ago
  64. e37c1cb Issue #28616: merge from 3.6 by Ned Deily · 8 years ago
  65. 42454af Issue 28128: Print out better error/warning messages for invalid string escapes. by Eric V. Smith · 8 years ago
  66. 42bcbf7 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused by Serhiy Storchaka · 8 years ago
  67. 7db3c48 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused by Serhiy Storchaka · 8 years ago
  68. cb33a01 Issue #28510: Clean up decoding error handlers. by Serhiy Storchaka · 8 years ago
  69. 14ab277 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  70. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  71. c4189a0 Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  72. b0426cd Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  73. 9e373be Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  74. a2bc46d merge 3.6 by Benjamin Peterson · 8 years ago
  75. 4510e6d mark dtrace stubs as static inline; remove stubs by Benjamin Peterson · 8 years ago
  76. d65f42a Issue #21955: Please don't try to optimize int+int by Victor Stinner · 8 years ago
  77. 60c838b Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception by Serhiy Storchaka · 8 years ago
  78. df0fd74 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception by Serhiy Storchaka · 8 years ago
  79. 04eb777 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception by Serhiy Storchaka · 8 years ago
  80. 4186222 Minor fix-up to apply the stack adjustment macros consistent with the other opcodes by Raymond Hettinger · 8 years ago
  81. 5665301 Issue #28257: Improved error message when pass a non-mapping as a var-keyword by Serhiy Storchaka · 8 years ago
  82. 579de19 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  83. 5e80855 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  84. cf38060 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  85. 419968c Issue #27358: Merge from 3.6 by Berker Peksag · 8 years ago
  86. 8e9045d Issue #27358: Fix typo in error message by Berker Peksag · 8 years ago
  87. 2e84de3 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  88. e036ef8 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  89. 775a0ea Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  90. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  91. be9cddb Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  92. 3738c2d Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  93. 00a0fc1 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  94. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  95. 9f518cd Merged from 3.6 by Alexander Belopolsky · 8 years ago
  96. c019158 Issue #27703: Got rid of unnecessary NULL checks in do_raise() in release mode. by Serhiy Storchaka · 8 years ago
  97. 517507c Issue #28100: Refactor error messages, patch by Ivan Levkivskyi by Christian Heimes · 8 years ago
  98. 208bbd2 Silence GCC warning. by Serhiy Storchaka · 8 years ago
  99. 63dc548 Issue #28086: Single var-positional argument of tuple subtype was passed by Serhiy Storchaka · 8 years ago
  100. 2f2fee1 va_end() all va_copy()ed va_lists. by Christian Heimes · 8 years ago