GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Include
/
ceval.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner
2021-10-15
1
-1
/
+11
*
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner
2021-10-15
1
-1
/
+1
*
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
2020-10-05
1
-8
/
+0
*
bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309)
Inada Naoki
2020-07-06
1
-1
/
+5
*
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner
2020-04-28
1
-5
/
+3
*
bpo-39877: Deprecate PyEval_InitThreads() (GH-18892)
Victor Stinner
2020-03-10
1
-2
/
+2
*
bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)
Victor Stinner
2020-03-09
1
-3
/
+0
*
bpo-38644: Cleanup ceval.h (GH-17185)
Victor Stinner
2019-11-16
1
-36
/
+0
*
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner
2019-11-04
1
-35
/
+8
*
bpo-29548: deprecate PyEval_Call* functions (GH-14804)
Jeroen Demeyer
2019-07-24
1
-10
/
+10
*
bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
Victor Stinner
2019-06-13
1
-1
/
+0
*
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz
2019-05-28
1
-2
/
+2
*
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...
Matthias Bussonnier
2019-05-28
1
-2
/
+0
*
bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
Victor Stinner
2019-05-13
1
-1
/
+0
*
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
Victor Stinner
2019-05-10
1
-5
/
+0
*
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
Victor Stinner
2019-04-29
1
-0
/
+3
*
bpo-36356: Destroy the GIL at exit (GH-12453)
Victor Stinner
2019-04-29
1
-3
/
+0
*
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()...
Eric Snow
2019-04-12
1
-1
/
+1
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12...
Eric Snow
2019-04-12
1
-1
/
+1
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
1
-1
/
+1
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11...
Eric Snow
2019-02-24
1
-1
/
+1
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
1
-1
/
+3
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-0
/
+2
*
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
pdox
2017-10-25
1
-9
/
+7
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-07
1
-0
/
+5
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-11
/
+0
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-05
1
-6
/
+1
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-05
1
-1
/
+6
*
bpo-30703: Improve signal delivery (#2415)
Antoine Pitrou
2017-06-28
1
-0
/
+1
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-2
/
+2
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
1
-1
/
+1
*
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
Serhiy Storchaka
2017-03-19
1
-0
/
+1
*
bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75)
INADA Naoki
2017-03-14
1
-0
/
+6
*
Uniformize argument names of "call" functions
Victor Stinner
2016-12-06
1
-5
/
+7
*
Backed out changeset 7efddbf1aa70
Victor Stinner
2016-11-30
1
-2
/
+2
*
Uniformize argument names of "call" functions
Victor Stinner
2016-11-29
1
-2
/
+2
*
Remove CALL_PROFILE special build
Victor Stinner
2016-11-28
1
-1
/
+0
*
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
1
-2
/
+2
*
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka
2016-09-11
1
-0
/
+2
*
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-08
1
-0
/
+4
*
Add the co_extra field and accompanying APIs to code objects.
Brett Cannon
2016-09-07
1
-0
/
+4
*
Implement the frame evaluation API aspect of PEP 523.
Brett Cannon
2016-09-05
1
-0
/
+3
*
Fix PyObject_Call() parameter names
Victor Stinner
2016-08-19
1
-1
/
+1
*
Issue 25483: Add an opcode to make f-string formatting more robust.
Eric V. Smith
2015-11-03
1
-0
/
+8
*
sys.setrecursionlimit() now raises RecursionError
Victor Stinner
2015-10-13
1
-3
/
+9
*
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-3
/
+3
*
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1
/
+1
|
\
|
*
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1
/
+1
*
|
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
Yury Selivanov
2015-06-02
1
-1
/
+0
*
|
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Yury Selivanov
2015-06-02
1
-1
/
+2
[next]