An error occurred fetching the project authors.
- 03 Oct, 2011 1 commit
-
-
Stefan Behnel authored
optimise dict.setdefault() - would be better in Builtin.py, but class scopes don't seem to support signature overloading yet --HG-- extra : rebase_source : d0f2bd97e0cec8919ac00e9a0ec8b714e338a9cb
-
- 27 Sep, 2011 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
rewrite dict.clear() optimisation to avoid redundant INCREF/DECREF of None in the (normal) plain statement case
-
- 23 Aug, 2011 1 commit
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : 211fa0c1058750151e3524d4ca5854a86ed5289f
-
- 31 Jul, 2011 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
fix bug #707: optimised dict iteration over non-trivial expressions failed to evaluate the expression --HG-- extra : rebase_source : b2f74c2b859a2e783da3c00cb0392e41f3ea0362
-
Stefan Behnel authored
--HG-- extra : rebase_source : a4c51d10f4b7c88a994a0687202ac032a7baff33
-
- 30 Jul, 2011 2 commits
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : 55b0537a6e3c5a410956fb55e2dafc2bf8b30439
-
Stefan Behnel authored
-
- 25 Jul, 2011 1 commit
-
-
Vitja Makarov authored
-
- 22 Jul, 2011 1 commit
-
-
Stefan Behnel authored
do not drop 'redundant' type casts during optimisation, as the user may have had a reason to be explicit about them
-
- 19 Jul, 2011 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 30 May, 2011 1 commit
-
-
Stefan Behnel authored
-
- 27 May, 2011 1 commit
-
-
John Ehresman authored
--HG-- extra : rebase_source : d0c03feba955364c926500b37c150cbab27fd74b
-
- 26 May, 2011 1 commit
-
-
John Ehresman authored
--HG-- extra : rebase_source : 57c2e54efe6b57be41942eb182a49ccd4723158d
-
- 25 May, 2011 1 commit
-
-
John Ehresman authored
--HG-- extra : rebase_source : dad9efaf7c3e1e4f328c64147c913ca258421b2b
-
- 28 May, 2011 2 commits
-
-
Stefan Behnel authored
use PyErr_Format() instead of PyErr_SetString() for Cython generated exceptions with formatted but constant messages
-
Vitja Makarov authored
-
- 27 May, 2011 1 commit
-
-
Stefan Behnel authored
-
- 14 May, 2011 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 13 May, 2011 3 commits
-
-
Stefan Behnel authored
fix bytes iteration behaviour: Cython should be consistent whether it knows the iterable type or not
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 10 May, 2011 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 05 May, 2011 2 commits
-
-
Stefan Behnel authored
- iteration over empty dicts could crash - dict modification during iteration failed to raise an exception
-
Stefan Behnel authored
- iteration over empty dicts could crash - dict modification during iteration failed to raise an exception
-
- 28 Apr, 2011 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 27 Apr, 2011 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Apr, 2011 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Mar, 2011 1 commit
-
-
Robert Bradshaw authored
-
- 05 Feb, 2011 1 commit
-
-
Stefan Behnel authored
-
- 04 Feb, 2011 1 commit
-
-
Stefan Behnel authored
-
- 29 Jan, 2011 3 commits
-
-
Stefan Behnel authored
--HG-- rename : tests/errors/py_unicode_type_errors.pyx => tests/errors/py_ucs4_type_errors.pyx rename : tests/run/py_unicode_type.pyx => tests/run/py_ucs4_type.pyx
-
Stefan Behnel authored
-
Stefan Behnel authored
-