FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/boost/python - 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
Breadcrumbs
History for
python
include
boost
python
on
develop
User selector
Datepicker
Commit history
Commits on Sep 2, 2026
Fixing N leakage
GabrielEGC
authored and
stefanseefeld
committed
1c26772
View commit details
Copy full SHA for 1c26772
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
feat(vector_indexing_suite): implement reverse
e-kwsm
authored and
stefanseefeld
committed
fe087f9
View commit details
Copy full SHA for fe087f9
View code at this point
Browse repository at this point
feat(vector_indexing_suite): implement remove
e-kwsm
authored and
stefanseefeld
committed
660e894
View commit details
Copy full SHA for 660e894
View code at this point
Browse repository at this point
feat(vector_indexing_suite): implement count
e-kwsm
authored and
stefanseefeld
committed
27ff6f6
View commit details
Copy full SHA for 27ff6f6
View code at this point
Browse repository at this point
feat(indexing_suite): implement clear
e-kwsm
authored and
stefanseefeld
committed
d8668c5
View commit details
Copy full SHA for d8668c5
View code at this point
Browse repository at this point
feat(vector_indexing_suite): implement __iadd__
e-kwsm
authored and
stefanseefeld
committed
e08584a
View commit details
Copy full SHA for e08584a
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
Fix and add tests for module state
o01eg
authored and
stefanseefeld
committed
c86ea20
View commit details
Copy full SHA for c86ea20
View code at this point
Browse repository at this point
Provide 'state' accessor in module definition
o01eg
authored and
stefanseefeld
committed
afd27c6
View commit details
Copy full SHA for afd27c6
View code at this point
Browse repository at this point
Add POD state for multi-phase modules
o01eg
authored and
stefanseefeld
committed
d018bb1
View commit details
Copy full SHA for d018bb1
View code at this point
Browse repository at this point
Commits on Jun 21, 2026
Rename module to mod
o01eg
authored and
stefanseefeld
committed
b34c895
View commit details
Copy full SHA for b34c895
View code at this point
Browse repository at this point
Add mod_gil_not_used option to BOOST_PYTHON_MODULE_MULTI_PHASE_INIT
o01eg
authored and
stefanseefeld
committed
b8b0093
View commit details
Copy full SHA for b8b0093
View code at this point
Browse repository at this point
Fix indent and add more remarks to make it more manageable
o01eg
authored and
stefanseefeld
committed
0796140
View commit details
Copy full SHA for 0796140
View code at this point
Browse repository at this point
Add support for multi-phase module initialization
o01eg
authored and
stefanseefeld
committed
9e2f519
View commit details
Copy full SHA for 9e2f519
View code at this point
Browse repository at this point
Commits on Dec 2, 2025
Add "nogil" option for BOOST_PYTHON_MODULE_INIT.
Show description for 5013564
nascheme
authored and
stefanseefeld
committed
5013564
View commit details
Copy full SHA for 5013564
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
Use re-entrant mutex to protect global state.
Show description for cfbefe8
nascheme
committed
cfbefe8
View commit details
Copy full SHA for cfbefe8
View code at this point
Browse repository at this point
Add work-around to crash in ~object_base().
Show description for 6f5f3b6
nascheme
committed
6f5f3b6
View commit details
Copy full SHA for 6f5f3b6
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
Include missing header boost/type_traits/is_unsigned.hpp
Show description for 668bc7c
gladk
authored and
stefanseefeld
committed
668bc7c
View commit details
Copy full SHA for 668bc7c
View code at this point
Browse repository at this point
Stop testing c++98 support
stefanseefeld
committed
5d7b9a0
View commit details
Copy full SHA for 5d7b9a0
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
Use Py_REFCNT instead of ob_refcnt on Python 3.9 and above
pilleye
authored and
stefanseefeld
committed
a40bb65
View commit details
Copy full SHA for a40bb65
View code at this point
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
View code at this point
Browse repository at this point
Commits on Sep 22, 2024
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 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
View code at this point
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
View code at this point
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
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
Commits on Dec 22, 2023
Normalize static/dynamic link macros and avoid redefinition warnings
pdimov
authored and
stefanseefeld
committed
6c3f3ec
View commit details
Copy full SHA for 6c3f3ec
View code at this point
Browse repository at this point
Commits on Mar 19, 2022
Update call_method.hpp
Show description for 41e208e
da115115
authored and
stefanseefeld
committed
41e208e
View commit details
Copy full SHA for 41e208e
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 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
Stop using deprecated API calls (python-3.9) #319
jcpunk
authored and
stefanseefeld
committed
944fa07
View commit details
Copy full SHA for 944fa07
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 Aug 7, 2020
Removed usage of deprecated header boost/detail/iterator.hpp.
Show description for 01ab510
Lastique
authored and
stefanseefeld
committed
01ab510
View commit details
Copy full SHA for 01ab510
View code at this point
Browse repository at this point
Revert back to original, as __cdecl is fine with the Embarcadero C++ clang-based compilers.
eldiener
authored and
stefanseefeld
committed
5e2d55d
View commit details
Copy full SHA for 5e2d55d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL