summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Post release updatesNed Deily2019-07-021-1/+1
* 3.6.9v3.6.9Ned Deily2019-07-021-3/+3
* Post release updatesNed Deily2019-06-181-1/+1
* 3.6.9rc1v3.6.9rc1Ned Deily2019-06-181-4/+4
* Post release bumpNed Deily2018-12-241-1/+1
* 3.6.8finalv3.6.8Ned Deily2018-12-231-3/+3
* bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-106...Miss Islington (bot)2018-12-201-0/+2
* Post release bumpNed Deily2018-12-111-1/+1
* 3.6.8rc1v3.6.8rc1Ned Deily2018-12-111-4/+4
* bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...Miss Islington (bot)2018-12-111-1/+3
* bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH...Victor Stinner2018-11-261-3/+3
* bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) (GH-10663)Victor Stinner2018-11-222-1/+4
* bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)Miss Islington (bot)2018-11-121-2/+2
* [3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493)Gregory P. Smith2018-11-121-0/+9
* [3.6] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10302)Alexey Izbyshev2018-11-021-3/+3
* Post release bumpNed Deily2018-10-201-1/+1
* Merge tag 'v3.6.7' into 3.6Ned Deily2018-10-201-3/+3
|\
| * 3.6.7finalv3.6.7Ned Deily2018-10-201-3/+3
* | [3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937)Stéphane Wirtel2018-10-181-0/+13
* | Post release bumpNed Deily2018-10-131-1/+1
|/
* 3.6.7rc2v3.6.7rc2Ned Deily2018-10-131-2/+2
* Post release bumpNed Deily2018-09-261-1/+1
* 3.6.7rc1v3.6.7rc1Ned Deily2018-09-261-4/+4
* bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)Miss Islington (bot)2018-09-181-1/+3
* start 3.6.6+Ned Deily2018-06-271-1/+1
* 3.6.6 finalv3.6.6Ned Deily2018-06-261-3/+3
* 3.6.6rc1v3.6.6rc1Ned Deily2018-06-121-4/+4
* Merge tag 'v3.6.5' into 3.6Ned Deily2018-03-281-2/+2
|\
| * 3.6.5finalv3.6.5Ned Deily2018-03-281-3/+3
* | on to 3.6.6Ned Deily2018-03-131-1/+1
|/
* 3.6.5rc1v3.6.5rc1Ned Deily2018-03-131-4/+4
* Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5570)Miss Islington (bot)2018-02-111-1/+1
* bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...Miss Islington (bot)2018-02-051-0/+3
* bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...Miss Islington (bot)2018-01-241-0/+3
* [3.6] bpo-32555: Fix locale encodings (#5193)Victor Stinner2018-01-151-0/+10
* [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)Victor Stinner2018-01-151-0/+5
* bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-4900) (#...Miss Islington (bot)2017-12-251-4/+1
* 3.6.4+Ned Deily2017-12-191-1/+1
* Update to 3.6.4v3.6.4Ned Deily2017-12-181-3/+3
* Bump to 3.6.4rc1v3.6.4rc1Ned Deily2017-12-051-4/+4
* Correct the location of a function mentioned in a comment (GH-4327)Miss Islington (bot)2017-11-091-1/+1
* bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...Miss Islington (bot)2017-11-011-7/+12
* bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)Miss Islington (bot)2017-10-311-10/+6
* [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...xdegaye2017-10-261-2/+0
* Fix trailing whitespaces in C and Python files. (#4131)Serhiy Storchaka2017-10-261-2/+2
* [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-181-4/+4
* [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)Miss Islington (bot)2017-09-071-11/+23