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
/
tests
/
errors
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '0.29.x'
Stefan Behnel
2018-10-30
1
-0
/
+20
|
\
|
*
2685_warn_undeclared: add test for warn.undeclared.
Nicolas Pauss
2018-10-30
1
-0
/
+20
*
|
Merge pull request #2684 from fkohlgrueber/func_decorator_co_firstlineno_fix
Stefan Behnel
2018-10-30
4
-7
/
+7
|
\
\
|
*
|
fix line numbers in other tests (2)
Felix Kohlgrüber
2018-10-28
1
-1
/
+1
|
*
|
fix line numbers in other tests
Felix Kohlgrüber
2018-10-27
3
-6
/
+6
|
|
/
*
|
Remove support for Py2.6 and various quirks that special-cased it.
gh2692_remove_py26_support
Stefan Behnel
2018-10-30
1
-4
/
+0
|
/
*
Generally allow the "nogil" decorator and context manager to accept boolean a...
Stefan Behnel
2018-09-14
1
-4
/
+25
*
Support "@cython.nogil" decorator in pure mode.
Stefan Behnel
2018-09-14
1
-0
/
+36
*
Improve error message for mixing return type declarations into def function s...
Stefan Behnel
2018-08-15
1
-0
/
+5
*
Give a better parser error message when defining cdef modifiers on def functi...
Stefan Behnel
2018-08-15
2
-8
/
+22
*
Give a better parser error message when defining return type annotations on c...
Stefan Behnel
2018-08-15
1
-0
/
+13
*
Make raise-statements inside of nogil blocks automatically acquire the GIL, i...
Stefan Behnel
2018-06-03
1
-2
/
+1
*
Misc typos
luz.paz
2018-03-12
1
-1
/
+1
*
Always show original position on "redeclared" errors.
Stefan Behnel
2018-03-11
1
-0
/
+2
*
Repair the coercion of C string literals to C++ strings for function argument...
Stefan Behnel
2018-03-09
1
-1
/
+1
*
Avoid side-effects of auto-pickling in error test.
Stefan Behnel
2018-02-15
1
-2
/
+3
*
Re-allow None as argument in "parallel(num_threads=None)", seems to be explic...
Stefan Behnel
2017-11-29
2
-8
/
+11
*
Make assignments of None to C typed variables a compile time error.
Stefan Behnel
2017-11-28
1
-0
/
+6
*
Merge pull request #1927 from robertwb/multi-inheritance
Robert Bradshaw
2017-11-08
2
-4
/
+4
|
\
|
*
Fix some error messages.
Robert Bradshaw
2017-10-11
1
-3
/
+3
|
*
Allow multiple bases for cdef classes.
Robert Bradshaw
2017-10-11
1
-1
/
+1
*
|
Require GIL-holding constructor if base classes require GIL.
Robert Bradshaw
2017-11-07
1
-0
/
+20
|
/
*
Turn compiler assertion into an error since it's triggered by user code.
Stefan Behnel
2017-10-03
1
-0
/
+5
*
Allow mismatches of broader exception declarations in .pxd signatures as long...
Stefan Behnel
2017-09-21
2
-13
/
+68
*
Fix more tests: Correct the source character position of name nodes to improv...
Stefan Behnel
2017-08-17
2
-5
/
+5
*
Correct the source character position of name nodes to improve error reportin...
Stefan Behnel
2017-08-17
43
-212
/
+223
*
Provide a better error message when users accidentally write Cython code in a...
Stefan Behnel
2017-08-17
1
-0
/
+9
*
Merge pull request #1802 from scoder/_pep525_async_gen
scoder
2017-08-09
5
-48
/
+2
|
\
|
*
delete outdated syntax tests
Stefan Behnel
2017-08-05
2
-37
/
+0
|
*
generalise error message that disallows 'yield'/'await'/etc. inside of parall...
Stefan Behnel
2017-07-29
1
-2
/
+2
|
*
temporary hack to make test work until we get async comprehensions
Stefan Behnel
2017-07-29
1
-0
/
+2
|
*
continue to disallow "yield from" in async functions
Stefan Behnel
2017-07-29
1
-1
/
+0
|
*
allow yield in async def functions (which turns them into async generators)
Stefan Behnel
2017-07-27
1
-10
/
+0
*
|
improve error message when trying to take address of Python variable/expressi...
Stefan Behnel
2017-08-02
1
-0
/
+29
|
/
*
Make bad pxd declarations into an warning for now.
Robert Bradshaw
2017-07-03
1
-4
/
+5
*
Allow undeclared narrower return for cdef methods.
Robert Bradshaw
2017-06-19
2
-0
/
+8
*
Allow cimport to follow import.
Robert Bradshaw
2017-06-16
1
-1
/
+7
*
Mention class name in error messages
Jeroen Demeyer
2017-06-15
1
-2
/
+2
*
Add missing pxd file for test.
Robert Bradshaw
2017-06-14
1
-0
/
+8
*
Ensure signature extensions reflected in the pxd if needed.
Robert Bradshaw
2017-06-14
1
-0
/
+25
*
Remove redundant test.
Robert Bradshaw
2017-06-14
1
-13
/
+0
*
Repair syntax test after fixing github issue #1726, which also made "continue...
Stefan Behnel
2017-06-04
1
-1
/
+3
*
Make "break" outside of loops a syntax error also inside of try-except blocks.
Stefan Behnel
2017-06-04
1
-0
/
+21
*
Test for bad cimported module attributes.
Robert Bradshaw
2017-06-01
1
-0
/
+25
*
Don't error out when non-const value is passed as a const specified
Ian Henriksen
2016-03-03
1
-1
/
+1
*
Don’t crash when a C class isn’t defined in the pxd.
Emmanuel Gil Peyrot
2015-12-09
2
-0
/
+11
*
reject properties with additional decorators in cdef classes
Stefan Behnel
2015-11-07
1
-0
/
+42
*
fix compiler crash due to uninitialised attribute
Stefan Behnel
2015-07-28
1
-0
/
+14
*
check that cython does not automatically convert from native type to an objec...
shai
2015-07-25
1
-0
/
+23
*
add error test for 'await' in generator expressions
Stefan Behnel
2015-06-29
1
-0
/
+26
[next]