8000 Comparing 61ddd98...b06422f · RustPython/RustPython · GitHub
[go: up one dir, main page]

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: RustPython/RustPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 61ddd98
Choose a base ref
...
head repository: RustPython/RustPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b06422f
Choose a head ref
  • 2 commits
  • 16 files changed
  • 1 contributor

Commits on Dec 24, 2025

  1. Add Lib/test/archiver_tests.py @ 3.13.5

    Needed for updated zipfile tests.
    Jack O'Connor authored and youknowone committed Dec 24, 2025
    Configuration menu
    Copy the full SHA
    8b3749f View commit details
    Browse the repository at this point in the history
  2. Update zipfile to 3.13.5

    Notes:
    
    - I have to skip some brand new tests due to shift_jis encoding not
    being supported
    
    - `test_write_filtered_python_package` marked as `expectedFailure` with
    "AttributeError: module 'os' has no attribute 'supports_effective_ids'"
      - I didn't want to do a partial or full update to os module in this PR
    Jack O'Connor authored and youknowone committed Dec 24, 2025
    Configuration menu
    Copy the full SHA
    b06422f View commit details
    Browse the repository at this point in the history
Loading
0