1. f64c813 bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449) by tzickel · 6 years ago
  2. 48c8bf2 [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) by Serhiy Storchaka · 6 years ago
  3. 482fac7 [2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780 by Benjamin Peterson · 6 years ago
  4. 0d7d26b 2.7.15+ by Benjamin Peterson · 6 years ago
  5. ca079a3 bump to 2.7.15 by Benjamin Peterson · 6 years ago
  6. 0b91f8a Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374) by Florian Weimer · 6 years ago
  7. bad9a58 2.7.15rc1 version bump by Benjamin Peterson · 6 years ago
  8. 4029064 Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5571) by Miss Islington (bot) · 6 years ago
  9. 6ccdad7 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5295) by Miss Islington (bot) · 6 years ago
  10. 6ba0b58 bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4213) by Miss Islington (bot) · 7 years ago
  11. e0fc1af [2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194) by Serhiy Storchaka · 7 years ago
  12. 7795321 a post 2.7.14 world by Benjamin Peterson · 7 years ago
  13. 5537987 merge 2.7.14 release branch by Benjamin Peterson · 7 years ago
  14. 8447193 2.7.14 final version bumps by Benjamin Peterson · 7 years ago
  15. fd39e2a bpo-31474: Fix -Wint-in-bool-context warnings (#3581) by Christian Heimes · 7 years ago
  16. a72d15c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) by Benjamin Peterson · 7 years ago
  17. c707893 version bumps for 2.7.14rc1 by Benjamin Peterson · 7 years ago
  18. 2c7085f bpo-27593: Get SCM build info from git instead of hg (#1327) by Victor Stinner · 7 years ago
  19. 89f9eb5 bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050) by Serhiy Storchaka · 7 years ago
  20. 079f21f bpo-29935: Fixed error messages in the index() method of tuple and list (#887) (#907) (#910) by Serhiy Storchaka · 7 years ago
  21. ed45f73 Issue #27867: Fixed merging error. by Serhiy Storchaka · 7 years ago
  22. 522a60c Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  23. 3efe32e Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro. by Serhiy Storchaka · 7 years ago
  24. f939b3c Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  25. 2df5adb prepare for 2.7.14 dev by Benjamin Peterson · 7 years ago
  26. 33b2d78 python 2.7.13rc1 by Benjamin Peterson · 7 years ago
  27. ed82604 Issue #25701: Document that some C APIs can both set and delete items by Martin Panter · 8 years ago
  28. 0f5497e remove trailing whitespace by Benjamin Peterson · 8 years ago
  29. ca56dd4 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  30. fd2f85d Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of by sashk · 8 years ago
  31. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  32. 9949676 Fix some spelling errors by Martin Panter · 8 years ago
  33. b97001e Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
  34. 98ba455 Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 8 years ago
  35. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 8 years ago
  36. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  37. e2eacc0 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Martin Panter · 8 years ago
  38. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  39. 0c67a5f post 2.7.12 version by Benjamin Peterson · 8 years ago
  40. 1fae982 2.7.12 final by Benjamin Peterson · 8 years ago
  41. 1563f16 2.7.12 release candidate 1 by Benjamin Peterson · 8 years ago
  42. 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 8 years ago
  43. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  44. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  45. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  46. 763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  47. bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  48. 3c38dcc Fix typos in documentation and comments by Martin Panter · 8 years ago
  49. 79f657c Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++. by Serhiy Storchaka · 8 years ago
  50. 1c49617 Issue #25698: Importing module if the stack is too deep no longer replaces by Serhiy Storchaka · 8 years ago
  51. 7791165 code_richcompare() now uses the constants types by Victor Stinner · 8 years ago
  52. 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  53. 4f1aeae off to 2.7.12 we go by Benjamin Peterson · 8 years ago
  54. 11fc030 2.7.11 final by Benjamin Peterson · 8 years ago
  55. 85592c9 post rc1 updates by Benjamin Peterson · 9 years ago
  56. c6f13db bump to 2.7.11rc1 by Benjamin Peterson · 9 years ago
  57. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 9 years ago
  58. 9168d06 #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  59. 1670af6 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  60. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  61. 2c992a0 backport computed gotos (#4753) by Benjamin Peterson · 9 years ago
  62. 60ab9cc 2.7.10+ by Benjamin Peterson · 9 years ago
  63. 5a29c5c python 2.7.10 final by Benjamin Peterson · 9 years ago
  64. a40ea98 bump version to 2.7.10rc1 by Benjamin Peterson · 9 years ago
  65. 023de86 use rc rather than beta by Benjamin Peterson · 9 years ago
  66. 320bec1 - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 and by doko@ubuntu.com · 9 years ago
  67. aa64c46 Issue #23781: Add private helper function _PyErr_ReplaceException() that by Serhiy Storchaka · 9 years ago
  68. 083f6fb move 2.7 branch to 2.7.9+ by Benjamin Peterson · 9 years ago
  69. a5f49f5 bump to 2.7.9 final by Benjamin Peterson · 9 years ago
  70. af358ef 2.7.9rc1 by Benjamin Peterson · 10 years ago
  71. b9a4501 Issue #21963: backout issue #1856 patch (avoid crashes and lockups when by Antoine Pitrou · 10 years ago
  72. a86c091 Issue #22453: Fexed reference leaks when format error messages in ceval.c. by Serhiy Storchaka · 10 years ago
  73. ead2f5a Issue #18637: Fixed an error in _PyNode_SizeOf declaration. by Serhiy Storchaka · 10 years ago
  74. f9b2aa2 Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  75. 57057a6 PEP 466: backport persistent urandom fd (closes #21305) by Benjamin Peterson · 10 years ago
  76. f880bff Removed useless Py_LIMITED_API checks. by Serhiy Storchaka · 10 years ago
  77. c95f51a Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 10 years ago
  78. 7ce6a96 after 2.7.8 by Benjamin Peterson · 10 years ago
  79. fdbdcfe bump to 2.7.8 by Benjamin Peterson · 10 years ago
  80. c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 10 years ago
  81. e047f56 post 2.7.7 version bump by Benjamin Peterson · 10 years ago
  82. 15e5a16 merge 2.7.7 release branch by Benjamin Peterson · 10 years ago
  83. 9c70397 bump to 2.7.7 final by Benjamin Peterson · 10 years ago
  84. dfc1b4b remove tab (closes #21587) by Benjamin Peterson · 10 years ago
  85. 996bf48 bump to 2.7.7rc1 by Benjamin Peterson · 10 years ago
  86. ffc34e8 use imperative by Benjamin Peterson · 10 years ago
  87. 95d8acf PySequence_Fast generally returns a list (#16305) by Benjamin Peterson · 10 years ago
  88. 7821ff3 Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 10 years ago
  89. df9460f Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle. by Alexandre Vassalotti · 11 years ago
  90. a293428 Issue #6477: Added pickling support for singletons and their types. by Alexandre Vassalotti · 11 years ago
  91. 01bdeec a post-2.7.6 world by Benjamin Peterson · 11 years ago
  92. 2785195 2.7.6 final by Benjamin Peterson · 11 years ago
  93. 07ffc78 2.7.6rc1 by Benjamin Peterson · 11 years ago
  94. 4fe1260 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  95. 419e23c #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  96. 988aba3 onto 2.7.6 by Benjamin Peterson · 11 years ago
  97. 0864944 bump version to 2.7.5 by Benjamin Peterson · 11 years ago
  98. 108d1b4 Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter finalization can cause a crash. by Antoine Pitrou · 11 years ago
  99. 5419e49 start cracking on 2.7.5 by Benjamin Peterson · 11 years ago
  100. 376dd0e change version to 2.7.4 by Benjamin Peterson · 11 years ago