1. 8641351 Update README.fuchsia by Petr Hosek · 6 years ago main master
  2. ce58143 Update README.fuchsia by Damien Miller · 6 years ago
  3. 0da990a Link to upstream in README.fuchsia by Damien Miller · 6 years ago
  4. 4245607 Merge pull request #31 from raphlinus/master by Martin Vejnár · 7 years ago
  5. ed6ae5e Add support for keys being literal strings by Raph Levien · 7 years ago
  6. 270397b Bump version to 0.1.13. by Martin Vejnár · 7 years ago v0.1.13
  7. 45b1221 Merge pull request #30 from mwilliamson/non-finite-float-errors by Martin Vejnár · 7 years ago
  8. 3cc8cc1 Raise error when dump is called with non-finite floats by Michael Williamson · 7 years ago
  9. 23afb8a Test filename is included in parse errors by Michael Williamson · 7 years ago
  10. 0495b01 Use py.test to run additional tests by Michael Williamson · 7 years ago
  11. 32122ae Ignore *.pyc by Michael Williamson · 7 years ago
  12. 67b6864 Use tox to run tests by Michael Williamson · 7 years ago
  13. e4ec5fb Bump version. by Martin Vejnár · 7 years ago v0.1.12
  14. 0b63d2a Merge pull request #24 from yangle/master by Martin Vejnár · 7 years ago
  15. 0c66395 Restore consistency with json.dump. Fixes #25. by Martin Vejnár · 7 years ago
  16. 048a796 Don't require `name` attribute on fileobjs. #23 by Martin Vejnár · 7 years ago
  17. c0d9430 fix float dumping by Yang-Le Wu · 7 years ago
  18. 01d900f Bump version to 0.1.11. by Martin Vejnár · 8 years ago v0.1.11
  19. 2c8af2d Fix issues with sort_key. by Martin Vejnár · 8 years ago
  20. de37c24 Merge pull request #20 from Ry4an/master by Martin Vejnár · 8 years ago
  21. 98dc8c1 Tweak test harness to handle failures correctly by Ry4an Brase · 8 years ago
  22. d883c7c Bumping the version once again. by Martin Vejnár · 8 years ago
  23. bdb69b8 Don't include the test subdir in releases. by Martin Vejnár · 8 years ago
  24. 047e1d6 Bump version number. by Martin Vejnár · 8 years ago
  25. b9e481c Fix https://github.com/avakar/pytoml/issues/17. by Martin Vejnár · 8 years ago
  26. c3594eb Bump version number. by Martin Vejnár · 8 years ago
  27. e54c9be Merge pull request #16 from njsmith/old-python-support by Martin Vejnár · 8 years ago
  28. 3e30eaa Add support for Python 2.6 and 3.3 by Nathaniel J. Smith · 8 years ago
  29. f2ef1c5 Update test suite, support python 3.5. by Martin Vejnár · 8 years ago
  30. 3cae3c2 Bump version. by Martin Vejnár · 9 years ago v0.1.7
  31. f596d84 Merge pull request #11 from ntrepid8/feature/add-sort-keys-3 by Martin Vejnár · 9 years ago
  32. 65d281e add sort_keys by Josh Austin · 9 years ago
  33. cd2a796 Allow leading zeros in exponents, at least for now. Closes #9. by Martin Vejnár · 9 years ago
  34. 482efc5 Merge pull request #8 from ntrepid8/feature/write-null-values-as-comments by Martin Vejnár · 9 years ago
  35. 422c47f update version to 0.1.5 by Josh Austin · 9 years ago
  36. 7d9e344 update style by Josh Austin · 9 years ago
  37. 6107503 update readme by Josh Austin · 9 years ago
  38. 4e15474 update gitignore by Josh Austin · 9 years ago
  39. b4fe7d0 comment out values of None without crashing, https://github.com/toml-lang/toml/issues/30 by Josh Austin · 9 years ago
  40. b5a7062 update style to PEP8 by Josh Austin · 9 years ago
  41. e39c7be Fix python3 support. by Martin Vejnár · 9 years ago
  42. 0fc6db4 Bump version. by Martin Vejnár · 9 years ago
  43. 72375b9 Fix underscores in float. by Martin Vejnár · 9 years ago
  44. 7ee6bae Test translated values, fix float comparisions. by Martin Vejnár · 9 years ago
  45. bf7babd Test now fails if not testcases are run. by Martin Vejnár · 9 years ago
  46. f0410ed Use a fork of the official toml-test repo for tests. by Martin Vejnár · 9 years ago
  47. 7fb1f1d Merge pull request #4 from ExpHP/underscore-patch by Martin Vejnár · 9 years ago
  48. 2f43131 Strip underscores for int() and float() by Michael Lamparski · 9 years ago
  49. eda1bfc Add travis badge to readme by Martin Vejnár · 9 years ago
  50. bfb0ee0 Fix travis config by Martin Vejnár · 9 years ago
  51. f1cec5e Add travis config by Martin Vejnár · 9 years ago
  52. ecc0dde Fix python3 issues by Martin Vejnár · 9 years ago
  53. 9dd87c2 Cleanup and bump version by Martin Vejnár · 9 years ago
  54. 2f9a3c9 Rewrite parser with PEG by Martin Vejnár · 9 years ago
  55. 3c32e01 Add a test for numeric-only keys by Martin Vejnár · 9 years ago
  56. 98e1e1a Add .gitignore by Martin Vejnár · 9 years ago
  57. bc3af64 Merge pull request #2 from andreabedini/patch-1 by Martin Vejnár · 9 years ago
  58. bbbacb0 Suggest installing with pip by Andrea Bedini · 9 years ago
  59. 6323c1a Merge pull request #1 from jgoleary/master by Martin Vejnár · 9 years ago
  60. 68efca8 Make duplicate_keys error message more specific by John O'Leary · 9 years ago
  61. ecfe135 Add dump and dumps. by Martin Vejnár · 9 years ago v0.1.2
  62. d9f1bf3 Support for datetime. by Martin Vejnár · 9 years ago
  63. 4b2f182 Fix array parsing. by Martin Vejnár · 9 years ago v0.1.1
  64. 02894f6 Add tests to the source distribution. by Martin Vejnár · 9 years ago
  65. 7ba882c Remove a forgotten section from README. by Martin Vejnár · 9 years ago
  66. 963c6c8 Fixes, Python 3 support. by Martin Vejnár · 9 years ago
  67. 14058d9 Added a license. by Martin Vejnár · 9 years ago
  68. cf383db Initial commit. by Martin Vejnár · 9 years ago