FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/Python.h - Eclips4/cpython · GitHub
Eclips4
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
Include
Python.h
on
main
User selector
Datepicker
Commit history
Commits on Oct 7, 2025
gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)
Show description for 5a77f02
vstinner
authored
5a77f02
View commit details
Copy full SHA for 5a77f02
View code at this point
Browse repository at this point
Commits on Aug 26, 2025
gh-138143: Allow anonymous unions in public headers, using `_Py_ANONYMOUS` (GH-137283)
Show description for ce1a877
encukou
authored
ce1a877
View commit details
Copy full SHA for ce1a877
View code at this point
Browse repository at this point
Commits on Aug 5, 2025
gh-136823: Update documentation on excluded headers in Python.h (#136824)
Show description for c2428ca
SZeltaat
and
AA-Turner
authored
c2428ca
View commit details
Copy full SHA for c2428ca
View code at this point
Browse repository at this point
Commits on Jul 24, 2025
gh-136759: rename `lock.h` to `pylock.h` (#137041)
Show description for ec02db5
aisk
authored
ec02db5
View commit details
Copy full SHA for ec02db5
View code at this point
Browse repository at this point
Commits on Jul 12, 2025
gh-111506: Add _Py_OPAQUE_PYOBJECT to hide PyObject layout & related API (GH-136505)
Show description for c7d24b8
encukou
and
vstinner
authored
c7d24b8
View commit details
Copy full SHA for c7d24b8
View code at this point
Browse repository at this point
Commits on Jun 11, 2025
gh-127545: Add _Py_ALIGNED_DEF(N, T) and use it for PyObject (GH-135209)
Show description for 49d7236
authored
49d7236
View commit details
Copy full SHA for 49d7236
View code at this point
Browse repository at this point
Commits on May 19, 2025
gh-133779: Revert Windows generation of pyconfig.h and go back to a static header. (GH-133966)
Show description for 986c367
zooba
authored
986c367
View commit details
Copy full SHA for 986c367
View code at this point
Browse repository at this point
Commits on Dec 3, 2024
gh-127271: Replace use of PyCell_GET/SET (gh-127272)
Show description for fc5a0dc
nascheme
authored
fc5a0dc
View commit details
Copy full SHA for fc5a0dc
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Show description for 6d93690
ericsnowcurrently
authored
6d93690
View commit details
Copy full SHA for 6d93690
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (#124663)
tonyroberts
authored
0881e2d
View commit details
Copy full SHA for 0881e2d
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Show description for 9e4a81f
vstinner
authored
9e4a81f
View commit details
Copy full SHA for 9e4a81f
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-119344: Make critical section API public (#119353)
Show description for 8f17d69
colesbury
authored
8f17d69
View commit details
Copy full SHA for 8f17d69
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
gh-117511: Make PyMutex public in the non-limited API (#117731)
colesbury
authored
3af7263
View commit details
Copy full SHA for 3af7263
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
gh-120326: Include <intrin.h> on Windows with Free Threading (#120329)
Eclips4
authored
939c201
View commit details
Copy full SHA for 939c201
View code at this point
Browse repository at this point
Commits on May 31, 2024
gh-119853: Add Include/refcount.h file (#119854)
vstinner
authored
891c1e3
View commit details
Copy full SHA for 891c1e3
View code at this point
Browse repository at this point
Commits on May 4, 2024
gh-111997: C-API for signalling monitoring events (#116413)
iritkatriel
authored
85af789
View commit details
Copy full SHA for 85af789
View code at this point
Browse repository at this point
Commits on Apr 11, 2024
gh-111506: Error if the limited API is used in free-threaded build (#117762)
Show description for 39d381f
colesbury
authored
39d381f
View commit details
Copy full SHA for 39d381f
View code at this point
Browse repository at this point
Commits on Mar 20, 2024
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms (GH-117064)
serhiy-storchaka
authored
519b2ae
View commit details
Copy full SHA for 519b2ae
View code at this point
Browse repository at this point
Commits on Feb 12, 2024
gh-110850: Add PyTime_t C API (GH-115215)
Show description for 879f454
encukou
and
vstinner
authored
879f454
View commit details
Copy full SHA for 879f454
View code at this point
Browse repository at this point
Commits on Nov 15, 2023
gh-112026: Add again <unistd.h> include in Python.h (#112046)
Show description for b338ffa
vstinner
authored
b338ffa
View commit details
Copy full SHA for b338ffa
View code at this point
Browse repository at this point
Commits on Oct 31, 2023
gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)
Show description for faa5f60
vstinner
authored
faa5f60
View commit details
Copy full SHA for faa5f60
View code at this point
Browse repository at this point
Commits on Sep 19, 2023
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Show description for 0c89056
colesbury
and
ericsnowcurrently
authored
0c89056
View commit details
Copy full SHA for 0c89056
View code at this point
Browse repository at this point
Commits on Sep 3, 2023
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Show description for 03c4080
vstinner
authored
03c4080
View commit details
Copy full SHA for 03c4080
View code at this point
Browse repository at this point
Commits on Sep 2, 2023
gh-108765: Python.h no longer includes <unistd.h> (#108783)
vstinner
authored
594b000
View commit details
Copy full SHA for 594b000
View code at this point
Browse repository at this point
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
Show description for 4ba1809
vstinner
authored
4ba1809
View commit details
Copy full SHA for 4ba1809
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
gh-108765: Move standard includes to Python.h (#108769)
Show description for 45b9e6a
vstinner
authored
45b9e6a
View commit details
Copy full SHA for 45b9e6a
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
Show description for feb51f3
vstinner
authored
feb51f3
View commit details
Copy full SHA for feb51f3
View code at this point
Browse repository at this point
Commits on Jul 1, 2023
gh-106316: Remove pytime.h header file (#106317)
Show description for 46d7761
vstinner
authored
46d7761
View commit details
Copy full SHA for 46d7761
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
GH-104584: Plugin optimizer API (GH-105100)
markshannon
authored
4bfa01b
View commit details
Copy full SHA for 4bfa01b
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
bpo-35134: Remove the Include/code.h header file (GH-32385)
Show description for 85addfb
vstinner
authored
85addfb
View commit details
Copy full SHA for 85addfb
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
bpo-45459: Add pytypedefs.h header file (GH-31527)
Show description for ec091bd
vstinner
authored
ec091bd
View commit details
Copy full SHA for ec091bd
View code at this point
Browse repository at this point
Commits on Feb 22, 2022
bpo-45459: Rename buffer.h to pybuffer.h (#31201)
Show description for 66b3cd7
vstinner
authored
66b3cd7
View commit details
Copy full SHA for 66b3cd7
View code at this point
Browse repository at this point
Commits on Feb 2, 2022
bpo-45459: Add Py_buffer to limited API (GH-29991)
Show description for f66c857
tiran
authored
f66c857
View commit details
Copy full SHA for f66c857
View code at this point
Browse repository at this point
Commits on Nov 23, 2021
bpo-39026: Fix Python.h when building with Xcode (GH-29488)
Show description for 4ae26b9
vstinner
authored
4ae26b9
View commit details
Copy full SHA for 4ae26b9
View code at this point
Browse repository at this point
Commits on Oct 19, 2021
bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
Show description for 52af075
vstinner
authored
52af075
View commit details
Copy full SHA for 52af075
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL