1. 04e3910 Silence warnings by Dan Willemsen · 5 years ago
  2. f64c813 bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449) by tzickel · 6 years ago
  3. 67dafd5 [2.7] Issue GH-18560: Fix potential NULL pointer dereference in sum(). (GH-8892) by Benjamin Peterson · 6 years ago
  4. 45ee452 closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872) by Miss Islington (bot) · 6 years ago
  5. 5223ce2 [2.7] bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852) (GH-8858) by Alexey Izbyshev · 6 years ago
  6. 48c8bf2 [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) by Serhiy Storchaka · 6 years ago
  7. a45fa39 bpo-34080: Fix a memory leak in the compiler. (GH-8222) by Miss Islington (bot) · 6 years ago
  8. ef19fd2 [2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255) by Serhiy Storchaka · 6 years ago
  9. 55299ff [2.7] bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564). (GH-6605) by Serhiy Storchaka · 6 years ago
  10. 72f3e08 [2.7] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (GH-6322) by Serhiy Storchaka · 6 years ago
  11. 34bb88d Clear possible exception before calling PyTuple_Pack in IMPORT_NAME (GH-6033) by Xiang Zhang · 6 years ago
  12. 2942b90 bpo-32616: Disable computed gotos by default for clang < 5 (GH-5574) by INADA Naoki · 6 years ago
  13. 9b7b3a6 bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494) by Mariatta · 6 years ago
  14. e136981 [2.7] advance copyright years to 2018 (GH-5094). (#5105) by Benjamin Peterson · 6 years ago
  15. 65d1887 [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in Py3k mode. (GH-4579) (#4676) by Serhiy Storchaka · 7 years ago
  16. be6b74c bpo-20891: Fix PyGILState_Ensure() (#4650) (#4657) by Victor Stinner · 7 years ago
  17. 88d5e2c fix marshal uninitialized variable warnings (#4114) by Benjamin Peterson · 7 years ago
  18. 7b4ba62 [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) by Victor Stinner · 7 years ago
  19. 3c082a7 bpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932) by Victor Stinner · 7 years ago
  20. 2fb8e93 [2.7] remove tabs from getcompiler.c (GH-3892) (#3894) by Miss Islington (bot) · 7 years ago
  21. 40d736b [2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in case __loader__.get_source() has a bad splitlines() method. (GH-3219) (#3823) by Oren Milman · 7 years ago
  22. 004547f [2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3493) by Serhiy Storchaka · 7 years ago
  23. 6ed7aff [2.7] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-166). (#3492) by Serhiy Storchaka · 7 years ago
  24. 5fbb8e3 Fix a shadow-compatible-local warning (#2182) by Yuan Chao Chou · 7 years ago
  25. 8284883 [2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2420) by Antoine Pitrou · 7 years ago
  26. 536209e bpo-23787: Change sum() docstring from sequence to iterable (GH-1859) by Mariatta · 7 years ago
  27. 05469fa bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480) by Xiang Zhang · 7 years ago
  28. 2c7085f bpo-27593: Get SCM build info from git instead of hg (#1327) by Victor Stinner · 7 years ago
  29. 079f21f bpo-29935: Fixed error messages in the index() method of tuple and list (#887) (#907) (#910) by Serhiy Storchaka · 7 years ago
  30. 9fbb65e bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#510) by Serhiy Storchaka · 7 years ago
  31. b4f0e98 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366) by Xiang Zhang · 7 years ago
  32. ea82972 Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees. by Mark Dickinson · 7 years ago
  33. 01bdbad Don't use getentropy() on Linux by Victor Stinner · 7 years ago
  34. 2f7d13c only include sys/random.h if it seems like it might have something useful (#29057) by Benjamin Peterson · 7 years ago
  35. ea02cdc ring in 2017 for Python by Benjamin Peterson · 7 years ago
  36. 6b1c909 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  37. 09231e6 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 8 years ago
  38. 0caaa6c Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 8 years ago
  39. 05b8443 Issue #21720: Improve exception message when the type of fromlist is unicode by Berker Peksag · 8 years ago
  40. 08995a3 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  41. ca56dd4 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  42. fd2f85d Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of by sashk · 8 years ago
  43. 5f75502 Issue #24366: Fix indentation by Martin Panter · 8 years ago
  44. e4668aa fix misleading indentation (closes #28139) by Benjamin Peterson · 8 years ago
  45. e62a694 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  46. bf00bc7 Issue #15578: Correctly incref the parent module while importing. by Eric Snow · 8 years ago
  47. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 8 years ago
  48. 6c4fa70 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  49. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  50. 64c8275 reduce marshal stack size in debug mode on windows (closes #27019) by Benjamin Peterson · 8 years ago
  51. 3c9ce74 Issue #23908: os functions, open() and the io.FileIO constructor now reject by Serhiy Storchaka · 8 years ago
  52. 34cb3f0 Issue #27301: Fixed incorrect return code for error in compile.c. by Serhiy Storchaka · 8 years ago
  53. 7740c40 Fix typo in comment by Martin Panter · 8 years ago
  54. b5f487a Fix typo in code comment by Martin Panter · 8 years ago
  55. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 8 years ago
  56. 12cf60c Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  57. fd58349 Issue #26874: Simplify the divmod docstring. by Zachary Ware · 8 years ago
  58. 64f8c7e Issue #26874: Make divmod docstring and full doc match by Zachary Ware · 8 years ago
  59. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  60. 0bb165e Issue #4806: Avoid masking TypeError when *-unpacking a generator by Martin Panter · 8 years ago
  61. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  62. 763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  63. bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  64. 79f657c Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++. by Serhiy Storchaka · 8 years ago
  65. ef85a1a Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 8 years ago
  66. 1c49617 Issue #25698: Importing module if the stack is too deep no longer replaces by Serhiy Storchaka · 8 years ago
  67. 36ae29c Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 8 years ago
  68. 7791165 code_richcompare() now uses the constants types by Victor Stinner · 8 years ago
  69. 0f3a71d Issue24733 - Remove unreachable code in traceback.c by Senthil Kumaran · 8 years ago
  70. 1f40ece 2016 will be another year of writing copyrighted code by Benjamin Peterson · 8 years ago
  71. 2e6c829 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 8 years ago
  72. 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  73. 6156560 Issue #25678: Copy buffer objects to null-terminated strings. by Serhiy Storchaka · 9 years ago
  74. a87633e Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  75. 14462d4 remove tabs from ceval.c (closes #24895) by Benjamin Peterson · 9 years ago
  76. 0287f2f check return value of PyString_FromStringAndSize for NULL (closes #24734) by Benjamin Peterson · 9 years ago
  77. 1670af6 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  78. f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  79. cc06dbf sync opcode prediction code with python 3 by Benjamin Peterson · 9 years ago
  80. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  81. 5127ed7 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  82. 2c992a0 backport computed gotos (#4753) by Benjamin Peterson · 9 years ago
  83. 14e10a1 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  84. 3ce7873 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  85. e993245 Issue #23115: os.urandom() now releases the GIL when the getentropy() is used by Victor Stinner · 9 years ago
  86. aa64c46 Issue #23781: Add private helper function _PyErr_ReplaceException() that by Serhiy Storchaka · 9 years ago
  87. e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now by Victor Stinner · 9 years ago
  88. a2269d0 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  89. e8d750c Issue #23115: Fixed compilation on OpenBSD (Py_MIN is not defined in 2.7). by Serhiy Storchaka · 9 years ago
  90. 4cc93db avoid reading unallocated memory when argc == 0 (closes #22633) by Benjamin Peterson · 9 years ago
  91. dd87637 update for copyright for 2015 by Benjamin Peterson · 9 years ago
  92. 27c269a use getentropy when available (backport of 75ede5bec8db) (closes #23115) by Benjamin Peterson · 9 years ago
  93. 7a6a973 pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 10 years ago
  94. 2b565bb Issue #18028: Fix aliasing issue in READ_TIMESTAMP() of ceval.c on x86_64, by Victor Stinner · 10 years ago
  95. 0f8f784 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  96. b9a4501 Issue #21963: backout issue #1856 patch (avoid crashes and lockups when by Antoine Pitrou · 10 years ago
  97. a86c091 Issue #22453: Fexed reference leaks when format error messages in ceval.c. by Serhiy Storchaka · 10 years ago
  98. f9b2aa2 Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  99. fb7c380 Fixed compilation error introduced in 3f7519f633ed (issue #22518). by Serhiy Storchaka · 10 years ago
  100. d524922 Issue #22518: Fixed integer overflow issues in "backslashreplace" and by Serhiy Storchaka · 10 years ago