summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 3.7.4 finalv3.7.4Ned Deily2019-07-081-3/+3
* 3.7.4rc2v3.7.4rc2Ned Deily2019-07-021-2/+2
* 3.7.4rc1v3.7.4rc1Ned Deily2019-06-181-4/+4
* [3.7] bpo-27987: align PyGC_Head to alignof(long double) (GH-13335) (GH-13581)Inada Naoki2019-06-021-1/+5
* [3.7] Revert "align PyGC_Head to alignof(long double) (GH-13335)" (GH-13569)Gregory P. Smith2019-05-251-5/+1
* bpo-27987: align PyGC_Head to alignof(long double) (GH-13335)Inada Naoki2019-05-251-1/+5
* [3.7] bpo-9566: Fix compiler warnings on Windows (GH-12920)Victor Stinner2019-04-231-1/+1
* [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (G...Victor Stinner2019-04-112-2/+24
* bump to 3.7.3+Ned Deily2019-03-251-1/+1
* Merge tag 'v3.7.3' into 3.7Ned Deily2019-03-251-3/+3
|\
| * 3.7.3v3.7.3Ned Deily2019-03-251-3/+3
* | bpo-36236: Handle removed cwd at Python init (GH-12450)Victor Stinner2019-03-201-1/+3
* | bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12436)Victor Stinner2019-03-191-0/+3
* | bpo-36317: Fix typo in _PyObject_FastCallDict documentation (GH-12383) (GH-12...RĂ©mi Lapeyre2019-03-181-1/+1
* | bump to 3.7.3rc1+Ned Deily2019-03-121-1/+1
|/
* 3.7.3rc1v3.7.3rc1Ned Deily2019-03-121-4/+4
* bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376)Miss Islington (bot)2018-12-301-0/+10
* Post release bumpNed Deily2018-12-241-1/+1
* 3.7.2finalv3.7.2Ned Deily2018-12-231-3/+3
* bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620)Miss Islington (bot)2018-12-231-0/+2
* 3.7.2rc1v3.7.2rc1Ned Deily2018-12-111-4/+4
* bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...Serhiy Storchaka2018-12-111-1/+3
* bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718)Victor Stinner2018-11-261-3/+3
* bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673)Victor Stinner2018-11-231-0/+7
* [3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662)Victor Stinner2018-11-222-1/+4
* bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executab...Steve Dower2018-11-171-0/+2
* bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546)Victor Stinner2018-11-141-0/+1
* [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529)Victor Stinner2018-11-141-0/+5
* bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)Miss Islington (bot)2018-11-121-2/+2
* [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492)Gregory P. Smith2018-11-121-0/+9
* [3.7] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10301)Alexey Izbyshev2018-11-021-3/+3
* bpo-34403: Fix initfsencoding() for ASCII (GH-10233)Victor Stinner2018-10-301-0/+4
* Post release bumpNed Deily2018-10-201-1/+1
* Merge tag 'v3.7.1' into 3.7Ned Deily2018-10-201-3/+3
|\
| * 3.7.1finalv3.7.1Ned Deily2018-10-201-3/+3
* | bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)Miss Islington (bot)2018-10-171-0/+13
* | Post release bumpNed Deily2018-10-131-1/+1
|/
* 3.7.1rc2v3.7.1rc2Ned Deily2018-10-131-2/+2
* Post release bumpNed Deily2018-09-261-1/+1
* 3.7.1rc1v3.7.1rc1Ned Deily2018-09-261-4/+4
* bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)Miss Islington (bot)2018-09-211-11/+9
* Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...Victor Stinner2018-09-192-8/+3
* bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)Miss Islington (bot)2018-09-181-1/+3
* [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...Victor Stinner2018-09-172-3/+8
* [3.7] bpo-34247: Fix Python 3.7 initialization (#8659)Victor Stinner2018-08-052-4/+19
* Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)Miss Islington (bot)2018-06-291-3/+0
* start 3.7.0+Ned Deily2018-06-271-1/+1
* 3.7.0 finalv3.7.0Ned Deily2018-06-261-3/+3
* 3.7.0rc1v3.7.0rc1Ned Deily2018-06-121-3/+3
* Bump to 3.7.0b5+Ned Deily2018-05-301-1/+1