1. 11 Jan, 2007 1 commit
  2. 10 Jan, 2007 1 commit
  3. 18 Dec, 2006 2 commits
    • William Stein's avatar
      Peter Johnson (peter@tortall.net) weakref patch · 061558c7
      William Stein authored
      I recently ran into this problem myself (as the current code causes
      Python to crash), so I whipped up a quick patch that fixes it for me.
      I think it follows all of the weakref guidelines now.
      
      The patch is against the LXML svn pyrex
      (http://codespeak.net/svn/lxml/pyrex/).  Is there a different SVN I
      should be pointing to?  It patches functions generate_new_function,
      generate_dealloc_function, generate_traverse_function, and
      generate_clear_function.
      
      The patch just compares the entry.name against "__weakref__"; this
      could probably be centralized in the Entry object if so desired.
      061558c7
    • William Stein's avatar
      Apply Nick Alexander's patch so that Sagex that embeds positions in module,... · 6f8e8da4
      William Stein authored
      Apply Nick Alexander's patch so that Sagex that embeds positions in module, cdef class, and def class docstrings.
      6f8e8da4
  4. 30 Nov, 2006 1 commit
    • William Stein's avatar
      Eric Huss's readonly variable patch: · f4961542
      William Stein authored
      There's a minor bug, if you try to cdef a readonly variable at the module
      scope, the compiler raises an UnboundLocalError exception.  The attached
      patch seems to clear up the problem and gets the compiler to report the
      correct error.
      f4961542
  5. 25 Nov, 2006 1 commit
  6. 03 Nov, 2006 5 commits
  7. 02 Nov, 2006 1 commit
  8. 29 Oct, 2006 2 commits
  9. 27 Oct, 2006 1 commit
  10. 25 Oct, 2006 2 commits
  11. 23 Oct, 2006 1 commit
  12. 22 Oct, 2006 7 commits
  13. 20 Oct, 2006 2 commits