1. 6156560 Issue #25678: Copy buffer objects to null-terminated strings. by Serhiy Storchaka · 9 years ago
  2. a87633e Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  3. 14462d4 remove tabs from ceval.c (closes #24895) by Benjamin Peterson · 9 years ago
  4. 0287f2f check return value of PyString_FromStringAndSize for NULL (closes #24734) by Benjamin Peterson · 9 years ago
  5. 1670af6 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  6. f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  7. cc06dbf sync opcode prediction code with python 3 by Benjamin Peterson · 9 years ago
  8. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  9. 5127ed7 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  10. 2c992a0 backport computed gotos (#4753) by Benjamin Peterson · 9 years ago
  11. 14e10a1 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  12. 3ce7873 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  13. e993245 Issue #23115: os.urandom() now releases the GIL when the getentropy() is used by Victor Stinner · 10 years ago
  14. aa64c46 Issue #23781: Add private helper function _PyErr_ReplaceException() that by Serhiy Storchaka · 10 years ago
  15. e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now by Victor Stinner · 10 years ago
  16. a2269d0 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
  17. e8d750c Issue #23115: Fixed compilation on OpenBSD (Py_MIN is not defined in 2.7). by Serhiy Storchaka · 10 years ago
  18. 4cc93db avoid reading unallocated memory when argc == 0 (closes #22633) by Benjamin Peterson · 10 years ago
  19. dd87637 update for copyright for 2015 by Benjamin Peterson · 10 years ago
  20. 27c269a use getentropy when available (backport of 75ede5bec8db) (closes #23115) by Benjamin Peterson · 10 years ago
  21. 7a6a973 pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 10 years ago
  22. 2b565bb Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64, by Victor Stinner · 10 years ago
  23. 0f8f784 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  24. b9a4501 Issue #21963: backout issue #1856 patch (avoid crashes and lockups when by Antoine Pitrou · 10 years ago
  25. a86c091 Issue #22453: Fexed reference leaks when format error messages in ceval.c. by Serhiy Storchaka · 10 years ago
  26. f9b2aa2 Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  27. fb7c380 Fixed compilation error introduced in 3f7519f633ed (issue #22518). by Serhiy Storchaka · 10 years ago
  28. d524922 Issue #22518: Fixed integer overflow issues in "backslashreplace" and by Serhiy Storchaka · 10 years ago
  29. 7d96a09 Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 10 years ago
  30. 57057a6 PEP 466: backport persistent urandom fd (closes #21305) by Benjamin Peterson · 10 years ago
  31. c95f51a Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 10 years ago
  32. b6f0d05 remove casts by Benjamin Peterson · 10 years ago
  33. d2903bd restore runtime exec test (#21591) by Benjamin Peterson · 10 years ago
  34. 9b1d670 Issue #21591: Handle exec backwards compatibility in the AST builder. by Dirkjan Ochtman · 10 years ago
  35. 0fb88f7 correct ref counting of default_action (closes #22017) by Benjamin Peterson · 10 years ago
  36. ee5729d add missing 'because' (closes #22008) by Benjamin Peterson · 10 years ago
  37. 3232384 revert tstate_delete_common, since it's pretty much wrong by Benjamin Peterson · 10 years ago
  38. 8166969 avoid a deadlock with the interpreter head lock and the GIL during finalization by Benjamin Peterson · 10 years ago
  39. 1c78e6d check if the thread is finalizing after retaking the GIL by Benjamin Peterson · 10 years ago
  40. c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 10 years ago
  41. 9f2dcd2 Issue #19362: Tweek len() doc and docstring to expand the indicated range of by Terry Jan Reedy · 10 years ago
  42. 79fa98a Issue #19656: Running Python with the -3 option now also warns about by Serhiy Storchaka · 10 years ago
  43. ab4a691 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 10 years ago
  44. 98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  45. 8363f77 fix error check by Benjamin Peterson · 11 years ago
  46. 1aeb8cf update copyright year by Benjamin Peterson · 11 years ago
  47. 15df36b Issue #16404: Add checks for return value of PyInt_FromLong() in by Serhiy Storchaka · 11 years ago
  48. 0585418 Fixed leak in sys.flags initialization. by Serhiy Storchaka · 11 years ago
  49. c2f8c81 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 11 years ago
  50. 51c4d72 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the by Christian Heimes · 11 years ago
  51. c0edade Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  52. 08350fb #18839: document that sys.exit() will not accept a non-integer numeric value as exit status. by Ezio Melotti · 11 years ago
  53. a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 11 years ago
  54. f48a67b Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 11 years ago
  55. e822b03 Issue #15866: The xmlcharrefreplace error handler no more produces two XML by Serhiy Storchaka · 11 years ago
  56. fe2e839 Fix reference leaks introduced by the patch for issue #5308. by Serhiy Storchaka · 11 years ago
  57. f7c8584 #18424: PEP8ify the tense of the sum docstring. by R David Murray · 11 years ago
  58. 7e9cec0 Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  59. 022db59 Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). by Antoine Pitrou · 12 years ago
  60. 94bf697 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. by Ezio Melotti · 12 years ago
  61. 34fe1b7 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 12 years ago
  62. 6b78bff remove unnecessary clearing of list by Benjamin Peterson · 12 years ago
  63. 1f7df8f merge heads by Benjamin Peterson · 12 years ago
  64. b25d611 bring Python into 2013 by Benjamin Peterson · 12 years ago
  65. 9fade76 Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat) by Mark Dickinson · 12 years ago
  66. 25a4861 Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.) by Trent Nelson · 12 years ago
  67. 7ddd9c2 Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Jesus Cea · 12 years ago
  68. b1cc6aa Issue #9011: AST creation no longer modifies CST for negated numeric literals. by Mark Dickinson · 12 years ago
  69. ec6486d #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  70. db5947f #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 12 years ago
  71. b271b3e Issue #15001: fix segfault on "del sys.modules['__main__']" by Hynek Schlawack · 12 years ago
  72. c18cc0e #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. by Ezio Melotti · 12 years ago
  73. b48c028 Issue #6074: Restore the long-broken support for running with read-only source files on Windows by Nick Coghlan · 12 years ago
  74. ad4b000 Issue #14783: Backport changes from 3.2. by Chris Jerdonek · 12 years ago
  75. dfaf90d Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. by Christian Heimes · 12 years ago
  76. 65a0141 Partly revert ad3824a90261 and add comment about reference ownership by Christian Heimes · 12 years ago
  77. d8edcb6 Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 by Christian Heimes · 12 years ago
  78. 8c1bce0 Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases by Christian Heimes · 12 years ago
  79. e299cae Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. by Antoine Pitrou · 12 years ago
  80. 58098a7 Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  81. a8857af Issue #15741: Fix potential NULL dereference. Found by Coverity. by Stefan Krah · 12 years ago
  82. c5bef75 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  83. 92636bf - Issue #15647: Make isdir static for windows and posix by Matthias Klose · 12 years ago
  84. dee8af2 Fix whitespace by Raymond Hettinger · 12 years ago
  85. 59488d2 Closes #9254: backport __import__ docstring/doc mentions of importlib. by R David Murray · 12 years ago
  86. 0e3755e remove unused variable by Meador Inge · 12 years ago
  87. b8a5690 Issue #15368: fixing variable typo. by Meador Inge · 12 years ago
  88. 6642d1f Issue #15368: make bytecode generation deterministic. by Meador Inge · 12 years ago
  89. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 12 years ago
  90. 284fa08 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 12 years ago
  91. a72aa84 Fix compiler warning related to issue #14331. harmless. by Gregory P. Smith · 13 years ago
  92. 7c0b44e move outside WITH_THREAD conditional by Benjamin Peterson · 13 years ago
  93. 6688eb5 take linkage def outside of WITH_THREAD conditional (closes #14569) by Benjamin Peterson · 13 years ago
  94. b9348e7 fix parse_syntax_error to clean up its resources by Benjamin Peterson · 13 years ago
  95. 50b6778 Issue #10538. Put a reference to the source object in the Py_buffer when by Kristján Valur Jónsson · 13 years ago
  96. 219a050 this should technicaly be identifier by Benjamin Peterson · 13 years ago
  97. e90cdaa check for NULL by Benjamin Peterson · 13 years ago
  98. eff19a1 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 13 years ago
  99. fcdf04b Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 13 years ago
  100. 3cef2a9 - rename configure.in to configure.ac by Matthias Klose · 13 years ago