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-08-12
Robert Bradshaw
Fix template types as class members.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-12
Robert Bradshaw
Fix cpp iterator test.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Stefan Behnel
added new failing C++ test for using a stack allocate...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Stefan Behnel
added new failing C++ test for iterating over the point...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Stefan Behnel
added C++ vector test that operates in nogil mode
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Stefan Behnel
added 'except +' and 'nogil' declarations to shipped...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Stefan Behnel
fix try-finally usage in STL vector test
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Stefan Behnel
clean up code generation in CmpNode and fix bug #784...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Stefan Behnel
properly cast char* argument for PyBytes_FromString...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Stefan Behnel
comment
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Stefan Behnel
disable gdb support for --debug convenience option...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Stefan Behnel
minor code simplification
commit
|
commitdiff
|
tree
|
snapshot
2012-08-11
Stefan Behnel
support 'from __future__ import absolute_import'
commit
|
commitdiff
|
tree
|
snapshot
2012-08-10
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2012-08-10
Stefan Behnel
rst fix
commit
|
commitdiff
|
tree
|
snapshot
2012-08-10
Stefan Behnel
move PyPy porting doc page to userguide (not a tutorial...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Stefan Behnel
disable non-portable assertion in test
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Stefan Behnel
Py3 test fix (only failure reporting)
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Stefan Behnel
fix struct field 'is_running' for generator type: T_BOO...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Stefan Behnel
minor name fix in test
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Stefan Behnel
minor code cleanup in PrimaryCmpNode
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Stefan Behnel
disable the 'atexit' pyregr test: it calls the register...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Stefan Behnel
properly propagate string comparison optimisation into...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Stefan Behnel
fix error message
commit
|
commitdiff
|
tree
|
snapshot
2012-08-09
Dimitri Tcaciuc
Doc: fixing miscellaneous warnings and missing refs
commit
|
commitdiff
|
tree
|
snapshot
2012-08-08
Stefan Behnel
enable in-place compilation mode for pyximport when...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-08
Stefan Behnel
disable initial_file_path test in Py3.3 due to incompat...
0.17b2
commit
|
commitdiff
|
tree
|
snapshot
2012-08-07
Stefan Behnel
Py2.4 test fix
commit
|
commitdiff
|
tree
|
snapshot
2012-08-07
Stefan Behnel
prepare release of 0.17b2
commit
|
commitdiff
|
tree
|
snapshot
2012-08-07
Stefan Behnel
added test cases for pyximport
commit
|
commitdiff
|
tree
|
snapshot
2012-08-07
Stefan Behnel
avoid redundant code in tp_dealloc() and friends when...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-07
Stefan Behnel
fix initial __path__ setting test in Py3
commit
|
commitdiff
|
tree
|
snapshot
2012-08-07
Stefan Behnel
fix refcount bug in initial __path__ setting
commit
|
commitdiff
|
tree
|
snapshot
2012-08-07
Stefan Behnel
fix end-to-end test output in Py3
commit
|
commitdiff
|
tree
|
snapshot
2012-08-07
Stefan Behnel
when pyximporting a package __init__ module in place...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-07
Stefan Behnel
restored code in Symtab.py that fixed the module name...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-07
Stefan Behnel
added (and disabled) test case for type inference based...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
Stefan Behnel
prevent infer_type() method from returning None on...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
Stefan Behnel
provide compiler directive to set __file__ and __path__...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
Stefan Behnel
drop dead code in Symtab.py: module name is properly...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
Stefan Behnel
avoid reusing method argument variable
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
Stefan Behnel
fix some glitches in last pyximport changes
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
Stefan Behnel
fix command line switch
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
Stefan Behnel
simplify .py->.so loader setup in pyximport by reusing...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
Stefan Behnel
reimplement 'inplace' option in pyxbuild, fix last...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
Stefan Behnel
simplify inplace build setup in pyxbuild.py
commit
|
commitdiff
|
tree
|
snapshot
2012-08-06
Stefan Behnel
fix language level passing in pyximport's PyImporter
commit
|
commitdiff
|
tree
|
snapshot
2012-08-05
Stefan Behnel
allow configuring the source language level in pyximpor...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-05
Stefan Behnel
Py3 import fix in pyximport
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Stefan Behnel
fix tp_traverse()/tp_clear()/tp_dealloc() calls for...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Stefan Behnel
removed confusing dead code
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Stefan Behnel
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Stefan Behnel
safely clear ext type fields on tp_dealloc()
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Stefan Behnel
reduce code duplication for DECREF code generation
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Stefan Behnel
reverted tp_dealloc() call patch
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Stefan Behnel
test runner: enable cygdb support for --debug option
commit
|
commitdiff
|
tree
|
snapshot
2012-08-04
Stefan Behnel
fix crashes when deallocating instances of cimported...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-02
Stefan Behnel
suppress more output in cythonize() when 'quiet' flag...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Mark Florisson
Fix numpy fused types dispatch test
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Robert Bradshaw
Merge pull request #140 from bfroehle/cython_inline_ctx
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Stefan Behnel
support in-place building for pyximport
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Stefan Behnel
fix compiler crash in unicode encoding optimiser
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Bradley M....
cython_inline: Stop passing unused `ctx` parameter...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-31
Stefan Behnel
deleted unused code
commit
|
commitdiff
|
tree
|
snapshot
2012-07-31
Stefan Behnel
determine buffer typegroup of integer dtypes based...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-31
Stefan Behnel
C code simplification in memory view type format code
commit
|
commitdiff
|
tree
|
snapshot
2012-07-31
Stefan Behnel
fix unicode encoding optimisation when running in Python 3
commit
|
commitdiff
|
tree
|
snapshot
2012-07-31
Stefan Behnel
avoid overly redundant recoding in memory view dtype...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Stefan Behnel
handle 'cpp' tag in end-to-end srctree tests
commit
|
commitdiff
|
tree
|
snapshot
2012-07-28
Stefan Behnel
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2012-07-28
Stefan Behnel
avoid hard dependency on gzip module
commit
|
commitdiff
|
tree
|
snapshot
2012-07-27
Stefan Behnel
fix setup.py script in Demos dir
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Robert Bradshaw
A 10x cython.inline speed improvement.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Robert Bradshaw
Don't reload inline module if it's already loaded.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Robert Bradshaw
Merge pull request #139 from echlebek/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Robert Bradshaw
Merge pull request #138 from yarikoptic/master
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Eric Chlebek
Update docs/src/userguide/external_C_code.rst
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Eric Chlebek
Update docs/src/userguide/external_C_code.rst
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Yaroslav Halchenko
improve detection of the extension suffix for cython_inline
commit
|
commitdiff
|
tree
|
snapshot
2012-07-25
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2012-07-25
Stefan Behnel
fix temp result release 'hack' for stack allocated...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-25
Stefan Behnel
added failing test case for literal lists to make sure...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-24
Stefan Behnel
enable previously unused optimisation code for bytes...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-24
Stefan Behnel
fix copy&paste bug
commit
|
commitdiff
|
tree
|
snapshot
2012-07-24
Stefan Behnel
require Py2.4+
commit
|
commitdiff
|
tree
|
snapshot
2012-07-24
Stefan Behnel
removed dead code
commit
|
commitdiff
|
tree
|
snapshot
2012-07-24
Stefan Behnel
fix type inference for overloaded C++ operators
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Stefan Behnel
Added tag 0.17.beta1 for changeset 5320ddd8c3a6
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Stefan Behnel
prepare release of 0.17 beta1
0.17.beta1
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Stefan Behnel
PyPy doc section on low-level access to builtin types...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Stefan Behnel
fix 'type' adaptation code to work with PyPy
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Stefan Behnel
added test to make sure 'type' works as argument type
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Stefan Behnel
removed unused code
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
scoder
Merge pull request #126 from bfroehle/_cpython_type_PyT...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Stefan Behnel
fix modifiers of functions with overrides in external...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-23
Stefan Behnel
minor cleanup in test runner
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
Robert Bradshaw
Fix missing error when overriding final methods of...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-21
Mark Florisson
Exclude numpy memoryview tests pre-2.6
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefan Behnel
string docs: moved comments on C++ string into their...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefan Behnel
doc fix
commit
|
commitdiff
|
tree
|
snapshot
next