aboutsummaryrefslogtreecommitdiff
path: root/Include
AgeCommit message (Expand)Author
2018-09-10bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449)tzickel
2018-07-31[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)Serhiy Storchaka
2018-06-22[2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780Benjamin Peterson
2018-04-292.7.15+Benjamin Peterson
2018-04-29bump to 2.7.15Benjamin Peterson
2018-04-29Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374)Florian Weimer
2018-04-142.7.15rc1 version bumpBenjamin Peterson
2018-02-12Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5571)Miss Islington (bot)
2018-01-24bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...Miss Islington (bot)
2017-11-01bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...Miss Islington (bot)
2017-10-31[2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)Serhiy Storchaka
2017-09-16a post 2.7.14 worldBenjamin Peterson
2017-09-16merge 2.7.14 release branchBenjamin Peterson
2017-09-162.7.14 final version bumpsBenjamin Peterson
2017-09-15bpo-31474: Fix -Wint-in-bool-context warnings (#3581)Christian Heimes
2017-09-13consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)Benjamin Peterson
2017-08-26version bumps for 2.7.14rc1Benjamin Peterson
2017-05-02bpo-27593: Get SCM build info from git instead of hg (#1327)Victor Stinner
2017-04-16bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050)Serhiy Storchaka
2017-03-30bpo-29935: Fixed error messages in the index() method of tuple and list (#887...Serhiy Storchaka
2017-02-04Issue #27867: Fixed merging error.Serhiy Storchaka
2017-02-04Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka
2017-01-25Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro.Serhiy Storchaka
2016-12-27Issue #28427: old keys should not remove new values fromAntoine Pitrou
2016-12-03prepare for 2.7.14 devBenjamin Peterson
2016-12-03python 2.7.13rc1Benjamin Peterson
2016-11-30Issue #25701: Document that some C APIs can both set and delete itemsMartin Panter
2016-09-19remove trailing whitespaceBenjamin Peterson
2016-09-17Issue #28139: Fix messed up indentationMartin Panter
2016-09-16Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal ofsashk
2016-09-07Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter
2016-08-20Fix some spelling errorsMartin Panter
2016-08-15Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.Ned Deily
2016-08-15Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.Ned Deily
2016-07-28Spelling and grammar fixes in code comments and documentationMartin Panter
2016-07-28Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter
2016-07-28Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Martin Panter
2015-11-02Issue #25523: Correct "a" article to "an" articleMartin Panter
2016-06-25post 2.7.12 versionBenjamin Peterson
2016-06-252.7.12 finalBenjamin Peterson
2016-06-112.7.12 release candidate 1Benjamin Peterson
2016-06-02Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter
2016-05-08Corrections for a/an in code comments and documentationMartin Panter
2016-04-17Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka
2016-04-15Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter
2016-04-10Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka
2016-04-06Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka
2016-04-05Fix typos in documentation and commentsMartin Panter
2016-03-03Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++.Serhiy Storchaka
2016-02-10Issue #25698: Importing module if the stack is too deep no longer replacesSerhiy Storchaka