Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/serializers/pyyaml.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24558 -- Made dumpdata mapping ordering determinis...Simon Charette2015-04-021-0/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+6
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-1/+2
* Fixed #12914 -- Use yaml faster C implementation when ava...Claude Paroz2013-01-051-2/+9
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-1/+0
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Fixed #15197 -- Fixed yaml serialization into HttpResponseClaude Paroz2012-06-281-1/+2
* Favored text (StringIO) over binary content for deseriali...Claude Paroz2012-06-151-4/+4
* Fixed #18457 -- Fixed encoding error in yaml deserializerClaude Paroz2012-06-101-1/+5
* Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz2012-05-051-2/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed the exception handling when deserializing via gener...Jannis Leidel2012-02-101-0/+2
* Fixed #11970 -- Wrapped the exception happening during de...Jannis Leidel2012-02-091-3/+7
* Used yaml.safe_load instead of yaml.load, because safety ...Aymeric Augustin2011-11-011-1/+1
* Fixed #14888 -- Removing duplicated code in serialisers. ...Andrew Godwin2011-01-081-3/+0
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-6/+2
* Fixed #7052 -- Added support for natural keys in serializ...Russell Keith-Magee2009-12-141-3/+4
* Fixed #10240 -- Restored YAML serialization with Decimal ...Brian Rosner2009-02-121-1/+12
* Fixed #7990 -- Modified serializers to use StringIO, rath...Russell Keith-Magee2008-07-301-5/+3
* Fixed #6481 -- Fixed a bunch of import problems (and some...Malcolm Tredinnick2008-02-191-1/+0
* Fixed #6110 -- Mark the python format serializer as for i...Malcolm Tredinnick2007-12-171-0/+2
* Fixed a bug introduced in [6891]: the "safe" YAML seriali...Jacob Kaplan-Moss2007-12-041-0/+14
* Fixed #5268: the YAML serializer now uses yaml.safe_dump(...Jacob Kaplan-Moss2007-12-041-1/+1
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-2/+2
* Fixed #3466 -- Fixed problem with specifyin a 'fields' ar...Russell Keith-Magee2007-06-011-0/+2
* Fixed typo in docstring of YAML serializer.Russell Keith-Magee2007-03-151-2/+2
* Added a YAML serializer built on PyYAML (http://pyyaml.or...Jacob Kaplan-Moss2007-03-121-0/+36