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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for Py2.6 and various quirks that special-cased it.
gh2692_remove_py26_support
Stefan Behnel
2018-10-30
4
-14
/
+4
*
Merge pull request #2683 from KPilnacek/2133_exponentiation_of_int
Stefan Behnel
2018-10-27
1
-0
/
+6
|
\
|
*
Fix: Exponentiation of integer constants
Kryštof Pilnáček
2018-10-27
1
-0
/
+6
*
|
Merge pull request #2682 from bweigel/2634_embedsignature
Stefan Behnel
2018-10-27
1
-1
/
+2
|
\
\
|
*
|
reformat codestyle
bweigel
2018-10-27
1
-1
/
+1
|
*
|
Merge pull request #1 from matt-chan/patch-1
Benjamin Weigel
2018-10-27
1
-1
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix Memviewslice docstrings
Matthew Chan
2018-10-02
1
-1
/
+2
*
|
|
Merge branch '0.29.x' into release
Stefan Behnel
2018-10-27
1
-0
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Workaround for long internals misconfiguration on 64-bit MinGW.
Robert Bradshaw
2018-10-24
1
-0
/
+5
*
|
|
Correct the handling of line tracing errors on try-statements. Previously, th...
Stefan Behnel
2018-10-19
1
-4
/
+6
|
/
/
*
|
Merge pull request #2645 from jdemeyer/bytes_non_ascii
Stefan Behnel
2018-10-14
1
-1
/
+1
|
\
\
|
*
|
Only error out for non-ASCII literals on actual bytes literals
Jeroen Demeyer
2018-10-05
1
-1
/
+1
|
|
/
*
|
Merge pull request #2637 from bjodah/cmdline-opt-3str
Stefan Behnel
2018-10-13
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Add --3str command line option to 'cython' program
Björn Dahlgren
2018-09-29
1
-0
/
+4
*
|
Fix type import enum.
Robert Bradshaw
2018-10-02
1
-0
/
+1
*
|
Use enum rather than int for size_check.
Robert Bradshaw
2018-10-02
1
-9
/
+5
*
|
Rename check_size extend option to ignore.
Robert Bradshaw
2018-10-02
4
-5
/
+5
|
/
*
Rename the options of the "check_size" feature to make them more obvious: "wa...
Stefan Behnel
2018-09-29
5
-21
/
+13
*
Merge pull request #2635 from cython/cy3str
Stefan Behnel
2018-09-29
3
-17
/
+12
|
\
|
*
Remove the new 'str_is_str' directive again and replace it by a new "language...
cy3str
Stefan Behnel
2018-09-29
3
-17
/
+12
*
|
Minor cleanups of 'check_size' implementation (#2627).
Stefan Behnel
2018-09-29
6
-17
/
+18
*
|
Merge pull request #2627 from mattip/check_size2
Stefan Behnel
2018-09-29
5
-10
/
+46
|
\
\
|
|
/
|
/
|
|
*
MAINT: fixes from review
mattip
2018-09-25
2
-2
/
+10
|
*
MAINT: fixes from review
mattip
2018-09-25
5
-13
/
+17
|
*
MAINT: cannot use local enum in __Pyx functions
mattip
2018-09-25
1
-5
/
+5
|
*
ENH: add check_size option to ctypedef class for external classes
mattip
2018-09-25
5
-10
/
+34
*
|
Add a new directive 'str_is_str=True' that keeps unprefixed string literals a...
Stefan Behnel
2018-09-24
4
-6
/
+27
|
/
*
Deduplicate constant tuples and slices to generate them only once and share t...
Stefan Behnel
2018-09-23
2
-5
/
+39
*
Simplify some code.
Stefan Behnel
2018-09-23
1
-2
/
+2
*
Make switch-statement work nicely with line tracing.
Stefan Behnel
2018-09-23
1
-2
/
+14
*
Wrap some long lines.
Robert Bradshaw
2018-09-22
1
-4
/
+13
*
Merge pull request #2615 from robertwb/cpp-py-exception
Robert Bradshaw
2018-09-22
3
-8
/
+28
|
\
|
*
Update ExprNodes.py
Robert Bradshaw
2018-09-20
1
-5
/
+7
|
*
Update Nodes.py
Robert Bradshaw
2018-09-20
1
-1
/
+0
|
*
Allow catching both C++ and Python exceptions.
Robert Bradshaw
2018-09-20
3
-8
/
+27
*
|
Exclude 'const' globals from star-importing since they can't get assigned any...
Stefan Behnel
2018-09-22
1
-1
/
+1
*
|
Prevent assigned global variables from being marked and treated as closure va...
Stefan Behnel
2018-09-22
1
-1
/
+1
*
|
Clean up directives to distinguish between those that belong to a function or...
Stefan Behnel
2018-09-22
3
-43
/
+41
|
/
*
Check some child nodes against the correct nogil context when they are actual...
Stefan Behnel
2018-09-19
4
-18
/
+39
*
Discard invisible type annotations from cdef functions after applying them, a...
Stefan Behnel
2018-09-19
1
-0
/
+4
*
Merge branch 'except_plus_null_pyobject' of https://github.com/bloomberg/cython
Robert Bradshaw
2018-09-17
1
-1
/
+1
|
\
|
*
Perform <object>NULL check for "except +" calls
Matt Wozniski
2018-09-17
1
-11
/
+13
*
|
Catch Python exceptions for object-returning except+ functions.
Robert Bradshaw
2018-09-17
1
-4
/
+22
*
|
Warn when no "language_level" is specified to prepare the transition to langu...
Stefan Behnel
2018-09-16
5
-9
/
+27
*
|
Fix compilation failures with Pythran 0.8.7 by generating different code for ...
Stefan Behnel
2018-09-16
1
-5
/
+10
|
/
*
Work around a crash for now.
Stefan Behnel
2018-09-15
1
-1
/
+3
*
Initial (incomplete) attempt at supporting the Py3.7 exception state stack.
Stefan Behnel
2018-09-15
1
-0
/
+3
*
Make sure builtins add their utility code also when they are only being used ...
Stefan Behnel
2018-09-15
1
-0
/
+2
*
Support "@cython.nogil" decorator in pure mode.
Stefan Behnel
2018-09-14
3
-5
/
+13
*
Support 1-dim memory view types in type annotations (requires support in Slic...
Stefan Behnel
2018-09-08
1
-0
/
+19
[next]