index
:
delta/swig.git
a11426-fortran
builtin-hashable
cccl-std
char-escaping
char_enums
ci-d
ci-test-ubuntu-20.04
cmake
coverity-scan
docstring-indentation
doxygen
enable-more-warnings-in-ci
fix-mod_runme.js
gdb_pretty_printers
gsoc2008-jezabek
gsoc2012-c
gsoc2012-doxygen
gsoc2012-objc
gsoc2016-hhvm
gsoc2017-php7-classes-via-c-api
guile-changes
interfaces
issue-379-pythoncode-indent
maintenance-2.0
master
matlab
monotouch
no-swig-preinst
ocaml-ci
ocaml-debug-ci
parse-storage-class-flexibly
perl-5.8-minimum
php-codegen-improvements
php-stop-using-dl
php-type-declaration-fixes
php-type-hints
r-experimental
release-4.1
remove-obsolete-js-support
ruby-ci-testing
sphinxdocs
stl-vector-ptrs
swig-2.0
talby-perl5-improvements
template-in-array-size-fix
test-using-swig-typecheckstruct-more
travis-osx
yziquel-ocaml
github.com: swig/swig.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Modules
/
python.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unused parameter self warning
Julien Schueller
2023-01-27
1
-1
/
+1
*
SwigType * handling corrections - Python builtin mangling
William S Fulton
2022-11-18
1
-19
/
+27
*
Cleanup SWIG_VERSION definition
William S Fulton
2022-10-13
1
-1
/
+1
*
Improve director unwrap detection for the return type
William S Fulton
2022-10-10
1
-21
/
+3
*
Merge branch 'director-unwrap-result'
William S Fulton
2022-10-07
1
-3
/
+1
|
\
|
*
Merge branch 'master' into director-unwrap-result
Olly Betts
2022-03-01
1
-54
/
+87
|
|
\
|
*
|
Unwrap director classes only when returning a pointer or reference to an object
Thomas Reitmayr
2020-06-20
1
-3
/
+1
*
|
|
Use https for swig.org links
Olly Betts
2022-10-06
1
-1
/
+1
*
|
|
Generate richcompare switch statements in sorted order
William S Fulton
2022-09-30
1
-2
/
+4
*
|
|
Add initialisers for additional members in PyHeapTypeObject
William S Fulton
2022-08-01
1
-0
/
+11
*
|
|
Header file tidyup
William S Fulton
2022-05-07
1
-3
/
+2
*
|
|
[Python] Replace tp_print with tp_vectorcall_offset slot for Python 3.8
Kris Thielemans
2022-04-21
1
-0
/
+4
*
|
|
Recognise and ignore Doxygen group commands @{ and @}
Olly Betts
2022-04-07
1
-4
/
+10
*
|
|
Remove some unnecessary empty lines from generated .py file
William S Fulton
2022-04-07
1
-8
/
+12
*
|
|
Remove unused functions in Python builtin mode
William S Fulton
2022-04-07
1
-50
/
+53
*
|
|
Remove legacy USE_THISOWN conditional compilation
William S Fulton
2022-04-06
1
-18
/
+0
*
|
|
Slight performance improvement for %pythonnondynamic
William S Fulton
2022-04-06
1
-3
/
+3
*
|
|
Doxygen comments take precedence over the autodoc feature.
William S Fulton
2022-04-06
1
-22
/
+25
*
|
|
Merge branch 'feature/python-builtin-separate-runtime-data'
William S Fulton
2022-03-26
1
-0
/
+3
|
\
\
\
|
*
|
|
Use different capsule names with and without -builtin
Eugene Toder
2022-03-18
1
-0
/
+3
*
|
|
|
Remove minimum Python version check
William S Fulton
2022-03-25
1
-2
/
+0
*
|
|
|
Remove -py3 command line option
William S Fulton
2022-03-23
1
-16
/
+7
*
|
|
|
Remove option to use Python 3 only syntax for %pythonnondynamic feature
William S Fulton
2022-03-23
1
-5
/
+5
*
|
|
|
Add Python < 3.3 support for pyabc.i
William S Fulton
2022-03-23
1
-3
/
+2
*
|
|
|
Python -flatstaticmethod corrections
William S Fulton
2022-03-21
1
-4
/
+4
*
|
|
|
Enable flat static constructor methods
Jim Easterbrook
2022-03-18
1
-1
/
+1
*
|
|
|
Use flat static method if it's a "friend"
Jim Easterbrook
2022-03-18
1
-6
/
+7
*
|
|
|
Python: Option to generate flat class methods
Julien Schueller
2022-03-18
1
-4
/
+9
|
/
/
/
*
|
|
Add DOH Exit() and SetExitHandler()
Olly Betts
2022-03-06
1
-9
/
+9
*
|
|
Python: avoid unused SwigMethods_proxydocs var (#2222)
Julien Schueller
2022-03-03
1
-1
/
+2
*
|
|
Add support for Python variable annotations as a feature.
William S Fulton
2022-03-02
1
-12
/
+14
*
|
|
Add property annotations
sethg
2022-03-02
1
-1
/
+18
|
|
/
|
/
|
*
|
Python function annotations removed from -py3 option.
William S Fulton
2022-02-27
1
-4
/
+3
*
|
[Python] Improve handling of SWIG_Py*Method_New
Olly Betts
2022-02-04
1
-8
/
+16
*
|
[Python] Sort out handling of self parameter
Olly Betts
2022-02-03
1
-9
/
+19
*
|
[python] Fix GCC -Wunused-variable with -builtin
Olly Betts
2022-01-27
1
-1
/
+1
*
|
[python] Reject -builtin with -noproxy
Olly Betts
2022-01-26
1
-0
/
+5
*
|
%callback and Python class access for C++ static member functions fixes
William S Fulton
2022-01-14
1
-2
/
+19
*
|
[Python] Add missing Python kwargs builtin support
William S Fulton
2022-01-14
1
-2
/
+2
*
|
Fixed crashes when using embedded Python interpreters.
John Senneker
2021-11-30
1
-1
/
+0
*
|
Fix ODR violations
Olly Betts
2021-09-20
1
-1
/
+2
*
|
Remove support for $source and $target
Olly Betts
2021-04-30
1
-18
/
+0
*
|
Eliminate unused Printf args
Olly Betts
2021-04-13
1
-3
/
+5
*
|
Make -py3 generate a check for Python >= 3.0
Olly Betts
2021-04-12
1
-2
/
+7
*
|
Python -builtin fix wrapping constructors with varargs
William S Fulton
2021-03-23
1
-4
/
+4
*
|
Fix few unused variable warnings
Michel Zou
2021-03-07
1
-0
/
+1
*
|
Python 3.9 support for -builtin
William S Fulton
2020-08-27
1
-0
/
+4
|
/
*
Fix generated Python code for Doxygen comments with triple quotes
Vadim Zeitlin
2020-03-04
1
-0
/
+10
*
Fix generated Python code for Doxygen comments ending with quote
Vadim Zeitlin
2020-03-04
1
-3
/
+17
*
Fix crash in Python backend when using empty docstrings
Vadim Zeitlin
2020-01-30
1
-4
/
+11
[next]