summaryrefslogtreecommitdiff
path: root/Lib/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'jakecobb-python-container-memory'William S Fulton2019-02-181-0/+46
|\
| * Better name for container back-reference attributeWilliam S Fulton2019-02-151-6/+7
| * Python - Struct spec. for container ownerJake Cobb2019-02-041-22/+26
| * Python: Avoid container owner check for value typesJake Cobb2019-01-231-2/+10
| * Python: Init container owner attribute in thread-safe wayJake Cobb2019-01-231-3/+11
| * Python: Use PyObject_SetAttr instead of PyObject_GenericSetAttr for back-refJake Cobb2018-04-191-1/+1
| * Python: Cleanup container back refJake Cobb2018-04-181-13/+20