FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test - devendor/msgpack-python · GitHub
devendor
/
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
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-python
test
on
master
User selector
Datepicker
Commit history
Commits on Jan 12, 2018
s/raw_as_bytes/raw/g (#276)
Show description for 5569a4e
methane
authored
5569a4e
View commit details
Copy full SHA for 5569a4e
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
Add raw_as_bytes option to Unpacker. (#265)
methane
authored
5534d0c
View commit details
Copy full SHA for 5534d0c
View code at this point
Browse repository at this point
Commits on Oct 12, 2017
Remove code and tests for unsupported Python 2.6 (#250)
hugovk
authored and
methane
committed
0fc4ee9
View commit details
Copy full SHA for 0fc4ee9
View code at this point
Browse repository at this point
Commits on Sep 30, 2017
Add unittests to document serialisation of tuples (#246)
Show description for deeda31
lbolla
authored and
methane
committed
deeda31
View commit details
Copy full SHA for deeda31
View code at this point
Browse repository at this point
Commits on May 18, 2017
Packer accepts bytearray objects (#229)
jfolz
authored and
methane
committed
f0f2c0b
View commit details
Copy full SHA for f0f2c0b
View code at this point
Browse repository at this point
Commits on Apr 29, 2017
Unpacker: add tell() (#227)
jfolz
authored and
methane
committed
a8d9162
View commit details
Copy full SHA for a8d9162
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Merge branch 'release-0.4'
methane
committed
2481c64
View commit details
Copy full SHA for 2481c64
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
fix typos and other cosmetic issues (#214)
Show description for e3fea94
ThomasWaldmann
authored and
methane
committed
e3fea94
View commit details
Copy full SHA for e3fea94
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
enable unpacking from memoryview
jfolz
committed
2b63e9f
View commit details
Copy full SHA for 2b63e9f
View code at this point
Browse repository at this point
Commits on May 4, 2016
Remove double underscore prefix
methane
committed
53f47ef
View commit details
Copy full SHA for 53f47ef
View code at this point
Browse repository at this point
add lower bound tests for memoryviews
jfolz
committed
a91d5c5
View commit details
Copy full SHA for a91d5c5
View code at this point
Browse repository at this point
more descriptive test names
jfolz
committed
0b55989
View commit details
Copy full SHA for 0b55989
View code at this point
Browse repository at this point
Commits on May 3, 2016
fix problems associated with packing memoryviews
Show description for 0ec2e35
jfolz
committed
0ec2e35
View commit details
Copy full SHA for 0ec2e35
View code at this point
Browse repository at this point
Commits on Feb 14, 2016
remove too much parameterized tests
methane
committed
6e36476
View commit details
Copy full SHA for 6e36476
View code at this point
Browse repository at this point
Commits on Feb 12, 2016
removed MsgpackBaseException
palaviv
committed
e15085d
View commit details
Copy full SHA for e15085d
View code at this point
Browse repository at this point
msgpack pack and unpack throws only exception that inherit from MsgpackBaseException. cython and fallback throws same exceptions
palaviv
committed
7d2d46e
View commit details
Copy full SHA for 7d2d46e
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Support packing memoryview objects
jfolz
committed
31adc5a
View commit details
Copy full SHA for 31adc5a
View code at this point
Browse repository at this point
Add test for strict_types option
methane
committed
a779b79
View commit details
Copy full SHA for a779b79
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Test to demonstrate that the default function isn't always called (#133)
pramukta
committed
2d05b40
View commit details
Copy full SHA for 2d05b40
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
test_sequnpack: python3 literals
bwesterb
committed
c5d6218
View commit details
Copy full SHA for c5d6218
View code at this point
Browse repository at this point
Add test for issue #124
bwesterb
committed
8340494
View commit details
Copy full SHA for 8340494
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
Add max_<type>_len option to unpacker. (fixes #97).
Show description for 75ce78d
methane
committed
75ce78d
View commit details
Copy full SHA for 75ce78d
View code at this point
Browse repository at this point
Commits on Jan 23, 2015
tests: add pytest 2.3 compatibility
Show description for f40fdf5
ktdreyer
committed
f40fdf5
View commit details
Copy full SHA for f40fdf5
View code at this point
Browse repository at this point
Commits on Aug 30, 2014
Fix build and tests.
methane
committed
d6c773d
View commit details
Copy full SHA for d6c773d
View code at this point
Browse repository at this point
Commits on Mar 26, 2014
Merge pull request #94 from msgpack/strict-input-check
Show description for 3a9dc1d
methane
committed
3a9dc1d
View commit details
Copy full SHA for 3a9dc1d
View code at this point
Browse repository at this point
Fix PyPy fail.
methane
committed
a72e75d
View commit details
Copy full SHA for a72e75d
View code at this point
Browse repository at this point
Fix Python 3.2
methane
committed
5fb9d8a
View commit details
Copy full SHA for 5fb9d8a
View code at this point
Browse repository at this point
Allow ValueError for packing integer overs format limit.
methane
committed
7d0e145
View commit details
Copy full SHA for 7d0e145
View code at this point
Browse repository at this point
Fix skipif marking.
methane
committed
e99331d
View commit details
Copy full SHA for e99331d
View code at this point
Browse repository at this point
Commits on Mar 25, 2014
More limit check.
methane
committed
e7f87d9
View commit details
Copy full SHA for e7f87d9
View code at this point
Browse repository at this point
Add tests for limits.
methane
committed
6c0c306
View commit details
Copy full SHA for 6c0c306
View code at this point
Browse repository at this point
Commits on Mar 24, 2014
fixed super() for python2
Alexey Popravka
committed
ee38505
View commit details
Copy full SHA for ee38505
View code at this point
Browse repository at this point
Unpacker's ext_hook fixed + tests
Alexey Popravka
committed
d850e56
View commit details
Copy full SHA for d850e56
View code at this point
Browse repository at this point
Commits on Feb 17, 2014
Remove unused import.
methane
committed
c567cf4
View commit details
Copy full SHA for c567cf4
View code at this point
Browse repository at this point
Commits on Feb 16, 2014
Merge branch 'pr/82'
methane
committed
eb3537a
View commit details
Copy full SHA for eb3537a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL