projects
/
platform
/
upstream
/
python-cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/python-cython.git
2012-06-21
Stefan Behnel
comment on 'not None' signature annotation for memoryvi...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Stefan Behnel
use strided mode in plain buffer example
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Stefan Behnel
section on array.array in memoryview docs
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Stefan Behnel
avoid unnecessary references to NumPy in memoryview...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-20
Stefan Behnel
additional test case for union assignments
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Mark Florisson
Move memoryview and buffer tests
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Mark Florisson
Allow arbitrary strides for strides memoryview slices...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-18
Stefan Behnel
statically inherit slot methods from parent types ...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-16
Robert Bradshaw
Merge pull request #133 from sbyrnes321/master
commit
|
commitdiff
|
tree
|
snapshot
2012-06-16
sbyrnes321
typo: pyxbdl --> pyxbld
commit
|
commitdiff
|
tree
|
snapshot
2012-06-16
sbyrnes321
Update some text that seems to have been written before...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Mark Florisson
Specialized fused indices
commit
|
commitdiff
|
tree
|
snapshot
2012-06-10
Mark Florisson
Support decorators for fused functions
commit
|
commitdiff
|
tree
|
snapshot
2012-06-08
Stefan Behnel
minor code simplification
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Robert Bradshaw
inline hint
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Robert Bradshaw
Merge pull request #132 from tito/fix-win32
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Mathieu Virbel
fix compilation issues on windows (got this error from...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-02
Stefan Behnel
fix C declaration after code, found by cgohlke
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Robert Bradshaw
tiny doc fix
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Robert Bradshaw
Merge pull request #128 from minrk/cythonenv
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
MinRK
store inline cython in cache/inline
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
MinRK
add CYTHON_CACHE_DIR env
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Robert Bradshaw
Merge pull request #125 from bfroehle/_reserved-user...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Bradley M....
Fix -Wreserved-user-defined-literal error in C++11.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Mark Florisson
Fix some last things in the memoryview docs
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Mark Florisson
Merge branch 'memoryview-doc-edit' of https://github...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-26
Robert Bradshaw
add existing extern files to depends list
commit
|
commitdiff
|
tree
|
snapshot
2012-05-26
Robert Bradshaw
Merge remote-tracking branch 'main/master'
commit
|
commitdiff
|
tree
|
snapshot
2012-05-26
Robert Bradshaw
cache garbage collection
commit
|
commitdiff
|
tree
|
snapshot
2012-05-26
Robert Bradshaw
cython cache compression
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Matthew Brett
DOC: rewrite of memoryview doc
commit
|
commitdiff
|
tree
|
snapshot
2012-05-25
Robert Bradshaw
Add ccache like caching to Cythonize.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Mark Florisson
Fix CVarDefNode's in_pxd flag
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Mark Florisson
Declare complex utility codes when used in fused types
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Mark Florisson
Issue errors for fused types declarations at module...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Robert Bradshaw
cythonize performance improvements for large codebases
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Robert Bradshaw
fix pickle test in Python 3
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Robert Bradshaw
More Py3 test fixes.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Robert Bradshaw
array fixes for py3
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Robert Bradshaw
Arrays use unamed fields, require non-standard (C11...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Robert Bradshaw
arrayarray utility code hack
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Robert Bradshaw
buffer access and nogil tests
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Robert Bradshaw
Fix array optimization in C++.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Robert Bradshaw
fix several broken array tests
commit
|
commitdiff
|
tree
|
snapshot
2012-05-20
Robert Bradshaw
Merge remote-tracking branch 'andreasvc/master' into...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-18
Robert Bradshaw
Pickling tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Andreas van...
updated test to use clone function.
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Andreas van...
replaced reference to .ob_size with .length
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Mark Florisson
Disallow taking address of memoryview slices
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Mark Florisson
Make is_c/f_contig return a bool
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Mark Florisson
Fix cython.view.array cast step error
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Mark
Merge pull request #122 from geggo/master
commit
|
commitdiff
|
tree
|
snapshot
2012-05-16
Gregor Thalhammer
fixes bug in memoryview validation code for C contiguou...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-15
Stefan Behnel
work around for broken PyPy distutils build
commit
|
commitdiff
|
tree
|
snapshot
2012-05-13
Stefan Behnel
better explanation of OpenMP schedules
commit
|
commitdiff
|
tree
|
snapshot
2012-05-13
Mark Florisson
Fix fused function __doc__ descriptor
commit
|
commitdiff
|
tree
|
snapshot
2012-05-12
Mark Florisson
fix numpy_test for numpy < 1.5
commit
|
commitdiff
|
tree
|
snapshot
2012-05-12
Stefan Behnel
fix link in docs
commit
|
commitdiff
|
tree
|
snapshot
2012-05-12
Stefan Behnel
new doc page on porting to PyPy
commit
|
commitdiff
|
tree
|
snapshot
2012-05-12
Stefan Behnel
macro fix for Py2.4 in C++ mode
commit
|
commitdiff
|
tree
|
snapshot
2012-05-12
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2012-05-12
Stefan Behnel
more correct fake implementation of PyNumber_Index...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Stefan Behnel
fix char* coercion test
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Stefan Behnel
fix C compiler warning about unused utility function
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Mark Florisson
Analyze fused declaration code in the global scope
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Stefan Behnel
let the parser detect '*a = ...' and provide a helpful...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Stefan Behnel
additional test case for extended unpacking
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Stefan Behnel
removed unused utility code
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Mark
Merge pull request #117 from markflorisson88/_newaxis
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Mark Florisson
Don't allow more dimensions than buffer_max_dims
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Mark Florisson
Add some documentation for newaxis indexing
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Mark Florisson
Support newaxis indexing for memoryview slices
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Mark Florisson
Avoid taking address of memoryviews to enable C compile...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Mark
Merge pull request #121 from scoder/_minor_fused_cleanup
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Stefan Behnel
fix fused types in PyPy by using a less aggressive...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Stefan Behnel
reduce runtime overhead for 'dest_sig' variable setup
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Stefan Behnel
reduce code overhead for fused cpdef signature matching...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Stefan Behnel
remove useless code from fused types dispatch
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Stefan Behnel
fix compiler crash in declaration analysis
commit
|
commitdiff
|
tree
|
snapshot
2012-05-11
Stefan Behnel
add newline to end of file
commit
|
commitdiff
|
tree
|
snapshot
2012-05-10
Mark Florisson
Revert "implement __hash__() and __eq__() for ctypedefs...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-10
Mark
Merge pull request #115 from markflorisson88/_fused_dis...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-10
scoder
Merge pull request #120 from vitek/_type_inference
commit
|
commitdiff
|
tree
|
snapshot
2012-05-10
Stefan Behnel
minor code simplifications and fixes in printing utilit...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-10
Stefan Behnel
minor beautifications in utility code file
commit
|
commitdiff
|
tree
|
snapshot
2012-05-10
Vitja Makarov
Fix w_uninitilized_del testcase, now inferred as python...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-10
Vitja Makarov
Infer variable as pyobject when del-ed, fix #768
commit
|
commitdiff
|
tree
|
snapshot
2012-05-10
Vitja Makarov
print: Do Py_INCREF() before using stdout
commit
|
commitdiff
|
tree
|
snapshot
2012-05-10
Vitja Makarov
Move Printing functions to Printing.c
commit
|
commitdiff
|
tree
|
snapshot
2012-05-10
Stefan Behnel
improved pure mode docs on function decorators
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Mark
Merge pull request #119 from markflorisson88/_nonecheck
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Mark Florisson
Use PyErr_Format to format attribute names
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Mark Florisson
Allow 'not None' declaration for memoryview slice arguments
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Mark Florisson
Add cast to PyObject * for nonecheck
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Mark Florisson
Allow nogil None checking for memoryview slices
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Mark Florisson
Add nogil nonecheck tests (don't segfault)
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Mark Florisson
Refactor None checking code -- use NoneCheckNode everywhere
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Stefan Behnel
reenabled NumPy test to see if it works now
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
Stefan Behnel
less aggressive callable() optimisation in Py2
commit
|
commitdiff
|
tree
|
snapshot
2012-05-08
scoder
Merge pull request #118 from vitek/_markassignments
commit
|
commitdiff
|
tree
|
snapshot
next