summaryrefslogtreecommitdiff
path: root/Lib/python
Commit message (Expand)AuthorAgeFilesLines
...
| * Python: Keep reference to owning container during element accessJake Cobb2018-04-181-0/+18
* | Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-132-2/+2
* | Create a consistent stl.i library fileWilliam S Fulton2019-02-121-1/+4
* | Re-organise some generate Python code for method creation and docstring supportWilliam S Fulton2019-02-103-38/+64
* | Minor refactoring of generated Python codeWilliam S Fulton2019-02-031-23/+11
* | Fixes so that fastproxy and autodoc work correctly with both low-level C API ...Alec Woods2019-01-261-0/+36
* | Correct Python implicitconv codeWilliam S Fulton2018-12-291-7/+7
* | Fix typecheck typemaps for non-pointers and NULLWilliam S Fulton2018-12-291-1/+1
* | Merge pull request #1382 from lpchambers/masterWilliam S Fulton2018-12-201-0/+2
|\ \
| * | [Python] Add missing keywords 'async' and 'await' to pythonkw.swg.Lewis Chambers2018-12-201-0/+2
* | | Merge branch 'chlandsi-master'William S Fulton2018-12-201-5/+9
|\ \ \ | |/ / |/| |
| * | fix for creating new shadow class in python 3.6Christian Landsiedel2018-11-221-5/+9
* | | Remove functions associated with tp_print that are now redundantWilliam S Fulton2018-12-113-26/+0
* | | #1368: AV in tp_print caused by mismatched Python/extension CRT usageAndrew Rogers2018-12-112-2/+2
* | | 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
|/ /
* | Workaround for Python gcc MingGW WIN32 hypot declaration errorWilliam S Fulton2018-11-201-0/+5
* | Remove -outputtuple and -nooutputtuple command line options (Python)William S Fulton2018-11-131-24/+0
* | Cosmetic Python error message improvementWilliam S Fulton2018-10-221-2/+2
* | Remove non-const char * usage where the Python API now supports itWilliam S Fulton2018-10-225-25/+22
* | Remove Python -safecstrings option.William S Fulton2018-10-221-15/+1
* | Python options simplification: Remove -buildnone, -nobuildnoneWilliam S Fulton2018-10-222-30/+0
* | Merge branch 'python-options-rationalise'William S Fulton2018-10-121-3/+0
|\ \
| * | Hard-wire -modern and -modernargs onOlly Betts2018-10-121-3/+0
* | | [Python] Fix -Wstringop-overflow warningJulien Schueller2018-10-011-1/+1
|/ /
* | Fix invalid free in SWIG_Python_AddErrMesgWilliam S Fulton2018-09-281-4/+3
* | Python builtin closure minor tweaksWilliam S Fulton2018-09-231-10/+10
* | Python std::unordered_set tidy up and additional testingWilliam S Fulton2018-09-231-3/+2
* | Python std::unordered_map std::unordered_multimap improvementsWilliam S Fulton2018-09-231-9/+33
* | Python std::unordered_map improvementsWilliam S Fulton2018-09-231-25/+41
* | Python builtin - add indexing support to std::unordered_setWilliam S Fulton2018-09-231-0/+2
* | Python builtin - add indexing support to std::setWilliam S Fulton2018-09-231-3/+3
* | Python -builtin __contains__ fix for map and set like containers.William S Fulton2018-09-215-2/+49
* | Python implicitconv assert fix using debug build of the Python interpreterWilliam S Fulton2018-09-041-1/+4
* | Fix assert in PyTuple_GET_SIZEAndreas Gaeer2018-09-031-4/+8
* | Python typo fixWilliam S Fulton2018-08-312-4/+4
* | Python C++11 hash tables compilation fixesWilliam S Fulton2018-08-312-47/+53
* | Re-implement Python -fastproxy option.William S Fulton2018-08-181-6/+3
* | Update pybuffer.i library to use new-style Python buffer C API.William S Fulton2018-08-121-28/+10
* | Merge branch 'gmazzamuto-pybuf_test'William S Fulton2018-08-121-8/+40
|\ \
| * | pybuffer: don't use the old deprecated buffer protocol for Python 3Giacomo Mazzamuto2018-07-051-8/+40
* | | Fix to make ISOC89 compliant: -Werror=declaration-after-statementWilliam S Fulton2018-08-101-2/+3
* | | Python fastdispatch error message improvementsWilliam S Fulton2018-08-101-0/+30
* | | Correct PyErr_Fetch/PyErr_Restore variable namesWilliam S Fulton2018-08-102-6/+6
* | | Fix SWIG_Py_None regression from last commitWilliam S Fulton2018-07-181-1/+1
* | | Python singletons tidy upWilliam S Fulton2018-07-171-19/+11