index
:
delta/cython.git
0.17
0.18.x
0.19.x
0.20.x
0.21.x
0.22.x
0.23.x
0.24.x
0.25.x
0.27.x
0.28.x
0.29.x
cgetter_rewrite
ci_compile_all
clean_up_capi_features
cy3str
dalcinl-embedsignature
dalcinl/fix-c-used-variable
dalcinl/fix-c-warning
dalcinl/fix-cpdef-warning
dalcinl/fix-getbuffer
dalcinl/fix-module-cleanup
dalcinl/fix-release
dalcinl/fix-travis
dalcinl/fix-try-finally
dalcinl/mark-unused-vars
dalcinl/no-old-python
dalcinl/numpy
dropPy32
enable_limited_api_file_tests
faster_absolute_reimports
faster_pymultiply
fix-pypy3
fix_build_ext
fix_gh3246
fix_srctree_tests_on_windows
fixed_code_objects
full_code_writer
gh1461_cover_sig_line
gh1461_cover_sig_line_master
gh1807_getitem_mapping_first
gh2056_special_binop
gh2306_coro_frame
gh2343_heap_types
gh2564_enable_binding
gh2565_language_level_3str
gh2580_enable_generator_stop
gh2665_package_init_pyx
gh2670_win_intop
gh2692_remove_py26_support
gh2781_pep487_init_subclass
gh2983_lambda_sig
gh3090_always_allow_keywords
gh3092_percent_d_format
gh3481_defaults_warning
gh3545_reduce_cython_reimport
gh3554_smart_exit_gil
gh3573_versioned_pxds
gh3578_refleak
gh3625_returns_exc
gh3678_undep_unicode
gh884_docstrings
gsoc-kurt-regraft
ipython711
ipython711_master
less_tp_new
linting
ll3_new_style_classes
master
msvc_cpp
neg-overflow
no-old-python
optimise_pysequence_list
patma-preview
pep484_typing
pep515_underscores_in_numbers
pkg_init_windows
release
robertwb-rect
simplify_utility_loading
smarter_bounds_checks
test_stats
travis-ci
travis_cleanup
tune_calls
update_test_dependencies
github.com: cython/cython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Cython
/
Compiler
/
ModuleNode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a "CYTHON_HEX_VERSION" macro in the style of PY_HEX_VERSION that user cod...
Stefan Behnel
2018-08-26
1
-1
/
+2
*
Move PyFrame localsplus offset calculation to a more appropriate utility file...
Stefan Behnel
2018-08-14
1
-0
/
+2
*
make __Pyx_PyFunction_FastCallNoKw compatible with Stackless Python
Anselm Kruis
2018-08-14
1
-0
/
+1
*
Added the pep8 test to travis. All the warnings are disabled and only a few e...
gabrieldemarmiesse
2018-08-11
1
-1
/
+1
*
Actually enable the error on PEP-489 module reinitialisation, and add it to t...
Stefan Behnel
2018-08-10
1
-5
/
+4
*
Mark error raising code in PEP 489 init phase as TODO.
Stefan Behnel
2018-08-10
1
-6
/
+6
*
Revert PEP-489 behaviour, but keep error raising code to make it easy to try ...
Stefan Behnel
2018-08-10
1
-8
/
+13
*
Make error message more informative.
Stefan Behnel
2018-08-10
1
-1
/
+2
*
Enable PEP-489 module initialisation again, but raise an error on re-inits.
Stefan Behnel
2018-08-10
1
-5
/
+7
*
Allow C line in traceback also during module init
Jeroen Demeyer
2018-07-12
1
-2
/
+1
*
Repair inclusion of TypeImport utility code for api .h files.
Stefan Behnel
2018-06-17
1
-2
/
+4
*
Fix C compiler warnings about an unused error label and an unused helper func...
Stefan Behnel
2018-06-17
1
-4
/
+9
*
Generate short wrappers for special methods like "__next__()" to adapt their ...
Stefan Behnel
2018-06-17
1
-1
/
+7
*
Merge branch '0.28.x'
Stefan Behnel
2018-06-03
1
-1
/
+1
|
\
|
*
Fix: reallowing tp_clear() in a subtype of an @no_gc_clear extension type gen...
Stefan Behnel
2018-06-03
1
-1
/
+1
*
|
Remove undefined branch hint macro usage from generated api header file.
Stefan Behnel
2018-05-26
1
-1
/
+1
*
|
Remove redundant helper function "__Pyx_ImportModule()" which was only needed...
Stefan Behnel
2018-05-26
1
-9
/
+4
*
|
Avoid redundant importing of modules when cimporting external extension types...
Stefan Behnel
2018-05-26
1
-23
/
+63
*
|
Add comment.
Stefan Behnel
2018-05-26
1
-0
/
+2
*
|
Avoid a dangling pointer in the global "__pyx_m" variable while decrefing it.
Stefan Behnel
2018-05-25
1
-1
/
+1
*
|
Mark several one-time functions (used during module init) with CYTHON_SMALL_C...
Stefan Behnel
2018-05-25
1
-2
/
+7
*
|
Merge branch '0.28.x'
Stefan Behnel
2018-05-21
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix error reporting on very early errors when the Cython runtime configuratio...
Stefan Behnel
2018-05-21
1
-1
/
+1
*
|
Intern some identifier names that are likely to be otherwise interned anyway.
Stefan Behnel
2018-05-18
1
-4
/
+3
*
|
Allow access to long/int internals
Jeroen Demeyer
2018-05-03
1
-0
/
+5
|
/
*
COMPAT: From the next release PyPy fixed tp_basicsize of PyType_Type
mattip
2018-03-21
1
-1
/
+1
*
Remove invalid GCC attribute usage when PEP-489 is enabled.
Stefan Behnel
2018-03-18
1
-1
/
+1
*
Work around BPO-32973: CPython 3 can rerun the module PyInit function if the ...
Stefan Behnel
2018-03-02
1
-0
/
+6
*
Make CYTHON_SMALL_CODE macro work with g++.
Stefan Behnel
2018-02-14
1
-3
/
+3
*
Optimise the module init function for small code size regardless of the exter...
Stefan Behnel
2018-02-14
1
-3
/
+4
*
Optimise attribute access on extension types with "__getattr__" but without i...
Stefan Behnel
2018-01-24
1
-10
/
+25
*
Extract some generated plain code into a utility code file to make it more vi...
Stefan Behnel
2018-01-05
1
-9
/
+2
*
Verbatim C code using docstring syntax.
Jeroen Demeyer
2017-11-17
1
-20
/
+14
*
Merge branch 'master' into multi-inheritance
Robert Bradshaw
2017-11-07
1
-23
/
+97
|
\
|
*
Add docstring.
Stefan Behnel
2017-11-05
1
-0
/
+8
|
*
Enable the refnanny for the separate mod-init step functions as it is require...
Stefan Behnel
2017-11-05
1
-1
/
+5
|
*
Split up the module init function into separate C functions per setup step as...
Stefan Behnel
2017-11-05
1
-19
/
+77
|
*
Merge branch '0.27.x'
Stefan Behnel
2017-10-29
1
-1
/
+3
|
|
\
|
|
*
Add missing `extern` declaration for the `module_is_main` flag
Lisandro Dalcin
2017-10-27
1
-1
/
+3
|
*
|
Move CYTHON_NO_PYINIT_EXPORT utility code into external file to avoid lengthy...
Stefan Behnel
2017-10-28
1
-21
/
+2
|
*
|
Add CYTHON_NO_PYINIT_EXPORT macro. (#1944)
AraHaan
2017-10-21
1
-2
/
+22
|
*
|
Split Python compatibility adaptation code out of ModulePreamble section and ...
Stefan Behnel
2017-10-20
1
-0
/
+1
*
|
|
Cleanup.
Robert Bradshaw
2017-11-07
1
-1
/
+1
*
|
|
Move type_ready code to CClassDefNode.
Robert Bradshaw
2017-10-12
1
-99
/
+2
*
|
|
Allow multiple bases for cdef classes.
Robert Bradshaw
2017-10-11
1
-12
/
+10
|
/
/
*
|
Merge branch 'late_includes_auto'
Robert Bradshaw
2017-10-02
1
-5
/
+18
|
\
\
|
|
/
|
/
|
|
*
Cleanup late includes.
Robert Bradshaw
2017-10-02
1
-2
/
+2
|
*
Automatic late includes.
Jeroen Demeyer
2017-09-28
1
-5
/
+18
*
|
Fix method name (no test failure?).
Stefan Behnel
2017-09-29
1
-1
/
+1
*
|
Fix generation of api code for C++ classes with object members.
Robert Bradshaw
2017-09-28
1
-40
/
+51
|
/
[next]