1. adc2fb8 Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin. by Steve Dower · 9 years ago
  2. 7689154 Issue #24268: Fixes generation of init import name on Windows. by Steve Dower · 9 years ago
  3. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  4. c0937f7 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  5. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  6. de12b79 allow test node after ** in calls (closes #24176) by Benjamin Peterson · 9 years ago
  7. 183a941 Issue #24192: Fix namespace package imports. by Eric Snow · 9 years ago
  8. baaadbf Issue 24017: fix for "async with" refcounting by Nick Coghlan · 9 years ago
  9. baa2e56 use our normal bracing style by Benjamin Peterson · 9 years ago
  10. 1dde177 Issue #24017: Plug ref leak. by Yury Selivanov · 9 years ago
  11. f487a00 Fix warnings for PyEval_GetCoroutineWrapper by Yury Selivanov · 9 years ago
  12. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  13. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  14. 95283fb Merge 3.4 by Benjamin Peterson · 9 years ago
  15. 9e77f72 shorten capsule name macro; it doesn't need to be so long by Benjamin Peterson · 9 years ago
  16. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  17. 63a6a6f merge 3.4 (#24096) by Benjamin Peterson · 9 years ago
  18. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 9 years ago
  19. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  20. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  21. 1dfd247 remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore by Benjamin Peterson · 9 years ago
  22. f789465 Silence a gcc "may be used uninitialized" compiler warning. Not true. by Gregory P. Smith · 9 years ago
  23. 5d0ccd2 Add missing PyAPI_FUNC macro's to the public functions as other .c files do by Gregory P. Smith · 9 years ago
  24. e3f6393 Add the files missing from c9f1630cf2b1 for issue9951. by Gregory P. Smith · 9 years ago
  25. 51f5805 merge 3.4 (#24049) by Benjamin Peterson · 9 years ago
  26. 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 9 years ago
  27. 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 9 years ago
  28. 1a084a8 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  29. e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  30. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  31. db46fea Fixed error message for the "u#" format code. by Serhiy Storchaka · 9 years ago
  32. d6e53da Fixed error message for the "u#" format code. by Serhiy Storchaka · 9 years ago
  33. e8e4283 Remove redundant check for tb != NULL to shut up Coverity . It has been set to Py_None a couple of lines earlier. by Christian Heimes · 9 years ago
  34. 4171bbe #23949: Improve tuple unpacking error messages. by R David Murray · 9 years ago
  35. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  36. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  37. 8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. by Steve Dower · 9 years ago
  38. 55c1435 fix building without threads (closes #23877) by Benjamin Peterson · 9 years ago
  39. 92e8af6 Issue #23492: Argument Clinic now generates argument parsing code with by Serhiy Storchaka · 9 years ago
  40. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  41. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 9 years ago
  42. 1399a01 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  43. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  44. 97f86b8 Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback() by Victor Stinner · 9 years ago
  45. 6f4fae8 Issue #23836: Document functions releasing the GIL in fileutils.c by Victor Stinner · 9 years ago
  46. 82c3e45 Issue #23836: Add _Py_write_noraise() function by Victor Stinner · 9 years ago
  47. 62d1c70 Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and by Victor Stinner · 9 years ago
  48. fa09beb Issue #23485: Add _PyTime_FromMillisecondsObject() function by Victor Stinner · 9 years ago
  49. 81c6df5 (Merge 3.4) Issue #22585: os.urandom() now releases the GIL when the by Victor Stinner · 9 years ago
  50. 9aa1331 Issue #22585: os.urandom() now releases the GIL when the getentropy() is used by Victor Stinner · 9 years ago
  51. 79b74ae Issue #22181: os.urandom() now releases the GIL when the getrandom() by Victor Stinner · 9 years ago
  52. 45cff0c Issue #22117: Try to fix rounding in conversion from Python double to _PyTime_t by Victor Stinner · 9 years ago
  53. e134a7f Issue #23752: _Py_fstat() is now responsible to raise the Python exception by Victor Stinner · 9 years ago
  54. a695f83 Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods by Victor Stinner · 9 years ago
  55. bcdd777 Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps by Victor Stinner · 9 years ago
  56. edddf99 Issue #22117: Add assertions to _PyTime_AsTimeval() and _PyTime_AsTimespec() to by Victor Stinner · 9 years ago
  57. ea9c0dd Issue #22117: Fix usage of _PyTime_AsTimeval() by Victor Stinner · 9 years ago
  58. f81f0f9 Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in: by Victor Stinner · 9 years ago
  59. 1bd18ba Issue #22117: Cleanup pytime.c/.h by Victor Stinner · 9 years ago
  60. 09e5cf2 Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor by Victor Stinner · 9 years ago
  61. cb0c602 Issue #22117: Fix _PyTime_GetMonotonicClock() and by Victor Stinner · 9 years ago
  62. 02937aa Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime by Victor Stinner · 9 years ago
  63. b3b4544 Issue #22117: Use the _PyTime_t API for time.clock_settime() by Victor Stinner · 9 years ago
  64. c337838 Issue #22117: Use the new _PyTime_t API in the select module by Victor Stinner · 9 years ago
  65. f5faad2 Issue #22117: The thread module uses the new _PyTime_t timestamp API by Victor Stinner · 9 years ago
  66. 95e9cef Issue #22117: Write unit tests for _PyTime_AsTimeval() by Victor Stinner · 9 years ago
  67. 34dc0f4 Issue #22117: The signal modules uses the new _PyTime_t API by Victor Stinner · 9 years ago
  68. a47b881 Issue #22117: time.time() now uses the new _PyTime_t API by Victor Stinner · 9 years ago
  69. 4bfb460 Issue #22117: time.monotonic() now uses the new _PyTime_t API by Victor Stinner · 9 years ago
  70. 992c43f Issue #22117: Fix rounding in _PyTime_FromSecondsObject() by Victor Stinner · 9 years ago
  71. eb35229 Issue #23451, #22117: Python 3.5 now requires Windows Vista or newer, so by Victor Stinner · 9 years ago
  72. cb29f01 Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h by Victor Stinner · 9 years ago
  73. 81f241a Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(), by Victor Stinner · 9 years ago
  74. 84092ac Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 9 years ago
  75. ec4f959 Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr by Victor Stinner · 9 years ago
  76. 0e98a76 Issue #23571: Enhance Py_FatalError() by Victor Stinner · 9 years ago
  77. 39183df Merge 3.4 (traceback) by Victor Stinner · 9 years ago
  78. 53345a4 (Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 9 years ago
  79. e0deff3 (Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout and by Victor Stinner · 9 years ago
  80. de821be Issue #23571: PyErr_FormatV() and PyErr_SetObject() now always clear the by Victor Stinner · 9 years ago
  81. 91afbb6 Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c by Victor Stinner · 9 years ago
  82. 10dc484 (Merge 3.4) Issue #23571: Enhance Py_FatalError() by Victor Stinner · 9 years ago
  83. f329878 Issue #23753: Python doesn't support anymore platforms without stat() or by Victor Stinner · 9 years ago
  84. efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 9 years ago
  85. a3c0202 Issue #23708: Save/restore errno in _Py_read() and _Py_write() by Victor Stinner · 9 years ago
  86. 7f04d4d Issue #23708: Split assertion expression in two assertions in _Py_read() and by Victor Stinner · 9 years ago
  87. 580ef13 Cleanup pytime.c: add XXX_TO_YYY constants (ex: SEC_TO_US) by Victor Stinner · 9 years ago
  88. 9a8089b Issue #23646: Enhance precision of time.sleep() and socket timeout when by Victor Stinner · 9 years ago
  89. c1cf4f7 Issue #23708: Fix _Py_read() compilation error on Windows by Victor Stinner · 9 years ago
  90. c9382eb Issue #23707: On UNIX, os.urandom() now calls the Python signal handler when by Victor Stinner · 9 years ago
  91. c7cd12d Issue #22181: Fix dev_urandom_noraise(), try calling py_getrandom() before by Victor Stinner · 9 years ago
  92. 66aab0c Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle by Victor Stinner · 9 years ago
  93. 9eb57c5 Issue #22181: The availability of the getrandom() is now checked in configure, by Victor Stinner · 9 years ago
  94. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  95. 0c39b1b Initialize variables to prevent GCC warnings by Victor Stinner · 9 years ago
  96. 938b0b9 Fix compiler warning in dtoa.c by Victor Stinner · 9 years ago
  97. 59f7fb2 Issue #22181: On Linux, os.urandom() now uses the new getrandom() syscall if by Victor Stinner · 9 years ago
  98. 5200f55 Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file() by Victor Stinner · 9 years ago
  99. a47fc5c Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj() by Victor Stinner · 9 years ago
  100. e42ccd2 Issue #23694: Enhance _Py_fopen(), it now raises an exception on error by Victor Stinner · 9 years ago