FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/pythonrun.h - iritkatriel/cpython · GitHub
iritkatriel
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
1
Star
6
Code
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
pythonrun.h
on
opcode_utils
User selector
Datepicker
Commit history
Commits on Mar 21, 2023
gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Display as well (GH-102849)
iritkatriel
authored
5c471f3
View commit details
Copy full SHA for 5c471f3
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
gh-102755: Add PyErr_DisplayException(exc) (#102756)
iritkatriel
authored
3f9285a
View commit details
Copy full SHA for 3f9285a
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
Docs: Clarify availability of PyOS_CheckStack (GH-91816)
encukou
authored
82ec638
View commit details
Copy full SHA for 82ec638
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076bef
vstinner
authored
7076bef
View commit details
Copy full SHA for 7076bef
View code at this point
Browse repository at this point
Commits on Apr 23, 2021
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
Show description for 91b69b7
encukou
authored
91b69b7
View commit details
Copy full SHA for 91b69b7
View code at this point
Browse repository at this point
Commits on Mar 19, 2021
bpo-43244: Remove symtable.h header file (GH-24910)
Show description for 28ad12f
vstinner
authored
28ad12f
View commit details
Copy full SHA for 28ad12f
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Show description for fe6e5e7
vstinner
authored
fe6e5e7
View commit details
Copy full SHA for fe6e5e7
View code at this point
Browse repository at this point
Commits on Jun 21, 2020
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Show description for 564cd18
lysnikolaou
authored
564cd18
View commit details
Copy full SHA for 564cd18
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
bpo-37189: Export old PyRun_XXX() functions (#14142)
Show description for 343ed0f
vstinner
authored
343ed0f
View commit details
Copy full SHA for 343ed0f
View code at this point
Browse repository at this point
Commits on May 28, 2019
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Show description for 4154069
DinoV
authored
4154069
View commit details
Copy full SHA for 4154069
View code at this point
Browse repository at this point
Commits on Apr 18, 2019
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
paulmon
authored and
zooba
committed
11efd79
View commit details
Copy full SHA for 11efd79
View code at this point
Browse repository at this point
Commits on May 23, 2017
bpo-22257: Small changes for PEP 432. (#1728)
Show description for 6b4be19
ericsnowcurrently
authored
6b4be19
View commit details
Copy full SHA for 6b4be19
View code at this point
Browse repository at this point
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8
serhiy-storchaka
committed
34d0ac8
View commit details
Copy full SHA for 34d0ac8
View code at this point
Browse repository at this point
Commits on May 8, 2016
Merge typo fixes from 3.5
vadmium
committed
1ce738e
View commit details
Copy full SHA for 1ce738e
View code at this point
Browse repository at this point
Corrections for a/an in code comments and documentation
vadmium
committed
4c35964
View commit details
Copy full SHA for 4c35964
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added more const qualifiers to signatures of static and private functions.
serhiy-storchaka
committed
ef1585e
View commit details
Copy full SHA for ef1585e
View code at this point
Browse repository at this point
Commits on May 9, 2015
PEP 479: Change StopIteration handling inside generators.
Show description for 8170e8c
Yury Selivanov
committed
8170e8c
View commit details
Copy full SHA for 8170e8c
View code at this point
Browse repository at this point
Commits on Nov 20, 2014
Issue #22869: Split pythonrun into two modules
Show description for d600951
ncoghlan
committed
d600951
View commit details
Copy full SHA for d600951
View code at this point
Browse repository at this point
Commits on Jan 3, 2014
Issue #19526: Exclude all new API from the stable ABI.
loewis
committed
1c0689c
View commit details
Copy full SHA for 1c0689c
View code at this point
Browse repository at this point
Commits on Nov 6, 2013
Issue #19512: Add PyRun_InteractiveOneObject() function
Show description for 95701bd
vstinner
committed
95701bd
View commit details
Copy full SHA for 95701bd
View code at this point
Browse repository at this point
Commits on Oct 19, 2013
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
serhiy-storchaka
committed
c679227
View commit details
Copy full SHA for c679227
View code at this point
Browse repository at this point
Commits on Oct 18, 2013
Issue #16129: Py_SetStandardStreamEncoding cleanups
Show description for 1805a62
ncoghlan
committed
1805a62
View commit details
Copy full SHA for 1805a62
View code at this point
Browse repository at this point
Commits on Oct 17, 2013
Issue #16129: Move Py_SetStandardStreamEncoding declaration
ncoghlan
committed
a0f074f
View commit details
Copy full SHA for a0f074f
View code at this point
Browse repository at this point
Issue #16129: Add `Py_SetStandardStreamEncoding`
Show description for 7d270ee
ncoghlan
committed
7d270ee
View commit details
Copy full SHA for 7d270ee
View code at this point
Browse repository at this point
Commits on Aug 30, 2013
Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads.
pitrou
committed
4879a96
View commit details
Copy full SHA for 4879a96
View code at this point
Browse repository at this point
Commits on Aug 26, 2013
Close #11619: The parser and the import machinery do not encode Unicode
Show description for 14e461d
vstinner
committed
14e461d
View commit details
Copy full SHA for 14e461d
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Show description for 1c8f059
vstinner
committed
1c8f059
View commit details
Copy full SHA for 1c8f059
View code at this point
Browse repository at this point
Commits on May 6, 2013
Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown.
pitrou
committed
5f454a0
View commit details
Copy full SHA for 5f454a0
View code at this point
Browse repository at this point
Commits on May 4, 2013
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again.
pitrou
committed
957a23b
View commit details
Copy full SHA for 957a23b
View code at this point
Browse repository at this point
Commits on Jun 19, 2012
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h.
pitrou
committed
e67f48c
View commit details
Copy full SHA for e67f48c
View code at this point
Browse repository at this point
Commits on Jun 3, 2012
Issue #14090: fix some minor C API problems in default branch (3.3)
eliben
committed
0813168
View commit details
Copy full SHA for 0813168
View code at this point
Browse repository at this point
Commits on Apr 14, 2012
Issue #2377: Make importlib the implementation of __import__().
Show description for fd07415
brettcannon
committed
fd07415
View commit details
Copy full SHA for fd07415
View code at this point
Browse repository at this point
Commits on Feb 21, 2012
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
pitrou
committed
528b54b
View commit details
Copy full SHA for 528b54b
View code at this point
Browse repository at this point
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
pitrou
committed
86838b0
View commit details
Copy full SHA for 86838b0
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
Merge 3.2: Issue #13703 plus some related test suite fixes.
birkenfeld
committed
2fb477c
View commit details
Copy full SHA for 2fb477c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL