1. 05 Ara, 2002 1 kayıt (commit)
  2. 03 Ara, 2002 1 kayıt (commit)
  3. 28 Kas, 2002 1 kayıt (commit)
  4. 25 Kas, 2002 1 kayıt (commit)
    • Jack Jansen's avatar
      Added a class PEP252Mixin. By adding this to your ObjectDefinition you · 3d654d6d
      Jack Jansen yazdı
      get PEP-252 style objects in stead of old-fashioned objects.
      In stead of defining a GetattrHook you declare a class variable getsetlist,
      which contains tuples (name, getcode, setcode, docstring).
      Only lightly tested: the code still works if you don't inherit PEP252Mixin
      and the code works if you inherit it but don't define any getters
      or setters. Also, this will not work together with the "poor mans inheritance"
      offered by method chains, so the CF module will remain with old-style
      objects until PEP253 is supported too.
      3d654d6d
  5. 11 Eyl, 2002 1 kayıt (commit)
  6. 22 Agu, 2002 1 kayıt (commit)
  7. 16 Agu, 2002 1 kayıt (commit)
  8. 05 Agu, 2002 3 kayıt (commit)
  9. 04 Agu, 2002 2 kayıt (commit)
  10. 17 Tem, 2002 1 kayıt (commit)
    • Jeremy Hylton's avatar
      staticforward bites the dust. · 938ace69
      Jeremy Hylton yazdı
      The staticforward define was needed to support certain broken C
      compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the
      static keyword when it was used with a forward declaration of a static
      initialized structure.  Standard C allows the forward declaration with
      static, and we've decided to stop catering to broken C compilers.  (In
      fact, we expect that the compilers are all fixed eight years later.)
      
      I'm leaving staticforward and statichere defined in object.h as
      static.  This is only for backwards compatibility with C extensions
      that might still use it.
      
      XXX I haven't updated the documentation.
      938ace69
  11. 09 Haz, 2002 1 kayıt (commit)
  12. 23 Nis, 2002 1 kayıt (commit)
  13. 19 Nis, 2002 1 kayıt (commit)
  14. 12 Nis, 2002 2 kayıt (commit)
  15. 18 Mar, 2002 1 kayıt (commit)
  16. 01 Ock, 2002 2 kayıt (commit)
  17. 18 Ara, 2001 1 kayıt (commit)
  18. 12 Ara, 2001 1 kayıt (commit)
  19. 09 Ara, 2001 1 kayıt (commit)
  20. 30 Kas, 2001 1 kayıt (commit)
  21. 14 Kas, 2001 1 kayıt (commit)
  22. 30 Eki, 2001 1 kayıt (commit)
  23. 05 Eyl, 2001 1 kayıt (commit)
  24. 04 Eyl, 2001 1 kayıt (commit)
  25. 27 Agu, 2001 1 kayıt (commit)
    • Jack Jansen's avatar
      Fixes by Thomas Heller: · 94035910
      Jack Jansen yazdı
      - make the selftests work again (they were apparently not used since
        very early in bgen's development), with some minor cleanup by me
      - make emacs python mode happier
      94035910
  26. 17 Tem, 2001 1 kayıt (commit)
  27. 13 Tem, 2001 1 kayıt (commit)
  28. 01 Tem, 2001 1 kayıt (commit)
    • Jack Jansen's avatar
      Added WeakLink...Generator classes (should have done that ages ago). These check… · eefac355
      Jack Jansen yazdı
      Added WeakLink...Generator classes (should have done that ages ago). These check the c-function pointer for being NULL before calling it and raise UnimplementedError if it is.
      
      This allows system libs to be weak-linked, thereby allowing us to generate functions that are only available on some OS versions without getting a NULL dereference if the function isn't available.
      eefac355
  29. 28 Haz, 2001 1 kayıt (commit)
  30. 27 Haz, 2001 1 kayıt (commit)
  31. 26 Haz, 2001 1 kayıt (commit)
  32. 19 May, 2001 1 kayıt (commit)
  33. 27 Şub, 2001 2 kayıt (commit)
  34. 12 Ara, 2000 1 kayıt (commit)