aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/internal/json_format_test.py
Commit message (Collapse)AuthorAge
* Integrate internal changesGravatar Bo Yang2016-10-10
|
* Integrate from internal code base.Gravatar Feng Xiao2016-07-13
|
* Integrated internal changes from GoogleGravatar Adam Cozzette2016-06-29
| | | | This includes all internal changes from around May 20 to now.
* Make surrogate regex even more lenient.Gravatar Josh Haberman2016-06-06
|
* JSON surrogates Python: adjust regex for OSX error message.Gravatar Josh Haberman2016-06-06
| | | | | OS X's version of Python has a slightly different error message for this error case.
* Added test for surrogates (valid and invalid).Gravatar Josh Haberman2016-06-03
|
* JSON format for Any message must print @type first, use OrderedDict instead ↵Gravatar Jie Luo2016-05-17
| | | | of {}
* Integrate google internal changes.Gravatar Jisi Liu2016-03-30
|
* Manually down-integrate python JSON struct support from internal code base.Gravatar CH Albach2016-01-29
|
* Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11
|
* fix json_format for python2.6:Gravatar Jie Luo2015-10-19
| | | | | 1, objcect_pair_hook is not supported in python2.6, so duplicated key check is removed in 2.6 2, total_seconds is not suppoted in python2.6, changed to compute seconds directly
* Revert back changes to import unittest2 for py26Gravatar Jisi Liu2015-10-05
|
* make the python json test less strict on expected errors.Gravatar Jisi Liu2015-10-05
|
* Down-integrate from google internal.Gravatar Jisi Liu2015-10-05