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
/
Tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Cython.Utils to the list of compiled modules and include a faster @contex...
Stefan Behnel
2022-01-31
1
-1
/
+33
*
Add `clear_method_caches` to Utils.py (#4338)
0dminnimda
2021-10-28
1
-1
/
+87
*
Import TextTestResult in test runner instead of _TextTestResult (GH-4415)
da-woods
2021-10-17
1
-4
/
+4
*
Remove accidentally duplicated test code.
Stefan Behnel
2021-07-10
1
-1
/
+0
*
Clean up test and add one for writing dedented text in tests.
Stefan Behnel
2021-07-03
1
-3
/
+17
*
Fix test in Py2.
Stefan Behnel
2021-07-03
1
-1
/
+4
*
Add some test helper functions to create (source) files from tests.
Stefan Behnel
2021-07-03
1
-0
/
+53
*
Fix `return None` in CodeWriter. (GH-3795)
Tao He
2020-09-01
1
-0
/
+16
*
Improve syntax feature support of Cython CodeWriter (GH-3514)
Tao He
2020-07-02
1
-0
/
+23
*
Fix many indentation and whitespace issues throughout the code base (GH-3673)
scoder
2020-06-10
2
-8
/
+5
*
Make CodeWriter inherit from ExpressionWriter in order to support all kinds o...
Stefan Behnel
2020-04-18
1
-0
/
+9
*
Fix some deprecated unittest method usages.
Stefan Behnel
2019-03-14
1
-2
/
+2
*
REF: Move CompilationOptions and default_options to Options
Brock Mendel
2019-02-10
1
-3
/
+3
*
Convert CodeWriter tests to Py3 syntax.
Stefan Behnel
2019-01-12
1
-5
/
+4
*
Add a "CYTHON_HEX_VERSION" macro in the style of PY_HEX_VERSION that user cod...
Stefan Behnel
2018-08-26
1
-0
/
+11
*
Trivial typo fixes
Unknown
2017-10-17
1
-1
/
+1
*
Delete trailing spaces
mathbunnyru
2017-01-12
1
-4
/
+4
*
rename "jedi-typer.py" script to "jedityper.py" to make it importable (which ...
Stefan Behnel
2015-07-30
1
-3
/
+3
*
can handle conflicting types now
Tzer-jen Wei
2015-07-28
1
-2
/
+2
*
add tests for list, set, dict
Tzer-jen Wei
2015-07-28
1
-3
/
+86
*
go back to using StringIO for XML test reporter in Py2
Stefan Behnel
2015-07-26
1
-3
/
+7
*
adapt 'unicode' usage to Py2/Py3
Stefan Behnel
2015-07-26
1
-1
/
+1
*
fix test
Stefan Behnel
2015-07-26
1
-1
/
+1
*
make some imports compatible with Py2/Py3
Stefan Behnel
2015-07-25
1
-1
/
+3
*
write XML results before printing test results to make it more likely that we...
Stefan Behnel
2015-07-08
1
-5
/
+5
*
fix error reporting in xml test runner
Stefan Behnel
2015-02-21
1
-1
/
+1
*
improve robustness of xmlrunner in face of custom test error handling mechani...
Stefan Behnel
2015-01-18
1
-0
/
+3
*
improve robustness of xmlrunner in face of custom test error handling mechani...
Stefan Behnel
2015-01-11
1
-4
/
+19
*
move JediTyper into Tools directory as it's not in a state that would suggest...
Stefan Behnel
2014-08-29
1
-0
/
+142
*
remove some legacy Py2.[345] code
Stefan Behnel
2014-03-22
1
-7
/
+4
*
fix some unnecessary Py1.x-isms in the code base
Stefan Behnel
2014-01-17
1
-6
/
+6
*
fix test result reporting
Stefan Behnel
2013-04-21
1
-2
/
+4
*
xmlrunner: use TextNode when data can't be represented as single CDATA
Vitja Makarov
2012-02-23
1
-5
/
+12
*
xmlrunner: Don't overwrite old stdin/stdout
Vitja Makarov
2012-02-23
1
-1
/
+5
*
fix many empty __init__ files
Lisandro Dalcin
2011-04-01
1
-1
/
+1
*
fix Py2.7 warning
Stefan Behnel
2011-01-28
1
-1
/
+1
*
another xml test runner fix to make stdout/stderr output more accessible
Stefan Behnel
2011-01-20
1
-11
/
+11
*
fix xml test result generation to restrict the captured stdout/stderr to the ...
Stefan Behnel
2011-01-20
1
-67
/
+70
*
Remove trailing whitespace.
Robert Bradshaw
2010-12-13
3
-69
/
+69
*
newlines
Robert Bradshaw
2010-12-10
1
-1
/
+1
*
lots of tests
Mark Florisson
2010-10-31
1
-0
/
+67
*
Py3 fix
Stefan Behnel
2010-03-13
1
-1
/
+1
*
disable forked testing when collecting test results as XML, doesn't currently...
Stefan Behnel
2010-03-13
1
-9
/
+5
*
trial test fix for Py2.7
Stefan Behnel
2010-03-13
1
-6
/
+10
*
test output formatting
Stefan Behnel
2010-03-13
1
-1
/
+1
*
Py2.3 test fix
Stefan Behnel
2010-03-13
1
-3
/
+3
*
Py2.3 test fix
Stefan Behnel
2010-03-13
1
-2
/
+5
*
Py2.3 test work-around
Stefan Behnel
2010-03-11
1
-1
/
+3
*
fix test crashes
Stefan Behnel
2010-03-06
1
-5
/
+5
*
safety fix
Stefan Behnel
2010-03-05
1
-1
/
+1
[next]