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
*
CmdLine: Fix regression when using the `--working` option (GH-5365)
Lisandro Dalcin
2023-04-30
1
-1
/
+11
*
cython, cythonize commands print a specific error when file does not exist (#...
Matus Valo
2022-11-08
1
-0
/
+12
*
Merge branch '0.29.x'
Stefan Behnel
2022-07-20
1
-1
/
+8
|
\
|
*
Make pickle checksum calculation succeed even if one of the hash algorithms i...
Stefan Behnel
2022-07-20
1
-1
/
+8
|
*
Fix some deprecated unittest method usages.
Stefan Behnel
2021-11-18
4
-18
/
+18
|
*
Really only use PyUnicode_FromUnicode() when needed (GH-3697)
scoder
2020-07-07
1
-0
/
+44
*
|
Add --module-name argument to cython command (GH-4548)
Matthew Brett
2022-07-19
1
-12
/
+53
*
|
Make it easier to restore scanner state during parsing phase (GH-4813)
da-woods
2022-07-16
1
-0
/
+136
*
|
Reject invalid spellings of Ellipsis (GH-4868)
0dminnimda
2022-07-04
1
-1
/
+56
*
|
Remove unused imports (GH-4643)
Matus Valo
2022-02-15
2
-2
/
+0
*
|
Fix test after changing the hash method used for escaping long type descripti...
Stefan Behnel
2020-10-08
1
-2
/
+2
*
|
Clean up and test type identifier escaping.
Stefan Behnel
2020-10-03
1
-0
/
+56
*
|
Really only use PyUnicode_FromUnicode() when needed (GH-3697)
scoder
2020-06-30
1
-0
/
+44
*
|
Fix many indentation and whitespace issues throughout the code base (GH-3673)
scoder
2020-06-10
6
-131
/
+131
*
|
Simplify the utility code loading by requiring the source file to be named ex...
Stefan Behnel
2019-12-23
1
-10
/
+3
*
|
Fix the handling of --annotate-fullc in cythonize.py (GH-3103)
realead
2019-09-18
2
-20
/
+41
*
|
Replace custom command line parser with argparse (GH-3001)
realead
2019-08-04
1
-1
/
+387
*
|
Replace "--annotate=fullc" with "--annotate-fullc" to fix a regression from G...
realead
2019-06-07
1
-4
/
+4
*
|
Support showing the complete C code in the annotated html-file (GH-2858)
realead
2019-05-30
1
-0
/
+27
*
|
Fix some deprecated unittest method usages.
Stefan Behnel
2019-03-14
4
-18
/
+18
*
|
REF: Move CompilationOptions and default_options to Options
Brock Mendel
2019-02-10
1
-3
/
+3
*
|
Tighten grammar to disallow a mix of Py2 style octal literals with Py3 style ...
Stefan Behnel
2019-02-03
1
-2
/
+2
*
|
Update grammar tests from Py3.8 master branch.
Stefan Behnel
2019-02-03
1
-16
/
+35
|
/
*
Rename unit test method calls from "assertEquals" to "assertEqual" to fix a a...
Stefan Behnel
2018-02-23
3
-47
/
+47
*
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
[next]