summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-31786: Make functions in the select module blocking when timeout is...Pablo Galindo2017-10-181-1/+12
* Bump version to 3.6.3+Ned Deily2017-10-031-1/+1
* Bump to 3.6.3v3.6.3Ned Deily2017-10-031-3/+3
* Bump to 3.6.3rc1v3.6.3rc1Ned Deily2017-09-191-4/+4
* [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)Miss Islington (bot)2017-09-071-11/+23
* bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#5...Victor Stinner2017-08-221-1/+1
* Bump to v3.6.2+Ned Deily2017-07-171-3/+3
* Update for post-3.6.2rc2Ned Deily2017-07-081-2/+2
* [3.6] bpo-30703: Improve signal delivery (GH-2415) (#2527)Antoine Pitrou2017-07-011-0/+1
* [3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...Serhiy Storchaka2017-06-281-3/+7
* [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (...Serhiy Storchaka2017-06-271-0/+6
* Bump version for post 3.6.2rc1Ned Deily2017-06-181-1/+1
* Version bump to 3.6.2rc1v3.6.2rc1Ned Deily2017-06-171-4/+4
* bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152)Victor Stinner2017-06-131-1/+1
* [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashe...Dino Viehland2017-06-131-2/+14
* bpo-30524: Fix _PyStack_UnpackDict() (#1886)Victor Stinner2017-06-091-7/+9
* [3.6] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a ma...Serhiy Storchaka2017-05-251-0/+2
* bpo-29941: Assert fixes (#886) (#955)T. Wouters2017-04-021-0/+4
* bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...Serhiy Storchaka2017-03-301-0/+1
* Merge branch '3.6.1' of github.com:ned-deily/cpython into 3.6Ned Deily2017-03-221-3/+3
|\
| * Bump to 3.6.2rc1 development.Ned Deily2017-03-221-1/+1
| * Update docs and patchlevel for 3.6.1 finalv3.6.1Ned Deily2017-03-211-3/+3
| * Fix the only non-C90 comment to be C90 compatible. (#568)n.d. parker2017-03-211-1/+1
* | bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#714)Serhiy Storchaka2017-03-191-27/+18
* | bpo-29619: Convert st_ino using unsigned integer (#557) (#584)Victor Stinner2017-03-091-1/+1
* | Fix the only non-C90 comment to be C90 compatible. (#568)n.d. parker2017-03-081-1/+1
* | Bump to v3.6.1rc1+.Ned Deily2017-03-051-1/+1
|/
* Update docs and patchlevel for 3.6.1rc1.v3.6.1rc1Ned Deily2017-03-041-4/+4
* [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)Ned Deily2017-03-041-2/+2
* Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-041-2/+3
|\
| * Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-041-2/+3
* | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-2/+14
|\ \ | |/
| * Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-2/+14
* | Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-7/+5
|\ \ | |/
| * Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-5/+5
| * Fix incorrect patchlevel information for 3.5.3+.Larry Hastings2017-01-201-2/+2
| * Merge 3.5.3 release head with main 3.5 branch.Larry Hastings2017-01-172-2/+3
| |\
| * | Post-release updates for 3.5.3.Larry Hastings2017-01-171-1/+1
| * | Version bump for Python 3.5.3.v3.5.3Larry Hastings2017-01-161-3/+3
* | | Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+1
|\ \ \ | | |/ | |/|
| * | Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+1
| |/
| * Post-release fixups for Python 3.5.3rc1.Larry Hastings2017-01-031-1/+1
| * Version bump for 3.5.3rc1.v3.5.3rc1Larry Hastings2017-01-021-4/+4
* | Issue #27961: Define HAVE_LONG_LONG as 1.Victor Stinner2017-01-051-1/+1
* | Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-0/+2
|\ \ | |/
| * Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-0/+2
* | Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-2718-7/+85
* | Issue #29009: Merge 3.5.Xiang Zhang2016-12-191-4/+0
|\ \ | |/
| * Issue #29009: Remove outdated doc of PyUnicode_RichCompare.Xiang Zhang2016-12-191-4/+0
* | guard HAVE_LONG_LONG definition to prevent redefinition (#28898)Benjamin Peterson2016-12-081-2/+3