1. 23 May, 2008 1 commit
    • jek-cythonhg@kleckner.net's avatar
      Patches to make Windows port work with Python 2.6a3 · 8e01c45d
      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).
      8e01c45d
  2. 14 May, 2008 1 commit
    • Kirill Smelkov's avatar
      RFC: constify Cython output all over the place (newbie approach) · 28e39a8c
      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.
      28e39a8c
  3. 24 May, 2008 1 commit
  4. 14 May, 2008 1 commit
  5. 07 Jun, 2008 4 commits
  6. 06 Jun, 2008 11 commits
  7. 05 Jun, 2008 5 commits
  8. 04 Jun, 2008 3 commits
  9. 01 Jun, 2008 2 commits
  10. 30 May, 2008 11 commits