Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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
Include
on
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 14, 2018
Remove PyModule_GetDict from new C API
Dino Viehland
committed
52590bc
View commit details
Copy full SHA for 52590bc
View code at this point
Browse repository at this point
Commits on Sep 11, 2018
Add PyDict_GetItemRef
Dino Viehland
committed
f80dea2
View commit details
Copy full SHA for f80dea2
View code at this point
Browse repository at this point
README: document C defines
vstinner
committed
05f670c
View commit details
Copy full SHA for 05f670c
View code at this point
Browse repository at this point
Commits on Sep 5, 2018
Add Py_GetType(), remove Py_TYPE() from Py_NEWCAPI
vstinner
committed
e8c499a
View commit details
Copy full SHA for e8c499a
View code at this point
Browse repository at this point
PyUnicode_FromFormat(): add %T format
vstinner
committed
2ca0f52
View commit details
Copy full SHA for 2ca0f52
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
Add PySequence_Fast_GetItemRef() and PyList_GetItemRef()
Show description for e0889e9
vstinner
committed
e0889e9
View commit details
Copy full SHA for e0889e9
View code at this point
Browse repository at this point
Use _Py_TYPE()
vstinner
committed
c74582b
View commit details
Copy full SHA for c74582b
View code at this point
Browse repository at this point
PyEval_CallFunction() & PyEval_CallMethod() removed from Py_NEWCAPI
vstinner
committed
f2d1101
View commit details
Copy full SHA for f2d1101
View code at this point
Browse repository at this point
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
Remove Py_TYPE() from Py_NEWCAPI
vstinner
committed
0efc477
View commit details
Copy full SHA for 0efc477
View code at this point
Browse repository at this point
Refine defines
vstinner
committed
d87dcac
View commit details
Copy full SHA for d87dcac
View code at this point
Browse repository at this point
Py_XINCREF/Py_XDECREF as func calls
Show description for 159f85e
vstinner
committed
159f85e
View commit details
Copy full SHA for 159f85e
View code at this point
Browse repository at this point
Commits on Sep 3, 2018
Convert Py_REFCNT, Py_TYPE, Py_SIZE to function calls
Show description for 87066c0
vstinner
committed
87066c0
View commit details
Copy full SHA for 87066c0
View code at this point
Browse repository at this point
Replace Py_INCREF/DECREF macros with function calls
vstinner
committed
03d1556
View commit details
Copy full SHA for 03d1556
View code at this point
Browse repository at this point
Commits on Aug 31, 2018
Add PyTuple_SetItemRef()
vstinner
committed
04fdf50
View commit details
Copy full SHA for 04fdf50
View code at this point
Browse repository at this point
Add PyTuple_GetItemRef() and Py_NO_BORROWED_REF
Show description for 9c3b42f
vstinner
committed
9c3b42f
View commit details
Copy full SHA for 9c3b42f
View code at this point
Browse repository at this point
Commits on Aug 30, 2018
Fix PyTuple_GET_SIZE()
vstinner
committed
09174f9
View commit details
Copy full SHA for 09174f9
View code at this point
Browse repository at this point
Convert 3 tuple macros to function calls
vstinner
committed
47c5ce3
View commit details
Copy full SHA for 47c5ce3
View code at this point
Browse repository at this point
Add Py_NEWCAPI and Py_NEWCAPI_BORROWED_REF
vstinner
committed
fcabd49
View commit details
Copy full SHA for fcabd49
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Show description for fbca908
vstinner
authored
fbca908
View commit details
Copy full SHA for fbca908
View code at this point
Browse repository at this point
bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003)
Show description for de42755
vstinner
authored
de42755
View commit details
Copy full SHA for de42755
View code at this point
Browse repository at this point
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Show description for 3d4226a
vstinner
authored
3d4226a
View commit details
Copy full SHA for 3d4226a
View code at this point
Browse repository at this point
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Show description for b2457ef
vstinner
authored
b2457ef
View commit details
Copy full SHA for b2457ef
View code at this point
Browse repository at this point
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)
Show description for dfe0dc7
vstinner
authored
dfe0dc7
View commit details
Copy full SHA for dfe0dc7
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982)
Show description for 124b9eb
vstinner
authored
124b9eb
View commit details
Copy full SHA for 124b9eb
View code at this point
Browse repository at this point
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Show description for d500e53
vstinner
authored
d500e53
View commit details
Copy full SHA for d500e53
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 Aug 1, 2018
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
Show description for 80b762f
vstinner
authored
80b762f
View commit details
Copy full SHA for 80b762f
View code at this point
Browse repository at this point
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Show description for 6c785c0
vstinner
authored
6c785c0
View commit details
Copy full SHA for 6c785c0
View code at this point
Browse repository at this point
Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)
vstinner
authored
cfc8831
View commit details
Copy full SHA for cfc8831
View code at this point
Browse repository at this point
bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594)
Show description for 9851227
vstinner
authored
9851227
View commit details
Copy full SHA for 9851227
View code at this point
Browse repository at this point
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Show description for b75d7e2
vstinner
authored
b75d7e2
View commit details
Copy full SHA for b75d7e2
View code at this point
Browse repository at this point
Commits on Jul 26, 2018
bpo-34170, test_embed: write Py_Initialize() tests (GH-8484)
vstinner
authored
56b29b6
View commit details
Copy full SHA for 56b29b6
View code at this point
Browse repository at this point
bpo-34170: Cleanup pymain_read_conf() (GH-8476)
Show description for d145775
vstinner
authored
d145775
View commit details
Copy full SHA for d145775
View code at this point
Browse repository at this point
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434)
serhiy-storchaka
authored
7cb7bcf
View commit details
Copy full SHA for 7cb7bcf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.