Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: denosaurs/deno_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.1
Choose a base ref
...
head repository: denosaurs/deno_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 11 files changed
  • 4 contributors

Commits on Nov 13, 2023

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

Commits on Dec 10, 2023

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

Commits on Jul 15, 2024

  1. fix: add padding to PyMethodDef layout (#65)

    * fix pyMethodDef layout
    
    * comment
    sigmaSd authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    43e4957 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. fix: ci (#69)

    sigmaSd authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1e2e1ad View commit details
    Browse the repository at this point in the history
  2. fix: add signature to callbacks (#67)

    Co-authored-by: Elias Sjögreen <elias@5monkeys.se>
    sigmaSd and eliassjogreen authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    22ef420 View commit details
    Browse the repository at this point in the history
  3. feat: add instanceMethod (#68)

    Co-authored-by: Elias Sjögreen <elias@5monkeys.se>
    sigmaSd and eliassjogreen authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    cf7a8a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. Configuration menu
    Copy the full SHA
    df70b03 View commit details
    Browse the repository at this point in the history
  2. fix: Alternative windows name in ffi.ts (#71)

    "windows_nt" is an alternative name for Windows OS
    jpg-gamepad authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    6ff0b2b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. fix: lints and tests (#80)

    sigmaSd authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    93fa14f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c6d09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce8bac0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. feat: set python exception if an error happens in a js callback (#83)

    * feat: set python exception if an error happens in a js callback
    
    * remove extra log
    
    * change pyobject -> null, gives slightly better error message
    sigmaSd authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    8b06a60 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. chore: Release 0.4.5

    eliassjogreen committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    bafbae3 View commit details
    Browse the repository at this point in the history
Loading