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
/
MemoryView.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
adapt and apply major refactoring of IndexNode originally written by Mark Flo...
Stefan Behnel
2015-09-04
1
-132
/
+42
*
clean up some iteration code in memory views
Stefan Behnel
2015-07-26
1
-1
/
+1
*
replace xrange() by range() to make it work in Py2/Py3
Stefan Behnel
2015-07-25
1
-1
/
+1
*
remove some code duplication
Stefan Behnel
2014-12-31
1
-8
/
+7
*
prevent creation of "suboffset_dim" temp when it's not used in memory view sl...
Stefan Behnel
2014-12-31
1
-9
/
+13
*
clean up and simplify some code
Stefan Behnel
2014-12-31
1
-34
/
+22
*
avoid modifying locals()
Stefan Behnel
2014-12-31
1
-1
/
+1
*
minor code cleanup
Stefan Behnel
2014-12-31
1
-2
/
+1
*
minor code cleanup
Stefan Behnel
2014-12-31
1
-2
/
+2
*
Merge branch 'master' into ctuple
Robert Bradshaw
2014-10-17
1
-2
/
+5
|
\
|
*
fix some typos
Stefan Behnel
2014-10-09
1
-2
/
+5
*
|
Add empty declaration code method.
Robert Bradshaw
2014-10-16
1
-6
/
+6
|
/
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-11
/
+13
*
remove some legacy Py2.[45] code
Stefan Behnel
2014-03-22
1
-8
/
+5
*
Dissallow bint type for memoryviews.
Robert Bradshaw
2013-06-26
1
-0
/
+3
*
clean up dependencies of memoryview utility code snippets a bit to get rid of...
Stefan Behnel
2013-04-14
1
-2
/
+1
*
Use wraparound and boundscheck directives for memory view slices.
Robert Bradshaw
2013-02-13
1
-1
/
+3
*
Don't allow more dimensions than buffer_max_dims
Mark Florisson
2012-05-11
1
-0
/
+8
*
Support newaxis indexing for memoryview slices
Mark Florisson
2012-05-11
1
-27
/
+42
*
Improve fused specialization strings
Mark Florisson
2012-04-10
1
-1
/
+3
*
Decref memoryview slice class attributes
Mark Florisson
2012-04-10
1
-11
/
+3
*
Allow inter-module memoryview buffer acquiring for py < 2.6
Mark Florisson
2012-02-20
1
-1
/
+3
*
Compare memoryview type pointers directly when coercing from memoryview to me...
Mark Florisson
2012-02-20
1
-1
/
+2
*
Don't decref slices on first assignment
Mark Florisson
2012-02-04
1
-4
/
+7
*
Disable @cython.initializedcheck(False) force in nogil context
Mark Florisson
2012-02-03
1
-2
/
+4
*
Use whitelist for declaring entries in a scope
Mark Florisson
2012-01-29
1
-0
/
+3
*
Merge cython array utility with memoryview utility
Mark Florisson
2012-01-29
1
-15
/
+8
*
Intialize object item pointer properly & C++ compat
Mark Florisson
2012-01-22
1
-2
/
+2
*
Initialize allocated cython.array buffer with object dtype to None
Mark Florisson
2012-01-22
1
-1
/
+1
*
Fix segfault caused by NULL suboffsets
Mark Florisson
2012-01-22
1
-10
/
+14
*
Significantly better performing scalar to slice assignment
Mark Florisson
2012-01-22
1
-14
/
+108
*
Support scalar slice assignment
Mark Florisson
2012-01-22
1
-0
/
+11
*
Support copying/slice assigning with dtype object
Mark Florisson
2012-01-22
1
-4
/
+6
*
slice assignment broadcasting & fix some bugs
Mark Florisson
2012-01-22
1
-48
/
+12
*
slice assignment + broadcasting leading newaxis dimensions
Mark Florisson
2012-01-22
1
-3
/
+74
*
Support index-slicing indirect dimensions if slice data pointer can be moved
Mark Florisson
2012-01-22
1
-5
/
+13
*
Optimize indexing when slicing memviews & move to utility
Mark Florisson
2012-01-22
1
-54
/
+57
*
Support atomics in acquisition counting
Mark Florisson
2012-01-22
1
-2
/
+12
*
Refactor memoryview copying + support overlapping memory
Mark Florisson
2012-01-22
1
-219
/
+51
*
Rename many of the pyrex_ options to cython_ (as several are Cython-specific).
Robert Bradshaw
2012-01-22
1
-1
/
+1
*
Rework is_c/f_contig function
Mark Florisson
2011-12-17
1
-78
/
+7
*
Support arrays in structs and implicit struct padding in buffer format strings
Mark Florisson
2011-12-08
1
-1
/
+3
*
Disallow memoryview struct dtypes with unsupported field types
Mark Florisson
2011-12-04
1
-2
/
+10
*
Fail gracefully on import instead of cimport from cython.view
Mark Florisson
2011-11-24
1
-1
/
+7
*
Use TempitaUtilityCode for mslice.copy()
Mark Florisson
2011-11-23
1
-3
/
+4
*
major cleanup refactoring of the utility code loading support,
Stefan Behnel
2011-11-14
1
-3
/
+6
*
removed lots of unused imports, delayed some imports that are only needed for...
Stefan Behnel
2011-11-13
1
-3
/
+1
*
Merge in fixes from master
Mark Florisson
2011-10-13
1
-0
/
+1
|
\
|
*
Defer loading cython scope until necessary
Mark Florisson
2011-10-13
1
-0
/
+1
*
|
Support fused memoryviews & fused base types, disable fused generators, disab...
Mark Florisson
2011-10-08
1
-2
/
+4
[next]