summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API
Commit message (Expand)AuthorAgeFilesLines
* Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)Victor Stinner2018-09-111-4/+0
* bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)Victor Stinner2018-09-071-0/+4
* bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)Victor Stinner2018-08-291-0/+2
* bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846)Serhiy Storchaka2018-07-231-0/+4
* bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)Xtreak2018-07-221-0/+2
* bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)Victor Stinner2018-07-201-0/+1
* bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)Serhiy Storchaka2018-07-111-0/+2
* Forward port 3.7.0 final changesNed Deily2018-06-271-2/+0
* bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)Victor Stinner2018-06-221-0/+2
* bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)Serhiy Storchaka2018-06-151-0/+2
* bpo-33042: Fix pre-initialization sys module configuration (GH-6157)Nick Coghlan2018-03-251-0/+2
* bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Marcel Plch2018-03-171-0/+2
* Update NEWS, docs, and patchlevel for 3.7.0b1Ned Deily2018-01-312-4/+0
* bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (...Stéphane Wirtel2018-01-301-0/+2
* bpo-10381: Add timezone to datetime C API (#5032)Paul Ganssle2018-01-241-0/+2
* Update docs for 3.7.0a4Ned Deily2018-01-094-7/+0
* bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900)Serhiy Storchaka2017-12-251-0/+2
* bpo-32030: Fix usage of memory allocators (#4953)Victor Stinner2017-12-201-0/+2
* move pygetopt.h to internal (closes bpo-32264) (#4830)Benjamin Peterson2017-12-151-0/+1
* bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...Serhiy Storchaka2017-12-121-0/+2
* Update NEWS and pydoc topics.Ned Deily2017-12-055-14/+0
* bpo-20891: Fix PyGILState_Ensure() (#4650)Victor Stinner2017-11-301-0/+3
* bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)Victor Stinner2017-11-241-0/+2
* bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...stratakis2017-11-021-0/+2
* bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)xdegaye2017-10-261-0/+4
* Move exc state to generator. Fixes bpo-25612 (#1773)Mark Shannon2017-10-221-0/+3
* Update NEWS and topics for 3.7.0a2Ned Deily2017-10-173-8/+0
* bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...Oren Milman2017-10-081-0/+2
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-061-0/+4
* bpo-31532: Fix memory corruption due to allocator mix (#3679)nurelin2017-09-211-0/+2
* Update PyDoc topics and NEWS blurbs for 3.7.0a1Ned Deily2017-09-1915-43/+0
* bpo-31338 (#3374)Barry Warsaw2017-09-151-0/+3
* Link to blurb on PyPI in the NEWS.d READMEs. (#3323)Gregory P. Smith2017-09-051-1/+3
* Blurbify master branch. (#3298)larryhastings2017-09-0413-0/+33
* bpo-30832: Remove own implementation for thread-local storage (#2537)Masayuki Yamamoto2017-07-031-0/+7
* Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316)larryhastings2017-06-221-0/+1