FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · boostorg/python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
boostorg
/
python
Public
Notifications
You must be signed in to change notification settings
Fork
223
Star
537
Code
Issues
173
Pull requests
34
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Apr 1, 2025
Test with multiple python versions.
stefanseefeld
committed
76799ff
View commit details
Copy full SHA for 76799ff
Browse repository at this point
refactor: switch to python 3
e-kwsm
authored and
stefanseefeld
committed
d30c1bb
View commit details
Copy full SHA for d30c1bb
Browse repository at this point
Commits on Mar 10, 2025
Conditionally use Py_REFCNT
Aditya Pillai
authored and
stefanseefeld
committed
3e7be69
View commit details
Copy full SHA for 3e7be69
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
Browse repository at this point
Commits on Feb 2, 2025
Make sure to pass C++ version to preprocessor as well.
stefanseefeld
committed
4fe3403
View commit details
Copy full SHA for 4fe3403
Browse repository at this point
Fix homebrew include path.
stefanseefeld
committed
b1b43f1
View commit details
Copy full SHA for b1b43f1
Browse repository at this point
Commits on Feb 1, 2025
Merge pull request #470 from boostorg/pr/fix-iterator-detail
Show description for 7b19604
pdimov
authored
7b19604
View commit details
Copy full SHA for 7b19604
Browse repository at this point
Commits on Jan 28, 2025
Replace use of boost/iterator/detail/enable_if.hpp
pdimov
committed
2dc5a92
View commit details
Copy full SHA for 2dc5a92
Browse repository at this point
Commits on Oct 10, 2024
Support newer version of Sphinx
sdarwin
authored and
stefanseefeld
committed
4fc3afa
View commit details
Copy full SHA for 4fc3afa
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
Browse repository at this point
Alignment fixes
dlaugt
authored and
stefanseefeld
committed
b988d70
View commit details
Copy full SHA for b988d70
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
Browse repository at this point
Upgrade CI platforms.
stefanseefeld
committed
3ea0cb8
View commit details
Copy full SHA for 3ea0cb8
Browse repository at this point
Commits on Sep 18, 2024
Conditionalize nested test for py2
Show description for 95e5301
jvansanten
authored and
stefanseefeld
committed
95e5301
View commit details
Copy full SHA for 95e5301
Browse repository at this point
Avoid setting __doc__ on instance methods
jvansanten
authored and
stefanseefeld
committed
301256c
View commit details
Copy full SHA for 301256c
Browse repository at this point
Commits on Sep 17, 2024
Ensure that virtual default implementation has the same kwargs as dispatcher
jvansanten
authored and
stefanseefeld
committed
c76d67e
View commit details
Copy full SHA for c76d67e
Browse repository at this point
Unwrap back_reference in get_pytype()
Show description for 0102b31
jvansanten
authored and
stefanseefeld
committed
0102b31
View commit details
Copy full SHA for 0102b31
Browse repository at this point
Add generated docstrings to property fget/fset
jvansanten
authored and
stefanseefeld
committed
4c6f40f
View commit details
Copy full SHA for 4c6f40f
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
Browse repository at this point
Use qualname for enum repr
jvansanten
authored and
stefanseefeld
committed
c4e3b13
View commit details
Copy full SHA for c4e3b13
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
Browse repository at this point
Emit qualfied names in docstrings
jvansanten
authored and
stefanseefeld
committed
7a3cc07
View commit details
Copy full SHA for 7a3cc07
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
Browse repository at this point
Commits on Aug 18, 2024
Update build deps.
grafikrobot
authored and
stefanseefeld
committed
8ca8724
View commit details
Copy full SHA for 8ca8724
Browse repository at this point
Split b2 dependencies into public and private.
grafikrobot
authored and
stefanseefeld
committed
5a8d096
View commit details
Copy full SHA for 5a8d096
Browse repository at this point
Move inter-lib dependencies to a project variable and into the build targets.
grafikrobot
authored and
stefanseefeld
committed
30bdbf3
View commit details
Copy full SHA for 30bdbf3
Browse repository at this point
Bump B2 require to 5.2
grafikrobot
authored and
stefanseefeld
committed
5a07cdb
View commit details
Copy full SHA for 5a07cdb
Browse repository at this point
Add requires-b2 check to top-level build file.
grafikrobot
authored and
stefanseefeld
committed
06fa956
View commit details
Copy full SHA for 06fa956
Browse repository at this point
Add missing NO_LIB usage requirements.
grafikrobot
authored and
stefanseefeld
committed
9ab1742
View commit details
Copy full SHA for 9ab1742
Browse repository at this point
Switch to library requirements instead of source. As source puts extra source in install targets.
grafikrobot
authored and
stefanseefeld
committed
071b0bc
View commit details
Copy full SHA for 071b0bc
Browse repository at this point
Put back removing qualified boostcpp tag. As we need it until the Jamroot removes the qualified tag.
grafikrobot
authored and
stefanseefeld
committed
d8d9861
View commit details
Copy full SHA for d8d9861
Browse repository at this point
Make the library modular usable.
grafikrobot
authored and
stefanseefeld
committed
f6d20e1
View commit details
Copy full SHA for f6d20e1
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
Browse repository at this point
Commits on Jul 1, 2024
Fix typo in numpy tutorial
podsvirov
authored and
stefanseefeld
committed
1fed082
View commit details
Copy full SHA for 1fed082
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
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL