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
*
Remove support and special handling code for Py3.2.
Stefan Behnel
2017-08-25
1
-2
/
+2
*
Add required copy and assignment operators for C++ classes with python object...
Robert Bradshaw
2017-08-25
1
-0
/
+22
*
Allow C++ classes to have Python object members.
Robert Bradshaw
2017-08-25
1
-6
/
+47
*
Merge pull request #1794 from scoder/pep489_multi_phase_init
scoder
2017-08-09
1
-11
/
+71
|
\
|
*
write warning into generated header file for now to explain that calling the ...
Stefan Behnel
2017-07-23
1
-0
/
+3
|
*
C++ fix
Stefan Behnel
2017-07-23
1
-2
/
+2
|
*
disable file/path name overwriting during module setup in post-PEP489 runtime...
Stefan Behnel
2017-07-23
1
-0
/
+6
|
*
fix utility code formatting
Stefan Behnel
2017-07-22
1
-2
/
+2
|
*
make module exec function cname module specific to make it easier to select i...
Stefan Behnel
2017-07-22
1
-6
/
+9
|
*
implement PEP 489 multi-phase module initialisation in Py3.5+
Stefan Behnel
2017-07-22
1
-9
/
+57
*
|
speed up type checks, especially for exceptions (which are used a lot in yiel...
Stefan Behnel
2017-07-31
1
-0
/
+1
*
|
allow yield in async def functions (which turns them into async generators)
Stefan Behnel
2017-07-27
1
-1
/
+1
*
|
Suppress special casing of attribute names in closure classes since they are ...
Stefan Behnel
2017-07-25
1
-4
/
+4
|
/
*
use faster __Pyx_PyObject_GetAttrStr() implementation and avoid static Python...
Stefan Behnel
2017-07-16
1
-1
/
+2
*
Merge commit '863b50c33b955bb29e90bbcb1c8e61bd820845f3' into release
Robert Bradshaw
2017-07-14
1
-1
/
+1
|
\
|
*
try to silence C compiler warning about unused function argument
Stefan Behnel
2017-07-13
1
-1
/
+1
*
|
Merge branch 'jdemeyer-cdef_public_dll_linkage'
Robert Bradshaw
2017-07-14
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
Do not use special dll linkage for "cdef public" functions
Jeroen Demeyer
2017-04-28
1
-3
/
+2
*
|
Suppress (verbose) may-be-used-uninitialized errors.
Robert Bradshaw
2017-07-06
1
-0
/
+1
*
|
Conditionally use FastGil utility code.
Robert Bradshaw
2017-07-03
1
-5
/
+0
*
|
Add an optimization for re-aquiring the GIL.
Robert Bradshaw
2017-06-29
1
-0
/
+5
*
|
Add a Pythran backend for Numpy operation
Adrien Guinet
2017-06-17
1
-1
/
+8
*
|
Emit class closing bracket on new line.
Robert Bradshaw
2017-06-16
1
-1
/
+1
*
|
Don't override unknown inherited __reduce__.
Robert Bradshaw
2017-06-15
1
-0
/
+9
*
|
safety fix: do not access type struct field "tp_finalize" if the type states ...
Stefan Behnel
2017-06-05
1
-2
/
+3
*
|
Make C lines in exception tracebacks a runtime setting.
Robert Bradshaw
2017-05-28
1
-0
/
+5
|
/
*
Pass first arg of visitproc as PyObject*
Jeroen Demeyer
2017-03-07
1
-3
/
+2
*
Remove duplicated file path handling code when generating file path tables.
Stefan Behnel
2017-02-12
1
-17
/
+5
*
restrict "__dict__" property generation to declared "__dict__" attributes and...
Stefan Behnel
2016-09-03
1
-1
/
+3
*
Fix cpdef enums cimported across modules.
Robert Bradshaw
2016-09-02
1
-0
/
+4
*
avoid generating a PyMethodDef entry for the newly implemented CyFunction met...
Stefan Behnel
2016-08-30
1
-1
/
+2
*
re-enable PyMethodDef declarations of Python methods in cdef classes as we ca...
Stefan Behnel
2016-08-27
1
-1
/
+1
*
implement binding Python methods in extension types
Stefan Behnel
2016-08-27
1
-1
/
+1
*
replace generic "COMPILING_IN_*" C macros with feature specific guards that a...
Stefan Behnel
2016-07-30
1
-1
/
+1
*
Allow old_style_globals to be set via a directive.
Robert Bradshaw
2016-07-27
1
-0
/
+2
*
make current scope available to FunctionState and CCodeWriter to give access ...
Stefan Behnel
2016-07-24
1
-1
/
+1
*
Merge branch '0.24.x'
Stefan Behnel
2016-07-15
1
-0
/
+6
|
\
|
*
Work around MCVS else if stacking limit.
Robert Bradshaw
2016-04-18
1
-0
/
+6
*
|
minor code cleanup
Stefan Behnel
2016-07-15
1
-2
/
+2
*
|
fix error handling in "__dict__" slot implementation
Stefan Behnel
2016-07-15
1
-9
/
+17
*
|
Use property system for __dict__ attribute
empyrical
2016-07-14
1
-43
/
+20
*
|
Add special __dict__ attribute to extension types
empyrical
2016-07-10
1
-14
/
+63
|
/
*
produce lots of code churn to clean up pylint warnings (almost exclusively wh...
Stefan Behnel
2016-03-28
1
-202
/
+187
*
F strings (PEP 498)
Robert Bradshaw
2016-03-24
1
-0
/
+3
|
\
|
*
Merge branch 'f_string' into f_strings_2
Stefan Behnel
2016-03-21
1
-0
/
+3
|
|
\
|
|
*
fstrings: implement concatenation using PyUnicode_Join
Jelle Zijlstra
2016-03-20
1
-0
/
+3
*
|
|
Use proper conversion for import star and memory views.
Robert Bradshaw
2016-03-21
1
-8
/
+2
|
/
/
*
|
Merge pull request #478 from eugulixes/__PYX_ERR
Robert Bradshaw
2016-02-02
1
-2
/
+14
|
\
\
|
*
|
Hide some parts of stack trace in __PYX_ERR macro
Evgeny Golyshev
2016-01-02
1
-2
/
+14
*
|
|
Set up c_code_config options properly when autogenerating header files.
Ian Henriksen
2016-01-26
1
-11
/
+19
|
/
/
[next]