- 21 May, 2014 1 commit
-
-
scoder authored
Use more recent version of Python for documented examples
-
- 20 May, 2014 1 commit
-
-
mwtoews authored
-
- 18 May, 2014 1 commit
-
-
Stefan Behnel authored
-
- 17 May, 2014 10 commits
-
-
Stefan Behnel authored
-
scoder authored
Implement PEP 465: dedicated infix operator for matrix multiplication
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
treat unknown (builtin) names as potential globals instead of requiring them to be builtins at runtime
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
DOC: Updates EPD references to refer to Canopy
-
- 16 May, 2014 2 commits
-
-
Stefan Behnel authored
-
Kurt Smith authored
-
- 25 Apr, 2014 1 commit
-
-
Stefan Behnel authored
http://www.python.org/dev/peps/pep-0465/ New syntax: "c = a @ b" and "a @= b" Includes a partial backport that works with the special methods at the Python level, but not (properly) with extension types, which lack the necessary slot methods. Also currently lacks the subtype special casing that Python does for the numeric special methods.
-
- 18 Apr, 2014 1 commit
-
-
Stefan Behnel authored
-
- 13 Apr, 2014 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Apr, 2014 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
utility code construction for struct conversion requires constructing the field conversion functions as well --HG-- extra : amend_source : af016229b6c8c40168070e4d3a9581ed12500d3f
-
Stefan Behnel authored
utility code construction for struct conversion requires constructing the field conversion functions as well --HG-- extra : transplant_source : %A3%81%87%E2%0A%20%DA%7D%7E%5B%A0%9B%80i%F9%8Az%9B%F3%DC
-
Stefan Behnel authored
-
- 10 Apr, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 08 Apr, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 31 Mar, 2014 1 commit
-
-
scoder authored
Compute each Makefile variable immediately
-
- 30 Mar, 2014 1 commit
-
-
Brandon Rhodes authored
Otherwise the variables get re-computed over and over again every time they are used, slowing things up. Especially if someone adapts the Makefile to several targets in their own real project. :)
-
- 27 Mar, 2014 1 commit
-
-
Stefan Behnel authored
-
- 25 Mar, 2014 1 commit
-
-
Stefan Behnel authored
-
- 24 Mar, 2014 1 commit
-
-
Stefan Behnel authored
-
- 23 Mar, 2014 2 commits
-
-
Stefan Behnel authored
revert to using codecs.open() for output files instead of io.open() as the latter cannot write str objects in text mode under Py2 (and we erroneously do that in some spots)
-
Stefan Behnel authored
-