summaryrefslogtreecommitdiff
path: root/oslo_serialization
Commit message (Expand)AuthorAgeFilesLines
* Implement zoneinfo support to drop dependency to pytzHervé Beraud2023-03-232-12/+14
* Remove unnecessary unicode prefixessongwenping2022-04-193-36/+36
* Drop use of deprecated collections classesStephen Finucane2021-02-011-2/+3
* Fix json to_primitive when using IO OBjectsSofia Enriquez2021-01-182-1/+12
* Merge "Remove the yamlutils module."Zuul2020-06-082-180/+0
|\
| * Remove the yamlutils module.Daniel Bengtsson2020-06-082-180/+0
* | Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
|/
* Use unittest.mock instead of third party mockSean McGinnis2020-03-131-1/+1
* Remove Python 3-specific conditional in dump_as_bytesBen Nemec2020-03-061-5/+1
* Drop use of sixStephen Finucane2020-03-026-63/+44
* Remove long-dead workaround3.1.0Stephen Finucane2020-02-271-8/+0
* Deprecated the yamlutils module.Daniel Bengtsson2020-02-141-0/+7
* Explicitly set default_flow_style to FalseBen Nemec2019-05-022-5/+7
* Merge "Introduce a base yaml parser for all openstack components"Zuul2019-03-252-0/+171
|\
| * Introduce a base yaml parser for all openstack componentsHervé Beraud2019-02-212-0/+171
* | Update hacking versionZhijunWei2019-02-171-2/+2
|/
* py37: deal with Exception repr changesCorey Bryant2018-07-301-4/+6
* Stop using encoding='utf-8' with msgpackMorgan2018-06-031-2/+2
* When serializing an exception return its 'repr'2.21.2John L. Villalovos2017-10-032-0/+12
* jsonutils.to_primitive(): add fallback parameter2.21.1Victor Stinner2017-09-262-5/+83
* warn developers when can't convert value into primitiveChangBo Guo(gcb)2017-09-192-1/+7
* Revert "Explicitly raise ValueError in to_primitive"2.20.0ChangBo Guo(gcb)2017-07-172-2/+2
* Merge "Explicitly raise ValueError in to_primitive"2.19.1Jenkins2017-07-052-2/+2
|\
| * Explicitly raise ValueError in to_primitiveChangBo Guo(gcb)2017-05-172-2/+2
* | Don't iterate through addresses in netaddr.IPNetworkIhar Hrachyshka2017-06-162-1/+6
|/
* Prefer raising the python2.x type error for b64 decode errors2.16.0Joshua Harlow2017-01-092-6/+8
* Merge "Replace six.iteritems() with .items()"Jenkins2017-01-022-2/+2
|\
| * Replace six.iteritems() with .items()gecong19732016-12-122-2/+2
* | Don't raise TypeError for invalid b64Stephen Finucane2016-12-142-1/+11
* | Replaces uuid.uuid4 with uuidutils.generate_uuid()Luong Anh Tuan2016-12-051-2/+2
|/
* Merge "Fix serialization of binary strings in Python3"2.13.0Jenkins2016-08-042-3/+12
|\
| * Fix serialization of binary strings in Python3Gevorg Davoian2016-08-012-3/+12
* | Fix parameters of assertEqual are misplacedyanheven2016-07-233-68/+68
|/
* Use {} instead of dict()Edan David2016-06-211-2/+2
* Merge "Support serializing ipaddress objs with jsonutils"2.9.0Jenkins2016-06-092-1/+18
|\
| * Support serializing ipaddress objs with jsonutilsJim Baker2016-06-072-1/+18
* | Replace TypeError by ValueError in msgpackutils2.8.0Gevorg Davoian2016-06-084-7/+10
|/
* Merge "Unified and simplified API for all serializers"Jenkins2016-04-084-0/+132
|\
| * Unified and simplified API for all serializersGevorg Davoian2016-04-044-0/+132
* | Merge "Make msgpack registries copyable (and add __contains__)"Jenkins2016-03-242-26/+346
|\ \
| * | Make msgpack registries copyable (and add __contains__)Joshua Harlow2016-03-142-26/+346
| |/
* | msgpack: fix datetime serializationMehdi Abaakouk2016-03-141-11/+32
|/
* Remove fallback to simplejson in jsonutilsIan Cordasco2016-01-122-29/+2
* msgpackutils: drop Python 2.6 support2.1.0ChangBo Guo(gcb)2015-11-211-15/+1
* Use versionadded and versionchanged in docVictor Stinner2015-10-153-8/+48
* Add utilities for base641.10.0Victor Stinner2015-10-012-0/+135
* Also check for the existence of `items` in to_primitive()Sirushti Murugesan2015-09-302-0/+49
* Add jsonutils.dump_as_bytes() function for py3Victor Stinner2015-09-232-0/+25
* Stop using deprecated oslo_utils.timeutils.strtimeBrant Knudson2015-06-301-1/+1
* Revert "jsonutils: replace strtime() usage with isoformat()"1.6.0Davanum Srinivas (dims)2015-06-012-9/+3