Sign in
flutter
/
third_party
/
pyyaml
/
466bc3865c0609f2c813ff982f56cdbd8e46db68
/
lib
/
yaml
/
representer.py
235ab98
Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(dot)net).
by Kirill Simonov
· 16 years ago
96fcba3
Improve output of float values. Fix #49.
by Kirill Simonov
· 18 years ago
21483f2
Use the types module instead of constructing type objects by hand. Fix #41. Thanks to v.haisman@sh.cvut.cz for the patch.
by Kirill Simonov
· 18 years ago
29413ea
Fix timestamp constructing and representing (close #25).
by Kirill Simonov
· 19 years ago
8b083c6
Subclass all base classes from `object`.
by Kirill Simonov
· 19 years ago
056fe5c
Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not correctly handled.
by Kirill Simonov
· 19 years ago
500659d
Revamp the inf/nan handling again.
by Kirill Simonov
· 19 years ago
810977b
Dynamically determine the inf and nan values. Should fix #14.
by Kirill Simonov
· 19 years ago
80ba450
Add a way to override default style chosen by Representer: fix #9
by Kirill Simonov
· 19 years ago
cd21dc6
1e30000 => 1e300000
by Kirill Simonov
· 19 years ago
410d822
Prepare setup.py for release. Fix #7.
by Kirill Simonov
· 19 years ago
e8eed63
Sort object attributes.
by Kirill Simonov
· 19 years ago
c87ce16
Add support for pickling/unpickling python objects.
by Kirill Simonov
· 19 years ago
80ed3f1
Fix bugs in emitter and representer.
by Kirill Simonov
· 19 years ago
19e134b
Add constructors for some simple python types.
by Kirill Simonov
· 19 years ago
b12e7fe
Refactor resolver.
by Kirill Simonov
· 19 years ago
6a97abb
Major refactoring.
by Kirill Simonov
· 19 years ago
fcf5d61
Fix allow_unicode (ticket:3).
by Kirill Simonov
· 19 years ago
cc316a4
Implement yaml.dump().
by Kirill Simonov
· 19 years ago