summaryrefslogtreecommitdiff
path: root/Lib/python/pyrun.swg
Commit message (Expand)AuthorAgeFilesLines
* [python] Avoid undefined behaviourOlly Betts2022-10-201-5/+9
* Remove dead conditional codeOlly Betts2022-10-061-6/+0
* Merge branch 'python_subinterpreter_issues'William S Fulton2022-10-051-7/+13
|\
| * always get the type_pointer from capsule instead of using a static variablebenjamin-sch2022-02-081-7/+7
| * added interpreter_counter to deinitialize only once in case of subinterpretersbenjamin-sch2022-02-081-0/+6
* | Python: Use PyType_Modified() instead of modifying flags.Clinton Stimpson2022-09-021-1/+1
* | [python] Fix inheriting from multiple director classesOlly Betts2022-07-201-0/+1
* | Merge branch 'unique_ptr-inputs'William S Fulton2022-07-191-5/+12
|\ \
| * | Add Python support for std::unique_ptr inputsWilliam S Fulton2022-07-171-5/+12
* | | Update everything for dropping Python 3.2 supportOlly Betts2022-07-191-2/+0
* | | Drop support for Python 3.2Julien Schueller2022-07-191-2/+2
|/ /
* | [Python] Replace tp_print with tp_vectorcall_offset slot for Python 3.8Kris Thielemans2022-04-211-3/+15
* | Use different capsule names with and without -builtinEugene Toder2022-03-181-1/+1
* | Add some code comments about Python objects and capsule reference countingWilliam S Fulton2022-03-151-0/+3
* | [Python] Fix memory leak.Olly Betts2022-03-071-2/+11
|/
* Added extern "C" block that was removed in previous commit.John Senneker2021-12-011-0/+8
* Fixed crashes when using embedded Python interpreters.John Senneker2021-11-301-2/+225
* Further leak fixesAndrew Rogers2021-05-181-23/+43
* Update tests for failing Python API calls to all use '!= 0'Andrew Rogers2021-05-181-4/+4
* Tidy up handling of OOM exceptions - Py*_New will call PyErr_NoMemory() inter...Andrew Rogers2021-05-171-5/+1
* [Python] Fix memory leaks.Andrew Rogers2021-05-121-27/+58
* Better error checking when setting 'this' in PythonWilliam S Fulton2020-02-061-5/+5
* Fixing setting this in Python when using __slots__William S Fulton2020-02-061-14/+11
* Merge branch 'builtin-ctor-kwargs'William S Fulton2020-01-131-0/+13
|\
| * Python -builtin constructors silently ignored keyword arguments.William S Fulton2020-01-131-0/+13
* | Fix missing-field-initializers warning with Py3.8Julien Schueller2019-11-201-0/+12
|/
* Improve error handling calling PyObject_SetAttrWilliam S Fulton2019-09-131-4/+10
* [Python] Fix implicit_conv tuple handling regressionOlly Betts2019-06-031-1/+1
* Re-organise Python method creation and docstring functions declarationsWilliam S Fulton2019-02-191-6/+0
* Re-organise some generate Python code for method creation and docstring supportWilliam S Fulton2019-02-101-0/+6
* 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 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-111-14/+0
* | #1368: AV in tp_print caused by mismatched Python/extension CRT usageAndrew Rogers2018-12-111-1/+1
|/
* Remove -outputtuple and -nooutputtuple command line options (Python)William S Fulton2018-11-131-24/+0
* Remove non-const char * usage where the Python API now supports itWilliam S Fulton2018-10-221-18/+15
* Python options simplification: Remove -buildnone, -nobuildnoneWilliam S Fulton2018-10-221-27/+0
* Fix invalid free in SWIG_Python_AddErrMesgWilliam S Fulton2018-09-281-4/+3
* 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
* Correct PyErr_Fetch/PyErr_Restore variable namesWilliam S Fulton2018-08-101-3/+3
* Fix SWIG_Py_None regression from last commitWilliam S Fulton2018-07-181-1/+1
* Python singletons tidy upWilliam S Fulton2018-07-171-19/+11
* Revert "Merge branch 'petrmitrichev-remove-function-local-statics'"William S Fulton2018-07-171-26/+43
* Use SWIGRUNTIME for SwigPyObject_repr2William S Fulton2018-06-301-1/+1
* Python initialization code tidy upWilliam S Fulton2018-06-301-62/+8
* Remove SWIG_STATIC_POINTER (Python)William S Fulton2018-06-301-10/+0
* Add comments that explain the need for globals.Petr Mitrichev2018-06-281-0/+12