- 23 May, 2008 1 commit
-
-
jek-cythonhg@kleckner.net authored
Cython/Compiler/Errors.py: Needed the self.message removed because of deprecation in BaseException. tests/compile/food.h: Converted line endings from Mac to Unix since VS2008 compiler fails with Mac text files. tests/compile/belchenko1.pyx: Changed cdef extern to eliminate math.h since it doesn't exist on Windoze. This needs to be reviewed since it isn't clear if the test needs to build the lib with math.h or whether it is just testing the compiler (which wouldn't read math.h anyway).
-
- 14 May, 2008 1 commit
-
-
Kirill Smelkov authored
You know, when developing code, it is very tedious to look for meaningful errors and warnings in presence of tons of noise like warning: deprecated conversion from string constant to ‘char*’ And you know what? It seems in the next version of gcc, this deprecation warnings will be turned into errors. ---- Python sources already use 'const' keyword freely, so I think it's time to add constify bits all over the place.
-
- 24 May, 2008 1 commit
-
-
jek-cythonhg@kleckner.net authored
It appears that the machinery is all there to protect the declaration of inconsistent linkage types (i.e. dllimport vs. dllexport) by using a guard unique to the pyx file. This patch simply emits that guard for the current module to prevent the error "inconsistent linkage types" on a Windows-based system.
-
- 14 May, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
Simply a typo in NextNode...
-
- 07 Jun, 2008 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 06 Jun, 2008 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Pyrex merge: disable multiple compilation in one context, verbose mode to output file names during compilation
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/compile/varargdecl.pyx => tests/run/varargdecl.pyx
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 05 Jun, 2008 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 Jun, 2008 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Jun, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 May, 2008 11 commits
-
-
Stefan Behnel authored
use PyBytes_Type instead of PyString_Type in the generated sources, PyBytes fix for Py2.6, unicode fixes for star imports
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
Make TreeFragment.py more readable; copy substitution nodes and copy over pos attributes on substitutions
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Stefan Behnel authored
-
Stefan Behnel authored
'#define PyString_Type PyBytes_Type' in Py3: 'str' is considered a builtin and internally mapped to PyString_Type, which must also work in Py3
-