1. 65bab75 Treat "Z" offset in datetime as case-insensitive (#435) by Martin Tournoij · 10 months ago master
  2. 6d51c0a Allow using heterogeneous arrays (#434) by Martin Tournoij · 10 months ago
  3. f6e1e4c Fix toml-test scripts (#433) by Martin Tournoij · 10 months ago
  4. ce4f7a4 iterate over all files in toml-test/tests/{valid,invalid}, including sub dirs (#427) by HLiang · 10 months ago
  5. 2a8e94e Add github CI (#432) by Bohdan · 10 months ago
  6. 06f54ed Fix #430: list index out of range (#431) by Bohdan · 10 months ago
  7. 7ffcfa3 Support subtypes of basic types when encoding (#428) by Abraham Murciano · 11 months ago
  8. 5706d31 Support pickle for TomlTz. Fix #407 (#410) by Kosuke Mizuno · 1 year, 7 months ago
  9. 59d83d0 fix typos in CONTRIBUTING (#379) by nabbisen · 2 years, 4 months ago
  10. 3f637db Bump version to 0.10.2 (#333) by Will Pearson · 3 years, 9 months ago 0.10.2
  11. 9a85ffe Update PYI files (#332) by Will Pearson · 3 years, 9 months ago
  12. 2846c42 Update README.rst (#329) by Samuel Huang · 3 years, 9 months ago
  13. 230f0c9 Fix #287: Broken quoted section name starts with dot (#330) by Will Pearson · 3 years, 9 months ago
  14. 3a034ec feat: Add official support for Python 3.9. (#325) by Michael Seifert · 3 years, 9 months ago
  15. 38a9685 show meaningful error message for wrong case booleans (#315) by Peter H · 3 years, 9 months ago
  16. 16a6441 Add __deepcopy__ method to TomlTz class. Fix #308 (#309) by Juan-Pablo Scaletti · 3 years, 9 months ago
  17. 9be6458 ids were based on the string, rather than the actual object which causes incorrect detection of circular references (#303) by dirkphilip · 4 years ago
  18. a952ed8 Skip numpy tests when numpy is not available (#298) by Michał Górny · 4 years ago
  19. 4c246bb added toml.dump example to Quick Tutorial (#301) by Matthew Thomas · 4 years, 1 month ago
  20. a86fc1f Update copyright notices by Uiri · 4 years, 3 months ago 0.10.1
  21. a853965 Merge #278: allow loading from bytes paths. by Uiri · 4 years, 3 months ago
  22. 75afe24 Ignored flake8 E741 on line 147 of toml/decoder.py by Matthew Raspberry · 4 years, 3 months ago
  23. ef24830 Removed test for unexpected EOF while parsing string by Matthew Raspberry · 4 years, 3 months ago
  24. 09116c2 Fixed flake8 issues by Matthew Raspberry · 4 years, 3 months ago
  25. 5430910 Raise an exception if EOF is reached and a string is unterminated by Matthew Raspberry · 4 years, 3 months ago
  26. b809210 Allow loading from bytes paths. by Benjamin Peterson · 4 years, 7 months ago
  27. f4f0b84 Fix the issue where the parser fails on time attr with no space after = (#266) by salmangano · 4 years, 7 months ago
  28. 7d88a0d Add support for Python 3.8 (#268) by Hugo van Kemenade · 4 years, 7 months ago
  29. 30267db Fix #239: Handle arrays of multiline strings (#264) by Will Pearson · 4 years, 9 months ago
  30. 9c9d4be Close #233: Add TomlPathlibEncoder (#263) by Will Pearson · 4 years, 10 months ago
  31. 17625de Fix #258: Fix bad syntax handling (#262) by Will Pearson · 4 years, 10 months ago
  32. d076f45 Improve professionalism of error message. (#260) by Will Pearson · 4 years, 10 months ago
  33. deb0365 Merge work on preserve comments by Uiri · 5 years ago
  34. 3a169c6 Work on #77 preserve comments through dumps/loads by Uiri · 5 years ago preserve-comments
  35. c00f0cd refactor by PrajwalM2212 · 5 years ago
  36. 7963467 Add comment support by PrajwalM2212 · 5 years ago
  37. dd1c028 Extend TomlNumpyEncoder to numpy integer types. (#250) by Filippo Broggini · 5 years ago
  38. f0e9da7 Small documentation and argument update (#248) by Miles Lucas · 5 years ago
  39. 9977c15 Fix dump test: use OrderedDict by Uiri · 5 years ago ordered
  40. 554bb44 Remove precision from dump float (#245) by Dave Poulter · 5 years ago
  41. 76e5b82 When calling load() with an array of filenames, use the requested (#235) by Andrew Plotkin · 5 years ago
  42. cc014cb MANIFEST.in: Add test.toml (#231) by John Vandenberg · 5 years ago
  43. 021118d Fix broken api_test.py by Uiri · 5 years ago
  44. 18a6642 Fix #234: _dict not passed to TomlDecoder in load by Uiri · 5 years ago
  45. ea8d5a3 Add py37 to envlist in tox.ini by Tsuyoshi Hombashi · 6 years ago
  46. df3c893 Revert a test case by Tsuyoshi Hombashi · 6 years ago
  47. 1f14df1 Fix loading values when a line has " }" after a boolean by Tsuyoshi Hombashi · 6 years ago
  48. f83c9cd Add support for decimal.Decimal encoding by Tsuyoshi Hombashi · 6 years ago
  49. 6e99268 Pass python_requires argument to setuptools by Jon Dufresne · 6 years ago
  50. bcb05ef Fix ResourceWarning: unclosed file in test_api.py by Mickaël Schoentgen · 6 years ago
  51. b5453be Add unit test for TomlNumpyEncoder by Uiri · 6 years ago
  52. 0676d1d Add TomlNumpyEncoder by Uiri · 6 years ago
  53. c5298cf Fix decoding_test.sh by Uiri · 6 years ago
  54. 7bafb6e Fix #205: Bug in array of nested inline tables by Uiri · 6 years ago
  55. 3a694e9 Fix #209: Perform proper escaping on quoted keys by Uiri · 6 years ago
  56. 4cc9378 Ignore flake line break warning by Uiri · 6 years ago
  57. 7dd67a6 Fix #217: dumps unable to detect circular refs by Uiri · 6 years ago
  58. 660dd2d Change to avoid "DeprecationWarning: invalid escape sequence" by Tsuyoshi Hombashi · 6 years ago
  59. 9633573 Fix #206: Unescape quoted keys by Uiri · 6 years ago
  60. 0a2cd0e Do not raise an error for escaped quote in quoted key by Uiri · 6 years ago
  61. 4935f61 Close #203: clearer language about current spec by Uiri · 6 years ago 0.10.0
  62. e0a8062 Include tests in source distribution; clean up MANIFEST.in by Jon Dufresne · 6 years ago
  63. f849546 Call to super should use explicit class by Matt Martz · 6 years ago
  64. ddd39c2 Fix #198: Proper literal string handling by Uiri · 6 years ago
  65. 349ab70 Fix #196: bug for datetime without tz info by Uiri · 6 years ago
  66. 1ef2ead Add some final trove classifiers to help document the project by Jon Dufresne · 6 years ago
  67. a444a36 Bump spec version to 0.5.0 by Uiri · 6 years ago
  68. 85e5240 Remove pseudonym and update copyright by Uiri · 6 years ago
  69. 2c22527 Fix IndexError (related to #170 ) by Uiri · 6 years ago
  70. ab5cf76 Fix #158: Parse quoted key table with brackets by Uiri · 6 years ago
  71. 11dc421 Fix #145: Adjust split on = for quoted keys by Uiri · 6 years ago
  72. 6978065 Refactor quotesplit logic. Fix dotted keys bugs by Uiri · 6 years ago
  73. ac29c55 Close #163: dotted keys support by Uiri · 6 years ago
  74. 5fe2667 Fix #161: Raise error instead of looping forever by Uiri · 6 years ago
  75. f2fe1ce Allow only scalar Unicode values per TOML spec by Uiri · 6 years ago
  76. 0a6f804 Fix microsecond and timezone decoding bugs by Uiri · 6 years ago
  77. b11cd53 Merge branch 'pr-191-license' into master by Uiri · 6 years ago
  78. 8862549 Add trove classifiers for additional Python support by Jon Dufresne · 6 years ago
  79. 6037d11 Add trove classifier for license by Jon Dufresne · 6 years ago
  80. 72c4f47 Fix messed up revert by Uiri · 6 years ago
  81. 849015f Revert "Skip tox for Python 3.3" by Uiri · 6 years ago
  82. 7a21154 Correct capitalization of PyPI (not PyPi) by Jon Dufresne · 6 years ago
  83. f8d3819 Tidy RELEASE.rst by Jon Dufresne · 6 years ago
  84. 6f12328 Enable pip cache in Travis CI by Jon Dufresne · 6 years ago
  85. db77d99 Update all pypi.python.org URLs to pypi.org by Jon Dufresne · 6 years ago
  86. fc22727 Include license file in the generated wheel package by Jon Dufresne · 6 years ago
  87. 0c1bbf6 Fix Python 3.7 travis configuration by Jon Dufresne · 6 years ago
  88. e78f13a Drop Python 3.3 for Travis. Add Python 3.7 by Uiri · 6 years ago
  89. 4d09672 Add inf and nan support by Uiri · 6 years ago
  90. 77756e8 Fix #176: -0 and +0 causing IndexError by Uiri · 6 years ago
  91. c0d1fcc Add local-date support by Uiri · 6 years ago
  92. 9aa18a5 Finish up local date support by Uiri · 6 years ago
  93. 39ead7e Merge #142 by Uiri · 6 years ago
  94. e02a1c1 Last commit made a mess because someone was too lazy to run the tests by César Rojas · 6 years ago
  95. f9d9332 Fixed spacing issues and prevented hex numbers containing "e" to be mistaken for a float by César Rojas · 6 years ago
  96. 87b5e22 added support for hexadecimal, octal and binary numbers solving issue #169 by César Rojas · 6 years ago
  97. 886e55c Merge #105 by Uiri · 6 years ago
  98. ec4b5bd Update references from toml-test fork to main repo by Uiri · 6 years ago
  99. ad89179 Fix #160: Wrap barewords in strings by Uiri · 6 years ago
  100. 980315e Fix increase test coverage by Uiri · 6 years ago