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
*
Get rid of obsolete Python cruft
Lisandro Dalcin
2014-08-31
1
-17
/
+17
*
Rename var for clarity.
Robert Bradshaw
2014-08-14
1
-3
/
+3
*
Table of file names with relative paths.
Martin Raum
2014-08-14
1
-1
/
+12
*
Table of file names with absolute paths.
Martin Raum
2014-08-14
1
-1
/
+1
*
Support @staticmethod decorator for C++ classes.
Robert Bradshaw
2014-07-17
1
-1
/
+3
*
Don't generate wrappers for cimported enums.
Robert Bradshaw
2014-07-10
1
-1
/
+3
*
Allow extern cpdef enum to export values into Python-level namespace.
Robert Bradshaw
2014-07-10
1
-0
/
+22
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-17
/
+19
*
Merge pull request #275 from cython/no-old-python
scoder
2014-03-22
1
-2
/
+2
|
\
|
*
Dissallow Python 2.4, 2.5, 3.0, and 3.1
Robert Bradshaw
2014-02-22
1
-2
/
+2
*
|
move embedded C main function code into external utility code file
Stefan Behnel
2014-03-15
1
-193
/
+1
*
|
restrict freelist usage to CPython
Stefan Behnel
2014-03-10
1
-2
/
+2
*
|
apply freelist type check also when *adding* dead objects to the freelist to ...
Stefan Behnel
2014-03-03
1
-5
/
+12
*
|
fix crash by excluding heap types from the extension type freelists
Stefan Behnel
2014-03-03
1
-1
/
+1
*
|
use arbitrary but predictable C code order when cleaning up imported extensio...
Stefan Behnel
2014-02-26
1
-2
/
+2
*
|
use an actual set() for Scope.types_imported instead of a set-ishly used dict
Stefan Behnel
2014-02-26
1
-1
/
+1
|
/
*
Clang-compatible C++ nested destructor call.
Robert Bradshaw
2014-02-18
1
-8
/
+1
*
make C code order in 'from-import *' table deterministic
Stefan Behnel
2014-01-23
1
-1
/
+1
*
fix test failure
Stefan Behnel
2014-01-23
1
-3
/
+10
*
generate cdef classes and closure classes in a deterministic order to reduce ...
Stefan Behnel
2014-01-19
1
-16
/
+24
*
add safety check for now to avoid trying to write annotation files into stand...
Stefan Behnel
2014-01-18
1
-3
/
+9
*
when includes are used, additionally generate one annotation file per include...
Stefan Behnel
2014-01-18
1
-2
/
+23
*
close output file ASAP
Stefan Behnel
2014-01-18
1
-2
/
+2
*
safety fix
Stefan Behnel
2014-01-18
1
-4
/
+6
*
call object.__new__() only when we expect an error due to an abstract class b...
Stefan Behnel
2014-01-12
1
-3
/
+14
*
revert dynamic tp_new() override because it breaks instantiating types with a...
Stefan Behnel
2014-01-10
1
-3
/
+2
*
reuse object's tp_new() for simple extension types if possible to improve sup...
Stefan Behnel
2014-01-10
1
-2
/
+3
*
call PyBaseObject_Type.tp_new() in tp_new() functions instead of tp_alloc() d...
Stefan Behnel
2014-01-10
1
-2
/
+2
*
add guarding for special method docstrings
R. Andrew Ohana
2014-01-03
1
-0
/
+6
*
whitespace
Robert Bradshaw
2013-12-27
1
-4
/
+4
*
avoid redundant NULL inits for extension type fields in tp_new()
Stefan Behnel
2013-12-22
1
-8
/
+10
*
fix C compiler warning about unused expression result
Stefan Behnel
2013-12-21
1
-1
/
+1
*
clean up lots of places where exceptions are being raised to reduce the messa...
Stefan Behnel
2013-12-06
1
-4
/
+4
*
support bytearray as auto encoding string type
Stefan Behnel
2013-11-06
1
-4
/
+8
*
fix comment
Stefan Behnel
2013-11-02
1
-1
/
+1
*
spelling
Robert Bradshaw
2013-11-01
1
-1
/
+1
*
Get rid of 'virtual methods without virtual destructor' warning.
Robert Bradshaw
2013-11-01
1
-0
/
+7
*
Clear tp_print for cdef classes.
Robert Bradshaw
2013-11-01
1
-0
/
+3
*
disable unnecessary PyType_IS_GC() check in PyPy (not supported)
Stefan Behnel
2013-10-16
1
-2
/
+4
*
clear global reference to module dict in module cleanup code
Stefan Behnel
2013-10-13
1
-0
/
+2
*
Merge branch 'int-conversion'
Robert Bradshaw
2013-09-18
1
-6
/
+5
|
\
|
*
Python 2.4 fix.
Robert Bradshaw
2013-08-28
1
-0
/
+1
|
*
Fix some integer conversion tests.
Robert Bradshaw
2013-08-26
1
-0
/
+4
|
*
Remove old type conversion code.
Robert Bradshaw
2013-08-24
1
-6
/
+0
*
|
Set correct baseclass for heap allocated type subclasses.
Robert Bradshaw
2013-09-12
1
-1
/
+5
*
|
Cleanup type sharing.
Robert Bradshaw
2013-08-12
1
-0
/
+3
|
/
*
avoid generating empty PyMethodDef array for types (especially closures)
Stefan Behnel
2013-08-10
1
-0
/
+2
*
fix code generated for __dealloc__() and __releasebuffer__() to call WriteUnr...
Stefan Behnel
2013-08-09
1
-1
/
+0
*
be a tiny bit smarter about when to GC_Track for the base type in tp_dealloc()
Stefan Behnel
2013-08-09
1
-2
/
+5
*
clean up tp_dealloc() code and integrate call to tp_finalize() for Py3.4
Stefan Behnel
2013-08-09
1
-40
/
+55
[next]