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-11-09
Stefan Behnel
make fast path in Get/SetItemInt() utility functions...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-08
Stefan Behnel
fix copy&paste code in __Pyx_SetItemInt_ByteArray_Generic()
commit
|
commitdiff
|
tree
|
snapshot
2013-11-08
Stefan Behnel
clean up some code redundancy
commit
|
commitdiff
|
tree
|
snapshot
2013-11-08
Stefan Behnel
add value range check for C level assignments to bytear...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Stefan Behnel
fix test
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Stefan Behnel
fix test in older Py3.x versions, minor cleanups
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Stefan Behnel
support 'global' in Python class body
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Stefan Behnel
fix "__qualname__" of names defined as 'global'
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Stefan Behnel
support bytearray as auto encoding string type
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Stefan Behnel
add note to fused types docs that they are not supporte...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-05
Stefan Behnel
implement (and thus, fix) index assignments to bytearra...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-05
Robert Bradshaw
Merge pull request #267 from andreasvc/master
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Stefan Behnel
merge 0.19.x branch into master
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Stefan Behnel
avoid useless lookup of unknown encoding (fixes compile...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Stefan Behnel
avoid useless lookup of unknown encoding (fixes compile...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Stefan Behnel
add regression test for non-optimised unicode.encode...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Stefan Behnel
disable Py2.6+ bytearray tests in earlier Python versions
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Stefan Behnel
add assert to find cases where we fail to generate...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Stefan Behnel
optimise indexing and slicing of bytearray
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Andreas van...
No error checking for PyFloat_AS_DOUBLE() as documented
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Andreas van...
Merge remote-tracking branch 'upstream/master'
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Stefan Behnel
minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Stefan Behnel
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Stefan Behnel
optimise bytearray.decode()
commit
|
commitdiff
|
tree
|
snapshot
2013-11-02
Stefan Behnel
fix C pointer coercion problem when coercing bytes...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-02
Stefan Behnel
fix C pointer coercion problem when coercing signed...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-02
Stefan Behnel
support 'bytearray' in the same way as 'bytes', startin...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-02
Stefan Behnel
minor readability fix
commit
|
commitdiff
|
tree
|
snapshot
2013-11-02
Stefan Behnel
fix comment
commit
|
commitdiff
|
tree
|
snapshot
2013-11-02
Robert Bradshaw
spelling
commit
|
commitdiff
|
tree
|
snapshot
2013-11-02
Robert Bradshaw
Get rid of 'virtual methods without virtual destructor...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-02
Robert Bradshaw
Clear tp_print for cdef classes.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-01
Robert Bradshaw
Fix executable bits.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-01
Stefan Behnel
merge 0.19.x branch into master
commit
|
commitdiff
|
tree
|
snapshot
2013-11-01
Stefan Behnel
fix ref-leak during Py2-style class instantiation
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Robert Bradshaw
Merge pull request #58 from drafnel/master
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Robert Bradshaw
Merge pull request #262 from msabramo/cygdb_logging
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Robert Bradshaw
Disable broken cimport alias test by defualt.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Robert Bradshaw
Merge pull request #249 from strohel/cimport-alias...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Robert Bradshaw
Merge pull request #263 from msabramo/cygdb_source_cygd...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Robert Bradshaw
Merge pull request #265 from msabramo/0.19.x_bdist_setu...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Stefan Behnel
remove unused code from Lexicon.py
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Stefan Behnel
support 'rb' string prefix in addition to 'br' (Py3...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Robert Bradshaw
Merge branch 'master' of github.com:cython/cython
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Robert Bradshaw
Merge pull request #266 from PythonCHB/master
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Marc Abramowitz
setup.py: Use setuptools when invoked with bdist_{egg...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Robert Bradshaw
Merge branch 'master' of github.com:cython/cython
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Robert Bradshaw
fix cdef signature
commit
|
commitdiff
|
tree
|
snapshot
2013-10-21
Christopher...
added __version__ to the cython namespace
commit
|
commitdiff
|
tree
|
snapshot
2013-10-21
Robert Bradshaw
Merge pull request #259 from msabramo/cygdb-tweak-args
commit
|
commitdiff
|
tree
|
snapshot
2013-10-16
Stefan Behnel
disable unnecessary PyType_IS_GC() check in PyPy (not...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Stefan Behnel
simplify C code for setting up public enums
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Stefan Behnel
avoid unnecessary overhead when setting Python class...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Stefan Behnel
clear global reference to module dict in module cleanup...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Stefan Behnel
doc cleanup and some Sphinx fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Marc Abramowitz
Cython/Debugger/Cygdb.py: Source .cygdbinit file
commit
|
commitdiff
|
tree
|
snapshot
2013-10-13
Marc Abramowitz
Cython/Debugger/Cygdb.py: Add debug logging with `loggi...
commit
|
commitdiff
|
tree
|
snapshot
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-13
Marc Abramowitz
Cygdb.py: Add "--" to cygdb usage string before gdb...
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
Marc Abramowitz
Fix cygdb argument parsing
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
More complete array type parsing.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Robert Bradshaw
Fix self-assignment warnings.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Robert Bradshaw
Alternative syntax for c array declarators.
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
next