summaryrefslogtreecommitdiff
path: root/Lib/python/std_array.i
Commit message (Expand)AuthorAgeFilesLines
* Remove assign method uses by the removed Python Sequence ProtocolWilliam S Fulton2023-04-261-10/+0
* Add support for all STL containers to be constructible from a Python setWilliam S Fulton2023-04-261-35/+25
* Iterator Protocol support for std::array wrappersWilliam S Fulton2023-04-261-0/+48
* Python: Fix mixed signedness warning for std::arrayDaniel Vollmer2016-11-231-4/+4
* std::array unused parameter warning fixesWilliam S Fulton2015-12-051-2/+2
* Limited Python/Ruby support for boost::arrayWilliam S Fulton2015-11-271-2/+2
* Add std::array container wrappers for PythonWilliam S Fulton2015-11-171-0/+91