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
/
AnalysedTreeTransforms.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-6
/
+8
*
remove unused import
Stefan Behnel
2014-02-22
1
-1
/
+0
*
don't mix relative and absolute imports, just use relative ones
Stefan Behnel
2011-11-13
1
-1
/
+1
*
removed unused imports
Stefan Behnel
2011-11-13
1
-4
/
+2
*
Fix some style issues
Mark Florisson
2011-10-05
1
-4
/
+2
*
Fix build error
Mark Florisson
2011-10-03
1
-1
/
+3
*
Support fused def functions + lambda + better runtime dispatch
Mark Florisson
2011-07-11
1
-1
/
+1
*
Remove trailing whitespace.
Robert Bradshaw
2010-12-13
1
-1
/
+1
*
fix AutoTestDictTransform for lambda expressions
Stefan Behnel
2010-11-23
1
-0
/
+5
*
new autotestdict.{cdef,all} directives that put cdef and non-doctest docstrin...
Stefan Behnel
2010-11-03
1
-4
/
+10
*
reverted support for cdef functions in __test__ dict: increases module size a...
Stefan Behnel
2010-11-02
1
-4
/
+5
*
enable doctests in cdef functions/methods, do not rewrap docstrings in __test...
Stefan Behnel
2010-11-02
1
-6
/
+5
*
simplify auto __test__ dict generation:
Stefan Behnel
2010-10-31
1
-73
/
+54
*
Py3: __cmp__ is gone, __bool__ instead of __nonzero__
Lisandro Dalcin
2010-04-28
1
-1
/
+2
*
do not emit C code for unused special method docstrings
Lisandro Dalcin
2010-04-14
1
-1
/
+2
*
Fix for autotestdict & property not playing well together.
Craig Citro
2010-03-09
1
-1
/
+12
*
Fix #508
Dag Sverre Seljebotn
2010-02-20
1
-0
/
+2
*
Blacklist __nonzero__ from autotestdict
Dag Sverre Seljebotn
2009-10-20
1
-1
/
+1
*
Yet another bugfix for autotestdict
Dag Sverre Seljebotn
2009-10-16
1
-1
/
+5
*
Another blacklisted autotestdict method.
Robert Bradshaw
2009-10-15
1
-1
/
+1
*
Incomplete hack for autotestdict, see #387
Dag Sverre Seljebotn
2009-10-15
1
-0
/
+4
*
Fix for Python 2.3
Robert Bradshaw
2009-10-07
1
-2
/
+2
*
Rename doctesthack -> autotestdict, and make it default
Dag Sverre Seljebotn
2009-10-05
1
-3
/
+3
*
Fix doctesthack for cdef functions
Dag Sverre Seljebotn
2009-10-05
1
-1
/
+7
*
Move nodes to exprnodes
Dag Sverre Seljebotn
2009-10-03
1
-35
/
+1
*
doctesthack directive
Dag Sverre Seljebotn
2009-10-01
1
-14
/
+37
*
doctesthack directive works for global functions
Dag Sverre Seljebotn
2009-10-01
1
-0
/
+90