aboutsummaryrefslogtreecommitdiff
path: root/Lib/python
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2019-08-06Python STL container method overloading fixWilliam S Fulton
2019-07-17Use PyObject_GC_UnTrack in lieu of the old variantChristian Kellner
2019-06-27Remove the UnknownExceptionHandler director error handling classWilliam S Fulton
2019-06-27Replace std::unexpected_handler with std::terminate_handler to be c++17 compl...William S Fulton
2019-06-03[Python] Fix implicit_conv tuple handling regressionOlly Betts
2019-03-12Include all template parameters for std_unordered_multiset and std_unordered_setWilliam S Fulton
2019-03-12Correct unordered_set/unordered_multiset template Key parameter nameWilliam S Fulton
2019-03-12Include all template parameters for std_unordered_multimap and std_unordered_mapWilliam S Fulton
2019-03-01Include all template parameters for std_unordered_map macroJohn Wason
2019-02-21Fix multiple definitions of swig::container_owner_attributeWilliam S Fulton
2019-02-19Re-organise Python method creation and docstring functions declarationsWilliam S Fulton
2019-02-18Python std::vector back-reference changesWilliam S Fulton
2019-02-18Merge branch 'jakecobb-python-container-memory'William S Fulton
2019-02-15Better name for container back-reference attributeWilliam S Fulton
2019-02-13Add missing parameter names in STL container wrappersWilliam S Fulton
2019-02-12Create a consistent stl.i library fileWilliam S Fulton
2019-02-10Re-organise some generate Python code for method creation and docstring supportWilliam S Fulton
2019-02-04Python - Struct spec. for container ownerJake Cobb
2019-02-03Minor refactoring of generated Python codeWilliam S Fulton
2019-01-26Fixes so that fastproxy and autodoc work correctly with both low-level C API ...Alec Woods
2019-01-23Python: Avoid container owner check for value typesJake Cobb
2019-01-23Python: Init container owner attribute in thread-safe wayJake Cobb
2018-12-29Correct Python implicitconv codeWilliam S Fulton
2018-12-29Fix typecheck typemaps for non-pointers and NULLWilliam S Fulton
2018-12-20Merge pull request #1382 from lpchambers/masterWilliam S Fulton
2018-12-20Merge branch 'chlandsi-master'William S Fulton
2018-12-20[Python] Add missing keywords 'async' and 'await' to pythonkw.swg.Lewis Chambers
2018-12-11Remove functions associated with tp_print that are now redundantWilliam S Fulton
2018-12-11#1368: AV in tp_print caused by mismatched Python/extension CRT usageAndrew Rogers
2018-12-06Workaround for incorrect output formattingWilliam S Fulton
2018-12-04Cosmetic changes in SWIG_globalsWilliam S Fulton
2018-11-27Cleanup accessing/decref of globals, to avoid code bloat in init function.Andrew Rogers
2018-11-25Fix ISOC build errors.Andrew Rogers
2018-11-24Fix unused variable warning.Andrew Rogers
2018-11-23#1360: Leak of SWIG var link objectAndrew Rogers
2018-11-22fix for creating new shadow class in python 3.6Christian Landsiedel
2018-11-20Workaround for Python gcc MingGW WIN32 hypot declaration errorWilliam S Fulton
2018-11-13Remove -outputtuple and -nooutputtuple command line options (Python)William S Fulton
2018-10-22Cosmetic Python error message improvementWilliam S Fulton
2018-10-22Remove non-const char * usage where the Python API now supports itWilliam S Fulton
2018-10-22Remove Python -safecstrings option.William S Fulton
2018-10-22Python options simplification: Remove -buildnone, -nobuildnoneWilliam S Fulton
2018-10-12Merge branch 'python-options-rationalise'William S Fulton
2018-10-12Hard-wire -modern and -modernargs onOlly Betts
2018-10-01[Python] Fix -Wstringop-overflow warningJulien Schueller
2018-09-28Fix invalid free in SWIG_Python_AddErrMesgWilliam S Fulton
2018-09-23Python builtin closure minor tweaksWilliam S Fulton
2018-09-23Python std::unordered_set tidy up and additional testingWilliam S Fulton
2018-09-23Python std::unordered_map std::unordered_multimap improvementsWilliam S Fulton