projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2011-01-14
Robert Bradshaw
Merge branch 'master' of https://github.com/markfloriss...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
Robert Bradshaw
Merge branch 'pyregr' of github.com:vitek/cython
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
Stefan Behnel
fix ticket #644: infer type of C-API optimised methods...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
Stefan Behnel
typo
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
Stefan Behnel
fix ticket #643: infer the type of C function names...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
Mark Florisson
Merge https://github.com/cython/cython
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
Stefan Behnel
fix typo in test
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
Stefan Behnel
extended test case for raw strings
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
Stefan Behnel
whitespace (for test readability)
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
Stefan Behnel
additional tests for escape sequences in raw strings
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
Stefan Behnel
fix #641: parsing of raw strings
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
Robert Bradshaw
Run long string literal tests.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
Robert Bradshaw
Added test for #640.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
Robert Bradshaw
Fix trac #640, long string literals with escapes.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-12
Stefan Behnel
clean up unused import
commit
|
commitdiff
|
tree
|
snapshot
2011-01-10
Mark Florisson
Debugger: Detect whether the scope object and cell...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-10
Mark Florisson
Debugger: Fix accessing cell variables in outer scopes
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Mark Florisson
Debugger: Disable optimization for test cases manually...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Mark Florisson
Merge https://github.com/cython/cython
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Robert Bradshaw
Fix indexing type inference.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-03
Stefan Behnel
fix ticket #602: let bytes literals start off as 'bytes...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
Stefan Behnel
code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Stefan Behnel
minor code cleanup: more selective utility code usage...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Stefan Behnel
fix strict aliasing issues for type importing code...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Stefan Behnel
clean up cmd line usage description
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Stefan Behnel
support -h/--help in cmd line utility
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Stefan Behnel
re-disable test
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Stefan Behnel
Backed out changeset 291e2bdd20d5 - currently breaks...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Stefan Behnel
Backed out changeset 1fa88c894da7 - currently breaks...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Stefan Behnel
extended test case
commit
|
commitdiff
|
tree
|
snapshot
2010-12-29
Stefan Behnel
enable extended test case for ticket #593
commit
|
commitdiff
|
tree
|
snapshot
2010-12-29
Stefan Behnel
fix closure handling for decorated methods
commit
|
commitdiff
|
tree
|
snapshot
2010-12-29
Stefan Behnel
fix decorator lookup by avoiding (re-)assignments to...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-29
Vitja Makarov
Improve pyregr test runner: add CythonPyregrTestCase
commit
|
commitdiff
|
tree
|
snapshot
2010-12-28
Mark Florisson
Take first Cython step into function before reading...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
Robert Bradshaw
Merge https://github.com/snaury/cython
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
Stefan Behnel
another post-#633 fix: accidentally wasn't restricted...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
Stefan Behnel
re-allow Python values in ExprStatNode and NameNode...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
Stefan Behnel
nogil fix: disallow ExprStatNode to clean up Python...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
Stefan Behnel
always INCREF Python arguments in 'with gil' C function...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-27
Stefan Behnel
fix for the #633 fix: cannot create owned reference...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-26
Stefan Behnel
fix bug 633: make sure we own references to Python...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-25
Mark Florisson
Debugger: Fix closure support + tests
commit
|
commitdiff
|
tree
|
snapshot
2010-12-22
Alexey Borzenkov
Fix --pyrex-c-in-temp compiling package1/module.pyx...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-22
Alexey Borzenkov
Fix .pyxdep files in pyximport and tests
commit
|
commitdiff
|
tree
|
snapshot
2010-12-21
Robert Bradshaw
Make __new__ -> __cinit__ into an error, fix compiler...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-21
Robert Bradshaw
Fix #632 isinstance bugs.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-21
Robert Bradshaw
Regression tests for #632.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Stefan Behnel
fix ticket #631: temp leak when deleting slices
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Stefan Behnel
test cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
W. Trevor King
Update PyBuffer_Release() declaration to match new...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Mark Florisson
Debugger closure support
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Lisandro Dalcin
static storage for typeobjects of private cdef classes
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Lisandro Dalcin
add missing static storage specifiers
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Stefan Behnel
fix compile crash
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Lisandro Dalcin
aesthetic code generation fix for module preamble
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Stefan Behnel
fix ticket #576: builtin 'str' type must be 'unicode...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Stefan Behnel
provide 'builtins' builtin module in -3 mode
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Stefan Behnel
safer way to check for builtins in Optimize.py
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Stefan Behnel
drop unused import
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Stefan Behnel
working test for ticket #87
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Lisandro Dalcin
fix ResourceWarning about unclosed files in Py 3.2
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Mark Florisson
Remove tempfile
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Mark Florisson
Made libpython.py compatible with gdb 7.1
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Lisandro Dalcin
Inline: Py3 fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Mark Florisson
Fix breakpoint approach for stepping (make stepping...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Mark Florisson
Fix Python stepping watchpoints + cy step repeatability
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Lisandro Dalcin
remove ancient MANIFEST.in entries
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Mark Florisson
Disable watchpoint stepping by default (use cy step...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Mark Florisson
Detect Python exceptions
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Mark Florisson
Generic exception support
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Mark Florisson
Refactor inferior execution control code, better gdb...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Robert Bradshaw
Bump version number for devel branch.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Robert Bradshaw
Added tag 0.14 for changeset 15bf34c93874
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Robert Bradshaw
Bump version number.
0.14
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Stefan Behnel
do not generate vtable for subtypes of builtin types...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Robert Bradshaw
Add --disable-function-redefinition for legacy code.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Robert Bradshaw
Fix any/all.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Mark Florisson
Merge branch 'master' of https://github.com/cython...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Mark Florisson
Faster Python stepping using a watchpoint approach...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Mark Florisson
Locate C source code properly and lex C source code...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Lisandro Dalcin
MSVC: fixes for complex types
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Robert Bradshaw
Put back trailing whitespace in doctest output.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Robert Bradshaw
Couple more trailing whitespace deletions.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Robert Bradshaw
merge whitespace changes
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Robert Bradshaw
Remove trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Robert Bradshaw
Fix #559, <void *> [] is not caught by Cython but by gcc
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Robert Bradshaw
Fix #528, x.conjugate() not available in nogil mode
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Robert Bradshaw
conjugate for other numeric types
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
Better unicode/str handling for user-supplied code.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-11
Robert Bradshaw
Added tag 0.14.rc0 for changeset a6b9f0a6d02d
commit
|
commitdiff
|
tree
|
snapshot
next