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 }}
vient
/
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 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
Commits on Oct 18, 2017
Fix exec(), eval() not passing through arguments
res2k
authored and
stefanseefeld
committed
b09d80a
View commit details
Copy full SHA for b09d80a
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
fixed nuisance warning when calling from_data(...,bob) with an ndarray bob, "FutureWarning: comparison to None will result in an elementwise object comparison in the future."
mborgerding
authored and
stefanseefeld
committed
135c025
View commit details
Copy full SHA for 135c025
View code at this point
Browse repository at this point
ndarray.shape(k),strides(k) act more like their python counterparts (negative indexing, bounds checking) (issue #157)
mborgerding
authored and
stefanseefeld
committed
ecf05c4
View commit details
Copy full SHA for ecf05c4
View code at this point
Browse repository at this point
Commits on Sep 18, 2017
Remove executable attribute for files.
eldiener
authored and
stefanseefeld
committed
00b7ed0
View commit details
Copy full SHA for 00b7ed0
View code at this point
Browse repository at this point
Commits on Jul 20, 2017
Remove module as obsoleted by Boost.NumPy.
stefanseefeld
committed
2d1f66f
View commit details
Copy full SHA for 2d1f66f
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
Require NumPy 1.7 API.
stefanseefeld
committed
c4fe369
View commit details
Copy full SHA for c4fe369
View code at this point
Browse repository at this point
Fixing compiling error 'error: ‘NPY_FLOAT16’ was not declared in this scope'
Show description for 3613142
hamparawa
authored and
stefanseefeld
committed
3613142
View commit details
Copy full SHA for 3613142
View code at this point
Browse repository at this point
Commits on May 4, 2017
exec/eval(): add overloads for char const*
Show description for b2f53e1
jzwinck
authored and
stefanseefeld
committed
b2f53e1
View commit details
Copy full SHA for b2f53e1
View code at this point
Browse repository at this point
Commits on Apr 14, 2017
Fix more missing symbols.
stefanseefeld
committed
3844c4f
View commit details
Copy full SHA for 3844c4f
View code at this point
Browse repository at this point
Commits on Mar 24, 2017
Fix Windows builds.
stefanseefeld
committed
3066c73
View commit details
Copy full SHA for 3066c73
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
Fix conversion of PyUnicodeObject to wstring (#93)
tadeu
authored and
stefanseefeld
committed
4e0b96f
View commit details
Copy full SHA for 4e0b96f
View code at this point
Browse repository at this point
Commits on Oct 8, 2016
Adjust NumPy code to work with new directory / namespace structure.
stefanseefeld
committed
3ace4a0
View commit details
Copy full SHA for 3ace4a0
View code at this point
Browse repository at this point
Merge NumPy extension from https://github.com/ndarray/Boost.NumPy/.
stefanseefeld
committed
cbb3851
View commit details
Copy full SHA for cbb3851
View code at this point
Browse repository at this point
Commits on Sep 29, 2016
Implement `str::endswith()`
rick68
authored and
stefanseefeld
committed
03adaee
View commit details
Copy full SHA for 03adaee
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.