summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 00147-add-debug-malloc-stats.patchFedora Python maintainers2020-09-2910-1/+25
* 00055-systemtap.patchFedora Python maintainers2020-09-291-0/+10
* Bump version to 2.7.18.Benjamin Peterson2020-04-191-3/+3
* Bump version to 2.7.18rc1.v2.7.18rc1Benjamin Peterson2020-04-041-4/+4
* 2.2.17+Benjamin Peterson2019-10-191-1/+1
* Bump version to 2.7.17 final.Benjamin Peterson2019-10-191-3/+3
* Bump version to 2.7.17rc1.Benjamin Peterson2019-10-081-4/+4
* closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230)Miss Islington (bot)2019-09-241-1/+1
* bpo-30134: fix BytesWarning doc, docstring and message (GH-12739)Inada Naoki2019-04-091-1/+1
* Post-2.7.16 version bump.Benjamin Peterson2019-03-021-1/+1
* Set version to 2.7.16 final.v2.7.16Benjamin Peterson2019-03-021-3/+3
* Set version to 2.7.16rc1+.Benjamin Peterson2019-02-171-1/+1
* Set version to 2.7.16rc1.v2.7.16rc1Benjamin Peterson2019-02-161-4/+4
* closes bpo-35340: Add freegrammar to pgenheaders.h. (GH-10788)Benjamin Peterson2018-11-291-0/+1
* [2.7] bpo-22851: Fix a segfault when accessing generator.gi_frame.f_restricte...Zackery Spytz2018-10-131-1/+1
* [2.7] bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) (GH-9394)Christian Heimes2018-09-181-1/+3
* bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449)tzickel2018-09-101-0/+1
* [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)Serhiy Storchaka2018-07-311-0/+3
* [2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780Benjamin Peterson2018-06-231-0/+1
* 2.7.15+Benjamin Peterson2018-04-291-1/+1
* bump to 2.7.15v2.7.15Benjamin Peterson2018-04-291-3/+3
* Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374)Florian Weimer2018-04-291-1/+16
* 2.7.15rc1 version bumpv2.7.15rc1Benjamin Peterson2018-04-141-4/+4
* Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5571)Miss Islington (bot)2018-02-121-1/+1
* bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...Miss Islington (bot)2018-01-241-0/+3
* bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...Miss Islington (bot)2017-11-011-7/+12
* [2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)Serhiy Storchaka2017-10-311-9/+5
* a post 2.7.14 worldBenjamin Peterson2017-09-161-1/+1
* merge 2.7.14 release branchBenjamin Peterson2017-09-161-3/+3
|\
| * 2.7.14 final version bumpsv2.7.14Benjamin Peterson2017-09-161-3/+3
* | bpo-31474: Fix -Wint-in-bool-context warnings (#3581)Christian Heimes2017-09-151-2/+2
* | consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)Benjamin Peterson2017-09-142-3/+3
|/
* version bumps for 2.7.14rc1v2.7.14rc1Benjamin Peterson2017-08-261-4/+4
* bpo-27593: Get SCM build info from git instead of hg (#1327)Victor Stinner2017-05-021-3/+2
* bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050)Serhiy Storchaka2017-04-161-5/+0
* bpo-29935: Fixed error messages in the index() method of tuple and list (#887...Serhiy Storchaka2017-03-301-0/+1
* Issue #27867: Fixed merging error.Serhiy Storchaka2017-02-041-1/+1
* Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-041-2/+3
* Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro.Serhiy Storchaka2017-01-251-0/+10
* Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-0/+3
* prepare for 2.7.14 devBenjamin Peterson2016-12-031-3/+3
* python 2.7.13rc1v2.7.13rc1Benjamin Peterson2016-12-031-4/+4
* Issue #25701: Document that some C APIs can both set and delete itemsMartin Panter2016-11-301-12/+12
* remove trailing whitespaceBenjamin Peterson2016-09-201-18/+18
* Issue #28139: Fix messed up indentationMartin Panter2016-09-171-1/+1
* Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal ofsashk2016-09-161-24/+39
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* Fix some spelling errorsMartin Panter2016-08-201-2/+2
* Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.Ned Deily2016-08-151-1/+3
* Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.Ned Deily2016-08-151-0/+7