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
.
Python-Repository-Hub
/
pythoncapi-compat
Public
forked from
python/pythoncapi-compat
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on May 9, 2022
Revert "Add appveyor.yml (#31)"
Show description for 46d5a61
vstinner
committed
46d5a61
View commit details
Copy full SHA for 46d5a61
Browse repository at this point
Add appveyor.yml (#31)
vstinner
authored
fda2faa
View commit details
Copy full SHA for fda2faa
Browse repository at this point
Commits on May 3, 2022
Use Python 3.11 _Py_NULL (#36)
vstinner
authored
90d26c5
View commit details
Copy full SHA for 90d26c5
Browse repository at this point
Fix PyCode_GetCode() doc
vstinner
committed
bed155e
View commit details
Copy full SHA for bed155e
Browse repository at this point
Use Python 3.11 _Py_CAST() macro (#35)
Show description for c9764f5
vstinner
authored
c9764f5
View commit details
Copy full SHA for c9764f5
Browse repository at this point
Py_IS_TYPE() no longer uses const PyObject* type
Show description for 9267d9a
vstinner
committed
9267d9a
View commit details
Copy full SHA for 9267d9a
Browse repository at this point
Add PyCode_GetCode() function (#34)
vstinner
authored
85d1bd8
View commit details
Copy full SHA for 85d1bd8
Browse repository at this point
Commits on Apr 29, 2022
Add 'Getting Started' guide to README (#33)
Show description for 258f0eb
Erlend Egeberg Aasland
and
vstinner
authored
258f0eb
View commit details
Copy full SHA for 258f0eb
Browse repository at this point
Commits on Apr 26, 2022
Fix compatibility with Visual Studio 2013 and older
Show description for c43cea2
vstinner
committed
c43cea2
View commit details
Copy full SHA for c43cea2
Browse repository at this point
Rename the project to pythoncapi-compat
vstinner
committed
754a3d5
View commit details
Copy full SHA for 754a3d5
Browse repository at this point
Commits on Apr 8, 2022
Fix negative f_lasti on Python 3.10
vstinner
committed
4ea0388
View commit details
Copy full SHA for 4ea0388
Browse repository at this point
Fix PyFrame_GetLasti() on Python 3.10
vstinner
committed
ed1262e
View commit details
Copy full SHA for ed1262e
Browse repository at this point
PyFrame_GetLasti() will be added to Python 3.11.0b1
vstinner
committed
29368a4
View commit details
Copy full SHA for 29368a4
Browse repository at this point
Add PyFrame_GetLasti() function
vstinner
committed
dac4f8c
View commit details
Copy full SHA for dac4f8c
Browse repository at this point
Commits on Apr 7, 2022
Add PyFrame_GetBuiltins() functions (#29)
Show description for 03a4830
vstinner
authored
03a4830
View commit details
Copy full SHA for 03a4830
Browse repository at this point
Commits on Apr 6, 2022
New bpo to make PyCodeObject opaque
vstinner
committed
8ab92fb
View commit details
Copy full SHA for 8ab92fb
Browse repository at this point
Commits on Mar 29, 2022
Revert "Issue #21: Avoid C++ keyword `module` (#22)" (#28)
Show description for e137d72
vstinner
authored
e137d72
View commit details
Copy full SHA for e137d72
Browse repository at this point
Commits on Mar 11, 2022
Add PyFloat_Pack8() (#26)
vstinner
authored
6d2c96e
View commit details
Copy full SHA for 6d2c96e
Browse repository at this point
Commits on Mar 3, 2022
Tests say C or C++
vstinner
committed
adca68c
View commit details
Copy full SHA for adca68c
Browse repository at this point
The project moved to https://github.com/python/pythoncapi_compat (#27)
vstinner
authored
cb764fd
View commit details
Copy full SHA for cb764fd
Browse repository at this point
Commits on Feb 23, 2022
PYCAPI_COMPAT_CAST(): add parenthesis
vstinner
committed
179e534
View commit details
Copy full SHA for 179e534
Browse repository at this point
Commits on Feb 11, 2022
Issue #21: Avoid C++ keyword `module` (#22)
Erlend Egeberg Aasland
authored
ca6a60e
View commit details
Copy full SHA for ca6a60e
Browse repository at this point
Test Python 3.4 and 3.11 (#24)
vstinner
authored
f9b9b9d
View commit details
Copy full SHA for f9b9b9d
Browse repository at this point
Fix #19: Change the license from MIT to 0BSD (#20)
vstinner
authored
ea13e44
View commit details
Copy full SHA for ea13e44
Browse repository at this point
Format the API documentation
vstinner
committed
e16456b
View commit details
Copy full SHA for e16456b
Browse repository at this point
Commits on Feb 10, 2022
users: +datatable
vstinner
committed
b0b3ce9
View commit details
Copy full SHA for b0b3ce9
Browse repository at this point
Commits on Feb 9, 2022
Add C++ support (#18)
Show description for 3477463
vstinner
authored
3477463
View commit details
Copy full SHA for 3477463
Browse repository at this point
Commits on Feb 8, 2022
Change the Sphinx theme to default
vstinner
committed
384d3d1
View commit details
Copy full SHA for 384d3d1
Browse repository at this point
Update README
vstinner
committed
1a4b57d
View commit details
Copy full SHA for 1a4b57d
Browse repository at this point
Add Sphinx documentation
Show description for f18fa79
vstinner
committed
f18fa79
View commit details
Copy full SHA for f18fa79
Browse repository at this point
Commits on Feb 2, 2022
README: add details about the license
vstinner
committed
fb0042f
View commit details
Copy full SHA for fb0042f
Browse repository at this point
Commits on Jan 28, 2022
README: add pybluez
vstinner
committed
3af4c0c
View commit details
Copy full SHA for 3af4c0c
Browse repository at this point
Commits on Jan 27, 2022
upgrade_pythoncapi.py: log applied operations
vstinner
committed
68e5c7f
View commit details
Copy full SHA for 68e5c7f
Browse repository at this point
README: mention guppy3
vstinner
committed
e563d49
View commit details
Copy full SHA for e563d49
Browse repository at this point
Commits on Jan 6, 2022
Fix Python 2.7 compatibility on Windows
vstinner
committed
359a680
View commit details
Copy full SHA for 359a680
Browse repository at this point
Previous
Next
You can’t perform that action at this time.