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-03-11
Stefan Behnel
transform empty comprehensions into empty literals
commit
|
commitdiff
|
tree
|
snapshot
2013-03-11
Stefan Behnel
strip down for-in-loops with empty iterables
commit
|
commitdiff
|
tree
|
snapshot
2013-03-11
Stefan Behnel
strip down while-loops with constant condition
commit
|
commitdiff
|
tree
|
snapshot
2013-03-10
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-03-10
Stefan Behnel
fix utility function name
commit
|
commitdiff
|
tree
|
snapshot
2013-03-10
Stefan Behnel
safety fix
commit
|
commitdiff
|
tree
|
snapshot
2013-03-10
Stefan Behnel
optimise list/tuple slicing, original patch by Zaur...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-10
Stefan Behnel
exclude setup.py from compiled modules
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
guard against incorrect values for PYLONG_BITS_IN_DIGIT...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
minor cleanups
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
move error handling code out of fast path
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
add safety guard for ill defined user types
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
simplify PyLong unpacking code, knowing that max(digit...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
speed up unpacking of small integers in Py3
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
simplify some Py3 precompiler checks
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
streamline __Pyx_PyInt_AsSize_t() a bit
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
allow alternative spellings for encoding names in c_str...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
reduce default decoding overhead in Py3
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
simplify Py3 checks in TypeConversion.c
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
raise NameError instead of KeyError when del-ing a...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-09
Stefan Behnel
use inlined setattr also for delattr
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Stefan Behnel
speed up object attribute setting a little
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Stefan Behnel
clean up Python name assignment code, special case...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Stefan Behnel
fix special case in for-from loop with object loop...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Stefan Behnel
remove comment
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Stefan Behnel
remove unused utility code annotation
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Stefan Behnel
add another failing test for iterable lookup in generators
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Stefan Behnel
changelog
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Stefan Behnel
cdef some imported names in the parser
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Stefan Behnel
use new PyDict_SetDefault() C-API function in Py3.4
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Stefan Behnel
use freelists for closure classes
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Stefan Behnel
use direct call to tp_new() slot function in closure...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Stefan Behnel
speed up lookup of Python object attributes a little
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Stefan Behnel
revert last two commits - does not work for negative...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Stefan Behnel
use more direct C-API call for slice assignments on...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Stefan Behnel
speed up slicing of lists and tuples
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
scoder
Merge pull request #193 from nnemkin/pyunicode_string_fix
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Nikita Nemkin
Pass-through single surrogates in Py_UNICODE[] literal...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Stefan Behnel
fix name lookup in class scope
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Stefan Behnel
factor out builtin access code
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Stefan Behnel
speed up access to module globals
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Robert Bradshaw
Merge pull request #192 from alexis-mignon/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Stefan Behnel
compare test result with CPython
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Stefan Behnel
fix test
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Stefan Behnel
fix exception message
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Nikita Nemkin
Compatibility fix: no UTF-32 codec in Python 2.4/2.5.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Alexis Mignon
Adding +/- operators for iterators
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Robert Bradshaw
Merge branch 'master' of github.com:cython/cython
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Robert Bradshaw
Document drawbacks of excessive typing.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
scoder
Merge pull request #191 from nnemkin/py_unicode_strings
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Nikita Nemkin
More pyunicode_ptr renames.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Nikita Nemkin
Documentation for Py_UNICODE* string support.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Nikita Nemkin
Renamed Py_UNICODE* entities to use "pyunicode_ptr...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
scoder
Merge pull request #188 from pv/pyxbuild-fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
scoder
Merge pull request #189 from intellimath/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Stefan Behnel
minor code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Stefan Behnel
provide better error message for unknown globals (copie...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Stefan Behnel
remove redundant utility code from ExprNodes.py
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Stefan Behnel
fix reversed order of operands in constant calculation...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Nikita Nemkin
Fixed a silly typo.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Zaur Shibzukhov
Fix missing `void`
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Zaur Shibzukhov
Change test to initialize by `import_datetime`
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Zaur Shibzukhov
Change test to initialize by `import_datetime`
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Zaur Shibzukhov
Change test to initialize by `import_datetime`
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Nikita Nemkin
Full support for Py_UNICODE[] literals with non-BMP...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Zaur Shibzukhov
Add function `import_datetime`
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Nikita Nemkin
Fixed explicit coercion of ctypedef'ed C types.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Robert Bradshaw
Warn on C++ exception declarations for non-extern funct...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Robert Bradshaw
MSVC fixes.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Nikita Nemkin
Tests for Py_UNICODE* string support.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Nikita Nemkin
Basic support for Py_UNICODE* strings.
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Robert Bradshaw
Revert "Disallow C++ exception declarations for non...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Stefan Behnel
correct name for basestring in Py3 to 'str' (not 'unicode')
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Stefan Behnel
fix C compiler warnings about unused parameters
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Stefan Behnel
optimise isinstance(obj, basestring) and map basestring...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Stefan Behnel
minor code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Stefan Behnel
use constant flags to move wraparound/boundscheck evalu...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-01
Robert Bradshaw
Disallow C++ exception declarations for non-extern...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-01
Stefan Behnel
reduce freelist sizes below the number of created objects
commit
|
commitdiff
|
tree
|
snapshot
2013-03-01
Stefan Behnel
add freelist test for exttype with vtable
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
zaur
Add missing files
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
zaur
Add test for date/time/datetime/timedelta members
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Robert Bradshaw
Remove no-gil cdivision error test.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
zaur
Fix inline getters for timedelta
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
zaur
Add new line at the end of file
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
zaur
Add datetime.pxd to cython.cpython. Part II
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Robert Bradshaw
Don't require the GIL for cdivision(False).
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Stefan Behnel
properly integrate pyximport into setup.py
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Stefan Behnel
delete unused file
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Stefan Behnel
use a couple of branch prediction macros in tp_new...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Stefan Behnel
initialise all fields to 0 when using object structs...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Robert Bradshaw
enum switch test
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Robert Bradshaw
Allow enums in switch statement optimization.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Robert Bradshaw
Merge remote-tracking branch 'main/master'
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Robert Bradshaw
Docs for c_string_type and c_string_encoding
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Robert Bradshaw
multiple-choice directive type
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Robert Bradshaw
support 'default' encoding
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Robert Bradshaw
Cleanup default encoding.
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Stefan Behnel
extend test case
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Stefan Behnel
describe ways for fast exttype instantiation in docs
commit
|
commitdiff
|
tree
|
snapshot
next