aboutsummaryrefslogtreecommitdiff
path: root/Source/Modules/python.cxx
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainllvm-r522817Alistair Delva
2019-07-31Replace all exit() with SWIG_exit()William S Fulton
2019-07-24Make Python module source non-executable againVadim Zeitlin
2019-07-14Generator: Unify string quoting in generated Python sourcesDmitry D. Chernov
2019-07-14Generator: Remove trailing whitespaces in the Python moduleDmitry D. Chernov
2019-06-27Remove some legacy cruft from Python proxy classWilliam S Fulton
2019-05-28Misc. documentation and source comment typo fixesluz.paz
2019-03-21Always use fastunpack for Python swigconstant wrappersWilliam S Fulton
2019-03-21Always use fastunpack for Python swigregister functionWilliam S Fulton
2019-03-20Fix Python low-level static member setters.William S Fulton
2019-03-07Fix some MSVC compiler warnings in the test suiteZackery Spytz
2019-02-25Fix Python compile errors with overloading and varargsWilliam S Fulton
2019-02-10Re-organise some generate Python code for method creation and docstring supportWilliam S Fulton
2019-02-03Python docstring - add in missing Delete callsWilliam S Fulton
2019-02-03Remove some unnecessary casts in Python builtin codeWilliam S Fulton
2019-02-03Minor refactoring of generated Python codeWilliam S Fulton
2019-02-02Minor refactoring of Python autodoc related codeWilliam S Fulton
2019-01-26Apparently nicely lining things up violates pep8, so don't tryAlec Woods
2019-01-26Don't use bool in the generated files for C compatabilityAlec Woods
2019-01-26Properly handle destructors as methods for autodoc and fix some stray newlinesAlec Woods
2019-01-26Fixing a bug where the cached doxygen docstring could be deleted while still ...Alec Woods
2019-01-26Fixing docstrings for variables and static functions for consistencyAlec Woods
2019-01-26Fixes so that fastproxy and autodoc work correctly with both low-level C API ...Alec Woods
2019-01-26Fix a bug where anonymous arguments were misnumbered when used in constructorsAlec Woods
2019-01-26Fixing python docstring handling for -fastproxyAlec Woods
2019-01-22Merge branch 'vadz-py-restore-autodoc-defval'William S Fulton
2019-01-21Fix segfault using -python -noproxy and %pythonbeginWilliam S Fulton
2019-01-21Always include default parameter values in Python autodoc stringsVadim Zeitlin
2019-01-20Suppress warnings about PyCFunction castsOlly Betts
2019-01-17Merge branch 'vadz-better-param-names'William S Fulton
2019-01-16Python static method wrapper changesWilliam S Fulton
2019-01-16Improve handling parameters clashing with language keywordsVadim Zeitlin
2019-01-01Python - remove duplicate proxy method definitions for global function wrappers.William S Fulton
2018-12-18Python -newvwm command line option remains undocumentedWilliam S Fulton
2018-12-18Python command line options tidyupWilliam S Fulton
2018-12-18Remove redundant Python options: -nocastmode -nodirvtable -noextranative -nof...William S Fulton
2018-12-18Tidy up Python command line options help textWilliam S Fulton
2018-12-18More Python module loading simplificationWilliam S Fulton
2018-12-18Simpler Python module loadingWilliam S Fulton
2018-12-16The Python module import logic has changed to stop obfuscating real ImportErr...William S Fulton
2018-12-11Revert removal of tp_print slot for Python -builtinWilliam S Fulton
2018-12-11#1368: AV in tp_print caused by mismatched Python/extension CRT usageAndrew Rogers
2018-12-10Remove -noolddefs command line optionWilliam S Fulton
2018-12-04Merge branch 'adr26-master'William S Fulton
2018-12-04Restore Python docstring location to immediately after the SWIG bannerWilliam S Fulton
2018-12-04Fix for running 'python -m' when using swig -builtinWilliam S Fulton
2018-11-29Merge github.com:swig/swigAndrew Rogers
2018-11-28Update comments and docs regarding recent addition to use __package__ for Pyt...William S Fulton
2018-11-28Simpler Python -builtin importWilliam S Fulton
2018-11-28Python -builtin %rename constructor refactorWilliam S Fulton