summaryrefslogtreecommitdiff
path: root/Lib/python
Commit message (Expand)AuthorAgeFilesLines
* Fixing Python primitive conversionsAlec Cooper2015-12-231-13/+10
* pystrings.swg cosmetic formattingWilliam S Fulton2015-12-191-8/+7
* Refine Python 2 unicode strings patchWilliam S Fulton2015-12-191-10/+15
* Automatically coerce python 2.x unicode objects into UTF8 when passing to und...Brian Cole2015-12-191-0/+18
* Fix recent Python -builtin changes for C codeWilliam S Fulton2015-12-161-1/+2
* Merge branch 'coleb-python35_dtor_exception_fix'William S Fulton2015-12-162-10/+34
|\
| * Call PyErr_WriteUnraisable if a destructor sets a Python exception (-builtin)William S Fulton2015-12-161-3/+11
| * Extended zjturner's changes to encompass all function dispatch and use PyErr_...Brian Cole2015-12-151-7/+16
| * Python - Save and restore exception state before calling destroy.Zachary Turner2015-11-131-7/+14
* | Merge branch 'ahnolds-python34'William S Fulton2015-12-143-9/+47
|\ \
| * | Python tp_allocs -> tp_next correctionsWilliam S Fulton2015-12-143-4/+28
| * | Cosmetic correction for Python tp_version -> tp_version_tagWilliam S Fulton2015-12-143-4/+4
| * | Adding nb_matrix_multiply and nb_inplace_matrix_multiply fields to PyNumberMe...Alec Cooper2015-10-281-1/+3
| * | Adding tp_finalize field to PyTypeObject for Python version 3.4 and upAlec Cooper2015-10-273-0/+12
| |/
* | Fix STL wrappers to not generate <: digraphs.William S Fulton2015-12-121-8/+8
* | Add python inplace operator caveats to pyopers.swgWilliam S Fulton2015-12-051-5/+11
* | Python use Py_ssize_t instead of int for better portabilityWilliam S Fulton2015-12-058-60/+47
* | std::array unused parameter warning fixesWilliam S Fulton2015-12-051-2/+2
* | size_type correction for SwigPySequence_ContWilliam S Fulton2015-12-051-1/+1
* | Limited Python/Ruby support for boost::arrayWilliam S Fulton2015-11-271-2/+2
* | Add std::array container wrappers for PythonWilliam S Fulton2015-11-172-26/+142
* | Python SystemError fix with -builtinWilliam S Fulton2015-11-141-0/+1
|/
* "concret" -> "concrete"Olly Betts2015-10-121-1/+1
* shared_ptr typemap error message fix for global variablesWilliam S Fulton2015-09-251-2/+4
* [Python] Fix warning when compiling generated code with MSVC.Olly Betts2015-05-191-1/+3
* Fix typo in method descriptionOlly Betts2015-05-101-1/+1
* Fix incorrect commentsOlly Betts2015-05-091-1/+1
* Remove no-op calls to swig_incref().Olly Betts2015-05-091-1/+0
* Merge branch 'amaeldoe-master'William S Fulton2015-04-112-3/+24
|\
| * Attribute of SWIG wrapped classes instances were overwritten on __init__()Yoann Vandoorselaere2015-04-111-3/+6
| * Fix SwigPyObject->dict memory leakYoann Vandoorselaere2015-04-111-0/+1
| * Make __dict__ accessible for Python builtin classesYoann Vandoorselaere2015-04-111-0/+17
* | Use %{ %} instead of { } after %pythoncodeOlly Betts2015-03-206-23/+23
* | Create director_common.swg for language-indep codeOlly Betts2015-03-121-10/+0
|/
* Revert introduction of python:defaultargs featureWilliam S Fulton2015-01-121-11/+0
* Fix Python default argument handing broken since swig-3.0.3William S Fulton2015-01-091-0/+10
* Improve Python builtin and %constant structsWilliam S Fulton2014-12-181-5/+2
* fixed python global object constantsPaweł Tomulik2014-12-181-0/+6
* Fix for 'self' being used as a parameter nameWilliam S Fulton2014-10-301-1/+1
* Revert "Fix when is 'self' used as a parameter name in Python"William S Fulton2014-10-291-1/+1
* Fix when is 'self' used as a parameter name in PythonWilliam S Fulton2014-10-281-1/+1
* Fixes when using python -builtin and STL container wrappers.William S Fulton2014-10-071-0/+14
* Fix Python crash when using -threads iterating containersThomas Maslach2014-09-231-0/+8
* Fixed remaining pep8 errorsJulien Schueller2014-06-071-10/+12
* Fixed another E701Julien Schueller2014-06-063-9/+18
* Fixed pep8 issues E701, E203, E231, E261Julien Schueller2014-06-061-1/+2
* Python 3 byte string output: use errors="surrogateescape"Harvey Falcic2014-05-231-0/+4
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-18/+14
* Change in default behaviour wrapping C++ bool for Python.William S Fulton2014-03-082-1/+22
* Correct exception thrown attempting to access a non-existent C/C++ global var...William S Fulton2014-03-021-2/+2