1. ba09bac Add .pre-commit-config.yaml file (#42) by Ran Benita · 11 months ago main
  2. b166486 Switch CI from Travis to GitHub Actions (#41) by Ran Benita · 11 months ago
  3. 4693a5a Drop support for Python 3.5, 3.6 (#40) by Ran Benita · 11 months ago
  4. c2ff5b8 Require Python 3.5+ in setup.py and setup.cfg (#34) by Jukka Lehtosalo · 1 year, 4 months ago
  5. d48060d Don't describe mypy_extensions as experimental in the description (#32) by Jukka Lehtosalo · 1 year, 4 months ago
  6. 53c8777 Add mypyc native int types i64, i32, i16 and u8 (#31) by Jukka Lehtosalo · 1 year, 4 months ago
  7. 0a0adae Document development status as stable and prepare for 1.0 release (#30) by Jukka Lehtosalo · 1 year, 4 months ago
  8. 2874924 Drop Python 2 support (#29) by Jukka Lehtosalo · 1 year, 4 months ago
  9. 1c3f2ed Fix test_typeddict_errors test case on Python 3.11 (#28) by Jukka Lehtosalo · 1 year, 4 months ago
  10. 7c4d002 Add Python 3.8 to 3.11 to tox envs (#27) by Jukka Lehtosalo · 1 year, 4 months ago
  11. 6565d3b Add 3.10 and 3.11 to classifiers (#26) by Jukka Lehtosalo · 1 year, 4 months ago
  12. c02c54f Drop Python 3.4 support (#25) by Jukka Lehtosalo · 1 year, 4 months ago
  13. dffd016 Add 3.9 to the list of classifiers (#20) by Shantanu · 3 years, 5 months ago
  14. f6724aa Add 3.8 to the list of classifiers by Michael J. Sullivan · 4 years, 7 months ago
  15. 9e797d4 Merge pull request #13 from The-Compiler/patch-1 by Jukka Lehtosalo · 4 years, 8 months ago
  16. 5085d7e Update URL in setup.py by Florian Bruhin · 4 years, 8 months ago
  17. 1cd4b86 Add an undocumented mypyc_attr decorator (#12) by Michael J. Sullivan · 4 years, 8 months ago
  18. 6252ecb .travis.yml: The 'sudo' tag is now deprecated in Travis CI (#8) by cclauss · 5 years ago
  19. 508d25e Set TypedDict module correctly when using class definition syntax (#2) (#4) by Anirudh Padmarao · 5 years ago
  20. a4681cd Add 3.7 to the list of classifiers (#5) by Michael J. Sullivan · 5 years ago
  21. 0ad2da4 Merge pull request #3 from msullivan/tests by Ivan Levkivskyi · 5 years ago
  22. d7cbae4 trigger a build? by Michael J. Sullivan · 5 years ago
  23. 88e388e asdf by Michael J. Sullivan · 5 years ago
  24. 18ef7ae tweak dist by Michael J. Sullivan · 5 years ago
  25. d06b240 trigger a build? by Michael J. Sullivan · 5 years ago
  26. a598c33 Run on a bunch more versions by Michael J. Sullivan · 5 years ago
  27. 5ea79a7 trigger a build? by Michael J. Sullivan · 5 years ago
  28. a2d5773 No real reason to not CI branches before PRs are created by Michael J. Sullivan · 5 years ago
  29. 41c0deb Enable travis by Michael J. Sullivan · 5 years ago
  30. eeb1ca5 Add a tox.ini to drive tests by Michael J. Sullivan · 5 years ago
  31. 353fdc6 Make the tests run under python 2 by Michael J. Sullivan · 5 years ago
  32. 904764e Copy testextensions in and fix it to be standalone by Michael J. Sullivan · 5 years ago
  33. 821ae5e Add a .gitignore. by Michael J. Sullivan · 5 years ago
  34. 4842df7 Bump the mypy_extensions version number to 0.5.0-dev (#5450) by Michael J. Sullivan · 6 years ago
  35. 56e10cc Remove the `Id` class from mypy_extensions (#5441) by Michael J. Sullivan · 6 years ago
  36. 0d35e07 Add a `FlexibleAlias` to `mypy_extensions` (#5436) by Michael J. Sullivan · 6 years ago
  37. 94dc83f Add an undocumented "trait" class decorator to mypy_extensions (#5278) by Michael J. Sullivan · 6 years ago
  38. 5e0af15 Drop support for Python 3.3 (#5248) by Sebastian Rittau · 6 years ago
  39. 4e49fdb Fix minor typos in comments (#5183) by Emil Hessman · 6 years ago
  40. 55af743 mypy and mypy_extensions aren't posix only (#3765) by Thomas Grainger · 6 years ago
  41. 94a5d0f Bump mypy_extensions version to 0.4.0-dev (i.e. post-release-0.3.0) (#4418) by Guido van Rossum · 6 years ago
  42. 295ab62 extensions: Specify dependency on typing for py<35 (#4268) by Nehal J Wani · 7 years ago
  43. 798a703 Add LICENSE files to sdists (#4248) by Ethan Smith · 7 years ago
  44. 3c6a711 mypy_extensions are universal (#3764) by Thomas Grainger · 7 years ago
  45. b8e02bd Move mypy_extensions version to 0.3.0 (about to release) (#3676) by Guido van Rossum · 7 years ago
  46. de3244c Support TypedDicts with missing keys (total=False) (#3558) by Jukka Lehtosalo · 7 years ago
  47. 22a13c6 Move version of extensions to post-release (#3348) by Guido van Rossum · 7 years ago
  48. e804f3a Bump mypy_extensions version and update author, author_email, classifiers. (#3330) by Guido van Rossum · 7 years ago
  49. ba070d9 Better callable: `Callable[[Arg('x', int), VarArg(str)], int]` now a thing you can do (#2607) by Naomi Seyfer · 7 years ago
  50. 64da8a8 Bump mypy_extensions version to 0.2.0-dev by Jukka Lehtosalo · 7 years ago
  51. 71ef29b Bump mypy_extensions version to 0.1.0 by Jukka Lehtosalo · 7 years ago
  52. f2c5525 Add NoReturn to mypy_extensions (#2637) by David Fisher · 7 years ago
  53. c36db0d Externalize flake8 linting, introduce additional checks (#2638) by Łukasz Langa · 7 years ago
  54. 78e0ea1 Allow isinstance checks of TypedDict from the typing module (#2615) by Roy Williams · 7 years ago
  55. fc811d4 Runtime implementation of TypedDict extension (#2552) by Ivan Levkivskyi · 7 years ago
  56. 9bb31f4 TypedDict: Recognize declaration of TypedDict('Point', {'x': int, 'y': int}). (#2206) by David Foster · 8 years ago
  57. dc725ba Create mypy_extensions package. (#2228) by David Foster · 8 years ago