summaryrefslogtreecommitdiff
path: root/lib/yaml/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 6.0 release6.0Matt Davis2021-10-131-1/+1
* 6.0b1 release6.0b1Matt Davis2021-10-041-1/+1
* The yaml.load{,_all} functions require Loader= nowIngy döt Net2021-09-231-42/+5
* Move code from lib3 to libThom Smith2021-09-221-0/+427
* Remove 2.7 supportThom Smith2021-09-221-431/+0
* 5.4.1 release5.4.1Ingy döt Net2021-01-201-1/+1
* 5.4 release5.4release/5.4Ingy döt Net2021-01-191-1/+1
* Build modernization (GHA, wheels, setuptools) (#407)Brad Solomon2021-01-131-1/+1
* Update version to 5.3.1Tina Müller2020-03-171-1/+1
* Changes for 5.3Tina Müller2020-01-061-1/+1
* Changes for 5.3b15.3b1Tina Müller2019-12-211-1/+1
* Use `is` instead of equality for comparing with NoneSergey Fursov2019-12-041-2/+2
* Version 5.25.2release/5.2Tina Müller2019-12-021-1/+1
* bump version to 5.2b1Matt Davis2019-11-251-1/+1
* Change default loader for add_implicit_resolver, add_path_resolverTina Müller2019-11-181-4/+14
* Add custom constructors to multiple loadersIngy döt Net2019-11-181-2/+7
* Change default loader for yaml.add_constructor (#287)Tina Müller (tinita)2019-11-181-4/+14
* changes for 5.1.2 release5.1.2release/5.1.2-finalMatt Davis2019-07-301-1/+1
* changes for 5.1.1 release5.1.1release/5.1.1-finalMatt Davis2019-06-061-1/+1
* Updates for 5.1 release5.1release/5.1-finalIngy döt Net2019-03-131-1/+1
* Make default_flow_style=FalseTina Müller2019-03-081-1/+1
* Allow to turn off sorting keys in DumperTina Müller2019-03-081-2/+2
* Deprecate/warn usage of yaml.load(input)Ingy döt Net2019-03-081-5/+96
* Reverting https://github.com/yaml/pyyaml/pull/74Ingy döt Net2018-06-301-25/+16
* Changes for 4.1 release4.1-retracted4.1Alex Gaynor2018-06-261-1/+1
* Changes for 4.01 releaseIngy döt Net2018-06-241-1/+1
* Make pyyaml safe by default.Alex Gaynor2017-08-261-16/+25
* Bumped the version number.Kirill Simonov2016-06-151-1/+1
* Bumped the version number.3.11Kirill Simonov2014-03-261-1/+1
* Updated the changelog and bumped the version number.Kirill Simonov2011-05-301-1/+1
* Clear cyclic references in the parser and the emitter to avoid extra GC calls.Kirill Simonov2011-05-301-20/+47
* Preparing the next release.Kirill Simonov2009-08-301-1/+1
* Fixed a typo in docstring.Kirill Simonov2009-08-291-1/+1
* Final touches before the release.Kirill Simonov2008-12-301-1/+1
* Handle the encoding of input and output streams in a uniform way.Kirill Simonov2008-12-301-10/+7
* Bumped the version number.Kirill Simonov2008-12-271-1/+1
* Dropped tests from the source distribution since LibYAML bindings do not pass...Kirill Simonov2008-10-031-2/+2
* Added attributes ``yaml.__version__`` and ``yaml.__libyaml__`` (fixes #85).Kirill Simonov2008-09-301-2/+4
* Use setuptools for setup.py. Dropped setup_with_libyaml.py; to build libyaml...Kirill Simonov2008-09-301-1/+2
* Make compose() and load() ensure that the input stream contains a single docu...Kirill Simonov2007-08-211-14/+12
* Allow for immutable subclasses of YAMLObject. Fixes #53.Kirill Simonov2007-05-081-0/+1
* Completely rewrite the libyaml bindings.Kirill Simonov2006-08-131-0/+5
* Fix #11 (Thanks to edemaine(at)mit.edu).Kirill Simonov2006-05-061-1/+1
* Add a way to override default style chosen by Representer: fix #9Kirill Simonov2006-05-041-1/+4
* Add support for pickling/unpickling python objects.Kirill Simonov2006-04-221-0/+9
* Fix !!python/name for Python 2.3. Clear the yaml module namespace.Kirill Simonov2006-04-211-12/+0
* Refactor resolver.Kirill Simonov2006-04-161-6/+17
* Major refactoring.Kirill Simonov2006-04-151-75/+244
* Fix allow_unicode (ticket:3).Kirill Simonov2006-04-121-2/+2
* Implement yaml.dump().Kirill Simonov2006-04-111-3/+73