platform/upstream/python-cython.git
2012-05-11 MarkMerge pull request #117 from markflorisson88/_newaxis
2012-05-11 Mark FlorissonDon't allow more dimensions than buffer_max_dims
2012-05-11 Mark FlorissonAdd some documentation for newaxis indexing
2012-05-11 Mark FlorissonSupport newaxis indexing for memoryview slices
2012-05-11 Mark FlorissonAvoid taking address of memoryviews to enable C compile...
2012-05-11 MarkMerge pull request #121 from scoder/_minor_fused_cleanup
2012-05-11 Stefan Behnelfix fused types in PyPy by using a less aggressive...
2012-05-11 Stefan Behnelreduce runtime overhead for 'dest_sig' variable setup
2012-05-11 Stefan Behnelreduce code overhead for fused cpdef signature matching...
2012-05-11 Stefan Behnelremove useless code from fused types dispatch
2012-05-11 Stefan Behnelfix compiler crash in declaration analysis
2012-05-11 Stefan Behneladd newline to end of file
2012-05-10 Mark FlorissonRevert "implement __hash__() and __eq__() for ctypedefs...
2012-05-10 MarkMerge pull request #115 from markflorisson88/_fused_dis...
2012-05-10 scoderMerge pull request #120 from vitek/_type_inference
2012-05-10 Stefan Behnelminor code simplifications and fixes in printing utilit...
2012-05-10 Stefan Behnelminor beautifications in utility code file
2012-05-10 Vitja MakarovFix w_uninitilized_del testcase, now inferred as python...
2012-05-10 Vitja MakarovInfer variable as pyobject when del-ed, fix #768
2012-05-10 Vitja Makarovprint: Do Py_INCREF() before using stdout
2012-05-10 Vitja MakarovMove Printing functions to Printing.c
2012-05-10 Stefan Behnelimproved pure mode docs on function decorators
2012-05-09 MarkMerge pull request #119 from markflorisson88/_nonecheck
2012-05-09 Mark FlorissonUse PyErr_Format to format attribute names
2012-05-09 Mark FlorissonAllow 'not None' declaration for memoryview slice arguments
2012-05-09 Mark FlorissonAdd cast to PyObject * for nonecheck
2012-05-09 Mark FlorissonAllow nogil None checking for memoryview slices
2012-05-09 Mark FlorissonAdd nogil nonecheck tests (don't segfault)
2012-05-09 Mark FlorissonRefactor None checking code -- use NoneCheckNode everywhere
2012-05-09 Stefan Behnelreenabled NumPy test to see if it works now
2012-05-09 Stefan Behnelless aggressive callable() optimisation in Py2
2012-05-08 scoderMerge pull request #118 from vitek/_markassignments
2012-05-08 Vitja Makarovmark_forloop_target: backport recent changes to MarkAss...
2012-05-08 Mark FlorissonFix scalar slice assignment with different ndim than...
2012-05-08 Vitja MakarovRename MarkAssignments to MarkParallelAssignments
2012-05-08 Vitja MakarovTypeInference: use CF collected assignments
2012-05-08 Vitja MakarovControlFlowAnalysis: be comaptible with MarkAssignments
2012-05-08 Stefan Behnelimplement two-args enumerate() with counter start value
2012-05-08 Robert BradshawError message fix for very old/new Python versions.
2012-05-08 Robert BradshawFix error tests.
2012-05-07 Stefan Behnelallow 'not None' declaration on buffer arguments
2012-05-07 Stefan Behnelminor code cleanup
2012-05-07 Stefan Behnelfix output in cythonize()
2012-05-06 Stefan Behnelfix output in cythonize()
2012-05-06 Stefan Behnelminor fixes in parallelism docs
2012-05-06 Mark FlorissonFix MemoryViewSliceType's specialize method
2012-05-06 Robert Bradshawfix multi-threaded cythonize
2012-05-06 Robert Bradshawpackage and module names must be str
2012-05-05 Mark FlorissonFix ambiguous overload scoring error
2012-05-05 Robert BradshawMerge pull request #116 from retep/gitattribute-doc
2012-05-04 Mark FlorissonRemove with statement future import
2012-05-04 Peter ToddAdd __getattribute__ to documentation.
2012-05-03 Mark FlorissonRemove Importer.py and with statements in FusedNode
2012-05-01 Mark FlorissonFix refcount error in copy function of memoryviews
2012-05-01 Stefan Behnelinfer Py_ssize_t for enumerate() index variable in...
2012-04-30 Stefan Behnelfix hashing of CPtrType in Py3k
2012-04-30 Stefan Behnelclean up compilation documentation
2012-04-30 scoderMerge pull request #114 from scoder/_charptr_cleanup
2012-04-30 Stefan Behneldocument 'language_level' compiler directive
2012-04-29 Stefan Behnelfix buffer format setup in numpy.pxd
2012-04-28 Stefan Behnelfix char comparison for byteorder field in numpy.pxd
2012-04-27 Stefan Behnelpure mode: propagate @returns() declaration for @ccall...
2012-04-27 Stefan Behnelminor signature fix in Shadow.py
2012-04-27 Mark FlorissonCall generate_execution_code on cdef specialed functions
2012-04-27 Mark FlorissonSynthesize fused specializations only once
2012-04-27 Mark FlorissonFix Importer version check and setup PyxArgs in pyximport
2012-04-26 Mark FlorissonRe-enable buffer ctypedef error message (disabled for...
2012-04-26 Mark FlorissonFix default arguments
2012-04-26 Mark FlorissonCompile imported module conditionally for faster develo...
2012-04-26 Mark FlorissonUse .pyx files for Importer to avoid distutils bytecode...
2012-04-26 Mark FlorissonUpdate a test after merge
2012-04-26 Mark FlorissonInclude pyximport in testrunner for py3k and fix py3k...
2012-04-26 Mark FlorissonAdd Cython.Compiler.Importer to import code which relie...
2012-04-26 Mark FlorissonMore fused runtime dispatch tests and some fixes
2012-04-26 Mark FlorissonBetter fused buffer runtime dispatch + dispatch restruc...
2012-04-26 Stefan Behnelstreamline string handling tutorial
2012-04-25 Stefan Behneloptimise built-in callable() function
2012-04-25 Stefan Behnelimplement __hash__() and __eq__() for ctypedefs by...
2012-04-25 Stefan Behnelfix array type comparison by considering the size as...
2012-04-25 Stefan Behnelfix compiler crash in error case
2012-04-25 Stefan Behnelfix string usage in fused types test
2012-04-25 Stefan Behnelfix some tests by making pointer types properly compara...
2012-04-25 Stefan Behneladditional test for arrays
2012-04-25 Stefan Behnelfix signed type handling in charptr/bytes coercion
2012-04-25 Stefan Behnelfix type declarations in libc.string
2012-04-25 Stefan Behnelclean up charptr types to support bytes/charptr coercio...
2012-04-25 Stefan Behnelprovide const_uchar and const_schar in libc.string...
2012-04-25 Stefan Behnelset is_string flag also for ctypedef'ed charptr types
2012-04-24 Vitja MakarovRemove dict items that can't be represented as PyObject...
2012-04-23 Stefan Behnelmerge
2012-04-23 Stefan Behneldisable 'pyregr.test_logging' because of threading...
2012-04-23 Vitja MakarovDon't add vars that can't be coerced to PyObject into...
2012-04-22 Mark FlorissonDisable tp_traverse-al of memslice.memview
2012-04-22 Stefan Behnelanother tweak to the refnanny context: readonly fields...
2012-04-22 Stefan Behneldisable numpy_memoryview test: currently crashes in...
2012-04-22 Stefan Behnelmake context fields in refnanny context visible from...
2012-04-22 Stefan Behnelspeed up refnanny
2012-04-21 Stefan Behnelincreased version of master to 0.17pre
2012-04-21 Stefan Behnelmerged release branch into master
2012-04-21 Mark Florisson0.16 0.16
next