-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Dylan-DPC/pythonize
base: main
head repository: davidhewitt/pythonize
compare: main
- 20 commits
- 13 files changed
- 9 contributors
Commits on Apr 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 49ee947 - Browse repository at this point
Copy the full SHA 49ee947View commit details
Commits on May 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6f51e93 - Browse repository at this point
Copy the full SHA 6f51e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 096f83e - Browse repository at this point
Copy the full SHA 096f83eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 435870c - Browse repository at this point
Copy the full SHA 435870cView commit details
Commits on Jun 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ddfe9f1 - Browse repository at this point
Copy the full SHA ddfe9f1View commit details
Commits on Aug 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e64436c - Browse repository at this point
Copy the full SHA e64436cView commit details -
release: 0.26 (davidhewitt#95)
* release: 0.26 * use trusted publishing for release
Configuration menu - View commit details
-
Copy full SHA for bc3caf5 - Browse repository at this point
Copy the full SHA bc3caf5View commit details
Commits on Nov 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9d6d928 - Browse repository at this point
Copy the full SHA 9d6d928View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 89420b2 - Browse repository at this point
Copy the full SHA 89420b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c714f - Browse repository at this point
Copy the full SHA 43c714fView commit details
Commits on Feb 18, 2026
-
Update
pyo3to 0.28.0. (davidhewitt#104)* Update `pyo3` to 0.28.0. * fixup, bump MSRV to 1.83 --------- Co-authored-by: David Hewitt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d22654a - Browse repository at this point
Copy the full SHA d22654aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a444b75 - Browse repository at this point
Copy the full SHA a444b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906e5c3 - Browse repository at this point
Copy the full SHA 906e5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0085a18 - Browse repository at this point
Copy the full SHA 0085a18View commit details
Commits on Apr 14, 2026
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 21ad82f - Browse repository at this point
Copy the full SHA 21ad82fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 991f3f5 - Browse repository at this point
Copy the full SHA 991f3f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd11ae5 - Browse repository at this point
Copy the full SHA dd11ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eacbad6 - Browse repository at this point
Copy the full SHA eacbad6View commit details
Commits on Jun 12, 2026
-
Update to PyO3 0.29 (davidhewitt#117)
* Update to PyO3 0.29 * update abi3 to py38 in workflow
Configuration menu - View commit details
-
Copy full SHA for b07ace1 - Browse repository at this point
Copy the full SHA b07ace1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d419510 - Browse repository at this point
Copy the full SHA d419510View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main