1. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  2. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  3. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  4. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  5. f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  6. 78cc2e8 Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  7. 6fb5bae Fix race condition in create_stdio() by Victor Stinner · 9 years ago
  8. 0bd5fb0 Issue #24728: Fix building without threads. by Berker Peksag · 9 years ago
  9. 5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  10. 73c95f1 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. by Serhiy Storchaka · 9 years ago
  11. d741a88 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  12. e126857 Issue 24366: Merge 3.3 by Yury Selivanov · 9 years ago
  13. 614bfcc Issue 24366: Indent code (thanks to li4ick for reporting). by Yury Selivanov · 9 years ago
  14. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  15. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  16. 9e77f72 shorten capsule name macro; it doesn't need to be so long by Benjamin Peterson · 9 years ago
  17. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 9 years ago
  18. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  19. 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 9 years ago
  20. e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  21. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  22. d6e53da Fixed error message for the "u#" format code. by Serhiy Storchaka · 9 years ago
  23. 72c2a0f merge 3.2 (closes #23165) by Benjamin Peterson · 10 years ago
  24. f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 10 years ago
  25. 7919acb merge 3.2 by Benjamin Peterson · 10 years ago
  26. 47e782a update for copyright for 2015 by Benjamin Peterson · 10 years ago
  27. edc3cba Copyright year update, add version to licenses. by Georg Brandl · 10 years ago
  28. 4b16818 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  29. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  30. 9aa1331 Issue #22585: os.urandom() now releases the GIL when the getentropy() is used by Victor Stinner · 9 years ago
  31. 81f241a Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(), by Victor Stinner · 9 years ago
  32. 84092ac Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 9 years ago
  33. ec4f959 Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr by Victor Stinner · 9 years ago
  34. 0e98a76 Issue #23571: Enhance Py_FatalError() by Victor Stinner · 9 years ago
  35. 41e7244 Fixes incorrect use of GetLastError where errno should be used. by Steve Dower · 9 years ago
  36. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 9 years ago
  37. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  38. 2476b98 avoid reading unallocated memory when argc == 0 (closes #22633) by Benjamin Peterson · 9 years ago
  39. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  40. 7a66fc2 revert lineno and col_offset changes from #16795 (closes #21295) by Benjamin Peterson · 9 years ago
  41. 26f7b8a Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). by Victor Stinner · 9 years ago
  42. 000daae Fixed memory leak in marshal. by Serhiy Storchaka · 9 years ago
  43. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  44. 10ecaa2 merge 3.3 (closes #23165) by Benjamin Peterson · 10 years ago
  45. a453749 merge 3.3 by Benjamin Peterson · 10 years ago
  46. fe02e39 Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), by Victor Stinner · 10 years ago
  47. 3cda0ed pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 10 years ago
  48. 0b881dd Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64, by Victor Stinner · 10 years ago
  49. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  50. 9e4db75 - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is by Barry Warsaw · 10 years ago
  51. 2a41385 - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is by Barry Warsaw · 10 years ago
  52. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  53. 81f68a7 Issue #22453: Warn against the use of leaking macro PyObject_REPR(). by Serhiy Storchaka · 10 years ago
  54. 030e92d Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  55. 5e78f4d Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if by Victor Stinner · 10 years ago
  56. e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  57. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  58. 2e37409 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  59. 8aa8c47 Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 10 years ago
  60. cb0a006 Issue #4180: The warnings registries are now reset when the filters are modified. by Antoine Pitrou · 10 years ago
  61. 8fad167 Issue #22166: clear codec caches in test_codecs by Nick Coghlan · 10 years ago
  62. 282124b Closes #22258: Fix the the internal function set_inheritable() on Illumos. by Victor Stinner · 10 years ago
  63. 547d3bc Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 10 years ago
  64. 9b33872 Issue #22146: Fix typo in __build_class__ error message by Zachary Ware · 10 years ago
  65. ab826d1 Issue #21925: PyImport_Cleanup(): Remove unused parameter in by Victor Stinner · 10 years ago
  66. 529ea5d Issue #21891: remove extraneous semicolon. by Ned Deily · 10 years ago
  67. 59830b6 revert tstate_delete_common, since it's pretty much wrong by Benjamin Peterson · 10 years ago
  68. 95d7519 remove extra call to tstate_delete_common (merge artifact) by Benjamin Peterson · 10 years ago
  69. 068f81e avoid a deadlock with the interpreter head lock and the GIL during finalization by Benjamin Peterson · 10 years ago
  70. 17548dd check if the thread is finalizing after retaking the GIL by Benjamin Peterson · 10 years ago
  71. f2fb73f Issue #19362: Tweek len() doc and docstring to expand the indicated range of by Terry Jan Reedy · 10 years ago
  72. 58cfdd8 Issue #21226: fix a ref leak. by Eric Snow · 10 years ago
  73. 9961405 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 10 years ago
  74. 2a54582 Issue 20620: Update the min()/max() docs for the new default argument. by Raymond Hettinger · 10 years ago
  75. 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 10 years ago
  76. 9845c7e Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 10 years ago
  77. 5b74bad Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  78. ddf3438 The PyCOND_TIMEDWAIT must use microseconds for the timeout argument by Kristján Valur Jónsson · 10 years ago
  79. 871dfc4 Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. by Antoine Pitrou · 10 years ago
  80. e472aea Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 10 years ago
  81. 5edbb7b correct len signature in docstring (closes #21294) by Benjamin Peterson · 10 years ago
  82. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 10 years ago
  83. 809f90f Reverted 16efa8d27e4c after discussion with Eric. by Vinay Sajip · 10 years ago
  84. a0d1073 Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 10 years ago
  85. 2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 10 years ago
  86. f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) by Benjamin Peterson · 10 years ago
  87. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 10 years ago
  88. 9381343 undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) by Benjamin Peterson · 10 years ago
  89. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 10 years ago
  90. d3acef9 Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 10 years ago
  91. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 10 years ago
  92. 45d8e7b update magic number for #20625 by Benjamin Peterson · 10 years ago
  93. 065efc3 Issue #20625: Fix compilation issue by Victor Stinner · 10 years ago
  94. 34ce99f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 10 years ago
  95. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 10 years ago
  96. 0714b8b set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 10 years ago
  97. 15054c1 Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 10 years ago
  98. 40be9e5 remove dynamic initializer lists for c89 compliance (closes #20595) by Benjamin Peterson · 10 years ago
  99. 42ec031 merge 3.3 (#20588) by Benjamin Peterson · 10 years ago
  100. c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 10 years ago