summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python
Commit message (Expand)AuthorAgeFilesLines
* Improve contract Python testcase testingWilliam S Fulton2020-08-131-23/+23
* Remove print statements from Python testsWilliam S Fulton2020-08-1340-254/+123
* Add basic std::pair Python testingWilliam S Fulton2020-08-131-0/+47
* Merge branch 'directors-comparison-operators'William S Fulton2020-06-141-0/+11
|\
| * Fix wrapping of virtual comparison operators with directorsZackery Spytz2020-06-051-0/+11
* | Merge branch 'python-doxygen-quotes'William S Fulton2020-06-071-0/+10
|\ \ | |/ |/|
| * Fix generated Python code for Doxygen comments with triple quotesVadim Zeitlin2020-03-041-0/+6
| * Fix generated Python code for Doxygen comments ending with quoteVadim Zeitlin2020-03-041-0/+4
* | Merge pull request #1788 from mcfarljm/Issue-1757William S Fulton2020-05-281-1/+1
|\ \
| * | Fix for missing space after \endlink in doxygenJohn McFarland2020-05-021-1/+1
| |/
* | Ignore ambiguous variable names error from pycodestyle 2.6Vadim Zeitlin2020-05-221-1/+1
|/
* Port Ruby test of vector<shared_ptr<>> to PythonWilliam S Fulton2020-02-131-0/+63
* Fixing setting this in Python when using __slots__William S Fulton2020-02-061-0/+13
* Merge branch 'autodoc-doxygen-fix'William S Fulton2020-01-311-0/+2
|\
| * Fix crash in Python backend when using empty docstringsVadim Zeitlin2020-01-301-0/+2
* | Minor tweak to director_wstring_runme.py testWilliam S Fulton2020-01-281-2/+2
|/
* Test shared_ptr upcasts in PythonWilliam S Fulton2020-01-241-0/+5
* Correct recently expanded testcase from a merge for doxygen default parameter...William S Fulton2020-01-161-1/+1
* Merge branch 'Issue-1643'William S Fulton2020-01-161-0/+10
|\
| * Fix pydoc null pointer dereference with missing arg typeJohn McFarland2019-10-271-0/+10
* | Merge branch 'Issue-1632'William S Fulton2020-01-161-0/+82
|\ \
| * | Minor workaround in doxygen_basic_translate_style3 testJohn McFarland2019-11-021-1/+1
| * | Add new test doxygen_basic_translate_style3.iJohn McFarland2019-11-021-0/+82
| |/
* | Merge branch 'doxy/commands'William S Fulton2020-01-146-7/+71
|\ \
| * | Fix doxygen translation of \p command for pythonJohn McFarland2019-09-152-2/+2
| * | Fix doxygen handling of \em tag for pythonJohn McFarland2019-09-151-1/+1
| * | Special handling for python doctest code blocksJohn McFarland2019-08-071-1/+6
| * | Add new doxygen test doxygen_code_blocksJohn McFarland2019-08-071-0/+53
| * | Flag optional arguments in doxygen pydoc outputJohn McFarland2019-08-073-3/+3
| * | Add parameter direction to doxygen pydoc outputJohn McFarland2019-08-071-3/+3
| * | Support doxygen \param[] commandsJohn McFarland2019-08-071-1/+7
* | | Python -builtin constructors silently ignored keyword arguments.William S Fulton2020-01-131-0/+296
* | | Fix bug in Python builtin support for keyword argsWilliam S Fulton2019-11-011-0/+43
| |/ |/|
* | Python STL container method overloading fixWilliam S Fulton2019-08-061-0/+29
|/
* Split testcases li_std_wstring.i and li_std_wstring_inherit.iWilliam S Fulton2019-07-222-131/+43
* li_std_wstring test rename to li_std_wstring_inheritWilliam S Fulton2019-07-182-1/+107
* Merge branch 'annotation_quoting'William S Fulton2019-07-1823-146/+146
|\
| * Test-suite: Unify string quoting in the Python sourcesDmitry D. Chernov2019-07-1423-146/+146
* | Doxygen comment parsing fix for empty lines in code/verbatim blocksJohn McFarland2019-07-062-0/+4
* | Ensure empty line before code and math blocks in doxygen pydocJohn McFarland2019-06-183-1/+17
* | Remove extra newline before code block in doxygen python outputJohn McFarland2019-05-274-4/+0
* | Correction to recently added doxygen python test caseJohn McFarland2019-05-261-9/+9
* | Adjust expected python output for doxygen style2 testJohn McFarland2019-05-251-2/+0
* | Adding test for second doxygen comment styleJohn McFarland2019-05-251-0/+82
* | Eliminate extra newlines around doxygen python block mathJohn McFarland2019-05-251-4/+0
* | Eliminate extra newlines in doxygen python \verbatim blocksJohn McFarland2019-05-252-4/+0
* | Remove extra newline from end of doxygen python \code commandJohn McFarland2019-05-252-2/+0
* | Remove extra newline in beginning of doxygen python \code commandJohn McFarland2019-05-251-1/+0
* | Fix python doxygen indentation for inline \code commandJohn McFarland2019-05-252-2/+2
|/
* More python std::list testingWilliam S Fulton2019-03-251-0/+1