Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    cb47099 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. try to fix compilation error

    cfbolz committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    777e324 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Add TODO

    tekknolagi committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    88639fc View commit details
    Browse the repository at this point in the history
  2. Probably don't release the GIL when calling our special function

    This is untested/unbuilt since it takes 20 mins
    tekknolagi committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0c3fdfc View commit details
    Browse the repository at this point in the history
  3. Remove assert False

    This causes overeager optimization in the JIT
    tekknolagi committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d509196 View commit details
    Browse the repository at this point in the history
  4. Add some more tests

    tekknolagi committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    fc6b067 View commit details
    Browse the repository at this point in the history
  5. Add assert

    tekknolagi committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    f20aaf3 View commit details
    Browse the repository at this point in the history
  6. Add TODO

    tekknolagi committed Jan 9, 2024
    4 Configuration menu
    Copy the full SHA
    ad44054 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Stash elidable for now

    tekknolagi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    79d2b6b View commit details
    Browse the repository at this point in the history
  2. Add intmask

    tekknolagi committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    102be94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ebaa3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31f81e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    007f825 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    2c04def View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    9b00da2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Mark can_raise immutable

    tekknolagi committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c9da2aa View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Use names for types

    tekknolagi committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    eb52f03 View commit details
    Browse the repository at this point in the history
  2. .

    tekknolagi committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    407da1b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    54d15bc View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    152edbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bda40c View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    tekknolagi committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    23c0fa3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    ca32c8b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Ruff format

    tekknolagi committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ce56751 View commit details
    Browse the repository at this point in the history
  2. Start building one module per test

    signature.c is getting unwieldy; might as well split it up
    tekknolagi committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9f22682 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Convert inc

    tekknolagi committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    758b5e7 View commit details
    Browse the repository at this point in the history
  2. Add wrong func

    tekknolagi committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3534676 View commit details
    Browse the repository at this point in the history
  3. Revert "Add wrong func"

    This reverts commit 3534676.
    tekknolagi committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e1c8fa1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Convert raise_long

    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    062d25b View commit details
    Browse the repository at this point in the history
  2. Convert add

    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2260d60 View commit details
    Browse the repository at this point in the history
  3. Convert takes_object

    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    64c4f59 View commit details
    Browse the repository at this point in the history
  4. Convert takes_only_object

    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a6193b0 View commit details
    Browse the repository at this point in the history
  5. Convert raise_double

    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c425bea View commit details
    Browse the repository at this point in the history
  6. Finish converting

    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    05b995a View commit details
    Browse the repository at this point in the history
  7. Ruff format

    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d48e845 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0352d26 View commit details
    Browse the repository at this point in the history
  9. Remove manual signatures

    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6ba31f5 View commit details
    Browse the repository at this point in the history
  10. Add TODO

    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2782dab View commit details
    Browse the repository at this point in the history
  11. Don't release the GIL (in the interpreter)

    JIT still TBD
    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4643edc View commit details
    Browse the repository at this point in the history
  12. Support METH_NOARGS

    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cee9121 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    03507e0 View commit details
    Browse the repository at this point in the history
  14. Check METH_O case too

    We don't (yet?) handle METH_NOARGS so the test was misleading...
    tekknolagi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    eee4dcc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. wip: write a failing test

    cfbolz committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c020cf9 View commit details
    Browse the repository at this point in the history
  2. remove pdb

    cfbolz committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3c9a450 View commit details
    Browse the repository at this point in the history