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
*
Simplify code.
Stefan Behnel
2022-08-06
1
-1
/
+1
*
Configure THREAD_LOCKS_PREALLOCATED in MemoryView.pyx via Tempita code genera...
Stefan Behnel
2022-04-20
1
-0
/
+1
*
Remove obselete memoryview getbuffer fallback code (GH-4685)
da-woods
2022-03-17
1
-1
/
+1
*
Remove some dead code.
Stefan Behnel
2021-05-15
1
-5
/
+2
*
Avoid the terms whitelist and blacklist.
Robert Bradshaw
2020-12-18
1
-1
/
+1
*
Fix crash on memoryview self-assignments (GH-3874)
da-woods
2020-11-07
1
-0
/
+6
*
Fix many indentation and whitespace issues throughout the code base (GH-3673)
scoder
2020-06-10
1
-5
/
+5
*
Avoid unnecessary generation of unused error handling code in memory view sli...
Stefan Behnel
2020-05-15
1
-2
/
+4
*
Clean up default value handling of memory view type.
Stefan Behnel
2020-04-26
1
-1
/
+1
*
Make reference counting more type specific by moving it into PyrexTypes (GH-3...
da-woods
2020-03-24
1
-3
/
+4
*
MemoryView slicing contiguity bugfix (GH-2961)
Josh Tobin
2019-06-01
1
-2
/
+2
*
Support for "volatile" keyword
Jeroen Demeyer
2019-01-08
1
-1
/
+1
*
Turn the copy of a read-only memory view always into a writable memory view.
Stefan Behnel
2018-03-27
1
-6
/
+12
*
Merge branch 'master' into readonly_buffers
scoder
2018-02-11
1
-11
/
+7
|
\
|
*
Safely generate all used "is contiguous" helper macros even when they occur i...
Stefan Behnel
2017-09-20
1
-11
/
+7
*
|
Initial attempt at implementing read-only memoryviews. (Github issue #1605)
Stefan Behnel
2017-09-12
1
-6
/
+6
|
/
*
Refactor dependencies between buffer/memoryview utility code to avoid unused ...
Stefan Behnel
2017-09-12
1
-5
/
+2
*
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
[next]