index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS.d
/
next
/
C API
Commit message (
Expand
)
Author
Age
Files
Lines
*
3.7.6rc1
v3.7.6rc1
Ned Deily
2019-12-11
2
-6/+0
*
bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869)
Miss Skeleton (bot)
2019-10-21
1
-0/+3
*
[3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16663)
Pablo Galindo
2019-10-11
1
-0/+3
*
3.7.4rc1
v3.7.4rc1
Ned Deily
2019-06-18
3
-7/+0
*
bpo-28805: document METH_FASTCALL (GH-14079)
Miss Islington (bot)
2019-06-16
1
-0/+1
*
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
1
-0/+1
*
[3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (G...
Victor Stinner
2019-04-11
1
-0/+5
*
3.7.3rc1
v3.7.3rc1
Ned Deily
2019-03-12
2
-3/+0
*
bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516)
Miss Islington (bot)
2019-01-12
1
-0/+1
*
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620)
Miss Islington (bot)
2018-12-20
1
-0/+2
*
3.7.2rc1
v3.7.2rc1
Ned Deily
2018-12-11
3
-5/+0
*
bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)
Victor Stinner
2018-12-04
1
-0/+2
*
bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) (GH-10761)
Victor Stinner
2018-11-28
1
-0/+2
*
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executab...
Steve Dower
2018-11-18
1
-0/+1
*
3.7.1rc2
v3.7.1rc2
Ned Deily
2018-10-13
1
-2/+0
*
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
Miss Islington (bot)
2018-10-06
1
-0/+2
*
3.7.1rc1
v3.7.1rc1
Ned Deily
2018-09-26
3
-5/+0
*
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...
Victor Stinner
2018-09-19
1
-3/+0
*
[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...
Victor Stinner
2018-09-18
1
-0/+3
*
[3.7] bpo-34247: Fix Python 3.7 initialization (#8659)
Victor Stinner
2018-08-05
1
-0/+2
*
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352)
Miss Islington (bot)
2018-07-21
1
-0/+1
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Miss Islington (bot)
2018-07-11
1
-0/+2
*
3.7.0 final
v3.7.0
Ned Deily
2018-06-27
1
-2/+0
*
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
Miss Islington (bot)
2018-06-27
1
-0/+2
*
3.7.0b3
v3.7.0b3
Ned Deily
2018-03-29
2
-4/+0
*
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
Miss Islington (bot)
2018-03-25
1
-0/+2
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Miss Islington (bot)
2018-03-17
1
-0/+2
*
Update NEWS, docs, and patchlevel for 3.7.0b1
v3.7.0b1
Ned Deily
2018-01-30
2
-4/+0
*
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (...
Stéphane Wirtel
2018-01-30
1
-0/+2
*
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle
2018-01-24
1
-0/+2
*
Update docs for 3.7.0a4
Ned Deily
2018-01-09
4
-7/+0
*
bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900)
Serhiy Storchaka
2017-12-25
1
-0/+2
*
bpo-32030: Fix usage of memory allocators (#4953)
Victor Stinner
2017-12-20
1
-0/+2
*
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson
2017-12-15
1
-0/+1
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
1
-0/+2
*
Update NEWS and pydoc topics.
Ned Deily
2017-12-05
5
-14/+0
*
bpo-20891: Fix PyGILState_Ensure() (#4650)
Victor Stinner
2017-11-30
1
-0/+3
*
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)
Victor Stinner
2017-11-24
1
-0/+2
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
1
-0/+2
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-0/+4
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
1
-0/+3
*
Update NEWS and topics for 3.7.0a2
Ned Deily
2017-10-17
3
-8/+0
*
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...
Oren Milman
2017-10-08
1
-0/+2
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
1
-0/+4
*
bpo-31532: Fix memory corruption due to allocator mix (#3679)
nurelin
2017-09-21
1
-0/+2
*
Update PyDoc topics and NEWS blurbs for 3.7.0a1
Ned Deily
2017-09-19
15
-43/+0
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
1
-0/+3
*
Link to blurb on PyPI in the NEWS.d READMEs. (#3323)
Gregory P. Smith
2017-09-05
1
-1/+3
*
Blurbify master branch. (#3298)
larryhastings
2017-09-04
13
-0/+33
*
bpo-30832: Remove own implementation for thread-local storage (#2537)
Masayuki Yamamoto
2017-07-03
1
-0/+7
[next]