1. 235ab98 Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(dot)net). by Kirill Simonov · 16 years ago
  2. 96fcba3 Improve output of float values. Fix #49. by Kirill Simonov · 18 years ago
  3. 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
  4. 29413ea Fix timestamp constructing and representing (close #25). by Kirill Simonov · 19 years ago
  5. 8b083c6 Subclass all base classes from `object`. by Kirill Simonov · 19 years ago
  6. 056fe5c Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not correctly handled. by Kirill Simonov · 19 years ago
  7. 500659d Revamp the inf/nan handling again. by Kirill Simonov · 19 years ago
  8. 810977b Dynamically determine the inf and nan values. Should fix #14. by Kirill Simonov · 19 years ago
  9. 80ba450 Add a way to override default style chosen by Representer: fix #9 by Kirill Simonov · 19 years ago
  10. cd21dc6 1e30000 => 1e300000 by Kirill Simonov · 19 years ago
  11. 410d822 Prepare setup.py for release. Fix #7. by Kirill Simonov · 19 years ago
  12. e8eed63 Sort object attributes. by Kirill Simonov · 19 years ago
  13. c87ce16 Add support for pickling/unpickling python objects. by Kirill Simonov · 19 years ago
  14. 80ed3f1 Fix bugs in emitter and representer. by Kirill Simonov · 19 years ago
  15. 19e134b Add constructors for some simple python types. by Kirill Simonov · 19 years ago
  16. b12e7fe Refactor resolver. by Kirill Simonov · 19 years ago
  17. 6a97abb Major refactoring. by Kirill Simonov · 19 years ago
  18. fcf5d61 Fix allow_unicode (ticket:3). by Kirill Simonov · 19 years ago
  19. cc316a4 Implement yaml.dump(). by Kirill Simonov · 19 years ago