index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
context.c
Commit message (
Expand
)
Author
Age
*
bpo-36101: remove non-ascii characters in docstring (GH-12018)
animalize
2019-02-25
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-11-01
*
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Yury Selivanov
2018-09-21
*
Add docstrings to public methods from context.c (GH-8531)
Peter Lamut
2018-07-30
*
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov
2018-06-28
*
Fix some warnings produced by different compilers. (#5593)
Serhiy Storchaka
2018-02-09
*
bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363)
Yury Selivanov
2018-01-27
*
bpo-32436: Make PyContextVar_Get a little bit faster (#5350)
Yury Selivanov
2018-01-26
*
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
Yury Selivanov
2018-01-25
*
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)
Yury Selivanov
2018-01-23
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-22