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: Dylan-DPC/pythonize
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: davidhewitt/pythonize
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 13 files changed
  • 9 contributors

Commits on Apr 25, 2025

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

Commits on May 23, 2025

  1. Configuration menu
    Copy the full SHA
    6f51e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    096f83e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    435870c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

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

Commits on Aug 30, 2025

  1. Configuration menu
    Copy the full SHA
    e64436c View commit details
    Browse the repository at this point in the history
  2. release: 0.26 (davidhewitt#95)

    * release: 0.26
    
    * use trusted publishing for release
    davidhewitt authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    bc3caf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. Configuration menu
    Copy the full SHA
    9d6d928 View commit details
    Browse the repository at this point in the history
  2. Bump PyO3 to 0.27 (davidhewitt#96)

    * Bump PyO3 to 0.27
    
    Update pyo3 dependency to 0.27. Replace deprecated DowncastError with
    CastError.
    
    ---------
    
    Co-authored-by: David Hewitt <[email protected]>
    tuxu and davidhewitt authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    89420b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43c714f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Update pyo3 to 0.28.0. (davidhewitt#104)

    * Update `pyo3` to 0.28.0.
    
    * fixup, bump MSRV to 1.83
    
    ---------
    
    Co-authored-by: David Hewitt <[email protected]>
    reitermarkus and davidhewitt authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    d22654a View commit details
    Browse the repository at this point in the history
  2. feat: Support serde_json's arbitrary_precision feature (davidhewitt#102)

    * feat: Support serde_json's arbitrary_precision feature
    
    * docs: Describe arbitrary_precision feature in readme. Update changelog. ci: Run tests for arbitrary_precision feature.
    
    * fmt
    
    * opt out of default serde-json features
    
    ---------
    
    Co-authored-by: David Hewitt <[email protected]>
    jpmckinney and davidhewitt authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    a444b75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    906e5c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0085a18 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. fix: check codepoint count not byte length in deserialize_char (david…

    …hewitt#107)
    
    The guard s.len() != 1 used byte length, causing depythonize::<char>
    to return Err(InvalidLengthChar) for any non-ASCII single-codepoint
    character (e.g. 'ä' U+00E4 is 1 codepoint but 2 UTF-8 bytes).
    
    Fix: use s.chars().count() != 1 which counts Unicode codepoints.
    A test for the multibyte-codepoint case is added to de.rs.
    
    Co-authored-by: lefty <[email protected]>
    leftygbalogh and lefty authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    21ad82f View commit details
    Browse the repository at this point in the history
  2. test: add round-trip tests for collections and structs (30 tests) (da…

    …vidhewitt#108)
    
    tests/test_collections.rs (18 tests): Vec<T>, HashMap, BTreeMap, tuples
    tests/test_structs.rs (12 tests): structs, serde rename, Option<T>, deny_unknown_fields
    
    Co-authored-by: lefty <[email protected]>
    leftygbalogh and lefty authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    991f3f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd11ae5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eacbad6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2026

  1. Update to PyO3 0.29 (davidhewitt#117)

    * Update to PyO3 0.29
    
    * update abi3 to py38 in workflow
    g-bauer authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    b07ace1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d419510 View commit details
    Browse the repository at this point in the history
Loading