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
/
Tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some basic tests for PyrexTypes.widest_numeric_type().
Stefan Behnel
2017-08-17
1
-0
/
+19
*
Remove unneeded comment.
Robert Bradshaw
2017-08-15
1
-1
/
+0
*
Delete trailing spaces
mathbunnyru
2017-01-12
1
-1
/
+1
*
Enable type inference of template function results.
Robert Bradshaw
2016-12-07
1
-2
/
+1
*
extend test
Stefan Behnel
2016-03-19
1
-0
/
+8
*
extend test
Stefan Behnel
2016-03-19
1
-0
/
+4
*
tighten PEP 515 test to make sure the underscore literals have the correct no...
Stefan Behnel
2016-03-19
1
-3
/
+18
*
adapt to stricter version of the CPython implementation (that follows the act...
Stefan Behnel
2016-03-19
1
-48
/
+40
*
extend tests to include an ambiguity in Python 3.x grammar: "e" for exponent ...
Stefan Behnel
2016-03-19
1
-0
/
+23
*
Implement PEP 515: allow underscores in number literals
Stefan Behnel
2016-03-19
1
-0
/
+87
*
repair deep-copying (and pickling) of the control flow state in compiled Cyth...
Stefan Behnel
2016-01-16
1
-0
/
+68
*
test CmdLine.py and rework long option parsing
Stefan Behnel
2015-02-27
1
-0
/
+118
*
move JediTyper into Tools directory as it's not in a state that would suggest...
Stefan Behnel
2014-08-29
1
-134
/
+0
*
disable global variables test in old jedi versions
Stefan Behnel
2014-07-28
1
-0
/
+3
*
add tests for JediTyper (includes disabled tests for things that currently do...
Stefan Behnel
2014-07-27
1
-0
/
+131
*
simplify some code
Stefan Behnel
2014-03-22
1
-4
/
+3
*
remove some legacy Py2.[345] code
Stefan Behnel
2014-03-22
1
-4
/
+3
*
replace open(filepath).read() anti-pattern by code that safely and timely clo...
Stefan Behnel
2014-01-16
1
-3
/
+5
*
optimise calls on variables that reference builtin methods (e.g. pre-assigned...
Stefan Behnel
2013-03-11
1
-3
/
+3
*
add tests for MethodDispatcherTransform
Stefan Behnel
2013-02-18
1
-0
/
+61
*
clean up and simplify signature matching test
Stefan Behnel
2012-08-30
1
-23
/
+23
*
added some tests for the function signature override matcher
Stefan Behnel
2012-08-30
1
-0
/
+74
*
major cleanup refactoring of the utility code loading support,
Stefan Behnel
2011-11-14
1
-12
/
+45
*
Modify utility code loader as per discussion + tests
Mark Florisson
2011-09-30
1
-0
/
+68
*
MemoryViewTypeNode -> MemoryViewSliceTypeNode name change in testcase.
Kurt Smith
2011-09-30
1
-1
/
+1
*
Test case for #340
Dag Sverre Seljebotn
2011-09-30
1
-0
/
+6
*
parsing memory view array declarations.
Kurt Smith
2011-09-30
2
-0
/
+70
*
fix decorator lookup by avoiding (re-)assignments to the function/class name ...
Stefan Behnel
2010-12-29
1
-25
/
+0
*
Fix a failing test
Mark Florisson
2011-07-14
1
-4
/
+5
*
Preliminary OpenMP support
Mark Florisson
2011-05-04
1
-0
/
+57
*
fix test after 'with' statement change
Stefan Behnel
2011-04-23
1
-5
/
+4
*
fix many empty __init__ files
Lisandro Dalcin
2011-04-01
1
-1
/
+1
*
Undo EOL whitespace additions.
Robert Bradshaw
2011-01-14
1
-15
/
+15
*
Merge https://github.com/cython/cython
Mark Florisson
2011-01-08
3
-8
/
+8
|
\
|
*
Backed out changeset 291e2bdd20d5 - currently breaks Sage build
Stefan Behnel
2010-12-30
1
-0
/
+25
|
*
fix decorator lookup by avoiding (re-)assignments to the function/class name ...
Stefan Behnel
2010-12-29
1
-25
/
+0
|
*
Remove trailing whitespace.
Robert Bradshaw
2010-12-13
4
-22
/
+22
*
|
Debugger: Fix closure support + tests
Mark Florisson
2010-12-25
1
-1
/
+2
|
/
*
More test fiddling.
Robert Bradshaw
2010-12-09
1
-1
/
+2
*
More gdb test disabling.
Robert Bradshaw
2010-12-09
1
-2
/
+1
*
Disable gdb tests for now.
Robert Bradshaw
2010-12-09
1
-1
/
+2
*
Clearer versioning.
Robert Bradshaw
2010-12-09
1
-1
/
+1
*
Skip debugger tests for pre-2.5 python versions and make them 2.5 compatible
Mark Florisson
2010-12-02
1
-4
/
+13
*
Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatible
Mark Florisson
2010-12-01
1
-6
/
+7
*
lots of tests
Mark Florisson
2010-10-31
1
-3
/
+5
*
Tests!
Mark Florisson
2010-10-28
1
-0
/
+66
*
fix unit test after parallel assignment change
Stefan Behnel
2010-03-05
1
-7
/
+7
*
More buffer type analysis deferment.
Robert Bradshaw
2010-02-10
1
-4
/
+0
*
Enable non expression-like types for templates.
Robert Bradshaw
2010-02-09
1
-4
/
+0
*
cleanup relative to 0.12
Robert Bradshaw
2009-12-15
1
-0
/
+1
[next]