- 22 Sep, 2008 3 commits
-
-
Dag Sverre Seljebotn authored
--HG-- rename : tests/errors/e_switch.pyx => tests/broken/e_switch.pyx
-
Dag Sverre Seljebotn authored
Also fixed a bug that the merge revealed. Also added CythonTransform.current_directives.
-
Dag Sverre Seljebotn authored
--HG-- rename : tests/run/noneattributeacc.pyx => tests/run/nonecheck.pyx
-
- 20 Sep, 2008 1 commit
-
-
LisandroDalcin authored
-
- 19 Sep, 2008 2 commits
-
-
Dag Sverre Seljebotn authored
-
LisandroDalcin authored
-
- 18 Sep, 2008 2 commits
-
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
- 17 Sep, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 14 Sep, 2008 2 commits
-
-
KirillSmelkov authored
Building tags with ctags [1] helps navigating source code. So I usually build tags, and would like it to be please included in .hgignore .
-
Robert Bradshaw authored
-
- 13 Sep, 2008 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 10 Sep, 2008 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 07 Sep, 2008 1 commit
-
-
Stefan Behnel authored
-
- 06 Sep, 2008 1 commit
-
-
Stefan Behnel authored
-
- 05 Sep, 2008 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 Sep, 2008 4 commits
-
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Stefan Behnel authored
-
- 03 Sep, 2008 5 commits
-
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
Earlier, the compiler would crash in this situation.
-
Dag Sverre Seljebotn authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 Sep, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
- the original exception status will be saved when entering a try: block - sys.exc_info() will be reset after a successful except: block This mimics the behaviour of Py3 and prevents exceptions, tracebacks and frames (i.e. deep function state) from staying alive any longer than necessary to handle an exception. The new semantics imply that a try: block is no longer free, but it is still very cheap.
-
- 01 Sep, 2008 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 31 Aug, 2008 1 commit
-
-
Stefan Behnel authored
-