summaryrefslogtreecommitdiff
path: root/Source/Modules/python.cxx
Commit message (Expand)AuthorAgeFilesLines
* merge revisions 11872:11876 from trunk to gsoc2008-jezabek branch - license c...William S Fulton2010-03-061-2/+6
* Merged revisions 10794,10801-10809,10827-10831,10834,10846-10856,10860,10862-...Jan Jezabek2009-06-211-209/+478
* Merged revisions 10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,...Jan Jezabek2008-07-151-1/+29
* Merged revisions 10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-...Jan Jezabek2008-06-241-1/+0
* Merged revisions 10418:10475 from trunk.Jan Jezabek2008-05-201-31/+22
* Apply patch #1924524 from Casey Raymondson which ensures the 'No constructor ...William S Fulton2008-03-261-1/+1
* Set wrap:name for variables for use in special variableWilliam S Fulton2008-02-271-0/+2
* Fixes for $wrapname to work in %exceptionWilliam S Fulton2008-02-251-2/+2
* Complete the Python support for shared_ptr mainly for derived classes. This i...William S Fulton2008-02-091-2/+19
* Fix formatting of error messages for overloaded functions that use templatesWilliam S Fulton2008-01-211-1/+1
* Improve output formatting of generated code for overloaded methodsWilliam S Fulton2008-01-211-2/+2
* Fix PyArg_ParseTuple for swigregister methodWilliam S Fulton2008-01-121-5/+5
* Correct usage of Py_ssize_tWilliam S Fulton2007-10-251-1/+1
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* [python] Split potentially long string literals to avoid hittingOlly Betts2007-09-181-1/+1
* [Python]Olly Betts2007-05-291-4/+4
* [Python]Olly Betts2007-05-271-0/+2
* [Python]Olly Betts2007-05-261-9/+4
* Remove unused trailing `0' parameter in call to Printf.Olly Betts2007-05-081-1/+1
* [Python] Fix lack of generation of docstrings when -O is used.Olly Betts2007-04-201-2/+9
* API cleanup (Parms)Dave Beazley2007-01-101-3/+3
* %extend for static member varibles work in progress ... static member variabl...William S Fulton2006-12-051-37/+43
* Recommit of alternate fix for bug #1578346 (this time without formatting mess)Luigi Ballabio2006-11-161-3/+4
* -fakeversion appears in generated files. Made comment with version number at ...William S Fulton2006-11-151-2/+4
* reverting to previous version to fix formatting messWilliam S Fulton2006-11-151-1266/+1265
* Alternate fix for bug #1578346 (the previous one broke Python properties in m...Luigi Ballabio2006-11-151-1265/+1266
* Path #1578346 - Python exceptions failWilliam S Fulton2006-11-121-2/+1
* Fix director operator pointer castsWilliam S Fulton2006-11-091-14/+7
* Fix Wrapper delete as reported by Michel MarekWilliam S Fulton2006-11-081-2/+2
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-1491/+1402
* %ignore and virtual director methods fix - problem reported by Roy SuttonWilliam S Fulton2006-10-211-1/+1
* remove unused variable in generated director codeWilliam S Fulton2006-10-191-1/+0
* better English in messagesWilliam S Fulton2006-10-171-4/+4
* Fix #1505594 director objects not returned as director objects in %extend met...William S Fulton2006-10-121-1/+1
* Fix "_swig_property" fix to work with Python 2.1 as well.Olly Betts2006-10-111-1/+6
* Fix virtual conversion operators for directorsWilliam S Fulton2006-10-041-2/+8
* director error message fixes to correctly generate templated class namesWilliam S Fulton2006-10-041-4/+5
* Fix 'property' issue reported in #1471039Marcelo Matus2006-10-031-5/+8
* More %ignore director fixesWilliam S Fulton2006-09-271-298/+316
* Fix #1505591 Throwing exceptions in extended directorsWilliam S Fulton2006-09-251-5/+7
* Use the DOH String instead of a static char array.Olly Betts2006-09-191-5/+3
* - explicitcall feature removed.William S Fulton2006-09-131-38/+33
* fix seg fault with -noproxyMarcelo Matus2006-04-141-19/+21
* better error message for overloading, as suggested by Tijs Michels, and doc f...Marcelo Matus2006-04-111-2/+14
* fix misplaced code, reported by OllyMarcelo Matus2006-03-161-1/+1
* cosmeticsWilliam S Fulton2006-03-071-4/+4
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-6/+4
* split tabs for C and Python. In python the indentation goes back to 4, in C s...Marcelo Matus2006-03-061-25/+22
* fix _swig_repr, as reported by RobinMarcelo Matus2006-03-061-4/+4
* fix fastinit option initial value, ie, it should be disabled(0)Marcelo Matus2006-03-061-1/+1