summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #17703: Fix a regression where an illegal use of Py_DECREF() after inte...Antoine Pitrou2013-04-151-5/+11
* start cracking on 2.7.5Benjamin Peterson2013-04-061-1/+1
* change version to 2.7.4v2.7.4Benjamin Peterson2013-04-061-3/+3
* after 2.7.4rc1 bumpBenjamin Peterson2013-03-231-1/+1
* version to 2.7.4rc1v2.7.4rc1Benjamin Peterson2013-03-231-4/+4
* issue #9090 : Take the same approach for socketmodule as daytimemoduleKristj?n Valur J?nsson2013-03-191-0/+3
* Issue #1783: Remove declarations of nonexistent private variables.Serhiy Storchaka2013-02-011-3/+0
* Remove trailing whitespaces in cStringIO.h.Serhiy Storchaka2013-01-281-2/+2
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-192-0/+2
* Issue #16602: When a weakref's target was part of a long deallocation chain, ...Antoine Pitrou2012-12-081-1/+11
* Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...Mark Dickinson2012-12-021-8/+21
* Backport 9dd4638de73b.Stefan Krah2012-11-191-1/+1
* Backport 5db6d9ddf6e8.Stefan Krah2012-11-121-0/+8
* Issue #13992: The trashcan mechanism is now thread-safe. This eliminatesAntoine Pitrou2012-09-062-9/+21
* Remove trailing whitespace in order to silence warnings on HP-UX.Trent Nelson2012-08-311-4/+4
* Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-0/+3
* Issue #13889: On MSVC builds, set FPU control word at runtime for all string ...Mark Dickinson2012-04-151-0/+24
* we live in a post 2.7.3 worldBenjamin Peterson2012-04-111-1/+1
* merge 2.7.3 release branchBenjamin Peterson2012-04-091-1/+1
|\
| * merge from 2.7 release branchBenjamin Peterson2012-03-151-1/+1
| |\
| | * - rename configure.in to configure.acMatthias Klose2012-03-141-1/+1