Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOAD_NONE + remove docstring from code #37

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Sep 3, 2021

  1. Add PyFunction_NewWithDoc()

    methane committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    e0fc17f View commit details
    Browse the repository at this point in the history
  2. Fix test_compile

    methane committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    9f74a71 View commit details
    Browse the repository at this point in the history
  3. Fix test_code

    methane committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    e615ddb View commit details
    Browse the repository at this point in the history
  4. Fix test_inspect

    methane committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    18dbbab View commit details
    Browse the repository at this point in the history
  5. Fix test_dis

    methane committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    556afe8 View commit details
    Browse the repository at this point in the history
  6. Simplify MAKE_FUNCTION

    methane committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    fa2b917 View commit details
    Browse the repository at this point in the history
  7. remove comment

    methane committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    bad8a33 View commit details
    Browse the repository at this point in the history
  8. Remove unused code.

    methane committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    165adee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de982aa View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. add the LOAD_NONE opcode

    iritkatriel committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    573f1ea View commit details
    Browse the repository at this point in the history
  2. add doc updated and news

    iritkatriel committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    d31b1fb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Update doc

    methane committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    3efff16 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    f73146f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5316d52 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/remove-docstring-from-code' into…

    … load-none-remove-docstring
    methane committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    5dedff2 View commit details
    Browse the repository at this point in the history