Clone this repo:
  1. 59d83d0 fix typos in CONTRIBUTING (#379) by nabbisen · 1 year, 2 months ago master
  2. 3f637db Bump version to 0.10.2 (#333) by Will Pearson · 2 years, 7 months ago 0.10.2
  3. 9a85ffe Update PYI files (#332) by Will Pearson · 2 years, 7 months ago
  4. 2846c42 Update README.rst (#329) by Samuel Huang · 2 years, 7 months ago
  5. 230f0c9 Fix #287: Broken quoted section name starts with dot (#330) by Will Pearson · 2 years, 7 months ago
  6. 3a034ec feat: Add official support for Python 3.9. (#325) by Michael Seifert · 2 years, 7 months ago
  7. 38a9685 show meaningful error message for wrong case booleans (#315) by Peter H · 2 years, 7 months ago
  8. 16a6441 Add __deepcopy__ method to TomlTz class. Fix #308 (#309) by Juan-Pablo Scaletti · 2 years, 7 months ago
  9. 9be6458 ids were based on the string, rather than the actual object which causes incorrect detection of circular references (#303) by dirkphilip · 2 years, 9 months ago
  10. a952ed8 Skip numpy tests when numpy is not available (#298) by Michał Górny · 2 years, 9 months ago
  11. 4c246bb added toml.dump example to Quick Tutorial (#301) by Matthew Thomas · 3 years ago
  12. a86fc1f Update copyright notices by Uiri · 3 years, 1 month ago 0.10.1
  13. a853965 Merge #278: allow loading from bytes paths. by Uiri · 3 years, 1 month ago
  14. 75afe24 Ignored flake8 E741 on line 147 of toml/decoder.py by Matthew Raspberry · 3 years, 1 month ago
  15. ef24830 Removed test for unexpected EOF while parsing string by Matthew Raspberry · 3 years, 1 month ago
  16. 09116c2 Fixed flake8 issues by Matthew Raspberry · 3 years, 1 month ago
  17. 5430910 Raise an exception if EOF is reached and a string is unterminated by Matthew Raspberry · 3 years, 1 month ago
  18. b809210 Allow loading from bytes paths. by Benjamin Peterson · 3 years, 5 months ago
  19. f4f0b84 Fix the issue where the parser fails on time attr with no space after = (#266) by salmangano · 3 years, 5 months ago
  20. 7d88a0d Add support for Python 3.8 (#268) by Hugo van Kemenade · 3 years, 5 months ago