1. 7ae4112 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 8 years ago
  2. 70b72f0 Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  3. da4887a Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 8 years ago
  4. 9e373be Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  5. 04eb777 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception by Serhiy Storchaka · 8 years ago
  6. 5665301 Issue #28257: Improved error message when pass a non-mapping as a var-keyword by Serhiy Storchaka · 8 years ago
  7. cf38060 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  8. 00a0fc1 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  9. 208bbd2 Silence GCC warning. by Serhiy Storchaka · 8 years ago
  10. 6d8bc46 Catch EPERM error in py_getrandom() by Victor Stinner · 8 years ago
  11. af59732 Cleanup random.c by Victor Stinner · 8 years ago
  12. 1ec262b Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  13. 59e5e0d improve type-safe of and prevent double-frees in get_locale_info (#28119) by Benjamin Peterson · 8 years ago
  14. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  15. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  16. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  17. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  18. f0afe77 Issue #27909: Fix INCREF for possible NULL value by Raymond Hettinger · 8 years ago
  19. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  20. 4b7b565 Issue #27587: Move null pointer check earlier in _PyState_AddModule() by Berker Peksag · 8 years ago
  21. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  22. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  23. 95f53c1 Issue #16191: Fix up references to renamed variables by Martin Panter · 8 years ago
  24. 80ab069 Issue #27419: Added temporary workaround for subinterpreters. by Serhiy Storchaka · 8 years ago
  25. b3b65e6 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 8 years ago
  26. 7ca63cb Fix regressions introduced by fixes for issue #27083. by Brett Cannon · 8 years ago
  27. e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  28. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  29. ec721f3 py_getrandom(): use long type for the syscall() result by Victor Stinner · 8 years ago
  30. 694de3b Issue #27301: Fixed incorrect return codes for errors in compile.c. by Serhiy Storchaka · 8 years ago
  31. c72828b cleanup random.c by Victor Stinner · 8 years ago
  32. b98a36e Fix os.urandom() using getrandom() on Linux by Victor Stinner · 8 years ago
  33. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  34. 39b1025 Fix typo and move comment to appropriate condition by Martin Panter · 8 years ago
  35. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  36. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  37. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  38. c7385f3 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 8 years ago
  39. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  40. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  41. 3116cc4 Fix os.set_inheritable() on Android by Victor Stinner · 8 years ago
  42. ed64d6b regen importlib bytecode by Benjamin Peterson · 8 years ago
  43. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 8 years ago
  44. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  45. df07173 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  46. ec766d3 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError by Berker Peksag · 8 years ago
  47. 7f227d9 Issue #26874: Simplify the divmod docstring by Zachary Ware · 8 years ago
  48. 4d4160a Issue #26874: Fix divmod docstring by Zachary Ware · 8 years ago
  49. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  50. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  51. 9d24271 Fix os.urandom() on Solaris 11.3 by Victor Stinner · 8 years ago
  52. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  53. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  54. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  55. 244e120 Use Py_uintptr_t for atomic pointers by Victor Stinner · 9 years ago
  56. a2e5e04 Py_FatalError: disable faulthandler earlier by Victor Stinner · 9 years ago
  57. 4ddee7f Fix Py_FatalError() if called without the GIL by Victor Stinner · 9 years ago
  58. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  59. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  60. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 9 years ago
  61. 48a583b Issue #25698: Prevent possible replacing imported module with the empty one by Serhiy Storchaka · 9 years ago
  62. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  63. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 9 years ago
  64. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  65. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  66. 4c70293 merge 3.4 by Benjamin Peterson · 9 years ago
  67. e8c2a95 merge 3.3 by Benjamin Peterson · 9 years ago
  68. 75e3630 2016 will be another year of writing copyrighted code by Benjamin Peterson · 9 years ago
  69. 3cc8f4b make recording and reporting errors and nonlocal and global directives more robust (closes #25973) by Benjamin Peterson · 9 years ago
  70. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  71. 4a1e70f Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  72. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  73. 225821c Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  74. 6f9b010 Fix a couple of typos in code comments by Martin Panter · 9 years ago
  75. c379ade pytime.c: rename pygettimeofday_new() to pygettimeofday() by Victor Stinner · 9 years ago
  76. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  77. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  78. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  79. 60a1d3c Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the by Victor Stinner · 9 years ago
  80. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  81. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  82. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  83. bc5b80b Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  84. e02f8fc Issue #24402: Merge input() fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  85. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  86. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  87. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  88. 0b40aab Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  89. f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  90. 861f067 Merge 3.4 (os.urandom) by Victor Stinner · 9 years ago
  91. 78cc2e8 Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  92. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  93. 58b5395 make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131) by Benjamin Peterson · 9 years ago
  94. ec26f83 Issue #25155: Fix _PyTime_Divide() rounding by Victor Stinner · 9 years ago
  95. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  96. cd6e694 Issue #25160: Fix import_init() comments and messages by Victor Stinner · 9 years ago
  97. b685515 compute stack effect of BUILD_MAP correctly (closes #25060) by Benjamin Peterson · 9 years ago
  98. f35bd30 Merge from 3.5.0 branch. by Steve Dower · 9 years ago
  99. 714e493 Issue #24305: Prevent import subsystem stack frames from being counted by Larry Hastings · 9 years ago
  100. 874dbe8 Merge 3.4 (create_stdio) by Victor Stinner · 9 years ago