summaryrefslogtreecommitdiff
path: root/Lib/python/pyinit.swg
Commit message (Expand)AuthorAgeFilesLines
* Fix SWIG_Py*Method_New conditionalOlly Betts2022-03-141-2/+18
* [Python] Improve handling of SWIG_Py*Method_NewOlly Betts2022-02-041-0/+8
* %callback and Python class access for C++ static member functions fixesWilliam S Fulton2022-01-141-8/+5
* Fixed crashes when using embedded Python interpreters.John Senneker2021-11-301-214/+0
* Fix missing-field-initializers warning with Py3.8Julien Schueller2019-11-201-0/+6
* Re-organise Python method creation and docstring functions declarationsWilliam S Fulton2019-02-191-0/+16
* Re-organise some generate Python code for method creation and docstring supportWilliam S Fulton2019-02-101-0/+58
* Remove functions associated with tp_print that are now redundantWilliam S Fulton2018-12-111-11/+0
* #1368: AV in tp_print caused by mismatched Python/extension CRT usageAndrew Rogers2018-12-111-1/+1
* Workaround for incorrect output formattingWilliam S Fulton2018-12-061-1/+2
* Cosmetic changes in SWIG_globalsWilliam S Fulton2018-12-041-3/+4
* Cleanup accessing/decref of globals, to avoid code bloat in init function.Andrew Rogers2018-11-271-5/+1
* Fix ISOC build errors.Andrew Rogers2018-11-251-2/+2
* Fix unused variable warning.Andrew Rogers2018-11-241-0/+3
* #1360: Leak of SWIG var link objectAndrew Rogers2018-11-231-2/+6
* Remove non-const char * usage where the Python API now supports itWilliam S Fulton2018-10-221-4/+4
* Python options simplification: Remove -buildnone, -nobuildnoneWilliam S Fulton2018-10-221-3/+0
* [Python] Fix -Wstringop-overflow warningJulien Schueller2018-10-011-1/+1
* Initialize Python function-local statics (singletons)William S Fulton2018-07-171-0/+11
* Revert "Merge branch 'petrmitrichev-remove-function-local-statics'"William S Fulton2018-07-171-11/+0
* Python initialization code tidy upWilliam S Fulton2018-06-301-5/+11
* Avoid function-local statics that call Python code to avoid deadlocks with GILPetr Mitrichev2018-06-281-0/+5
* [Python] Fix new GCC8 warnings in generated codeOlly Betts2018-06-111-2/+2
* Drop support for Python 3.0 to 3.3Olly Betts2018-06-081-9/+0
* Remove special handling for Python < 2.6Olly Betts2018-06-081-12/+0
* Add missing checks for failures in calls to PyUnicode_AsUTF8String.William S Fulton2017-12-041-2/+2
* [Coverity] fix issue reported for SWIG_Python_FixMethodsMark Dufour2017-02-151-2/+2
* Cosmetic change to using SwigPyObjectWilliam S Fulton2016-10-141-2/+5
* Fix Python pickling and metaclass for builtin wrappersWilliam S Fulton2016-10-141-8/+2
* Python builtin minor tweaksWilliam S Fulton2016-08-221-1/+0
* Python tp_allocs -> tp_next correctionsWilliam S Fulton2015-12-141-1/+7
* Cosmetic correction for Python tp_version -> tp_version_tagWilliam S Fulton2015-12-141-1/+1
* Adding tp_finalize field to PyTypeObject for Python version 3.4 and upAlec Cooper2015-10-271-0/+3
* [Python] Fix warning when compiling generated code with MSVC.Olly Betts2015-05-191-1/+3
* Improve Python builtin and %constant structsWilliam S Fulton2014-12-181-5/+2
* fixed python global object constantsPaweł Tomulik2014-12-181-0/+6
* Correct exception thrown attempting to access a non-existent C/C++ global var...William S Fulton2014-03-021-2/+2
* 'swig_varlink_getattr' throws a wrong exceptionJens Krüger2014-03-021-1/+1
* Add missing #include <stddef.h> for offsetof when using -builtin.William S Fulton2013-10-171-0/+4
* Suppress -Werror=unused-but-set-variable gcc warning in Python wrappersWilliam S Fulton2012-08-081-0/+1
* PyVarObject_HEAD_INIT to conform to C standard - pointers cannot be used in s...William S Fulton2011-05-121-4/+6
* Fixed PyGetSetDescr for python3.2.Stefan Zager2011-05-081-0/+9
* Fix ISO C90 errors.Stefan Zager2011-04-091-23/+29
* Cosmetic formatting in generated codeWilliam S Fulton2011-04-051-10/+9
* Python builtin - warning suppression/fixes for 'gcc -Wall' and cosmetic chang...William S Fulton2011-04-051-1/+10
* Cosmetic Python changes and replace DOH typesWilliam S Fulton2011-04-041-2/+2
* Fix compiler warnings about uninitialized members.Stefan Zager2011-04-041-1/+1
* Factored some #ifdef noise out of the initialization function by addingStefan Zager2011-04-011-3/+0
* Python warning fixes for gcc -Wall -WextraWilliam S Fulton2011-04-011-3/+5
* A slew of changes based on William Fulton's code review.Stefan Zager2011-03-291-14/+17