FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · GeospatialPython/pyshp · GitHub
GeospatialPython
/
pyshp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
261
Star
1.2k
Code
Issues
8
Pull requests
0
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 18, 2026
Don't require PRs to have an issue. Allow whitespace in .md
JamesParrott
committed
971ec61
View commit details
Copy full SHA for 971ec61
Browse repository at this point
Update CONTRIBUTING.md (describe how to avoid auto PR closing)
JamesParrott
authored
5c6fbd4
View commit details
Copy full SHA for 5c6fbd4
Browse repository at this point
Update autoclose_PRs_that_fail_checks.yml
JamesParrott
authored
6da9a51
View commit details
Copy full SHA for 6da9a51
Browse repository at this point
Commits on Aug 17, 2026
Trim whitespace
JamesParrott
authored
7993579
View commit details
Copy full SHA for 7993579
Browse repository at this point
Create autoclose_PRs_that_fail_checks.yml
JamesParrott
authored
24403b4
View commit details
Copy full SHA for 24403b4
Browse repository at this point
Commits on Aug 14, 2026
Merge pull request #444 from JamesParrott/CONTRIBUTING_and_SECURITY_mds
Show description for 98bacdb
JamesParrott
authored
98bacdb
View commit details
Copy full SHA for 98bacdb
Browse repository at this point
(Reluctantly) create CONTRIBUTING.md
Show description for 892390f
JamesParrott
committed
892390f
View commit details
Copy full SHA for 892390f
Browse repository at this point
Create SECURITY.md
JamesParrott
committed
45b2509
View commit details
Copy full SHA for 45b2509
Browse repository at this point
Commits on Jul 25, 2026
Merge pull request #441 from JamesParrott/Encoding_from_cpg_file
Show description for 7708b60
JamesParrott
authored
7708b60
View commit details
Copy full SHA for 7708b60
Browse repository at this point
Support reading encodings from .cpg files (all the various ways)
JamesParrott
committed
21b15ae
View commit details
Copy full SHA for 21b15ae
Browse repository at this point
Move exit stack joining into _try_get_open_constituent_file and make it a method of Reader
Show description for 1a8a939
JamesParrott
committed
1a8a939
View commit details
Copy full SHA for 1a8a939
Browse repository at this point
Add test_read_latin1_shapefile & xfailed cpg file test
Show description for 0a4ef10
JamesParrott
committed
0a4ef10
View commit details
Copy full SHA for 0a4ef10
Browse repository at this point
Describe 3.1.6
JamesParrott
committed
987fb1a
View commit details
Copy full SHA for 987fb1a
Browse repository at this point
Commits on Jul 24, 2026
Merge pull request #440 from JamesParrott/Comments
Show description for 54f7b81
JamesParrott
authored
54f7b81
View commit details
Copy full SHA for 54f7b81
Browse repository at this point
Add comments to record findings of attempts to use enums
Show description for c68984b
JamesParrott
committed
c68984b
View commit details
Copy full SHA for c68984b
Browse repository at this point
Commits on Jul 22, 2026
Merge pull request #439 from JamesParrott/WIP_3.1.6.dev
Show description for b0563c5
JamesParrott
authored
b0563c5
View commit details
Copy full SHA for b0563c5
Browse repository at this point
Explain what "".encode test does
Show description for 0d4a3e4
JamesParrott
committed
0d4a3e4
View commit details
Copy full SHA for 0d4a3e4
Browse repository at this point
Merge pull request #438 from JamesParrott/Round-trip-tests-on-Windows-&-MacOS
Show description for 8594f48
JamesParrott
authored
8594f48
View commit details
Copy full SHA for 8594f48
Browse repository at this point
Run round trip tests on Windows & MacOS
JamesParrott
committed
f36379b
View commit details
Copy full SHA for f36379b
Browse repository at this point
Merge pull request #437 from JamesParrott/3.1.5_fix_date_str_bug_no_strftime
Show description for 008a425
JamesParrott
authored
008a425
View commit details
Copy full SHA for 008a425
Browse repository at this point
Test text fields against all valid code points for the codec
JamesParrott
committed
a1b9cf8
View commit details
Copy full SHA for a1b9cf8
Browse repository at this point
Follow all .strftime("%Y%m%d")s with .zfill(8)
JamesParrott
committed
48ee7d5
View commit details
Copy full SHA for 48ee7d5
Browse repository at this point
Commits on Jun 29, 2026
Merge pull request #434 from JamesParrott/Test_all_supported_encodings
Show description for 3d6bb0b
JamesParrott
authored
3d6bb0b
View commit details
Copy full SHA for 3d6bb0b
Browse repository at this point
v3.1.4. Fix bug with dates supplied as strings & test all encodings in CI
Show description for fc96b16
JamesParrott
committed
fc96b16
View commit details
Copy full SHA for fc96b16
Browse repository at this point
Merge pull request #432 from JamesParrott/Synced_with_PyShp
Show description for fc26395
JamesParrott
authored
fc26395
View commit details
Copy full SHA for fc26395
Browse repository at this point
Test 13 more encodings
JamesParrott
committed
d0e2a2b
View commit details
Copy full SHA for d0e2a2b
Browse repository at this point
Merge pull request #431 from JamesParrott/Test_more_codecs
Show description for 981a994
JamesParrott
authored
981a994
View commit details
Copy full SHA for 981a994
Browse repository at this point
Test against latin1, & UTF-16s and UTF-32s
Show description for 4d091fc
JamesParrott
committed
4d091fc
View commit details
Copy full SHA for 4d091fc
Browse repository at this point
Commits on Jun 28, 2026
Stop hammering ucdavis's server, causing flakey test failures
JamesParrott
authored
684d708
View commit details
Copy full SHA for 684d708
Browse repository at this point
Merge pull request #430 from JamesParrott/Add_unicode_to_hypothesis_tests
Show description for 08d465d
JamesParrott
authored
08d465d
View commit details
Copy full SHA for 08d465d
Browse repository at this point
Test fields and text field values against all Unicode code points
JamesParrott
committed
1905d73
View commit details
Copy full SHA for 1905d73
Browse repository at this point
Commits on Jun 27, 2026
Don't nest "" quoted strings inside "" quoted f-string fields
JamesParrott
committed
8267a46
View commit details
Copy full SHA for 8267a46
Browse repository at this point
Test whitespace in field names (inc ascii spaces)
JamesParrott
committed
ecc894c
View commit details
Copy full SHA for ecc894c
Browse repository at this point
Merge pull request #429 from JamesParrott/Add_unicode_to_hypothesis_tests
Show description for afc8e71
JamesParrott
authored
afc8e71
View commit details
Copy full SHA for afc8e71
Browse repository at this point
Cache and calculate decoded_pad_bytes from encoding where needed
JamesParrott
committed
5eb843b
View commit details
Copy full SHA for 5eb843b
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL