1. 0ab935a Remove backporting expectation for Python 2 by Kim Davies · 18 hours ago master
  2. 0ba2f99 Clarify UTS46 processing (fixes #180) by Kim Davies · 18 hours ago
  3. dd2a815 Merge pull request #181 from hugovk/add-3.13 by Kim Davies · 19 hours ago
  4. 1797e96 Bump GitHub Actions by Hugo van Kemenade · 29 hours ago
  5. c0fa076 Drop support for untestable EOL Python 3.5 by Hugo van Kemenade · 29 hours ago
  6. 461f610 Add support for Python 3.13 by Hugo van Kemenade · 29 hours ago
  7. 260bc60 Keep running other jobs even if one fails by Hugo van Kemenade · 29 hours ago
  8. 5b78296 Merge pull request #176 from kjd/issue-174 by Kim Davies · 3 months ago
  9. b0d8f3c Restore IDNAError exception for codepoints that don't exist in Unicode by Kim Davies · 3 months ago
  10. 1d365e1 Release v3.7 by Kim Davies · 4 months ago v3.7
  11. c1b3154 Merge pull request #172 from kjd/optimize-contextj by Kim Davies · 4 months ago
  12. 0394ec7 Merge branch 'master' into optimize-contextj by Kim Davies · 4 months ago
  13. cd58a23 Merge pull request #152 from elliotwutingfeng/dev by Kim Davies · 4 months ago
  14. 5beb28b More efficient resolution of joiner contexts by Kim Davies · 4 months ago
  15. 1b12148 Update ossf/scorecard-action to v2.3.1 by Kim Davies · 4 months ago
  16. d516b87 Update Github actions/checkout to v4 by Kim Davies · 4 months ago
  17. c095c75 Merge branch 'master' into dev by Wu Tingfeng · 7 months ago
  18. 60a0a4c Fix typo in GitHub Actions workflow key by Wu Tingfeng · 7 months ago
  19. 5918a0e Merge branch 'master' into dev by Wu Tingfeng · 8 months ago
  20. 974e864 Merge pull request #167 from kjd/add-missing-files-to-sdist by Kim Davies · 8 months ago
  21. e96ba04 Restore tools/ and HISTORY.rst to sdist (fixes #166) by Kim Davies · 8 months ago
  22. f26d306 Merge pull request #165 from kjd/release-3.6 by Kim Davies · 8 months ago
  23. 4ae74cf Release v3.6 by Kim Davies · 8 months ago v3.6
  24. 21888f3 Merge pull request #164 from mgorny/sdist-test by Kim Davies · 8 months ago
  25. c5ba76a Include tests in sdist by Michał Górny · 8 months ago
  26. 2eb16d3 Merge pull request #162 from kjd/release-3.5 by Kim Davies · 8 months ago
  27. 89cd061 Release v3.5 by Kim Davies · 8 months ago v3.5
  28. 9fc29cd Merge pull request #161 from kjd/master by Kim Davies · 8 months ago
  29. acb8c4a Merge pull request #160 from cclauss/patch-1 by Kim Davies · 8 months ago
  30. adca101 README.rst: Fix typos by Christian Clauss · 8 months ago
  31. 33a8f7b Merge pull request #159 from diogoteles08/add-scorecard by Kim Davies · 8 months ago
  32. 354a412 Add Scorecard GitHub Action by Diogo Teles Sant'Anna · 8 months ago
  33. b178976 Merge branch 'master' into dev by Kim Davies · 8 months ago
  34. 0166089 Reflect Unicode 15.1 in history by Kim Davies · 8 months ago
  35. aa97abe Update history for 3.5 changes by Kim Davies · 8 months ago
  36. e004fd2 Improve security text grammar; wrap text by Kim Davies · 8 months ago
  37. fc91a61 Merge pull request #148 from kjd/add-setup-cfg by Kim Davies · 8 months ago
  38. a8cdc4f Use Python path manipulation rather than symlink (issue #151) (#154) by Kim Davies · 8 months ago
  39. 3981913 Merge pull request #153 from kjd/unicode-15.1 by Kim Davies · 8 months ago
  40. 7022883 Remove mypy checking for Python 3.7 by Kim Davies · 8 months ago
  41. 0a04365 Remove unused "type: ignore" comment per mypy by Kim Davies · 8 months ago
  42. af168e9 Update to Unicode 15.1 by Kim Davies · 8 months ago
  43. 068f48f Remove redundant steps by Wu Tingfeng · 8 months ago
  44. 1543039 setup.cfg: Add idna package, skip packaging tests by Kim Davies · 12 months ago
  45. bab3932 Add setup.cfg (issue #129) by Kim Davies · 12 months ago
  46. cab054c Merge pull request #147 from hugovk/add-3.12 by Kim Davies · 12 months ago
  47. e098a1f Add support for Python 3.12 by Hugo van Kemenade · 12 months ago
  48. 8c703c7 Merge branch 'master' of github.com:kjd/idna by Kim Davies · 1 year, 2 months ago
  49. 636aaf8 Update history with recent commits; Minor grammar fixes by Kim Davies · 1 year, 2 months ago
  50. 0c51500 Merge pull request #143 from diogoteles08/docs/security-policy by Kim Davies · 1 year, 2 months ago
  51. 888ff11 Merge branch 'master' into docs/security-policy by Kim Davies · 1 year, 2 months ago
  52. 34b515c Don't test types with mypy for 3.5 and 3.6 by Kim Davies · 1 year, 2 months ago
  53. 701288b Merge pull request #145 from jribbens/master by Kim Davies · 1 year, 2 months ago
  54. 81446d4 Update README examples with new codec name by Jon Ribbens · 1 year, 2 months ago
  55. 8b27ab9 Coerce input types more reliably by Jon Ribbens · 1 year, 2 months ago
  56. b11a2ac Explicitly test foo.encode()/decode() by Jon Ribbens · 1 year, 2 months ago
  57. 9df8ff2 Add tests for codec decode/encode and streams by Jon Ribbens · 1 year, 2 months ago
  58. b21730f IncrementalDecoder takes Any as its input by Jon Ribbens · 1 year, 2 months ago
  59. ec37bad Merge elliotwutingfeng/incrementalencoder from PR #144 by Jon Ribbens · 1 year, 2 months ago
  60. 4f7ec0b Test using 'idna2008' codec by Jon Ribbens · 1 year, 2 months ago
  61. b6bec38 Only register 'idna2008' codec, not 'idna' by Jon Ribbens · 1 year, 2 months ago
  62. 9cbcdfa Make pytest happy about test_idna_uts46 by Jon Ribbens · 1 year, 2 months ago
  63. d6c03a4 Fix _buffer_encode() wrong return type. by Wu Tingfeng · 1 year, 2 months ago
  64. 2611cd4 Create Security Policy by Diogo Teles Sant'Anna · 1 year, 2 months ago
  65. 55e98a5 Escape Python versions in YAML by Kim Davies · 1 year, 3 months ago
  66. c15885f Test on Python 3.11 by Kim Davies · 1 year, 3 months ago
  67. 0bf27fe Perform tests for Python <3.7 on older operating system (#141) by Kim Davies · 1 year, 3 months ago
  68. 597a1fa Perform tests for Python <3.7 on older operating system by Kim Davies · 1 year, 3 months ago
  69. f91d4c4 Perform tests for Python <3.7 on older operating system by Kim Davies · 1 year, 3 months ago
  70. d499053 Merge pull request #140 from diogoteles08/master by Kim Davies · 1 year, 3 months ago
  71. 7595e45 ci: set minimal permissions to workflow python-package.yml by Diogo Teles Sant'Anna · 1 year, 5 months ago
  72. 37c7d9b Merge pull request #133 from kjd/metadata-update by Kim Davies · 1 year, 9 months ago
  73. 61ac19f Update copyright date; Prep for 3.5; Update maintainer email by Kim Davies · 1 year, 9 months ago
  74. ad66499 Merge pull request #132 from kjd/update-github-actions by Kim Davies · 1 year, 9 months ago
  75. 4f31b7f Update to setup-python@v4; Update to Python 3.11 by Kim Davies · 1 year, 9 months ago
  76. 410d9ec Merge pull request #131 from kjd/issue-128 by Kim Davies · 1 year, 9 months ago
  77. f040ad8 Fix type hints for codec registration by Kim Davies · 1 year, 9 months ago
  78. ddf28d0 Register 'idna2008' codec name by Kim Davies · 1 year, 9 months ago
  79. 18d8bf3 Merge pull request #130 from kjd/py-3.11 by Kim Davies · 1 year, 9 months ago
  80. 528fa9b Test on Python 3.11 release by Kim Davies · 1 year, 9 months ago
  81. 13c518c Merge pull request #125 from sethmlarson/gha-publish by Kim Davies · 1 year, 11 months ago
  82. 128acff Merge branch 'master' into gha-publish by Kim Davies · 1 year, 11 months ago
  83. 6dbb1e8 Don't include git artefacts in source distribution with flit by Kim Davies · 1 year, 11 months ago
  84. 78114f7 Merge pull request #127 from kjd/release-3.4 by Kim Davies · 1 year, 11 months ago
  85. 44fa5a0 Release v3.4 by Kim Davies · 1 year, 11 months ago v3.4
  86. c787429 Update to Unicode 15 by Kim Davies · 1 year, 11 months ago
  87. ff093ca Minor adjustments to README by Kim Davies · 1 year, 11 months ago
  88. 6e55dde Merge pull request #126 from kjd/unicode-15 by Kim Davies · 1 year, 11 months ago
  89. 6bd1659 Merge branch 'master' into unicode-15 by Kim Davies · 1 year, 11 months ago
  90. 2838b61 Add license file, remove setuptools remnants by Seth Michael Larson · 1 year, 11 months ago
  91. ddd3e35 Add GitHub Action for publishing releases by Seth Michael Larson · 1 year, 11 months ago
  92. 9234d29 Add setup.py for legacy users by Kim Davies · 1 year, 11 months ago
  93. 527fa86 Update to Unicode 15 by Kim Davies · 1 year, 11 months ago
  94. ab07fc6 Merge pull request #118 from sethmlarson/pyproject-toml by Kim Davies · 2 years ago
  95. 2a00e51 Switch to pyproject.toml over setup.py by Seth Michael Larson · 2 years, 4 months ago
  96. b18ca10 Merge pull request #121 from hugovk/test-3.11 by Kim Davies · 2 years, 3 months ago
  97. bac7cb7 Replace removed 'pypy3' with 'pypy-3.8' by Hugo van Kemenade · 2 years, 3 months ago
  98. 4f35ec0 Test with Python 3.11-dev by Hugo van Kemenade · 2 years, 3 months ago
  99. e00ed28 Raise IDNAError on non-ASCII A-label (fixes #119) by Oriane · 2 years, 3 months ago
  100. 522c0eb Merge pull request #116 from kjd/release-3.3 by Kim Davies · 2 years, 10 months ago v3.3