FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test - methane/msgpack-python · GitHub
methane
/
msgpack-python
Public
forked from
msgpack/msgpack-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-python
test
on
main
User selector
Datepicker
Commit history
Commits on Aug 26, 2026
Raise OverflowError when use_single_float cannot represent a value (#728)
Show description for 57d28a2
dylanpulver
authored
57d28a2
View commit details
Copy full SHA for 57d28a2
View code at this point
Browse repository at this point
Avoid parallel execution of the recursion-limit nesting test on free-threaded builds (#729)
Show description for d374a17
Copilot
authored
d374a17
View commit details
Copy full SHA for d374a17
View code at this point
Browse repository at this point
Commits on Aug 25, 2026
Validate nanoseconds range when unpacking timestamps in the C extension (#716)
chuenchen309
authored
e94e1dc
View commit details
Copy full SHA for e94e1dc
View code at this point
Browse repository at this point
Commits on Aug 17, 2026
fix: translate RecursionError to StackError in fallback Unpacker.skip() (#727)
Show description for 2e4be09
hdimer
authored
2e4be09
View commit details
Copy full SHA for 2e4be09
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
Convert Packer's buf_size once (#726)
Show description for 9f9bdae
hdimer
authored
9f9bdae
View commit details
Copy full SHA for 9f9bdae
View code at this point
Browse repository at this point
Commits on Aug 5, 2026
fix: use-after-free in unpackb() ExtraData path for non-contiguous input (#722)
Show description for 091ae20
ThomasWaldmann
authored
091ae20
View commit details
Copy full SHA for 091ae20
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
Fix typos in test and docs (#712)
maxtaran2010
authored
c6b4a48
View commit details
Copy full SHA for c6b4a48
View code at this point
Browse repository at this point
Commits on Jul 5, 2026
Fix Timestamp.from_datetime() precision for far-future datetimes (#710)
Show description for 659ee98
gaoflow
authored
659ee98
View commit details
Copy full SHA for 659ee98
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
test_unpack.py: add tests for ExtraData (#708)
methane
authored
2de6273
View commit details
Copy full SHA for 2de6273
View code at this point
Browse repository at this point
fix: add reentrant guard to Unpacker.feed() (#704)
Show description for cf3fd2b
methane
authored
cf3fd2b
View commit details
Copy full SHA for cf3fd2b
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
unpacker: fix silent datetime truncation with datetime=3 (#701)
methane
authored
d134180
View commit details
Copy full SHA for d134180
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
Merge commit from fork
Show description for 2c56ddb
methane
authored
2c56ddb
View commit details
Copy full SHA for 2c56ddb
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
Harden `Unpacker.__init__` re-entry cleanup to prevent buffer/context leaks (#687)
Copilot
authored
77395c1
View commit details
Copy full SHA for 77395c1
View code at this point
Browse repository at this point
Bump sys.setrecursionlimit within test_nest_limit_1024 (#682)
Show description for d627d30
clin1234
authored
d627d30
View commit details
Copy full SHA for d627d30
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
fix: use-after-free in `get_data_from_buffer` (#677)
KowalskiThomas
authored
e861f75
View commit details
Copy full SHA for e861f75
View code at this point
Browse repository at this point
Fix Timestamp.from_datetime returning wrong value for pre-epoch datetimes (#662)
bysiber
authored
98d2c79
View commit details
Copy full SHA for 98d2c79
View code at this point
Browse repository at this point
skip recursion limit test on free-threaded CPython builds (#679)
Show description for b83a0aa
methane
authored
b83a0aa
View commit details
Copy full SHA for b83a0aa
View code at this point
Browse repository at this point
Add no-GIL interpreter support (#641)
Show description for 9de2fd9
authored
9de2fd9
View commit details
Copy full SHA for 9de2fd9
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
Add missing autoreset in Packer.pack_ext_type (#663)
bysiber
authored
284782d
View commit details
Copy full SHA for 284782d
View code at this point
Browse repository at this point
Commits on May 27, 2026
fix: avoid memory leak when decoding invalid nested arrays (#671)
KowalskiThomas
authored
4a07745
View commit details
Copy full SHA for 4a07745
View code at this point
Browse repository at this point
Commits on May 22, 2026
Raise DEFAULT_RECURSE_LIMIT from 511 to 1024 (#676)
Copilot
authored
4b2749c
View commit details
Copy full SHA for 4b2749c
View code at this point
Browse repository at this point
Commits on May 12, 2026
fix: enforce `strict_map_key` with `object_pairs_hook` (#673)
Show description for cd81370
KowalskiThomas
authored
cd81370
View commit details
Copy full SHA for cd81370
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
fix: re-raise existing exception when available (#667)
KowalskiThomas
authored
5d465bd
View commit details
Copy full SHA for 5d465bd
View code at this point
Browse repository at this point
Commits on Oct 8, 2025
release v1.1.2 (#649)
methane
authored
19b5d33
View commit details
Copy full SHA for 19b5d33
View code at this point
Browse repository at this point
Commits on May 6, 2024
Cleanup code and pyproject (#608)
Show description for 33e0e86
methane
authored
33e0e86
View commit details
Copy full SHA for 33e0e86
View code at this point
Browse repository at this point
Commits on May 5, 2024
better error checks (#607)
Show description for e0f0e14
methane
authored
e0f0e14
View commit details
Copy full SHA for e0f0e14
View code at this point
Browse repository at this point
Commits on May 3, 2024
use ruff instead of black (#598)
methane
authored
2eca765
View commit details
Copy full SHA for 2eca765
View code at this point
Browse repository at this point
Commits on Apr 19, 2024
Avoid using floating points during timestamp-datetime conversions (#591)
hakanakyurek
authored
e776722
View commit details
Copy full SHA for e776722
View code at this point
Browse repository at this point
Commits on Sep 5, 2023
move project metadata to pyproject.toml (#555)
Show description for 423c6df
ThomasWaldmann
authored
423c6df
View commit details
Copy full SHA for 423c6df
View code at this point
Browse repository at this point
Commits on May 23, 2023
Drop Python 3.6 support (#543)
Show description for c8d0751
evgenymarkov
and
methane
authored
c8d0751
View commit details
Copy full SHA for c8d0751
View code at this point
Browse repository at this point
Commits on May 21, 2023
Drop python2 support (#519)
Show description for feec062
sblondon
and
methane
authored
feec062
View commit details
Copy full SHA for feec062
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
fallback: Fix packing multidim memoryview (#527)
Show description for b82d0b6
methane
authored
b82d0b6
View commit details
Copy full SHA for b82d0b6
View code at this point
Browse repository at this point
Commits on May 24, 2022
Fix Unpacker max_buffer_length handling (#506)
methane
authored
500a238
View commit details
Copy full SHA for 500a238
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
Update setuptools and black (#498)
Show description for cb50b20
methane
authored
cb50b20
View commit details
Copy full SHA for cb50b20
View code at this point
Browse repository at this point
Commits on Nov 16, 2021
Nicer error when packing a datetime without tzinfo (#466)
begelundmuller
authored
e464cb4
View commit details
Copy full SHA for e464cb4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL