summaryrefslogtreecommitdiff
path: root/Source/Modules/python.cxx
Commit message (Expand)AuthorAgeFilesLines
* Avoid unused parameter self warningJulien Schueller2023-01-271-1/+1
* SwigType * handling corrections - Python builtin manglingWilliam S Fulton2022-11-181-19/+27
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-1/+1
* Improve director unwrap detection for the return typeWilliam S Fulton2022-10-101-21/+3
* Merge branch 'director-unwrap-result'William S Fulton2022-10-071-3/+1
|\
| * Merge branch 'master' into director-unwrap-resultOlly Betts2022-03-011-54/+87
| |\
| * | Unwrap director classes only when returning a pointer or reference to an objectThomas Reitmayr2020-06-201-3/+1
* | | Use https for swig.org linksOlly Betts2022-10-061-1/+1
* | | Generate richcompare switch statements in sorted orderWilliam S Fulton2022-09-301-2/+4
* | | Add initialisers for additional members in PyHeapTypeObjectWilliam S Fulton2022-08-011-0/+11
* | | Header file tidyupWilliam S Fulton2022-05-071-3/+2
* | | [Python] Replace tp_print with tp_vectorcall_offset slot for Python 3.8Kris Thielemans2022-04-211-0/+4
* | | Recognise and ignore Doxygen group commands @{ and @}Olly Betts2022-04-071-4/+10
* | | Remove some unnecessary empty lines from generated .py fileWilliam S Fulton2022-04-071-8/+12
* | | Remove unused functions in Python builtin modeWilliam S Fulton2022-04-071-50/+53
* | | Remove legacy USE_THISOWN conditional compilationWilliam S Fulton2022-04-061-18/+0
* | | Slight performance improvement for %pythonnondynamicWilliam S Fulton2022-04-061-3/+3
* | | Doxygen comments take precedence over the autodoc feature.William S Fulton2022-04-061-22/+25
* | | Merge branch 'feature/python-builtin-separate-runtime-data'William S Fulton2022-03-261-0/+3
|\ \ \
| * | | Use different capsule names with and without -builtinEugene Toder2022-03-181-0/+3
* | | | Remove minimum Python version checkWilliam S Fulton2022-03-251-2/+0
* | | | Remove -py3 command line optionWilliam S Fulton2022-03-231-16/+7
* | | | Remove option to use Python 3 only syntax for %pythonnondynamic featureWilliam S Fulton2022-03-231-5/+5
* | | | Add Python < 3.3 support for pyabc.iWilliam S Fulton2022-03-231-3/+2
* | | | Python -flatstaticmethod correctionsWilliam S Fulton2022-03-211-4/+4
* | | | Enable flat static constructor methodsJim Easterbrook2022-03-181-1/+1
* | | | Use flat static method if it's a "friend"Jim Easterbrook2022-03-181-6/+7
* | | | Python: Option to generate flat class methodsJulien Schueller2022-03-181-4/+9
|/ / /
* | | Add DOH Exit() and SetExitHandler()Olly Betts2022-03-061-9/+9
* | | Python: avoid unused SwigMethods_proxydocs var (#2222)Julien Schueller2022-03-031-1/+2
* | | Add support for Python variable annotations as a feature.William S Fulton2022-03-021-12/+14
* | | Add property annotationssethg2022-03-021-1/+18
| |/ |/|
* | Python function annotations removed from -py3 option.William S Fulton2022-02-271-4/+3
* | [Python] Improve handling of SWIG_Py*Method_NewOlly Betts2022-02-041-8/+16
* | [Python] Sort out handling of self parameterOlly Betts2022-02-031-9/+19
* | [python] Fix GCC -Wunused-variable with -builtinOlly Betts2022-01-271-1/+1
* | [python] Reject -builtin with -noproxyOlly Betts2022-01-261-0/+5
* | %callback and Python class access for C++ static member functions fixesWilliam S Fulton2022-01-141-2/+19
* | [Python] Add missing Python kwargs builtin supportWilliam S Fulton2022-01-141-2/+2
* | Fixed crashes when using embedded Python interpreters.John Senneker2021-11-301-1/+0
* | Fix ODR violationsOlly Betts2021-09-201-1/+2
* | Remove support for $source and $targetOlly Betts2021-04-301-18/+0
* | Eliminate unused Printf argsOlly Betts2021-04-131-3/+5
* | Make -py3 generate a check for Python >= 3.0Olly Betts2021-04-121-2/+7
* | Python -builtin fix wrapping constructors with varargsWilliam S Fulton2021-03-231-4/+4
* | Fix few unused variable warningsMichel Zou2021-03-071-0/+1
* | Python 3.9 support for -builtinWilliam S Fulton2020-08-271-0/+4
|/
* Fix generated Python code for Doxygen comments with triple quotesVadim Zeitlin2020-03-041-0/+10
* Fix generated Python code for Doxygen comments ending with quoteVadim Zeitlin2020-03-041-3/+17
* Fix crash in Python backend when using empty docstringsVadim Zeitlin2020-01-301-4/+11