summaryrefslogtreecommitdiff
path: root/Lib/python/std_map.i
Commit message (Expand)AuthorAgeFilesLines
* Remove assign method uses by the removed Python Sequence ProtocolWilliam S Fulton2023-04-261-10/+0
* Fix error in generated code for Python in MSVC 2019.Daniel Emminizer2019-08-291-1/+1
* Python -builtin __contains__ fix for map and set like containers.William S Fulton2018-09-211-1/+1
* Python typo fixWilliam S Fulton2018-08-311-3/+3
* UTL STL container descriptor checksWilliam S Fulton2016-07-281-1/+2
* Python use Py_ssize_t instead of int for better portabilityWilliam S Fulton2015-12-051-15/+11
* Use %{ %} instead of { } after %pythoncodeOlly Betts2015-03-201-8/+8
* Fixed another E701Julien Schueller2014-06-061-4/+8
* Fix for missing C++ code in std::multimap wrappers.William S Fulton2013-08-061-69/+73
* Fixed issue from swig-user 6/27/11.Stefan Zager2011-07-151-10/+10
* Fixed PyGetSetDescr for python3.2.Stefan Zager2011-05-081-6/+5
* Added asdict() method to convert std::map to a python dict.Stefan Zager2011-04-291-18/+26
* Fixed the argument counts passed to SWIG_Python_UnpackTuple for varargs.Stefan Zager2011-04-291-11/+0
* Bug 1498929: Access to member fields of map elements.Stefan Zager2011-04-251-1/+1
* A slew of changes based on William Fulton's code review.Stefan Zager2011-03-291-6/+6
* Coding style fixes for Python builtin changes added on the szager-builtin branchWilliam S Fulton2011-03-031-4/+4
* Regressions pass! With a few tweaks for unsupported features, primarily:Stefan Zager2011-01-301-3/+4
* Finished std::pair and std::map support.Stefan Zager2010-12-151-6/+57
* [Python] Add missing locks to std::map wrappers. Patch from Olly Betts2009-07-291-4/+10
* Fix grammar in comment and error message.Olly Betts2009-07-031-2/+2
* Commited SF#2158938: change all SWIG symbols start with Py to a new name.Haoyu Bai2008-12-031-22/+22
* Merged the Python 3.0 support branch. The merging progress is not so smooth, ...Haoyu Bai2008-09-111-0/+4
* gcc-4.2 warning fixesWilliam S Fulton2007-12-091-1/+1
* string handling mods to keep gcc-4.2 happyWilliam S Fulton2007-11-041-1/+1
* fix bug #1480074Marcelo Matus2006-05-041-5/+10
* cosmetic for generated python codeMarcelo Matus2006-02-201-13/+4
* map iterators now use the native PySwigIterator, which is very very good for ...Marcelo Matus2006-01-091-46/+75
* add value iteratorMarcelo Matus2006-01-081-0/+32
* fix to avoid copies when the wrapper class exists, and to accept std::map poi...Marcelo Matus2006-01-081-29/+33
* add thread support based in proposal #398495 by Joseph WinstonMarcelo Matus2005-12-061-0/+12
* fix memory leakingMarcelo Matus2005-11-211-3/+3
* add 'iterator'(sequences) and 'key_iterator'(maps). The first returns allways...Marcelo Matus2005-11-021-2/+6
* add iterator supportMarcelo Matus2005-10-311-0/+3
* use exception specification instead of %exception to handle STL error checkingWilliam S Fulton2005-07-271-3/+3
* Various fixes for Visual C++ 7.1 and Sun Studio 10William S Fulton2005-06-031-1/+1
* fix #1188207 and uniform the error/null/none handlingMarcelo Matus2005-05-261-10/+5
* more fixes for security and warningsMarcelo Matus2005-02-261-1/+1
* fix empty map bugMarcelo Matus2005-02-221-10/+10
* isolate language independent STD/STL/C++ code + more documentation + cleaningMarcelo Matus2004-10-101-126/+112
* using <> when including lib files, fix char{ANY], add char FIXSIZE[ANY], fix ...Marcelo Matus2004-09-171-2/+2
* suppress compiler warns and more cosmeticsMarcelo Matus2004-04-051-1/+2
* we better disable the comparison method generation by default.Marcelo Matus2004-04-021-1/+1
* fix pair for ptrs, and add SWIG_STD_NOEXTEND_COMPARISON to reduce swig timesMarcelo Matus2004-04-011-1/+1
* - better support for classes with no default constructor, equal orMarcelo Matus2004-03-311-3/+15
* normalizing the inout typemaps and other cosmetic fixesMarcelo Matus2004-03-211-58/+9
* better STL support, see CHANGES.currentMarcelo Matus2004-03-171-1509/+184
* std::map ready for prime time (hopefully)Luigi Ballabio2003-03-111-20/+16
* Support for std::map (thanks, Dave)Luigi Ballabio2003-02-271-0/+1551