projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2010-03-05
Stefan Behnel
fix last commit
commit
|
commitdiff
|
tree
|
snapshot
2010-03-05
Stefan Behnel
experimental XML output (requires unittest-xml-reportin...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
Stefan Behnel
removed code redundancy: do not generate ParallelAssign...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
Stefan Behnel
moved code for flattening parallel assignments from...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
Stefan Behnel
docstrings
commit
|
commitdiff
|
tree
|
snapshot
2010-03-04
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Lisandro Dalcin
fix for slice assignment
commit
|
commitdiff
|
tree
|
snapshot
2010-02-25
Stefan Behnel
safety fix
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Stefan Behnel
support for builtin iter(x, sentinel)
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Robert Bradshaw
Avoid extra function call for un-optimized __Pyx_PyDict...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-24
Robert Bradshaw
Remove benchmark from tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Stefan Behnel
removed apparently dead comment
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Stefan Behnel
remove 'inline' hint for lengthy dict.get() code
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Stefan Behnel
reverted PyDict_GetItem() implementation, replaced...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Stefan Behnel
fix dict.get() fallback in Py2
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Stefan Behnel
optimise dict.get() in Py3 (and in Py2 when applicable)
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Stefan Behnel
renamed test case
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Robert Bradshaw
typo
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Robert Bradshaw
None dict getitem test.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Robert Bradshaw
Dict getitem test.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Robert Bradshaw
Fast GetItem for declared dicts.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-21
Stefan Behnel
doctests for cpp wrapper
commit
|
commitdiff
|
tree
|
snapshot
2010-02-21
Stefan Behnel
test runner fix: apparently, source files must be in...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-21
Stefan Behnel
fix wrapper tests, now that the compiler is fixed
commit
|
commitdiff
|
tree
|
snapshot
2010-02-21
Stefan Behnel
fix wrapper tests, now that the compiler is fixed
commit
|
commitdiff
|
tree
|
snapshot
2010-02-21
Robert Bradshaw
merge latest cython-devel
commit
|
commitdiff
|
tree
|
snapshot
2010-02-21
Robert Bradshaw
Annotation fix.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-21
Robert Bradshaw
C99 inline
commit
|
commitdiff
|
tree
|
snapshot
2010-02-21
Robert Bradshaw
Nested classes example.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-21
Robert Bradshaw
Allow nested C++ types.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-20
Dag Sverre...
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-02-20
Dag Sverre...
Fix #508
commit
|
commitdiff
|
tree
|
snapshot
2010-02-20
Robert Bradshaw
Use string literals for namespace (rather than dotted...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-20
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-02-20
Robert Bradshaw
Compiler crash on calling non-entry function.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-19
Robert Bradshaw
Function overloading fixes.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-19
Robert Bradshaw
More complicated template tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-19
Robert Bradshaw
More cimported type fixes.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-19
daniloaf
Fix on constructor call from cimported C++ classes
commit
|
commitdiff
|
tree
|
snapshot
2010-02-19
Robert Bradshaw
terminology fix
commit
|
commitdiff
|
tree
|
snapshot
2010-02-19
Robert Bradshaw
C++ class constructor calls.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-19
Robert Bradshaw
Fix empty multi-dimensional array declarations.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-19
Robert Bradshaw
More array declaration tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Stefan Behnel
new Emacs cython-mode by Georg Brandl
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Robert Bradshaw
remove extraneous file
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Stefan Behnel
somewhat ugly hack for Py3.1+ to get Cython modules...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Stefan Behnel
disable extern_builtins_T258 test in Py2.3 (not a meani...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Lisandro Dalcin
fix test case in Py3
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Robert Bradshaw
Fix pop optimization for 2.3.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Stefan Behnel
fix test case in Py3
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Stefan Behnel
fix str default values in embedded signatures in Py3
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Lisandro Dalcin
Py2.3 compatibility fix
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Stefan Behnel
smarter type analysis in BinopNode: propagate known...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Robert Bradshaw
Don't split long literals at backslash.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Christoph Gohlke
Testcase for long string literals.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Robert Bradshaw
Infer common basetype for extension types.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Robert Bradshaw
Fix type inference tests for int types.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Robert Bradshaw
Infer integer types when entries not used in arithmatic...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
daniloaf
Fix on test 'cpp_classes'
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
daniloaf
Fixing bug on contructors for inherited classes.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
Stefan Behnel
minor fix and extension to type inference for builtin...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
Stefan Behnel
type inference for some common operations between built...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
Stefan Behnel
fix doctest
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
Robert Bradshaw
Fix subclass specialization.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
Stefan Behnel
enable for-in iteration also for C arrays of known...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
Robert Bradshaw
Make tests cleaner.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
Robert Bradshaw
Get rid of __Pyx_Name unused warning.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
Robert Bradshaw
More safe types to infer.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
Robert Bradshaw
merge latest cython-devel
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
Robert Bradshaw
Backed out changeset 7a5f638711bd, redundant with cytho...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
Robert Bradshaw
Fixes for nested templates.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
Robert Bradshaw
More buffer type analysis deferment.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
Robert Bradshaw
Simplify p_positional_and_keyword_args with s.peek()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
Robert Bradshaw
Enable non expression-like types for templates.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
Craig Citro
Fix for #505 mistakenly treated things like "cimport...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Craig Citro
Fix trac #505: problem with cimport cython
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Craig Citro
Whoops, forgot to test after previous patch.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Craig Citro
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Craig Citro
Fix trac #506 -- error with overloading, pops up in...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Stefan Behnel
renaming, renaming ...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Stefan Behnel
disabled broken CPP wrapper tests
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Stefan Behnel
removed cast from test case that should normally be...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Stefan Behnel
new test directory for test modules that wrap C/C+...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-08
Robert Bradshaw
Fix overloaded functions for C++ classes.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-08
Stefan Behnel
new test case for ticket #505 (cimport cython)
commit
|
commitdiff
|
tree
|
snapshot
2010-02-05
Robert Bradshaw
Split long string literals at 2000 chars.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-05
Christoph Gohlke
Generate shorter string literals
commit
|
commitdiff
|
tree
|
snapshot
2010-02-05
Lisandro Dalcin
fix outdated Parsing.pxd after merging gsoc-danilo
commit
|
commitdiff
|
tree
|
snapshot
2010-02-05
daniloaf@daniloaf-PC
Fixing Parsing.pxd
commit
|
commitdiff
|
tree
|
snapshot
2010-02-04
Robert Bradshaw
Fix unop_extras test.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-04
Robert Bradshaw
Merge gsoc-danilo C++ code into main branch.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-04
Robert Bradshaw
More restrictions on stack allocated C++ objects.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-04
Robert Bradshaw
Note about best_match function.
commit
|
commitdiff
|
tree
|
snapshot
next