1. c20c491 pre-commit autoupdate by pre-commit-ci[bot] · 3 weeks ago main upstream/master
  2. 920e20b Update performance benchmark and results by Taneli Hukkinen · 9 weeks ago
  3. 064e492 Merge pull request #280 from hukkin/version-2.4.0 by Taneli Hukkinen · 9 weeks ago
  4. a678e6f Bump version: 2.3.0 → 2.4.0 by Taneli Hukkinen · 9 weeks ago 2.4.0
  5. b8a1358 Tests: remove now needless "TOML compliance"->"burntsushi" format conversion by Taneli Hukkinen · 9 weeks ago
  6. 4979375 Update GitHub actions by Taneli Hukkinen · 9 weeks ago
  7. f890dd1 Update pre-commit hooks by Taneli Hukkinen · 9 weeks ago
  8. d9c65c3 Add 2.4.0 change log by Taneli Hukkinen · 9 weeks ago
  9. 0efe49d Update README for v2.4.0 by Taneli Hukkinen · 9 weeks ago
  10. 9eb2125 TOML 1.1: Make seconds optional in Date-Time and Time (#203) by Taneli Hukkinen · 9 weeks ago
  11. 12314bd TOML 1.1: Add \xHH Unicode escape code to basic strings (#202) by Taneli Hukkinen · 9 weeks ago
  12. 2a2aa62 TOML 1.1: Allow newlines and trailing comma in inline tables (#200) by Taneli Hukkinen · 9 weeks ago
  13. 38297f8 Xfail on tests for TOML 1.1 features not yet supported by Taneli Hukkinen · 9 weeks ago
  14. fc9c79f Update external test data to comply with TOML v1.1 by Taneli Hukkinen · 9 weeks ago
  15. 2017309 Rename CI job that builds binary wheels by Taneli Hukkinen · 10 weeks ago
  16. 5bda557 Build Windows arm64 wheels (#272) by Finn Womack · 10 weeks ago
  17. d6b9bb0 Build ARM wheels on ARM hardware (#276) by Hugo van Kemenade · 10 weeks ago
  18. 0921abf TOML 1.1: Add shorthand for escape character (#201) by Taneli Hukkinen · 3 months ago
  19. 871f2c1 [pre-commit.ci] auto fixes from pre-commit.com hooks by pre-commit-ci[bot] · 3 months ago
  20. 5e2265e Disable flake8 cyclomatic complexity check by Taneli Hukkinen · 3 months ago
  21. 63820df Disable failing flake8 warning by Taneli Hukkinen · 3 months ago
  22. 740e498 Test Python 3.15-dev by Taneli Hukkinen · 5 months ago
  23. 0b15882 Merge pull request #266 from hukkin/version-2.3.0 by Taneli Hukkinen · 5 months ago
  24. 3fccd16 Bump version: 2.2.1 → 2.3.0 by Taneli Hukkinen · 5 months ago 2.3.0
  25. 6504016 Add 2.3.0 changelog by Taneli Hukkinen · 5 months ago
  26. 0bc66fc Remove now off-by-default PyPy from cibuildwheel skip list by Taneli Hukkinen · 5 months ago
  27. 0aa242f Update license metadata to appease PEP 639 by Taneli Hukkinen · 5 months ago
  28. a18221e Bump GitHub CI actions by Taneli Hukkinen · 5 months ago
  29. 6fa4d90 [pre-commit.ci] pre-commit autoupdate (#260) by pre-commit-ci[bot] · 5 months ago
  30. b974fa1 [pre-commit.ci] pre-commit autoupdate (#248) by pre-commit-ci[bot] · 9 months ago
  31. f574f36 Update mypy to 1.15 and use `--strict` mode (#257) by sobolevn · 11 months ago
  32. 1da01ef Reduce import time by removing `typing` import (#251) by Taneli Hukkinen · 1 year, 2 months ago
  33. 4188188 Reduce import time by removing `string` and `tomli._types` imports by Taneli Hukkinen · 1 year, 2 months ago
  34. 42a570d tooling: add tox wrapper that enables mypyc (#246) by Taneli Hukkinen · 1 year, 4 months ago
  35. 5723018 Add 2.2.1 changelog by Taneli Hukkinen · 1 year, 4 months ago
  36. 067b7ca Merge pull request #244 from hukkin/readme by Taneli Hukkinen · 1 year, 4 months ago
  37. 73c3d10 Bump version: 2.2.0 → 2.2.1 by Taneli Hukkinen · 1 year, 4 months ago 2.2.1
  38. 7c2368d Don't build wheels for Python versions requiring tomli by Taneli Hukkinen · 1 year, 4 months ago
  39. c48e4e1 Bump version: 2.1.0 → 2.2.0 by Taneli Hukkinen · 1 year, 4 months ago 2.2.0
  40. 7604741 Update README by Taneli Hukkinen · 1 year, 4 months ago
  41. 0724e2a Annotate global constants as Final to speed up compiled code by Taneli Hukkinen · 1 year, 4 months ago
  42. 149547d Create binary wheels with mypyc (#242) by Taneli Hukkinen · 1 year, 4 months ago
  43. 443a0c1 pre-commit autoupdate and autofix by Taneli Hukkinen · 1 year, 4 months ago
  44. 48461cf Merge pull request #240 from hukkin/version-2.1.0 by Taneli Hukkinen · 1 year, 4 months ago
  45. d6e045b Bump version: 2.0.2 → 2.1.0 by Taneli Hukkinen · 1 year, 4 months ago 2.1.0
  46. d1d6a85 Add attributes to TOMLDecodeError. Deprecate free-form `__init__` args (#238) by Taneli Hukkinen · 1 year, 4 months ago
  47. 59ed9ef Add a comment about implicit lru_cache bound by Taneli Hukkinen · 1 year, 5 months ago
  48. 9d25b3f Test against Python 3.13 final (#237) by Taneli Hukkinen · 1 year, 5 months ago
  49. f57fb66 Add test coverage for text mode error (#231) by Shantanu · 1 year, 5 months ago
  50. 4be816b Convert tox config to native TOML by Taneli Hukkinen · 1 year, 5 months ago
  51. e2f8d2d Merge pull request #233 from hukkin/version-2.0.2 by Taneli Hukkinen · 1 year, 5 months ago
  52. 3ec6775 Bump version: 2.0.1 → 2.0.2 by Taneli Hukkinen · 1 year, 5 months ago 2.0.2
  53. 1dcd317 Add v2.0.2 changelog by Taneli Hukkinen · 1 year, 5 months ago
  54. c94ee69 Fix GitHub Actions badge by Taneli Hukkinen · 1 year, 5 months ago
  55. 4e245a4 `tomli.loads`: Raise TypeError not AttributeError. Improve message (#229) by Taneli Hukkinen · 1 year, 5 months ago
  56. facdab0 Update pre-commit. Remove docformatter by Taneli Hukkinen · 1 year, 6 months ago
  57. a613867 Use sys.version_info in compatibility layer (#220) by Shantanu · 2 years, 3 months ago
  58. 39eff9b Add support for Python 3.12, drop EOL 3.7 (#224) by Hugo van Kemenade · 2 years, 3 months ago
  59. 0054e60 [pre-commit.ci] pre-commit autoupdate (#208) by pre-commit-ci[bot] · 2 years, 11 months ago
  60. 1bd3345 Test against Python 3.12-dev by Taneli Hukkinen · 3 years, 4 months ago
  61. 5646e69 Type annotate as `IO[bytes]`, not `BinaryIO` by Taneli Hukkinen · 3 years, 4 months ago
  62. 3dd938e Test against Python 3.11 final (#212) by Dimitri Papadopoulos Orfanos · 3 years, 4 months ago
  63. b7b7ad6 Update docs post Python 3.11 (#209) by Taneli Hukkinen · 3 years, 5 months ago
  64. 95ef3cf Update pre-commit hooks by Taneli Hukkinen · 3 years, 5 months ago
  65. 7e563ee Update GitHub actions by Taneli Hukkinen · 3 years, 10 months ago
  66. a9c190e Enforce relative imports by Taneli Hukkinen · 3 years, 10 months ago
  67. 79ecd43 Add a poor man's xfail by Taneli Hukkinen · 4 years ago
  68. c29d628 Add asserts. Edit readme by Taneli Hukkinen · 4 years ago
  69. 2ea3084 Note tomllib in the README (#186) by Taneli Hukkinen · 4 years, 1 month ago
  70. 22a3ab1 Require 100% coverage without external tests by Taneli Hukkinen · 4 years, 1 month ago
  71. e2e6477 Remove commented out test code by Taneli Hukkinen · 4 years, 1 month ago
  72. ad96211 Update fuzzer, profiler, and benchmark results by Taneli Hukkinen · 4 years, 1 month ago
  73. 91c2198 Merge pull request #181 from hukkin/version-2.0.1 by Taneli Hukkinen · 4 years, 1 month ago
  74. 36ef51d Bump version: 2.0.0 → 2.0.1 by Taneli Hukkinen · 4 years, 1 month ago 2.0.1
  75. d21aa80 Add changelog for v2.0.1 by Taneli Hukkinen · 4 years, 1 month ago
  76. 794c8e5 Eagerly raise an error if parse_float produces illegal types (#180) by Taneli Hukkinen · 4 years, 1 month ago
  77. 0eaf93d Allow `parse_float` to return values with `append` attr by Taneli Hukkinen · 4 years, 1 month ago
  78. ecc36aa Improve/add license headers (#176) by Taneli Hukkinen · 4 years, 1 month ago
  79. 0476375 [pre-commit.ci] pre-commit autoupdate (#178) by pre-commit-ci[bot] · 4 years, 1 month ago
  80. 8b962e1 Raise a friendly `TypeError` for wrong file mode (#175) by Shantanu · 4 years, 1 month ago
  81. e4da05c Reorganize test data by Taneli Hukkinen · 4 years, 2 months ago
  82. 417f335 Add test data (#174) by Taneli Hukkinen · 4 years, 2 months ago
  83. 7349d78 Improve error messages by Taneli Hukkinen · 4 years, 2 months ago
  84. f2257d7 Remove docstring by Taneli Hukkinen · 4 years, 2 months ago
  85. 909fe0b Add pre-commit hook for license by Taneli Hukkinen · 4 years, 2 months ago
  86. 5c08d1c Allow testing other module names by changing one line (#168) by Taneli Hukkinen · 4 years, 2 months ago
  87. 5701c0b Update burntsushi tests to commit 4634fdf by Taneli Hukkinen · 4 years, 2 months ago
  88. f0d053f Remove pytest, move to src layout (#163) by Taneli Hukkinen · 4 years, 2 months ago
  89. b5dc34c Move profiler to a dedicated folder by Taneli Hukkinen · 4 years, 2 months ago
  90. a355878 Migrate test_misc.py to unittest (#161) by Taneli Hukkinen · 4 years, 2 months ago
  91. f665cfe Migrate test_error.py to unittest (#160) by Taneli Hukkinen · 4 years, 2 months ago
  92. a54d95e Remove python-dateutil test dependency (#158) by Taneli Hukkinen · 4 years, 2 months ago
  93. 1e8c55c [pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · 4 years, 3 months ago
  94. c00fbc1 Test recursion limits of inline array and table parsing by Taneli Hukkinen · 4 years, 3 months ago
  95. 870b097 Use relative imports within package by Thomas Kluyver · 4 years, 3 months ago
  96. ddf5e54 Add v1.2.3 changelog by Taneli Hukkinen · 4 years, 3 months ago
  97. f103e39 Merge pull request #152 from hukkin/version-2.0.0 by Taneli Hukkinen · 4 years, 3 months ago
  98. 97b61d5 Bump version: 1.2.2 → 2.0.0 by Taneli Hukkinen · 4 years, 3 months ago 2.0.0
  99. e4f44e3 Allow lower case "t" and "z" in datetimes (#149) by oittaa · 4 years, 3 months ago
  100. 77dce70 Dont hardcode module name (#145) by Taneli Hukkinen · 4 years, 3 months ago