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
Type
/
to 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 }}
YuGhost
/
python
Public
forked from
boostorg/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
python
src
on
develop
User selector
All users
All time
Commit history
Commits on Mar 10, 2025
Conditionally use Py_REFCNT
Aditya Pillai
authored and
stefanseefeld
committed
3e7be69
View commit details
Copy full SHA for 3e7be69
View code at this point
Browse repository at this point
Use Py_REFCNT instead of ->ob_refcnt
Show description for cbdf1ce
Aditya Pillai
authored and
stefanseefeld
committed
cbdf1ce
View commit details
Copy full SHA for cbdf1ce
View code at this point
Browse repository at this point
Commits on Sep 22, 2024
dynamic_cast before destructor
Show description for ff0ae9b
vitalybuka
authored and
stefanseefeld
committed
ff0ae9b
View commit details
Copy full SHA for ff0ae9b
View code at this point
Browse repository at this point
Alignment fixes
dlaugt
authored and
stefanseefeld
committed
b988d70
View commit details
Copy full SHA for b988d70
View code at this point
Browse repository at this point
Commits on Sep 19, 2024
Use the expected return type.
stefanseefeld
committed
b3a28d7
View commit details
Copy full SHA for b3a28d7
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
Avoid setting __doc__ on instance methods
jvansanten
authored and
stefanseefeld
committed
301256c
View commit details
Copy full SHA for 301256c
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
Add generated docstrings to property fget/fset
jvansanten
authored and
stefanseefeld
committed
4c6f40f
View commit details
Copy full SHA for 4c6f40f
View code at this point
Browse repository at this point
Avoid degrading slice to object in generated sig
jvansanten
authored and
stefanseefeld
committed
d1910f3
View commit details
Copy full SHA for d1910f3
View code at this point
Browse repository at this point
Use qualname for enum repr
jvansanten
authored and
stefanseefeld
committed
c4e3b13
View commit details
Copy full SHA for c4e3b13
View code at this point
Browse repository at this point
Qualify types defined in other modules
jvansanten
authored and
stefanseefeld
committed
a498e24
View commit details
Copy full SHA for a498e24
View code at this point
Browse repository at this point
Emit qualfied names in docstrings
jvansanten
authored and
stefanseefeld
committed
7a3cc07
View commit details
Copy full SHA for 7a3cc07
View code at this point
Browse repository at this point
Set __qualname__ for Python >= 3.3
jvansanten
authored and
stefanseefeld
committed
58b1a01
View commit details
Copy full SHA for 58b1a01
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
Another fix for numpy 2.0
Show description for 99a5352
bkpoon
authored and
stefanseefeld
committed
99a5352
View commit details
Copy full SHA for 99a5352
View code at this point
Browse repository at this point
Commits on May 6, 2024
Support numpy 2.0.0b1
duburcqa
authored and
stefanseefeld
committed
0474de0
View commit details
Copy full SHA for 0474de0
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
Fix enum_type_object type on Python 3.11
Show description for a218bab
vstinner
authored and
stefanseefeld
committed
a218bab
View commit details
Copy full SHA for a218bab
View code at this point
Browse repository at this point
Commits on Aug 10, 2021
-fix: issue #239 exec_file does not close the FILE handle. Note: Using FILE* is a bad choice here because of possible exceptions, but Py_RunFile is a C function. This fix works, because Py_RunFile …
Show description for f028aa4
hajokirchhoff
authored and
stefanseefeld
committed
f028aa4
View commit details
Copy full SHA for f028aa4
View code at this point
Browse repository at this point
-fix: boost::python::exec_file completely broken when PY_VERSION_HEX >= 0x03010000. Bug: char* f pointed to a temporary buffer returned by PyBytes_AsString. This buffer was released when Py_DECREF…
Show description for a060d43
hajokirchhoff
authored and
stefanseefeld
committed
a060d43
View commit details
Copy full SHA for a060d43
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
Fix deprecated usage of <boost/bind.hpp>
Show description for aee2667
TaWeiTu
authored and
stefanseefeld
committed
aee2667
View commit details
Copy full SHA for aee2667
View code at this point
Browse repository at this point
Commits on May 1, 2021
Respect alignment of by-value storage.
stefanseefeld
committed
aca3c80
View commit details
Copy full SHA for aca3c80
View code at this point
Browse repository at this point
Commits on Feb 8, 2021
Fix issue #280
db4
authored and
stefanseefeld
committed
f5d14ef
View commit details
Copy full SHA for f5d14ef
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
Fix compatibility with Python 3.10.0a4: fopen
Show description for cbd2d9f
vstinner
authored and
stefanseefeld
committed
cbd2d9f
View commit details
Copy full SHA for cbd2d9f
View code at this point
Browse repository at this point
Commits on Jan 4, 2021
Fix Python 3.10 (PEP-620) incompatibility.
stefanseefeld
committed
500194e
View commit details
Copy full SHA for 500194e
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
Convert Python 3.1+ to use public C API for filenames
jcpunk
authored and
stefanseefeld
committed
d9f0605
View commit details
Copy full SHA for d9f0605
View code at this point
Browse repository at this point
Use python macros to stay on public API for new pythons
jcpunk
authored and
stefanseefeld
committed
9ad5298
View commit details
Copy full SHA for 9ad5298
View code at this point
Browse repository at this point
Commits on Aug 8, 2020
Handle NULL from call to PyLong_Type
Show description for 9e1132f
ausmal
authored and
stefanseefeld
committed
9e1132f
View commit details
Copy full SHA for 9e1132f
View code at this point
Browse repository at this point
Commits on Feb 14, 2019
clear python exception after expected attribute lookup failure
Show description for 4f6d547
orivej
authored and
stefanseefeld
committed
4f6d547
View commit details
Copy full SHA for 4f6d547
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
Add missing return statement in numpy import
Show description for ed4776b
WanzenBug
authored and
stefanseefeld
committed
ed4776b
View commit details
Copy full SHA for ed4776b
View code at this point
Browse repository at this point
Commits on May 6, 2018
Fix issue 198.
stefanseefeld
committed
467a89e
View commit details
Copy full SHA for 467a89e
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
Remove not reachable condition.
Show description for 7352c9c
ya1gaurav
authored and
stefanseefeld
committed
7352c9c
View commit details
Copy full SHA for 7352c9c
View code at this point
Browse repository at this point
Commits on Mar 7, 2018
Remove obsolete scons-based build logic.
stefanseefeld
committed
1db3871
View commit details
Copy full SHA for 1db3871
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
Add Python version to library suffix.
stefanseefeld
committed
d4d41d9
View commit details
Copy full SHA for d4d41d9
View code at this point
Browse repository at this point
Commits on Feb 9, 2018
Fix build with Python 3.7
Show description for 660487c
berolinux
authored and
stefanseefeld
committed
660487c
View commit details
Copy full SHA for 660487c
View code at this point
Browse repository at this point
Commits on Dec 18, 2017
This is an object, not a function declaration. Really.
stefanseefeld
committed
d6d54ce
View commit details
Copy full SHA for d6d54ce
View code at this point
Browse repository at this point
Commits on Nov 10, 2017
First attempt at faber-based build system.
stefanseefeld
committed
ebba009
View commit details
Copy full SHA for ebba009
View code at this point
Browse repository at this point
Commits on Oct 25, 2017
Fix memory leaks in enum.cpp
Show description for 2b7842a
elmopl
authored and
stefanseefeld
committed
2b7842a
View commit details
Copy full SHA for 2b7842a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.