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-09
Stefan Behnel
fix error message
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
2012-07-19
Stefan Behnel
minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefan Behnel
doc fix
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefan Behnel
doc update on string decoding
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefan Behnel
moved C string decoding utility code from Optimize...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Stefan Behnel
support slicing with negative indices for C strings...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Stefan Behnel
fix build
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Stefan Behnel
prevent calling PyEval_InitThreads() when CPython is...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Stefan Behnel
moved method dispatcher implementation from OptimizeBui...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Stefan Behnel
rewrite of sliced char* decoding as utility functions...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Lisandro Dalcin
Fix function prototype generation for unused but public...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Stefan Behnel
added bug test case by Gabriel Jacobo
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Stefan Behnel
fix circular import
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
scoder
Merge pull request #127 from bfroehle/_missing_cimport_...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Stefan Behnel
minor code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Stefan Behnel
fix crash due to moved utility code (apparently in...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Robert Bradshaw
Included files dependency fix in cythonize.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Stefan Behnel
doc section on known problems with PyPy
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Stefan Behnel
another PyPy fix for double conversion: PyNumber_Float...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Stefan Behnel
fix with_gil test in PyPy
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Stefan Behnel
fix (and simplify) object->double conversion in PyPy
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Stefan Behnel
fix test exclusions
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Stefan Behnel
compile fix for test under PyPy
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Stefan Behnel
fix exception handling for optimised len(builtin)
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Stefan Behnel
adapt test to PyPy
commit
|
commitdiff
|
tree
|
snapshot
next