1. 8acde7d Issue #23524: Change back to using Windows errors for _Py_fstat instead of the errno shim. by Steve Dower · 9 years ago
  2. 4a7cc88 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now by Victor Stinner · 9 years ago
  3. d81431f Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. by Steve Dower · 9 years ago
  4. 3e96f32 Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. by Steve Dower · 9 years ago
  5. bf1f376 Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes unused struct win32_stat and return value by Steve Dower · 9 years ago
  6. a2af1a5 Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat by Steve Dower · 9 years ago
  7. f2f373f Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. by Steve Dower · 9 years ago
  8. 483405b Issue #22883: Got rid of outdated references to PyInt and PyString in comments. by Serhiy Storchaka · 9 years ago
  9. 67559bf Issue #23450: Silenced compiler warnings and added asserts in peephole optimizer. by Serhiy Storchaka · 9 years ago
  10. 26861b0 Issue #23450: Fixed possible integer overflows. by Serhiy Storchaka · 9 years ago
  11. 4d0d982 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  12. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  13. 53fa8b2 Fixed few compiler warnings. by Serhiy Storchaka · 9 years ago
  14. f80ccf2 merge 3.4 (#22633) by Benjamin Peterson · 9 years ago
  15. 2476b98 avoid reading unallocated memory when argc == 0 (closes #22633) by Benjamin Peterson · 9 years ago
  16. c07422c Splitted the WFILE structure to WFILE and RFILE. by Serhiy Storchaka · 9 years ago
  17. c1efe5f Issue #23344: marshal.dumps() is now 20-25% faster on average. by Serhiy Storchaka · 9 years ago
  18. ce921c62 Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on by Serhiy Storchaka · 9 years ago
  19. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  20. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  21. f86d1fd merge 3.4 (#21295) by Benjamin Peterson · 10 years ago
  22. 7a66fc2 revert lineno and col_offset changes from #16795 (closes #21295) by Benjamin Peterson · 10 years ago
  23. 13a1c60 Merge 3.4 (generator) by Victor Stinner · 10 years ago
  24. 26f7b8a Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). by Victor Stinner · 10 years ago
  25. aaef05f Fixed memory leak in marshal. by Serhiy Storchaka · 10 years ago
  26. 000daae Fixed memory leak in marshal. by Serhiy Storchaka · 10 years ago
  27. 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 10 years ago
  28. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  29. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  30. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
  31. f869341 merge 3.4 (#23165) by Benjamin Peterson · 10 years ago
  32. 10ecaa2 merge 3.3 (closes #23165) by Benjamin Peterson · 10 years ago
  33. 72c2a0f merge 3.2 (closes #23165) by Benjamin Peterson · 10 years ago
  34. f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 10 years ago
  35. 52074ac merge 3.4 by Benjamin Peterson · 10 years ago
  36. a453749 merge 3.3 by Benjamin Peterson · 10 years ago
  37. 7919acb merge 3.2 by Benjamin Peterson · 10 years ago
  38. 47e782a update for copyright for 2015 by Benjamin Peterson · 10 years ago
  39. fe02e39 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
  40. 4d6a3d6 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
  41. 03a144b #22980 Adds platform and version tags to .pyd files by Steve Dower · 10 years ago
  42. cd441c4 Update Python/importlib.h by Zachary Ware · 10 years ago
  43. 7ced53c merge 3.4 (#23048) by Benjamin Peterson · 10 years ago
  44. 3cda0ed pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 10 years ago
  45. 0b881dd Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64, by Victor Stinner · 10 years ago
  46. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  47. 9e4db75 - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is by Barry Warsaw · 10 years ago
  48. 2a41385 - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is by Barry Warsaw · 10 years ago
  49. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  50. 60b33cc Merge 3.4 (ceval.c) by Victor Stinner · 10 years ago
  51. 5db1bb8 Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter shutdown. by Antoine Pitrou · 10 years ago
  52. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  53. d32d4ae - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is by Barry Warsaw · 10 years ago
  54. 83000a4 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  55. 3663b58 correct assertion by Benjamin Peterson · 10 years ago
  56. 810aa6d fix variable name by Benjamin Peterson · 10 years ago
  57. aacfccc Issue #19676: Fixed integer overflow issue in "namereplace" error handler. by Serhiy Storchaka · 10 years ago
  58. 166ebc4 Issue #19676: Added the "namereplace" error handler. by Serhiy Storchaka · 10 years ago
  59. da8cef4 Issue #22934: Update the comment to mention Programs/_freeze_importlib.c. by Berker Peksag · 10 years ago
  60. d3c53b6 Update importlib.h by Antoine Pitrou · 10 years ago
  61. c4821d6 Closes #22869: Move PyOS_CheckStack back to pythonrun.c by Zachary Ware · 10 years ago
  62. 9b59dd4 Issue #22869: Remove duplicate stack check from pythonrun.c by Steve Dower · 10 years ago
  63. b6e2556 Issue #22834: Have import suppress FileNotFoundError when the current by Brett Cannon · 10 years ago
  64. d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 10 years ago
  65. df4518c Issue #22453: Removed non-documented macro PyObject_REPR(). by Serhiy Storchaka · 10 years ago
  66. 4282656 Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  67. 030e92d Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  68. a5b335e Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd, by Victor Stinner · 10 years ago
  69. ce43f38 Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is by Victor Stinner · 10 years ago
  70. f6c69e6 #22734 marshal needs a lower stack depth for debug builds on Windows by Steve Dower · 10 years ago
  71. 3188f82 (Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if by Victor Stinner · 10 years ago
  72. 5e78f4d Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if by Victor Stinner · 10 years ago
  73. 81f68a7 Issue #22453: Warn against the use of leaking macro PyObject_REPR(). by Serhiy Storchaka · 10 years ago
  74. 0373a10 Issue #17636: Circular imports involving relative imports are now supported. by Antoine Pitrou · 10 years ago
  75. 5e8b04e Issue #21052: Don't raise ImportWarning for sys.meta_path or by Brett Cannon · 10 years ago
  76. 78184af Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  77. e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  78. 94262eb Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  79. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  80. 861470c #16518: Bring error messages in harmony with docs ("bytes-like object") by R David Murray · 10 years ago
  81. edc3cba Copyright year update, add version to licenses. by Georg Brandl · 10 years ago
  82. 8d1e18e Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  83. 4b16818 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  84. 2e37409 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  85. b86f08f faulthandler: enhance dump_ascii() to escape also non-printable ASCII by Victor Stinner · 10 years ago
  86. 0676a40 Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. by Antoine Pitrou · 10 years ago
  87. 20b39b2 Removed redundant casts to `char *`. by Serhiy Storchaka · 10 years ago
  88. daa910a Update importlib.h frozen bytecode (changed due to commit c0ca9d32aed4). by Georg Brandl · 10 years ago
  89. cbcbfdf Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 10 years ago
  90. 8aa8c47 Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 10 years ago
  91. e7811fc Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an if-block if there is no else-clause. by Antoine Pitrou · 10 years ago
  92. 87538e7 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 10 years ago
  93. cb0a006 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 10 years ago
  94. a0f3375 Merge fix for issue #22166 from 3.4 by Nick Coghlan · 10 years ago
  95. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
  96. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  97. 5789cfb Issue #22043: Fix pymonotonic(), use tv_usec=-1 as a marker to skip by Victor Stinner · 10 years ago
  98. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  99. 9bb758c Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY by Victor Stinner · 10 years ago
  100. 282124b Closes #22258: Fix the the internal function set_inheritable() on Illumos. by Victor Stinner · 10 years ago