1. 26 Apr, 2020 1 commit
  2. 25 Apr, 2020 5 commits
    • Stefan Behnel's avatar
      Update changelog. · 8000fc57
      Stefan Behnel authored
      8000fc57
    • Stefan Behnel's avatar
      Work around error that "__reduce_cython__ cannot be found" when re-importing... · fb41108b
      Stefan Behnel authored
      Work around error that "__reduce_cython__ cannot be found" when re-importing an extension module that was already initialised before.
      Backport to 0.29.x.
      Closes #3545.
      fb41108b
    • Stefan Behnel's avatar
      Update changelog. · 973510e1
      Stefan Behnel authored
      973510e1
    • Ben McGinnes's avatar
      docs: fix link to Pyrex embedding tutorial (GH-3550) · aba1673a
      Ben McGinnes authored
      * Updated URL for the "embedding Python" link in external_C_code.rst
        in the userguide.
      * The freenet.org.nz domain has clearly expired at some point and now
        the original link goes spam links, but there are copies in the
        Wayback Machine.
      * The updated (fixed) URL uses the most recent archive for the
        original page (author: June, 2004; web archive: Feb, 2012).
      aba1673a
    • isotherm's avatar
      FIX: Ignore unused ctuples (GH-3543) (GH-3551) · 9e26b370
      isotherm authored
      generate_type_definitions maintained a list of ctuples for which code
      was already generated, but the logic did not match the logic used in
      generate_type_header_code, which does not generate code if the entry is
      marked as unused.
      
      If the first ctuple of a certain type was marked unused, but later
      instances were not, this could result in no code being generated for
      the ctuple at all. Resolve by verifying whether the ctuple entry is used
      before adding it to the list.
      Co-authored-by: default avatarKirk Meyer <kirk.meyer@ravenind.com>
      9e26b370
  3. 20 Apr, 2020 4 commits
  4. 17 Apr, 2020 3 commits
  5. 15 Apr, 2020 1 commit
  6. 13 Apr, 2020 3 commits
  7. 12 Apr, 2020 5 commits
  8. 07 Apr, 2020 3 commits
  9. 31 Mar, 2020 5 commits
  10. 23 Mar, 2020 3 commits
  11. 21 Mar, 2020 7 commits