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
/
Buffer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Misc typos
luz.paz
2018-03-12
1
-1
/
+1
*
Trivial typo fixes
Unknown
2017-10-17
1
-3
/
+3
*
Refactor dependencies between buffer/memoryview utility code to avoid unused ...
Stefan Behnel
2017-09-12
1
-27
/
+16
*
Reset temps to 0 after use in buffer re-assignment code.
Stefan Behnel
2017-09-06
1
-7
/
+8
*
remove duplicated "IsLittleEndian" helper (already exists in ModuleSetupCode....
Stefan Behnel
2017-08-01
1
-1
/
+2
*
Add a Pythran backend for Numpy operation
Adrien Guinet
2017-06-17
1
-1
/
+0
*
Cleanup C++ buffer type name mangling.
Robert Bradshaw
2016-05-17
1
-5
/
+2
*
Mangle C++ namespaced types
Ivan Smirnov
2016-05-12
1
-0
/
+1
*
pass correct CythonScope into CythonUtilityScope tree generation (used to be ...
Stefan Behnel
2015-10-26
1
-1
/
+1
*
adapt and apply major refactoring of IndexNode originally written by Mark Flo...
Stefan Behnel
2015-09-04
1
-1
/
+7
*
make dict iteration compatible with Py2/Py3
Stefan Behnel
2015-07-25
1
-10
/
+8
*
clean up some old buffer indexing code
Stefan Behnel
2015-06-28
1
-14
/
+14
*
Add empty declaration code method.
Robert Bradshaw
2014-10-16
1
-4
/
+4
*
use explicit relative imports everywhere and enable absolute imports by default
Stefan Behnel
2014-06-17
1
-11
/
+13
*
prevent utility code C-#include externalisation when it contains PYIDENT() pl...
Stefan Behnel
2013-07-06
1
-1
/
+1
*
fix some C++ compiler warnings about char* constants
Stefan Behnel
2013-04-07
1
-1
/
+5
*
clean up some code
Stefan Behnel
2012-12-09
1
-10
/
+11
*
Use 'c' rather than 'b' for buffer format of chars.
Robert Bradshaw
2012-08-10
1
-2
/
+5
*
deleted unused code
Stefan Behnel
2012-07-31
1
-6
/
+0
*
determine buffer typegroup of integer dtypes based on signedness at C compile...
Stefan Behnel
2012-07-31
1
-15
/
+8
*
Order scope.buffer_vars by name
Vitja Makarov
2012-02-25
1
-1
/
+2
*
Allow inter-module memoryview buffer acquiring for py < 2.6
Mark Florisson
2012-02-20
1
-56
/
+7
*
Compare memoryview type pointers directly when coercing from memoryview to me...
Mark Florisson
2012-02-20
1
-3
/
+6
*
Change __Pyx_zeros and __Pyx_minusones scope to static.
Bradley M. Froehle
2012-02-07
1
-2
/
+2
*
Allow nogil bounds checking for buffers/memoryviews
Mark Florisson
2012-02-03
1
-3
/
+11
*
ANSI C compatibility
Mark Florisson
2012-01-22
1
-1
/
+1
*
Support strings buffer format characters
Mark Florisson
2011-12-16
1
-7
/
+9
*
Support arrays in structs and implicit struct padding in buffer format strings
Mark Florisson
2011-12-08
1
-12
/
+16
*
fix missing import
Stefan Behnel
2011-12-02
1
-1
/
+1
*
major cleanup refactoring of the utility code loading support,
Stefan Behnel
2011-11-14
1
-2
/
+5
*
removed lots of unused imports, delayed some imports that are only needed for...
Stefan Behnel
2011-11-13
1
-7
/
+4
*
Fix py24 build
Mark Florisson
2011-10-12
1
-1
/
+1
*
Support packed struct cython.array cast + better dtype error checking
Mark Florisson
2011-10-01
1
-1
/
+7
*
Fix master incompatibilities after rebase
Mark Florisson
2011-09-30
1
-2
/
+2
*
Allow C/Fortran contiguity after the last indirect dimension + remove generic...
Mark Florisson
2011-09-30
1
-0
/
+2
*
Support casting pointers to cython.array
Mark Florisson
2011-09-30
1
-7
/
+22
*
MemoryViewSlice indexing and object coercion + MemoryView indexing
Mark Florisson
2011-09-30
1
-43
/
+46
*
Move buffer utilities, fix manifest and package data for utilities
Mark Florisson
2011-09-30
1
-522
/
+9
*
@cname for enum/struct in CythonUtilityCode + simple memslice indexing
Mark Florisson
2011-09-30
1
-24
/
+34
*
Utility Code loader + memview python3 compat
Mark Florisson
2011-09-30
1
-3
/
+0
*
Get rid of a lot of entry declarations + optional argument to not allocate bu...
Mark Florisson
2011-09-30
1
-0
/
+1
*
Fix all tests and segfaults
Mark Florisson
2011-09-30
1
-0
/
+3
*
use_utility_code vs. memoryviews fixup
Dag Sverre Seljebotn
2011-09-30
1
-83
/
+99
*
set cython.array entry as used when imported.
Kurt Smith
2011-09-30
1
-0
/
+2
*
moved __Pyx_BufFmt_Context struct definition to proto code in Buffer.py
Kurt Smith
2011-09-30
1
-0
/
+10
*
consistent naming of all memoryview slice and cython.memoryview references.
Kurt Smith
2011-09-30
1
-3
/
+3
*
cython.memoryview implementation
Kurt Smith
2011-09-30
1
-1
/
+15
*
partial fix of #299. Refactored buffer auxiliary vars.
Kurt Smith
2011-09-30
1
-60
/
+101
*
make buffer auxilary variables anonymous and keep anonymous variables from ap...
Stefan Behnel
2011-09-10
1
-3
/
+3
*
Some Python 2.3 cleanup.
Robert Bradshaw
2011-08-05
1
-5
/
+0
[next]