aboutsummaryrefslogtreecommitdiff
path: root/Lib/python
AgeCommit message (Expand)Author
2013-07-05Add %pythonbegin directive.William S Fulton
2013-07-02SWIG_AsWCharPtrAndSize improper operation if cptr NULLWilliam S Fulton
2013-07-01Uninitialized variable fix in SWIG_Python_NonDynamicSetAttr when using -builtin.William S Fulton
2013-07-01Add SF patch #342 fix some director classes crashing on object deletion when ...William S Fulton
2013-06-11Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG => SWIG_PYTHON_INTERPRE...William S Fulton
2013-06-11Add SWIG_PYTHON_NO_DEBUG macro for building Debug wrappers against the Python...William S Fulton
2013-05-25Fix Python 3 inconsistency handling -ve numbers for unsigned C types.William S Fulton
2013-03-26Fix some invalid iterator usage in Python when deleting/inserting slices from...William S Fulton
2013-03-26Fix invalid iterators used with -ve ranges - PythonWilliam S Fulton
2013-03-20Fix typo in comment (swift->swig)Olly Betts
2013-03-19Fix typo in Python docstring for acquire methodOlly Betts
2013-01-12Replace references to Subversion with GitWilliam S Fulton
2012-12-09Bug #3563647 - PyInt_FromSize_t unavailable prior to Python 2.5 for unsigned ...William S Fulton
2012-11-09Fix overflow with parameters > LONG_MAX with Python 3.Vadim Zeitlin
2012-09-07Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton
2012-08-15Add discard and add methods to std::set and std::multiset wrappers so that py...William S Fulton
2012-08-15Better error handling in SWIG_Python_NewShadowInstance and SWIG_Python_NewPoi...William S Fulton
2012-08-15Fix #3541744 - Missing PyInt_FromSize_t calls for Python 3William S Fulton
2012-08-08Suppress -Werror=unused-but-set-variable gcc warning in Python wrappersWilliam S Fulton
2012-05-23python: disambiguate SWIG_From_unsigned_SS_int and SWIG_From_unsigned_SS_long.Stefan Zager
2012-04-28More for Mac OSX STL fixesWilliam S Fulton
2012-04-28Warning fix in python STL wrappersWilliam S Fulton
2012-04-28Fix STL wrapper compilation errors on Mac OSX 64bitWilliam S Fulton
2012-04-16signed unsigned fixWilliam S Fulton
2012-04-14Revert rev 12835 as it introduces a failure in the test-suite (primitive_type...William S Fulton
2012-03-20Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton
2012-03-13Fix #3475492 - iterating through std::vector wrappers of enumerations.William S Fulton
2012-03-13Show as 'unknown type' instead of seg faulting in the unusual event that type...William S Fulton
2012-01-24Add support for negative steps in Python slices on the STL containersWilliam S Fulton
2012-01-20Add support for slicing steps to Python STL wrappers (positive step only atm ...William S Fulton
2011-12-01Fix for bug 3447426: memory leak in vector.__getitem__Stefan Zager
2011-11-29[Python] Fix some warnings when compiling generated wrappers with Olly Betts
2011-11-23Bug 3440044Stefan Zager
2011-11-05bug 3429388: python unsigned integer handling on 32-bit architectures.Stefan Zager
2011-08-25Fix constructors in named typedef class declarationsWilliam S Fulton
2011-08-22Fixed memory leak with --builtin (bug 3385089)Stefan Zager
2011-07-20From swig-user 7/6/11: fix closure for tp_call.Stefan Zager
2011-07-15Fixed issue from swig-user 6/27/11.Stefan Zager
2011-06-11Slight tweak to output typemap for intStefan Zager
2011-06-10Numerous autodoc fixes for PythonWilliam S Fulton
2011-06-03For all long integer types, use PyLong_From* rather than PyInt_From*Stefan Zager
2011-05-27Fix typo in UEH messageOlly Betts
2011-05-14cosmetic - cleanupWilliam S Fulton
2011-05-13Remove a compiler warning for builtinWilliam S Fulton
2011-05-12PyVarObject_HEAD_INIT to conform to C standard - pointers cannot be used in s...William S Fulton
2011-05-12PyVarObject_HEAD_INIT to conform to C standard - pointers cannot be used in s...William S Fulton
2011-05-08Fixed PyGetSetDescr for python3.2.Stefan Zager
2011-04-29Added asdict() method to convert std::map to a python dict.Stefan Zager
2011-04-29Fixed the argument counts passed to SWIG_Python_UnpackTuple for varargs.Stefan Zager
2011-04-25Bug 1498929: Access to member fields of map elements.Stefan Zager