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: GeospatialPython/pyshp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.5
Choose a base ref
...
head repository: GeospatialPython/pyshp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.6
Choose a head ref
  • 8 commits
  • 6 files changed
  • 1 contributor

Commits on May 18, 2026

  1. Configuration menu
    Copy the full SHA
    6885e86 View commit details
    Browse the repository at this point in the history
  2. Create REL.zip

    JamesParrott committed May 18, 2026
    Configuration menu
    Copy the full SHA
    7914bf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6f6858 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6570625 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c6787a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #387 from GeospatialPython/Test_Polylinez_no_m

    Test polygonz files, with no z and no m
    JamesParrott authored May 18, 2026
    Configuration menu
    Copy the full SHA
    6b63fea View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Refactor NamedTemporaryFile code into common function (save_to_named_…

    …tmp_file)
    
    Update changelog.txt
    
    Make _try_to_download_binary_file require a ParseResult, & use it
    
    Update shapefile.py
    
    Minimise code inside try: Use a named tuple methods, instead of mutating list.
    
    Refactor common url download code into _try_http_download
    
    Refactor common url download code into _try_http_download
    
    Change type annotation to ReadWriteSeekableBinStream from NamedTemporaryFile
    JamesParrott committed May 19, 2026
    Configuration menu
    Copy the full SHA
    0ee5025 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #389 from JamesParrott/Separate_download_and_tempf…

    …ile_creation
    
    Make downloading from Github slightly less annoying.  Refactor common URL and NamedTemporaryFile code.
    JamesParrott authored May 19, 2026
    Configuration menu
    Copy the full SHA
    f10ba79 View commit details
    Browse the repository at this point in the history
Loading