Skip to content
Open
Changes from 1 commit
Commits
Show all changes
125 commits
Select commit Hold shift + click to select a range
f2f1c23
Update to setup-python v4
mwilliamson Sep 19, 2022
00e953c
Print build identifiers when not building wheels
mwilliamson Sep 19, 2022
62d0cad
Move CIBW env vars to job to remove duplication
mwilliamson Sep 19, 2022
2af8e69
Update cibuildwheel to 2.10.1
mwilliamson Sep 19, 2022
39f7717
Use --only to simplify use of cibuildwheel
mwilliamson Sep 19, 2022
a6b7cd6
Use cibuildwheel --print-build-identifiers to generate matrix
mwilliamson Sep 19, 2022
3436957
Only upload artifacts when building wheels
mwilliamson Sep 19, 2022
a5499d7
Use cibuildwheel arch of auto instead of auto64
mwilliamson Sep 19, 2022
8fd96fd
Use macos-11 instead of macos-10.15
mwilliamson Sep 19, 2022
a35d31c
Configure cibuildwheel in pyproject.toml
mwilliamson Sep 19, 2022
469d3a7
Always print build identifiers
mwilliamson Sep 19, 2022
8408083
Build sample wheel when not releasing
mwilliamson Sep 19, 2022
b405a2e
Store dependency tarballs in the repo instead of downloading
mwilliamson Sep 19, 2022
c4f2225
Update changelog for deps being stored in the source distribution
mwilliamson Sep 19, 2022
1a51255
Bump version to 1.3.0
mwilliamson Sep 19, 2022
cccaea7
Update GitHub workflow command for setting output
mwilliamson Oct 14, 2022
073ea85
Update handling of non-finite numbers to match jq 1.6
mwilliamson Jan 6, 2023
0bf9a05
Update cibuildwheel to v2.11.4
mwilliamson Jan 6, 2023
228d02c
Bump version to 1.4.0
mwilliamson Jan 6, 2023
125196c
Handle decoding of strings containing null bytes
mwilliamson Mar 16, 2023
7a2648d
Handle null bytes in object keys
mwilliamson Mar 16, 2023
7a09606
Handle null bytes in text input
mwilliamson Mar 16, 2023
bece8d1
Use more specific type for param
mwilliamson Mar 16, 2023
97e68fb
Use more specific type for field
mwilliamson Mar 16, 2023
df42a12
Use jv_string_to_py_string to decode error messages
mwilliamson Mar 16, 2023
75ca365
Update changelog
mwilliamson Mar 16, 2023
76d19bd
Tag 1.4.1
mwilliamson Mar 16, 2023
f63955a
Update checkout action
mwilliamson May 1, 2023
f99805e
Update to Python 3.11
mwilliamson May 1, 2023
ebe793e
Update cibuildwheel to 2.12.3
mwilliamson May 1, 2023
a67793c
Update upload-artifact action to v3
mwilliamson May 1, 2023
294bcf6
Update setup-qemu-action to v2
mwilliamson May 1, 2023
86cebe2
Add input_value() and input_text()
mwilliamson May 1, 2023
1bf642c
Update docs
mwilliamson May 1, 2023
69804ec
Support multiple input values
mwilliamson May 1, 2023
888d373
Remove unused variable
mwilliamson May 1, 2023
bebc365
Add slurp support
mwilliamson May 1, 2023
b05b927
Test slurping of empty input text
mwilliamson May 1, 2023
9f088d1
Fix grammar in README
mwilliamson May 1, 2023
9039553
Document input_values()
mwilliamson May 2, 2023
77e2c21
Bump version to 1.5.0a1
mwilliamson May 2, 2023
8c71f78
Fix heading
mwilliamson May 5, 2023
58652a2
Upgrade Cython Version to Support Python 3.12
zprobst Jun 12, 2023
7463bb8
Run tests on Python 3.12 on GitHub Actions
mwilliamson Jun 12, 2023
22529ee
Update cibuildwheel to 2.15.0
mwilliamson Aug 29, 2023
fd61405
Build macOS arm64 wheels on Cirrus CI
mwilliamson Aug 30, 2023
3b23bc8
Update changelog
mwilliamson Aug 30, 2023
0642884
Bump version to 1.5.0
mwilliamson Aug 30, 2023
c2c7ed1
Add explicit noexcept to _store_error for Cython 3 compatibility
mwilliamson Aug 31, 2023
53b4c25
Add environment variable for using system libjq and libonig
mwilliamson Sep 1, 2023
e3ca074
Use HTTPS URL
mwilliamson Sep 10, 2023
805705d
Update to jq 1.7
mwilliamson Sep 10, 2023
bb95e41
Include tests in sdist
mwilliamson Sep 10, 2023
3ba1f44
Bump version to 1.6.0
mwilliamson Sep 12, 2023
9def21d
Include tox.ini in sdist
mwilliamson Nov 10, 2023
b345d2c
Use the version of oniguruma distributed with jq
mwilliamson Nov 10, 2023
6ea34a4
Update to jq 1.7.1
mwilliamson Mar 10, 2024
1422a63
Update link to jq
mwilliamson Mar 16, 2024
a868e8d
Invoke Python commands through python3 on Cirrus CI
mwilliamson Mar 16, 2024
730b4ad
Skip building wheels for cp38-macosx_arm64
mwilliamson Mar 16, 2024
b8ac467
Update cibuildwheel to 2.17.0
mwilliamson Mar 16, 2024
71810ea
Use Python 3.12 instead of 3.12-dev
mwilliamson Mar 16, 2024
f998268
Update GitHub Action versions
mwilliamson Mar 16, 2024
dec5085
Update to macos-13 in GitHub Actions
mwilliamson Mar 16, 2024
d402f44
Build macOS arm64 wheels on GitHub Actions instead of Cirrus CI
mwilliamson Mar 16, 2024
b98fcab
Bump version to 1.7.0
mwilliamson Mar 16, 2024
4d21020
Bump version to 1.7.0.post1
spbnick Nov 29, 2021
c9d2060
Propagate slurp through all program input methods
spbnick May 16, 2024
4fed62a
Use PyBytes_AsStringAndSize()
spbnick Sep 9, 2020
d4a2145
Support parsing application/json-seq
spbnick May 30, 2024
d8e192c
Add parse_json() and parse_json_file()
spbnick May 30, 2024
c79ea60
Switch _ResultIterator to using _Parser
spbnick May 30, 2024
6cd42e3
Document a couple constructors
spbnick May 30, 2024
f653b75
Add generated jq.c
spbnick Sep 22, 2020
40afa8c
Actions: Disable Python 3.5 to avoid pypi SSL errors
spbnick May 31, 2024
b2e4d2a
add support for building wheel on windows (mingw)
du33169 May 20, 2024
45033e0
Fixed build failure on win32 & removed failed windows cibw-only
du33169 May 20, 2024
375925c
Move steps for windows wheels to a new job
du33169 May 23, 2024
6ec4fb2
Reset if: build all wheels only on tags
du33169 May 23, 2024
ffff967
Drop support for Python 3.5
mwilliamson Jun 8, 2024
b55076b
Add Python 3.12 to tox and classifiers
mwilliamson Jun 8, 2024
ba738d2
Simplify building of Windows wheels
mwilliamson Jun 13, 2024
a546190
Extract action to set up msys2
mwilliamson Jun 14, 2024
e9f741a
Combine Windows wheel job into main wheel job
mwilliamson Jun 14, 2024
6bbcf5a
Disable all steps in job when not building wheel
mwilliamson Jun 14, 2024
8c3f685
Don't print build identifiers when building specific wheel
mwilliamson Jun 14, 2024
1095c71
Reference msys2 without full path
mwilliamson Jun 14, 2024
8d1ebc8
Update changelog for Windows wheels
mwilliamson Jun 14, 2024
6e20eb2
Bump version to 1.8.0a1
mwilliamson Jun 14, 2024
62fd502
Disable Windows wheels for CPython 3.6 and PyPy
mwilliamson Jun 14, 2024
58094ab
Bump version to 1.8.0a2
mwilliamson Jun 14, 2024
21363fd
Update setup-qemu-action to v3
mwilliamson Jun 15, 2024
ed0fda4
Update upload-artifact action to v4
mwilliamson Jun 15, 2024
ad65d02
Add noexcept to _is_integer()
mwilliamson Aug 14, 2024
c378eeb
Handle exception in _store_error()
mwilliamson Aug 14, 2024
2202e11
chore: build for 3.13
GabDug Aug 3, 2024
3dc02c5
ci: test all built pypy versions
GabDug Aug 3, 2024
cfc6b8f
chore: update cibuildwheel
GabDug Aug 4, 2024
c596bc9
Update changelog with Python 3.13 support
mwilliamson Aug 15, 2024
0d172bb
Bump version to 1.8.0
mwilliamson Aug 15, 2024
3f226f2
Handle non-string errors with constant
mwilliamson Mar 2, 2025
2d4da7b
Convert non-string errors into JSON text
mwilliamson Mar 2, 2025
f4cd799
Drop support for Python 3.6
mwilliamson Mar 2, 2025
a5c3957
Update GitHub Ubuntu runners to 22.04
mwilliamson Mar 2, 2025
59a3f0c
Include jq.pyx instead of jq.c
mwilliamson Mar 9, 2025
985cce3
Add explanatory comment for MS_WIN64
mwilliamson Mar 9, 2025
024ff85
Fix Windows build on GitHub Actions
mwilliamson Jun 14, 2025
63de8b5
Update to jq 1.8.0
mwilliamson Jun 14, 2025
e5d037d
Bump version to 1.9.0
mwilliamson Jun 14, 2025
71527bf
Update docs to refer to jq 1.8.0
mwilliamson Jun 14, 2025
2ad4943
Add note that 1.9.0 is unreleased
mwilliamson Jun 14, 2025
e213e3d
Fix build for musl
mwilliamson Jun 14, 2025
173ae14
Always build a wheel for musl
mwilliamson Jun 14, 2025
9146109
Bump version to 1.9.1
mwilliamson Jun 14, 2025
367da11
Always build wheels for cp310-macosx_x86_64
mwilliamson Jun 14, 2025
db6cf3f
Update cibuildwheel to 2.23.3
mwilliamson Jun 14, 2025
0c62566
Update cython to 3.1.2
mwilliamson Jun 14, 2025
a558ccd
Drop support for Python 3.7
mwilliamson Jun 14, 2025
81a3dea
Use Python 3.13 instead of 3.13-dev in GitHub Actions workflow
mwilliamson Jun 14, 2025
90d422f
Remove support for PyPy 3.7
mwilliamson Jun 14, 2025
208ccc1
Drop support for PyPy 3.8
mwilliamson Jun 15, 2025
9cd5c3f
Add dropping of PyPy 3.8 support in changelog
mwilliamson Jun 15, 2025
bb60951
Remove PyPy 3.8 from tests in GitHub Actions workflow
mwilliamson Jun 15, 2025
fd58266
Bump version to 1.9.1.post1
tollsimy Jul 11, 2025
8b3c6dc
Add generated jq.c
tollsimy Jul 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use more specific type for field
  • Loading branch information
mwilliamson committed Mar 16, 2023
commit 97e68fb54338052c55e9f9fe03a4d1e9229c3bb9
2 changes: 1 addition & 1 deletion jq.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ cdef class _ResultIterator(object):
cdef _JqStatePool _jq_state_pool
cdef jq_state* _jq
cdef jv_parser* _parser
cdef object _bytes_input
cdef bytes _bytes_input
cdef bint _ready

def __dealloc__(self):
Expand Down