summaryrefslogtreecommitdiff
path: root/Lib/python/std_set.i
Commit message (Expand)AuthorAgeFilesLines
* Add discard and add methods to std::set and std::multiset wrappers so that py...William S Fulton2012-08-151-0/+8
* Commited SF#2158938: change all SWIG symbols start with Py to a new name.Haoyu Bai2008-12-031-6/+6
* STL fixes when using %import rather than %include and the Solaris Workshop co...William S Fulton2008-05-071-4/+1
* add iterator supportMarcelo Matus2005-10-311-11/+13
* use exception specification instead of %exception to handle STL error checkingWilliam S Fulton2005-07-271-1/+1
* add set __getitem__ method, this allows python iterator syntax to work, as in...Marcelo Matus2005-07-191-0/+4
* Various fixes for Visual C++ 7.1 and Sun Studio 10William S Fulton2005-06-031-1/+1
* more fixes for security and warningsMarcelo Matus2005-02-261-1/+2
* more fixes for template + def argsMarcelo Matus2004-12-051-1/+1
* isolate language independent STD/STL/C++ code + more documentation + cleaningMarcelo Matus2004-10-101-123/+15
* using <> when including lib files, fix char{ANY], add char FIXSIZE[ANY], fix ...Marcelo Matus2004-09-171-1/+9
* more fixes for pointerMarcelo Matus2004-04-031-2/+17
* 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/+2
* normalizing the inout typemaps and other cosmetic fixesMarcelo Matus2004-03-211-95/+4
* better STL support, see CHANGES.currentMarcelo Matus2004-03-171-0/+228