summaryrefslogtreecommitdiff
path: root/Lib/python
Commit message (Expand)AuthorAgeFilesLines
...
* Add Python 3.11 support: use Py_SET_TYPE()Victor Stinner2021-12-061-0/+4
* 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-302-216/+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-122-29/+64
* Fix more "allows to" and other typosOlly Betts2021-04-211-1/+1
* Drop deprecated PyEval_CallObject methodJulien Schueller2020-10-151-1/+1
* 0.0 float warning fixWilliam S Fulton2020-10-101-1/+1
* Convert C++ comment to C commentWilliam S Fulton2020-10-101-2/+1
* Merge commit '8245277ad3acd9308ce28c40508b999e9496b27e' into c99-complexWilliam S Fulton2020-10-101-6/+7
|\
| * More C99 complex fixes, plus Python testsLeo Singer2020-06-241-0/+1
| * Restore _Complex as standalone typeLeo Singer2020-06-241-0/+2
| * Small corrections for handling C99 _ComplexLeo Singer2020-06-241-2/+0
| * Properly handle C99 complex types even in C++ modeLeo Singer2020-06-241-4/+4
* | Merge branch 'PyBuffer_Release-pybuffer'William S Fulton2020-10-071-13/+11
|\ \
| * | Fix the error handling for the PyObject_GetBuffer() calls in pybuffer.iZackery Spytz2020-06-071-13/+11
| |/
* | Python 3.9 supportWilliam S Fulton2020-08-271-2/+6
* | Use Py_TYPE in SwigPyBuiltin_SetMetaTypeChris Burr2020-07-281-5/+1
* | PyTypeObject::ob_base isn't available in PyPyChris Burr2020-07-171-1/+1
|/
* Merge pull request #1716 from ZackerySpytz/Python-utf8-cacheWilliam S Fulton2020-05-291-4/+6
|\
| * Use PyUnicode_AsUTF8() for Python >= 3.3Zackery Spytz2020-01-311-4/+6
* | Minor code refactor in Python traits_asptr::asptrWilliam S Fulton2020-02-131-6/+5
* | Merge branch 'master-fix-vector-shared_ptr'William S Fulton2020-02-131-6/+16
|\ \
| * | fixing memleak of shared_ptr objects in python with creating a [wrapped] vect...Davy Durham2019-04-101-6/+16
* | | 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 'Python-coverity'William S Fulton2020-01-312-5/+9
|\ \
| * | Fix possible refleaks.Zackery Spytz2020-01-291-6/+5
| * | Check Py{Bytes,String}_AsStringAndSize() for failureZackery Spytz2020-01-092-3/+8
* | | Fix unused-parameter warning in pycontainer.swgJulien Schueller2020-01-171-1/+1
* | | 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-203-0/+30
|/ /
* | Merge pull request #1619 from emminizer/fix-msvc2019-pythonWilliam S Fulton2019-10-015-6/+6
|\ \
| * | Fix error in generated code for Python in MSVC 2019.Daniel Emminizer2019-08-295-6/+6
* | | Improve error handling calling PyObject_SetAttrWilliam S Fulton2019-09-132-6/+11
|/ /
* | Python STL container method overloading fixWilliam S Fulton2019-08-061-8/+2
* | Use PyObject_GC_UnTrack in lieu of the old variantChristian Kellner2019-07-171-1/+1
* | Remove the UnknownExceptionHandler director error handling classWilliam S Fulton2019-06-271-39/+0
* | Replace std::unexpected_handler with std::terminate_handler to be c++17 compl...William S Fulton2019-06-271-6/+5
* | [Python] Fix implicit_conv tuple handling regressionOlly Betts2019-06-031-1/+1
|/
* Include all template parameters for std_unordered_multiset and std_unordered_setWilliam S Fulton2019-03-122-26/+26
* Correct unordered_set/unordered_multiset template Key parameter nameWilliam S Fulton2019-03-122-26/+26
* Include all template parameters for std_unordered_multimap and std_unordered_mapWilliam S Fulton2019-03-122-17/+17
* Include all template parameters for std_unordered_map macroJohn Wason2019-03-011-13/+13
* Fix multiple definitions of swig::container_owner_attributeWilliam S Fulton2019-02-211-1/+1
* Re-organise Python method creation and docstring functions declarationsWilliam S Fulton2019-02-192-6/+16
* Python std::vector back-reference changesWilliam S Fulton2019-02-181-4/+6