summaryrefslogtreecommitdiff
path: root/Lib/python/pycontainer.swg
Commit message (Expand)AuthorAgeFilesLines
* Finish removal of SwigPySequence_ContWilliam S Fulton2023-04-261-13/+7
* Remove assign method uses by the removed Python Sequence ProtocolWilliam S Fulton2023-04-261-11/+0
* Remove now redundant use of Python Sequence protocol in STL wrappersWilliam S Fulton2023-04-261-247/+1
* Add support for all STL containers to be constructible from a Python setWilliam S Fulton2023-04-261-30/+35
* Iterator Protocol support for std::array wrappersWilliam S Fulton2023-04-261-33/+13
* STL support for copying Python objects supporting Iterator protocolWilliam S Fulton2023-04-011-1/+68
* Eliminate sprintf in generated python codeSeth R Johnson2022-12-061-3/+3
* Use PyObject instead of PySliceObject throughout with Python 3.2+Clinton Stimpson2022-09-051-14/+14
* Fix unused-parameter warning in pycontainer.swgJulien Schueller2020-01-171-1/+1
* Improve error handling calling PyObject_SetAttrWilliam S Fulton2019-09-131-2/+1
* Python STL container method overloading fixWilliam S Fulton2019-08-061-8/+2
* Fix multiple definitions of swig::container_owner_attributeWilliam S Fulton2019-02-211-1/+1
* Python std::vector back-reference changesWilliam S Fulton2019-02-181-4/+6
* Better name for container back-reference attributeWilliam S Fulton2019-02-151-6/+7
* Python - Struct spec. for container ownerJake Cobb2019-02-041-22/+26
* Python: Avoid container owner check for value typesJake Cobb2019-01-231-2/+10
* Python: Init container owner attribute in thread-safe wayJake Cobb2019-01-231-3/+11
* Python: Use PyObject_SetAttr instead of PyObject_GenericSetAttr for back-refJake Cobb2018-04-191-1/+1
* Python: Cleanup container back refJake Cobb2018-04-181-13/+20
* Python: Keep reference to owning container during element accessJake Cobb2018-04-181-0/+18
* remove bool from as() (it now always throws).Mike Romberg2017-07-031-2/+2
* Merge branch 'tamuratak-fix_python_unordered_2'William S Fulton2017-04-251-5/+13
|\
| * [python] add %swig_sequence_iterator_with_making_function andTakashi Tamura2017-02-111-7/+15
| * [python] fix std unordered containersTakashi Tamura2017-02-111-7/+7
* | Merge branch 'srepmub-coverity_replacecount'William S Fulton2017-03-241-2/+2
|\ \
| * | Fix Coverity issue reported for setslice (pycontainer.swg):Mark Dufour2017-03-061-2/+2
| |/
* | Add stddef.h back in to SwigPySequence_Base fragmentWilliam S Fulton2017-03-171-1/+1
* | Fix dependency of SwigPySequence_Base fragmentVadim Zeitlin2017-03-111-1/+1
|/
* Remove inheritance from std::unary_function and std::binary_function,Anthony Heading2016-12-291-3/+3
* Python - fix compilation error when using -extranative and -builtin.William S Fulton2016-11-021-1/+1
* More efficient Python slicingWilliam S Fulton2016-09-011-0/+10
* Slight simplification of Python slicingWilliam S Fulton2016-09-011-44/+38
* UTL STL container descriptor checksWilliam S Fulton2016-07-281-2/+2
* Python use Py_ssize_t instead of int for better portabilityWilliam S Fulton2015-12-051-13/+12
* size_type correction for SwigPySequence_ContWilliam S Fulton2015-12-051-1/+1
* Add std::array container wrappers for PythonWilliam S Fulton2015-11-171-26/+51
* Use %{ %} instead of { } after %pythoncodeOlly Betts2015-03-201-2/+2
* Fixes when using python -builtin and STL container wrappers.William S Fulton2014-10-071-0/+14
* Fixed another E701Julien Schueller2014-06-061-1/+2
* Move some header file includes into fragments for UTL languagesWilliam S Fulton2014-02-211-3/+1
* Fix some invalid iterator usage in Python when deleting/inserting slices from...William S Fulton2013-03-261-8/+4
* Fix invalid iterators used with -ve ranges - PythonWilliam S Fulton2013-03-261-1/+1
* More for Mac OSX STL fixesWilliam S Fulton2012-04-281-1/+1
* Warning fix in python STL wrappersWilliam S Fulton2012-04-281-2/+2
* Fix STL wrapper compilation errors on Mac OSX 64bitWilliam S Fulton2012-04-281-26/+32
* signed unsigned fixWilliam S Fulton2012-04-161-6/+6
* Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton2012-03-201-1/+1
* Add support for negative steps in Python slices on the STL containersWilliam S Fulton2012-01-241-84/+130
* Add support for slicing steps to Python STL wrappers (positive step only atm ...William S Fulton2012-01-201-47/+126
* Fix for bug 3447426: memory leak in vector.__getitem__Stefan Zager2011-12-011-0/+1