- 17 Mar, 2012 1 commit
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : c458b30a48dfe984ddac7b5e939e01d31f0c458b
-
- 11 Mar, 2012 3 commits
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : 43fb0224114142a1f34e2c9ee36a3f8513adb22e
-
Stefan Behnel authored
--HG-- extra : rebase_source : 9a035ac0c9e7a4b810aad2900046ecde73a3111d
-
Stefan Behnel authored
--HG-- extra : rebase_source : 6312fa97e2f7f31a635466f2c64135da20531963
-
- 26 Feb, 2012 1 commit
-
-
Stefan Behnel authored
disable string type checking for keyword arguments on PyPy because it does this at call time automatically --HG-- extra : rebase_source : 1c3761bdab3fd0fed980dd9e44e5fdc4d22553b0
-
- 22 Feb, 2012 1 commit
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : 33e7ac86a6ba0fb228299d3138fbeeced77ffbb1
-
- 20 Feb, 2012 3 commits
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : 7b2bd9cdc5254609b97aa1e6a4b175e201064c40
-
Stefan Behnel authored
--HG-- extra : rebase_source : dabba307e50ecd4a686f05e86dea8897c340f36d
-
Stefan Behnel authored
--HG-- extra : rebase_source : 1ada6cc5efa5fa3100aa0be920245afe0b37c163
-
- 11 Mar, 2012 1 commit
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : a03ca7427bd5c6369583d12f1924b56f944e55aa
-
- 25 Mar, 2012 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 Mar, 2012 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Mar, 2012 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
implementation of PEP 380 (yield from)
-
scoder authored
optimised tuple/list/iterable unpacking
-
scoder authored
merging _dict_iter_rewrite branch after discussion on cython-devel list
-
- 22 Mar, 2012 1 commit
-
-
Mark authored
Add "nogil" to the stdc++ pxd files
-
- 21 Mar, 2012 3 commits
-
-
Mark authored
DOC - partial rewrite of fused types doc
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Mar, 2012 4 commits
-
-
Stefan Behnel authored
use normal loop for larger numbers of items in tuple unpacking instead of unrolled loop to reduce code overhead
-
Stefan Behnel authored
-
scoder authored
Ignore byte compiled elisp modules in the repository.
-
Yesudeep Mangalapilly authored
* When cython.git is included as a submodule in an Emacs configuration to load cython-mode.el and is byte-compiled, it generates an .elc file which causes the submodule to appear dirty unnecessarily in the parent git repository. Adding this rule will avoid dirty submodules. Signed-off-by: Yesudeep Mangalapilly <yesudeep@google.com>
-
- 19 Mar, 2012 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Mar, 2012 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
include fast list/tuple iteration in dict iteration optimisation to prevent performance regressions for the too-optimistic optimisation case
-
Stefan Behnel authored
-