FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/sysmodule.c - amrali-eg/cpython · GitHub
amrali-eg
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
sysmodule.c
on
main
User selector
Datepicker
Commit history
Commits on Feb 25, 2022
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Show description for 87af12b
vstinner
authored
87af12b
View commit details
Copy full SHA for 87af12b
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Show description for 9bbdde2
vstinner
authored
9bbdde2
View commit details
Copy full SHA for 9bbdde2
View code at this point
Browse repository at this point
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
Show description for 1f45536
ericsnowcurrently
authored
1f45536
View commit details
Copy full SHA for 1f45536
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204
ericsnowcurrently
authored
81c7204
View commit details
Copy full SHA for 81c7204
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
bpo-46072: Merge dxpairs into py_stats. (GH-31197)
markshannon
authored
9c979d7
View commit details
Copy full SHA for 9c979d7
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Show description for 1781d55
vstinner
authored
1781d55
View commit details
Copy full SHA for 1781d55
View code at this point
Browse repository at this point
bpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eab
vstinner
authored
e9e3eab
View commit details
Copy full SHA for e9e3eab
View code at this point
Browse repository at this point
Commits on Jan 13, 2022
bpo-46328: Add sys.exception() (GH-30514)
iritkatriel
authored
c590b58
View commit details
Copy full SHA for c590b58
View code at this point
Browse repository at this point
Commits on Dec 10, 2021
bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014)
Show description for 3f398a7
neonene
authored
3f398a7
View commit details
Copy full SHA for 3f398a7
View code at this point
Browse repository at this point
Commits on Dec 7, 2021
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879)
Show description for 8319114
markshannon
authored
8319114
View commit details
Copy full SHA for 8319114
View code at this point
Browse repository at this point
Commits on Nov 25, 2021
bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add more assertions. (GH-29627)
iritkatriel
authored
c456dfa
View commit details
Copy full SHA for c456dfa
View code at this point
Browse repository at this point
Commits on Nov 16, 2021
bpo-45753: Make recursion checks more efficient. (GH-29524)
Show description for b931077
markshannon
authored
b931077
View commit details
Copy full SHA for b931077
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Show description for f291404
markshannon
authored
f291404
View commit details
Copy full SHA for f291404
View code at this point
Browse repository at this point
Commits on Oct 15, 2021
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Show description for 547d26a
vstinner
authored
547d26a
View commit details
Copy full SHA for 547d26a
View code at this point
Browse repository at this point
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Show description for 354c352
vstinner
authored
354c352
View commit details
Copy full SHA for 354c352
View code at this point
Browse repository at this point
Commits on Oct 12, 2021
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Show description for d943d19
vstinner
authored
d943d19
View commit details
Copy full SHA for d943d19
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Show description for ce3489c
vstinner
authored
ce3489c
View commit details
Copy full SHA for ce3489c
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
markshannon
authored
bd627eb
View commit details
Copy full SHA for bd627eb
View code at this point
Browse repository at this point
Commits on Sep 28, 2021
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Show description for 0c50b8c
ericsnowcurrently
authored
0c50b8c
View commit details
Copy full SHA for 0c50b8c
View code at this point
Browse repository at this point
Commits on Jul 26, 2021
bpo-44590: Lazily allocate frame objects (GH-27077)
Show description for ae0a2b7
markshannon
authored
ae0a2b7
View commit details
Copy full SHA for ae0a2b7
View code at this point
Browse repository at this point
Commits on Jul 15, 2021
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
pablogsal
authored
4cb7263
View commit details
Copy full SHA for 4cb7263
View code at this point
Browse repository at this point
Commits on Jun 7, 2021
bpo-44187: Quickening infrastructure (GH-26264)
Show description for 001eb52
markshannon
authored
001eb52
View commit details
Copy full SHA for 001eb52
View code at this point
Browse repository at this point
Commits on May 13, 2021
bpo-44113: Fix compiler warning in PySys_AddWarnOption() (GH-26084)
Show description for ec7c09b
vstinner
authored
ec7c09b
View commit details
Copy full SHA for ec7c09b
View code at this point
Browse repository at this point
Commits on May 3, 2021
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
pablogsal
authored
c2931d3
View commit details
Copy full SHA for c2931d3
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)
Show description for 4908fae
vstinner
authored
4908fae
View commit details
Copy full SHA for 4908fae
View code at this point
Browse repository at this point
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Show description for 3bb0994
vstinner
authored
3bb0994
View commit details
Copy full SHA for 3bb0994
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
rhettinger
authored
a07da09
View commit details
Copy full SHA for a07da09
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Show description for 9e7b207
markshannon
authored
9e7b207
View commit details
Copy full SHA for 9e7b207
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Show description for 4827483
methane
authored
4827483
View commit details
Copy full SHA for 4827483
View code at this point
Browse repository at this point
Commits on Feb 28, 2021
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)
pablogsal
authored
af5fa13
View commit details
Copy full SHA for af5fa13
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Show description for bcb094b
vstinner
authored
bcb094b
View commit details
Copy full SHA for bcb094b
View code at this point
Browse repository at this point
bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581)
Show description for acde3f1
vstinner
authored
acde3f1
View commit details
Copy full SHA for acde3f1
View code at this point
Browse repository at this point
Commits on Jan 25, 2021
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Show description for 9852cb3
vstinner
authored
9852cb3
View commit details
Copy full SHA for 9852cb3
View code at this point
Browse repository at this point
bpo-42955: Add sys.modules_names (GH-24238)
Show description for db584bd
vstinner
authored
db584bd
View commit details
Copy full SHA for db584bd
View code at this point
Browse repository at this point
Commits on Dec 22, 2020
Fix typos in sysmodule (GH-23883)
nanjekyejoannah
authored
46b5c6b
View commit details
Copy full SHA for 46b5c6b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL