FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/ceval.c - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
ceval.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 4, 2018
Add _Py_SET_TYPE() and _Py_SET_SIZE()
Show description for b8d81ec
vstinner
committed
b8d81ec
View commit details
Copy full SHA for b8d81ec
View code at this point
Browse repository at this point
Commits on Aug 3, 2018
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Show description for caba55b
vstinner
authored
caba55b
View commit details
Copy full SHA for caba55b
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
Show description for 8ed317f
costypetrisor
authored and
vstinner
committed
8ed317f
View commit details
Copy full SHA for 8ed317f
View code at this point
Browse repository at this point
Commits on Jul 23, 2018
bpo-34190: Fix reference leak in call_function() (GH-8413)
jdemeyer
authored and
vstinner
committed
147d955
View commit details
Copy full SHA for 147d955
View code at this point
Browse repository at this point
Commits on Jul 21, 2018
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
jdemeyer
authored and
serhiy-storchaka
committed
56868f9
View commit details
Copy full SHA for 56868f9
View code at this point
Browse repository at this point
Commits on Jul 9, 2018
bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159)
Show description for 3f4d90d
serhiy-storchaka
authored and
ncoghlan
committed
3f4d90d
View commit details
Copy full SHA for 3f4d90d
View code at this point
Browse repository at this point
Commits on Apr 6, 2018
bpo-29673: fix gdb scripts pystack and pystackv (GH-6126)
Marcel Plch
authored and
ned-deily
committed
3a9ccee
View commit details
Copy full SHA for 3a9ccee
View code at this point
Browse repository at this point
Commits on Apr 2, 2018
bpo-29922: Improve error messages in 'async with' (GH-6352)
Show description for a68f2f0
serhiy-storchaka
authored
a68f2f0
View commit details
Copy full SHA for a68f2f0
View code at this point
Browse repository at this point
Commits on Mar 24, 2018
bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848)
zhangyangyu
authored
d8b291a
View commit details
Copy full SHA for d8b291a
View code at this point
Browse repository at this point
Commits on Mar 23, 2018
bpo-33041: Rework compiling an "async for" loop. (#6142)
Show description for 702f8f3
serhiy-storchaka
authored
702f8f3
View commit details
Copy full SHA for 702f8f3
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Show description for 520b7ae
authored
520b7ae
View commit details
Copy full SHA for 520b7ae
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
markshannon
authored and
rhettinger
committed
332cd5e
View commit details
Copy full SHA for 332cd5e
View code at this point
Browse repository at this point
Commits on Jan 29, 2018
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Show description for 2914bb3
vstinner
authored
2914bb3
View commit details
Copy full SHA for 2914bb3
View code at this point
Browse repository at this point
bpo-32688: Make why the line is commented out clear (GH-5405)
zhangyangyu
authored
997478e
View commit details
Copy full SHA for 997478e
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Show description for f320be7
serhiy-storchaka
authored and
methane
committed
f320be7
View commit details
Copy full SHA for f320be7
View code at this point
Browse repository at this point
Commits on Jan 21, 2018
bpo-32591: Add native coroutine origin tracking (#5250)
Show description for fc2f407
njsmith
authored and
Yury Selivanov
committed
fc2f407
View commit details
Copy full SHA for fc2f407
View code at this point
Browse repository at this point
Commits on Dec 26, 2017
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903)
serhiy-storchaka
authored
13a6c09
View commit details
Copy full SHA for 13a6c09
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
serhiy-storchaka
authored
a5552f0
View commit details
Copy full SHA for a5552f0
View code at this point
Browse repository at this point
Commits on Oct 26, 2017
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
pdox
authored and
benjaminp
committed
1896793
View commit details
Copy full SHA for 1896793
View code at this point
Browse repository at this point
Commits on Oct 25, 2017
remove support for splitting the ceval switch into multiple switches (#4099)
Show description for 95f1a7b
benjaminp
authored
95f1a7b
View commit details
Copy full SHA for 95f1a7b
View code at this point
Browse repository at this point
Commits on Oct 22, 2017
Move exc state to generator. Fixes bpo-25612 (#1773)
Show description for ae3087c
markshannon
authored and
pitrou
committed
ae3087c
View commit details
Copy full SHA for ae3087c
View code at this point
Browse repository at this point
Commits on Oct 19, 2017
Move opcode tracing to occur after the possible update to f_lineno. (GH-3798)
gwk
authored and
ncoghlan
committed
20faa68
View commit details
Copy full SHA for 20faa68
View code at this point
Browse repository at this point
Commits on Oct 6, 2017
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
authored
faa135a
View commit details
Copy full SHA for faa135a
View code at this point
Browse repository at this point
Commits on Sep 19, 2017
bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620)
orenmn
authored and
serhiy-storchaka
committed
6db7033
View commit details
Copy full SHA for 6db7033
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Show description for 3f9eee6
ericsnowcurrently
authored
3f9eee6
View commit details
Copy full SHA for 3f9eee6
View code at this point
Browse repository at this point
bpo-31338 (#3374)
Show description for b2e5794
warsaw
authored
b2e5794
View commit details
Copy full SHA for b2e5794
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Show description for 93c92f7
ericsnowcurrently
authored
93c92f7
View commit details
Copy full SHA for 93c92f7
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
serhiy-storchaka
authored
e3b2b4b
View commit details
Copy full SHA for e3b2b4b
View code at this point
Browse repository at this point
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
bpo-31344: Per-frame control of trace events (GH-3417)
Show description for 5a85167
ncoghlan
authored
5a85167
View commit details
Copy full SHA for 5a85167
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31370: Remove support for threads-less builds (#3385)
Show description for a6a4dc8
pitrou
authored and
vstinner
committed
a6a4dc8
View commit details
Copy full SHA for a6a4dc8
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Show description for 05351c1
ericsnowcurrently
authored
05351c1
View commit details
Copy full SHA for 05351c1
View code at this point
Browse repository at this point
bpo-30860: Consolidate stateful runtime globals. (#2594)
Show description for 76d5abc
ericsnowcurrently
authored
76d5abc
View commit details
Copy full SHA for 76d5abc
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Show description for 86b7afd
ericsnowcurrently
authored
86b7afd
View commit details
Copy full SHA for 86b7afd
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
skrah
authored
f432a32
View commit details
Copy full SHA for f432a32
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL