summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 2.7.12 finalv2.7.12Benjamin Peterson2016-06-251-3/+3
* 2.7.12 release candidate 1v2.7.12rc1Benjamin Peterson2016-06-111-4/+4
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-021-1/+1
* Corrections for a/an in code comments and documentationMartin Panter2016-05-082-2/+2
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-152-5/+5
* Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-2/+12
* Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-2/+2
* Fix typos in documentation and commentsMartin Panter2016-04-051-1/+1
* Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++.Serhiy Storchaka2016-03-031-1/+1
* Issue #25698: Importing module if the stack is too deep no longer replacesSerhiy Storchaka2016-02-101-0/+1
* code_richcompare() now uses the constants typesVictor Stinner2016-01-221-1/+10
* Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-0/+23
* off to 2.7.12 we goBenjamin Peterson2015-12-051-1/+1
* 2.7.11 finalv2.7.11Benjamin Peterson2015-12-051-3/+3
* post rc1 updatesBenjamin Peterson2015-11-221-1/+1
* bump to 2.7.11rc1v2.7.11rc1Benjamin Peterson2015-11-211-4/+4
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-131-1/+23
* Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
* Issue #19543: Emit deprecation warning for known non-text encodings.Serhiy Storchaka2015-05-311-0/+45
* backport computed gotos (#4753)Benjamin Peterson2015-05-281-0/+9
* 2.7.10+Benjamin Peterson2015-05-231-1/+1
* python 2.7.10 finalv2.7.10Benjamin Peterson2015-05-231-3/+3
* bump version to 2.7.10rc1v2.7.10rc1Benjamin Peterson2015-05-101-2/+2
* use rc rather than betaBenjamin Peterson2015-04-031-2/+2
* - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 anddoko@ubuntu.com2015-04-021-3/+3
* Issue #23781: Add private helper function _PyErr_ReplaceException() thatSerhiy Storchaka2015-03-301-0/+1
* move 2.7 branch to 2.7.9+Benjamin Peterson2014-12-101-1/+1
* bump to 2.7.9 finalv2.7.9Benjamin Peterson2014-12-101-3/+3
* 2.7.9rc1v2.7.9rc1Benjamin Peterson2014-11-261-4/+4
* Issue #21963: backout issue #1856 patch (avoid crashes and lockups whenAntoine Pitrou2014-11-211-2/+0
* Issue #22453: Fexed reference leaks when format error messages in ceval.c.Serhiy Storchaka2014-11-181-1/+3
* Issue #18637: Fixed an error in _PyNode_SizeOf declaration.Serhiy Storchaka2014-11-181-1/+1
* Issue #22193: Fixed integer overflow error in sys.getsizeof().Serhiy Storchaka2014-11-151-1/+1
* PEP 466: backport persistent urandom fd (closes #21305)Benjamin Peterson2014-08-281-0/+1
* Removed useless Py_LIMITED_API checks.Serhiy Storchaka2014-08-172-4/+0
* Issue #22193: Added private function _PySys_GetSizeOf() needed to implementSerhiy Storchaka2014-08-141-0/+4
* after 2.7.8Benjamin Peterson2014-06-301-1/+1
* bump to 2.7.8v2.7.8Benjamin Peterson2014-06-301-2/+2
* avoid crashes and lockups from daemon threads during interpreter shutdown (#1...Benjamin Peterson2014-06-171-0/+2
* post 2.7.7 version bumpBenjamin Peterson2014-05-311-1/+1
* merge 2.7.7 release branchBenjamin Peterson2014-05-311-3/+3
|\
| * bump to 2.7.7 finalBenjamin Peterson2014-05-311-3/+3
* | remove tab (closes #21587)Benjamin Peterson2014-05-261-1/+1
|/
* bump to 2.7.7rc1v2.7.7rc1Benjamin Peterson2014-05-181-4/+4
* use imperativeBenjamin Peterson2014-04-081-1/+1
* PySequence_Fast generally returns a list (#16305)Benjamin Peterson2014-04-081-1/+1
* Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.Victor Stinner2013-12-101-2/+2
* Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.Alexandre Vassalotti2013-12-011-3/+0