summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* 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-211-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-021-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-251-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-191-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-291-1/+1
* bump to 2.7.8v2.7.8Benjamin Peterson2014-06-291-2/+2
* avoid crashes and lockups from daemon threads during interpreter shutdown (#1...Benjamin Peterson2014-06-161-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-171-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-11-301-3/+0
* Issue #6477: Added pickling support for singletons and their types.Alexandre Vassalotti2013-11-301-0/+3
* a post-2.7.6 worldBenjamin Peterson2013-11-101-1/+1
* 2.7.6 finalv2.7.6Benjamin Peterson2013-11-101-3/+3
* 2.7.6rc1v2.7.6rc1Benjamin Peterson2013-10-261-4/+4
* Closes #13867: remove untrue comment about PyWeakref_Check().Georg Brandl2013-10-081-3/+0
* #18466: fix more typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-1/+1
* onto 2.7.6Benjamin Peterson2013-05-111-1/+1
* bump version to 2.7.5Benjamin Peterson2013-05-111-2/+2