Skip to content
Snippets Groups Projects
  1. May 20, 2020
    • Armin Rigo's avatar
      #453 · 3011cd02
      Armin Rigo authored
      Special-case typedefs of arrays with '...' length, so that they can
      be used through recompiler.py as if they had a specified length in
      most cases.
      3011cd02
    • Armin Rigo's avatar
      Issue #447 · 6476ac8a
      Armin Rigo authored
      Fix the name of some types to be exactly the name under which they are exposed.
      
      Put underscores in front of the CDataXxx type names and a docstring that
      explains why.
      6476ac8a
  2. Apr 16, 2020
  3. Apr 12, 2020
  4. Apr 01, 2020
  5. Mar 06, 2020
  6. Feb 13, 2020
  7. Feb 07, 2020
  8. Feb 06, 2020
  9. Jan 31, 2020
  10. Jan 19, 2020
    • Armin Rigo's avatar
      Document #440 in details · d00996ba
      Armin Rigo authored
      d00996ba
    • Armin Rigo's avatar
      Issue #440 · 13004e39
      Armin Rigo authored
      Limit the amount of memory that is requested from alloca()
      for temporary conversion of arguments.  Non-small requests are
      instead handled with PyObject_Malloc() and PyObject_Free().
      13004e39
  11. Jan 18, 2020
    • Armin Rigo's avatar
      Merged in... · 30e8b897
      Armin Rigo authored
      Merged in lukeroge/cffi/Luke-Rogers/add-license-to-trove-classifiers-1578493878065 (pull request #99)
      
      Add license to trove classifiers.
      30e8b897
  12. Jan 08, 2020
  13. Jan 11, 2020
    • Armin Rigo's avatar
      Issue #439 · 8cb2dd34
      Armin Rigo authored
      Oops, potentially bad typo in the overview page
      8cb2dd34
  14. Jan 07, 2020
  15. Jan 06, 2020
  16. Jan 05, 2020
  17. Jan 04, 2020
  18. Jan 02, 2020
  19. Nov 07, 2019
  20. Nov 03, 2019
Loading