FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for docs/api.rst - python/pythoncapi-compat · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
pythoncapi-compat
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
39
Star
109
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pythoncapi-compat
docs
api.rst
on
main
User selector
Datepicker
Commit history
Commits on Mar 19, 2026
PyUnicodeWriter_WriteRepr(NULL) now writes "<NULL>" (#170)
vstinner
authored
75a7967
View commit details
Copy full SHA for 75a7967
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
Run tests on Python 3.14 and 3.15 (#165)
vstinner
authored
442b482
View commit details
Copy full SHA for 442b482
View code at this point
Browse repository at this point
Add PyUnstable_SetImmortal() (#164)
Show description for 8636bcc
kumaraditya303
and
vstinner
authored
8636bcc
View commit details
Copy full SHA for 8636bcc
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
Make PyUnstable_Unicode_GET_CACHED_HASH return -1 on PyPy (#157)
Show description for e510a7b
encukou
and
vstinner
authored
e510a7b
View commit details
Copy full SHA for e510a7b
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
Add PyUnstable_Unicode_GET_CACHED_HASH() function (#155)
vstinner
authored
a49e0fb
View commit details
Copy full SHA for a49e0fb
View code at this point
Browse repository at this point
Add PyTuple_FromArray() function (#154)
vstinner
authored
89e023e
View commit details
Copy full SHA for 89e023e
View code at this point
Browse repository at this point
Commits on Sep 18, 2025
PEP 782: Add PyBytesWriter C API (#139)
vstinner
authored
ab72af8
View commit details
Copy full SHA for ab72af8
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
Add PyUnstable_Object_IsUniquelyReferenced (#149)
ngoldbaum
authored
90c06a4
View commit details
Copy full SHA for 90c06a4
View code at this point
Browse repository at this point
Commits on Jun 9, 2025
Add PyUnicodeWriter_WriteASCII() (#145)
vstinner
authored
ffae0ff
View commit details
Copy full SHA for ffae0ff
View code at this point
Browse repository at this point
Commits on Jun 3, 2025
Add PySys_GetAttr() function (#143)
vstinner
authored
fde4d34
View commit details
Copy full SHA for fde4d34
View code at this point
Browse repository at this point
Commits on Jan 19, 2025
Add PyConfig_Get() (#128)
vstinner
authored
8a52253
View commit details
Copy full SHA for 8a52253
View code at this point
Browse repository at this point
Commits on Jan 6, 2025
Add Py_fopen() and Py_fclose() (#127)
vstinner
authored
79404e9
View commit details
Copy full SHA for 79404e9
View code at this point
Browse repository at this point
Commits on Dec 13, 2024
Add PyLong Import/Export API (#121)
Show description for 61709bf
skirpichev
and
vstinner
authored
61709bf
View commit details
Copy full SHA for 61709bf
View code at this point
Browse repository at this point
Commits on Nov 12, 2024
Add PyLong_IsPositive/Negative/Zero() functions (#119)
Show description for 77abeec
skirpichev
and
vstinner
authored
77abeec
View commit details
Copy full SHA for 77abeec
View code at this point
Browse repository at this point
Commits on Oct 17, 2024
Update link to latest version (#118)
cdce8p
authored
0041177
View commit details
Copy full SHA for 0041177
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
Add PyLong_FromUInt64() and PyLong_AsUInt64() (#114)
vstinner
authored
669c882
View commit details
Copy full SHA for 669c882
View code at this point
Browse repository at this point
Add PyIter_NextItem() function (#113)
vstinner
authored
38e2d32
View commit details
Copy full SHA for 38e2d32
View code at this point
Browse repository at this point
Add Py_HashBuffer() function (#112)
vstinner
authored
3f1c06d
View commit details
Copy full SHA for 3f1c06d
View code at this point
Browse repository at this point
Add PyBytes_Join() function (#111)
vstinner
authored
fba4977
View commit details
Copy full SHA for fba4977
View code at this point
Browse repository at this point
Add PyUnicode_Equal() function (#110)
vstinner
authored
abc0f29
View commit details
Copy full SHA for abc0f29
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
Document PyUnicodeWriter API (#109)
vstinner
authored
bb0934e
View commit details
Copy full SHA for bb0934e
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
Add PyLong_GetSign() function (#99)
vstinner
authored
18d1df7
View commit details
Copy full SHA for 18d1df7
View code at this point
Browse repository at this point
Commits on May 22, 2024
Drop Python 3.5 support: cannot be tested anymore (#97)
vstinner
authored
ffba538
View commit details
Copy full SHA for ffba538
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
Documentation (#94)
vstinner
authored
2353a3d
View commit details
Copy full SHA for 2353a3d
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
Update supported Python versions
vstinner
committed
9bfd8de
View commit details
Copy full SHA for 9bfd8de
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
update doc
vstinner
committed
bbfc7a6
View commit details
Copy full SHA for bbfc7a6
View code at this point
Browse repository at this point
Commits on Mar 29, 2024
gh-88: Add PyList_GetItemRef()
vstinner
committed
f667991
View commit details
Copy full SHA for f667991
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
Add Py_GetConstant() and Py_GetConstantBorrowed() (#87)
vstinner
authored
b16ff9a
View commit details
Copy full SHA for b16ff9a
View code at this point
Browse repository at this point
Commits on Feb 20, 2024
Add PyTime API (#84)
vstinner
authored
52486a9
View commit details
Copy full SHA for 52486a9
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
API: document not supported functions
vstinner
committed
deb6f40
View commit details
Copy full SHA for deb6f40
View code at this point
Browse repository at this point
Add Py_HashPointer() (#83)
vstinner
authored
4678af4
View commit details
Copy full SHA for 4678af4
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
Add PyDict_Pop() function (#81)
Show description for 5bf2fb2
vstinner
authored
5bf2fb2
View commit details
Copy full SHA for 5bf2fb2
View code at this point
Browse repository at this point
Commits on Nov 13, 2023
Add PyList_Extend() (#80)
vstinner
authored
1c1ab38
View commit details
Copy full SHA for 1c1ab38
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
Test Python 3.13 (#79)
Show description for 85e4cd5
vstinner
authored
85e4cd5
View commit details
Copy full SHA for 85e4cd5
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
Add PyUnicode_EqualToUTF8() function (#78)
Show description for 99ab0d3
vstinner
authored
99ab0d3
View commit details
Copy full SHA for 99ab0d3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL