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
2013-10-13
Stefan Behnel
merge 0.19.x branch into master
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Stefan Behnel
prepare release of 0.19.2
0.19.2
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
extend .hgignore
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
scoder
Merge pull request #260 from msabramo/gitignore_egg_stuff
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Marc Abramowitz
.gitignore: Ignore *.egg and *.egg-info
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
fix warnings in refnanny module
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
merge 0.19.x branch into master
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
fix typos
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
merge 0.19.x branch into master
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
improve error handling in malloc tutorial example
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
merge 0.19.x branch into master
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
add minimal support for new tp_finalize type slot in...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
some more cleanup in array.pxd
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
clean up getbuffer code in array.pxd
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
merge 0.19.x branch into master
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
Stefan Behnel
fix some more exception handling in array.pxd
commit
|
commitdiff
|
tree
|
snapshot
2013-10-12
scoder
Merge pull request #258 from zyv/fix_array_extend
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Stefan Behnel
merge branch 0.19.x into master
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Stefan Behnel
mention PyMem_*() C-API functions in memory allocation...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Stefan Behnel
reduce Unicode iteration over Latin-1 literals to bytes...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Stefan Behnel
move misplaced PyObject_Format() C-API declaration...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-10
Stefan Behnel
fix declaration of PyBuffer_FillInfo()
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Yury V. Zaytsev
Multiple fixes to array.extend()
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Yury V. Zaytsev
Multiple fixes to array.extend()
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-10-11
Stefan Behnel
prepare release of 0.19.2
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Stefan Behnel
minor changelog fix
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Stefan Behnel
explain basestring type in string tutorial
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Stefan Behnel
prevent assignment from basestring->bytes, provide...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Stefan Behnel
remove incorrect test assumption
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Stefan Behnel
disallow assignment from bytes to basestring (only...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Stefan Behnel
reduce number of distinct error format strings a bit
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Stefan Behnel
extend semantics of 'basestring' typed variables to...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Robert Bradshaw
Warn for non-trivial type declarators in shared declara...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-01
Stefan Behnel
disable test in Py2.4
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Stefan Behnel
ignore UTF-8 BOMs at the beginning of source files
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Stefan Behnel
Py2.4 fix
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Stefan Behnel
(try to) fix buffer overflow in test
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Stefan Behnel
clean up distutils argument handling in cythonize scrip...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Stefan Behnel
add test for cythonize excludes
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Stefan Behnel
use iglob instead of glob since we're iterating anyway
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Stefan Behnel
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Stefan Behnel
fix abspath/relpath issues when excluding paths from...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Stefan Behnel
remove unused import
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Robert Bradshaw
Some math.h fixes, c99 isX macros.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Robert Bradshaw
Merge pull request #157 from dnmiller/master
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Robert Bradshaw
Merge pull request #246 from dalleyg/dalleyg-lvalue1
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Robert Bradshaw
Merge branch 'gdbout' of github.com:felix-salfelder...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Robert Bradshaw
Merge pull request #250 from larsmans/opaque-fpos
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Robert Bradshaw
Merge pull request #252 from larsmans/math-missing
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Robert Bradshaw
Merge pull request #256 from kanzure/fix-libraries...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Robert Bradshaw
Actually fix unsigned < 0 warning.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Robert Bradshaw
Clarify macro arguments.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Robert Bradshaw
Get rid of "comparison of unsigned expression < 0 is...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Robert Bradshaw
Get rid of "comparison between signed and unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Stefan Behnel
Py2.4 compile fix
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Stefan Behnel
fix syntax
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Stefan Behnel
Py2.4 fix
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Stefan Behnel
clean up test a little
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Robert Bradshaw
Don't warn on uninitialized setting of complex.real...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Robert Bradshaw
Fix if XML_RESULTS is not set.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Robert Bradshaw
XML results for hudson.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Robert Bradshaw
Merge branch 'int-conversion'
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Stefan Behnel
merge 0.19.x branch into master
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Stefan Behnel
reduce overhead a bit when many string constants have...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Stefan Behnel
remove unused parameter
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Stefan Behnel
fix cname uniquification for string constants
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Stefan Behnel
clean up some code
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Robert Bradshaw
Set correct baseclass for heap allocated type subclasses.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Bryan Bishop
use -fPIC -shared when compiling "libraries" demo
commit
|
commitdiff
|
tree
|
snapshot
2013-09-08
scoder
Merge pull request #254 from kanzure/fix-build-docs...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-08
Bryan Bishop
fix grammar/typo in build docs
commit
|
commitdiff
|
tree
|
snapshot
2013-09-07
Robert Bradshaw
Add no-cpp tag to numpy_math test.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-07
Robert Bradshaw
No-cpp tag.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-07
Robert Bradshaw
Merge branch 'numpy-math' of github.com:larsmans/cython
commit
|
commitdiff
|
tree
|
snapshot
2013-09-07
Robert Bradshaw
Merge pull request #49 from denik/7d7751ac5192c68d3501e...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-07
Lars Buitinck
pxd file for the NumPy core math library (npymath)
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Stefan Behnel
minor doc clarification
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Lars Buitinck
some missing math.h functions and macros in math.pxd
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Stefan Behnel
use standard exclude patterns as overridable default...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Stefan Behnel
include type in annotation item text
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Stefan Behnel
minor code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Stefan Behnel
make code blocks open on first click instead of second
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Stefan Behnel
fix some HTML issues in annotation file
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Stefan Behnel
exclude two more modules from stclib compilation
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Stefan Behnel
formatting
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Stefan Behnel
remove unused type variable
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Stefan Behnel
disable pylint warning about unknown attributes - there...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Stefan Behnel
allow explicitly excluding certain modules from the...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Stefan Behnel
add test for raw_input() renaming in Py3
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Stefan Behnel
add frozen importlib module to excluded modules in...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Stefan Behnel
improve Python compatibility during stdlib compilation
commit
|
commitdiff
|
tree
|
snapshot
2013-08-31
Stefan Behnel
include raw_input() in list of builtins that change...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
scoder
Merge pull request #251 from jpaalasm/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Joonas Paalasmaa
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Stefan Behnel
mark bytearray() and complex() as returning an instance...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-30
Stefan Behnel
PyPy doesn't define Py_OptimizeFlag => always set it...
commit
|
commitdiff
|
tree
|
snapshot
next