- 406153f Merge pull request #409 from hugovk/rm-eol by Jonathan Hartley · 4 months ago master
- 39af3f7 Drop support for EOL Python 3.8 by Hugo van Kemenade · 4 months ago
- 7ede642 Drop support for EOL Python 3.7 by Hugo van Kemenade · 4 months ago
- 6bffc26 Upgrade support for Python 3.7+ by Hugo van Kemenade · 4 months ago
- 83c9fda Drop support for EOL Python 2.7 by Hugo van Kemenade · 4 months ago
- 4dff0bb Merge pull request #394 from hugovk/add-3.13 by Jonathan Hartley · 4 months ago
- dec3e13 Fix version mismatch by Hugo van Kemenade · 4 months ago
- fd18abc Merge remote-tracking branch 'upstream/master' into add-3.13 by Hugo van Kemenade · 4 months ago
- e6fba72 Merge pull request #371 from dloez/fix-deprecated-actions by Jonathan Hartley · 4 months ago
- d33ab03 Merge pull request #403 from tartley/fix-ci by Jonathan Hartley · 4 months ago
- 28a9513 Match Py3.7's available minor version by Jonathan Hartley · 7 months ago fix-ci
- 51a1e58 no-op README change by Jonathan Hartley · 7 months ago
- 0d81058 Add support for Python 3.13 by Hugo van Kemenade · 1 year, 1 month ago
- 05dfa0a Bump GitHub Actions by Hugo van Kemenade · 1 year, 1 month ago
- 1368087 Merge pull request #381 from hugovk/add-3.12 by Jonathan Hartley · 1 year, 11 months ago
- 1520c12 Fix typo by Hugo van Kemenade · 1 year, 11 months ago
- f433f0d Add support for Python 3.12 by Hugo van Kemenade · 2 years, 2 months ago
- 7f1a593 Update README-hacking.md by Jonathan Hartley · 2 years, 2 months ago
- 96033b2 Use bash shell only on required steps to avoid changing shell on tests execution by David Lopez · 2 years, 8 months ago
- 5ae5fa4 Use bash shell across all os by David Lopez · 2 years, 8 months ago
- 97d547c Remove deprecated `set-output` by David Lopez · 2 years, 8 months ago
- 21c4b94 Merge pull request #363 from hugovk/add-3.11 by Jonathan Hartley · 3 years ago
- 4349173 Merge pull request #364 from donkopotamus/fix-enable-vt-processing-2.7 by Nathaniel J. Smith · 3 years ago
- 8cf8f6d Support python-2.7 in enable_vt_processing by Derek Harland · 3 years ago
- c28b184 Add support for Python 3.11 by Hugo van Kemenade · 3 years ago
- 6f03975 Update release checklist by Jonathan Hartley · 3 years ago
- 3de9f01 bump version 0.4.6 by Jonathan Hartley · 3 years ago 0.4.6
- a45949b Format the CHANGELOG bullet list, no content change by Jonathan Hartley · 3 years ago
- f55f72e comment need for a fix after recent MP broke it by Jonathan Hartley · 3 years ago
- cb83041 fix test-release after recent MPs broke it by Jonathan Hartley · 3 years ago
- 832f14c README tweaks by Jonathan Hartley · 3 years ago 0.4.6rc1
- 54b89c3 Bump version to 0.4.6rc1 by Jonathan Hartley · 3 years ago
- 7991d34 'make bootstrap' uses system python3, not pinned v3.8 by Jonathan Hartley · 3 years ago
- 0ae5ef2 CHANGELOG updates for upcoming 0.4.6 release by Jonathan Hartley · 3 years ago
- 52f4cfd Tweak ordering of release checklist by Jonathan Hartley · 3 years ago
- ab64cfa Merge pull request #353 from LqdBcnAtWork/patch-1 by Jonathan Hartley · 3 years ago
- 60e1f54 Merge pull request #352 from njsmith/just-fix-windows-console by Jonathan Hartley · 3 years ago
- 8c4a618 Spelling correction by LqdBcnAtWork · 3 years ago
- 78bce18 Refactor test and make it work in CI (no console) by Nathaniel J. Smith · 3 years ago
- 1a82924 Workaround py2's lack of atexit.unregister by Nathaniel J. Smith · 3 years ago
- 38b498a Add test for just_fix_windows_console by Nathaniel J. Smith · 3 years ago
- 479da74 Work around a bunch of spurious test failures by Nathaniel J. Smith · 3 years ago
- 3c5553f Be more thorough about cleaning up state between tests by Nathaniel J. Smith · 3 years ago
- 3f3c06a Fix test on Win10 by Nathaniel J. Smith · 3 years ago
- 66b76ed Remove broken test by Nathaniel J. Smith · 3 years ago
- bab6f93 init->just_fix_windows_console in all demos that call bare init() by Nathaniel J. Smith · 3 years ago
- 5f1794d Add colorama.just_fix_windows_console() by Nathaniel J. Smith · 3 years ago
- d4323d0 Merge pull request #139 from segevfiner/win32-vt-processing by Jonathan Hartley · 3 years ago
- e5f74de Install contextlib2 in tox as well by Nathaniel J. Smith · 3 years ago
- 830c7b5 Merge branch 'master' into win32-vt-processing by Nathaniel J. Smith · 3 years ago
- 7b06987 Use ExitStack backport on python 2 in tests by Nathaniel J. Smith · 3 years ago
- db00553 Fix native ANSI when stderr=console, stdout=not console + basic test by Nathaniel J. Smith · 3 years ago
- b3fca6f Refactor conditionals to make them more readable by Nathaniel J. Smith · 3 years, 1 month ago
- 5c8f98a Simplify enable_vt_processing by removing atexit handling by Nathaniel J. Smith · 3 years, 1 month ago
- 7ec896d Check return value from GetConsoleMode/SetConsoleMode by Nathaniel J. Smith · 3 years, 2 months ago
- cd653d7 Merge pull request #338 from ofek/modernize-metadata by Arnon Yaari · 3 years, 4 months ago
- 0086cc6 address by Ofek Lev · 3 years, 4 months ago
- ae087c9 fix Windows by Ofek Lev · 3 years, 4 months ago
- d4fc1f0 Comment the reversion required when dropping Py2.7 by Jonathan Hartley · 3 years, 4 months ago
- 72ffc46 Pin for Python 2 by Ofek Lev · 3 years, 4 months ago
- ddf34ea Update package metadata by Ofek Lev · 3 years, 4 months ago
- b4fe4c2 Update changelog and release process by Arnon Yaari · 3 years, 4 months ago
- da57715 bump to dev1 version suffix by Jonathan Hartley · 3 years, 4 months ago
- 2c1210d Add voodoo sleep to test-release script by Jonathan Hartley · 3 years, 4 months ago
- f8ab4fd version bump 0.4.5 by Jonathan Hartley · 3 years, 4 months ago 0.4.5
- f411cb9 Release checklist: no need to rebuild by Jonathan Hartley · 3 years, 4 months ago
- 372c486 Omit demo06 from demos.sh by Jonathan Hartley · 3 years, 4 months ago
- 0f5c36f Further tweaks made to support the release by Jonathan Hartley · 3 years, 4 months ago
- c29f133 tweaks for build process by Jonathan Hartley · 3 years, 4 months ago 0.4.5rc1
- 6105ab3 Mention fixed ValueError at exit in CHANGELOG by Jonathan Hartley · 3 years, 4 months ago changelog
- edf05b7 Merge pull request #328 from 3tilley/atexit-fix by Jonathan Hartley · 3 years, 4 months ago
- 3afc350 Merge pull request #346 from tartley/release-checklist-candidate by Jonathan Hartley · 3 years, 4 months ago
- e866230 Release checklist includes '.candidate' releases by Jonathan Hartley · 3 years, 4 months ago release-checklist-candidate
- aff7fb2 Merge pull request #330 from hugovk/fix-pypy3 by Arnon Yaari · 3 years, 7 months ago
- 51cf507 Merge pull request #339 from DanielNoord/master by Arnon Yaari · 3 years, 7 months ago
- 35e9a91 Add methods to ``StreamWrapper`` to allow better pickling by Daniël van Noord · 3 years, 7 months ago
- 8ba396b Replace deprecated pypyX with pypy-X.Y by Hugo van Kemenade · 4 years ago
- 8a364bd Added test by Max Tilley · 4 years ago
- 788106f Detached stream fix by Max Tilley · 4 years ago
- 7899683 Add light colors in README by Timok Khan · 4 years ago
- 7d3d3b9 Use ENABLE_VIRTUAL_TERMINAL_PROCESSING when available by Segev Finer · 4 years, 1 month ago
- 34703ec Merge pull request #100 from Timokasse/master by Jonathan Hartley · 4 years, 1 month ago
- 8bec044 Merge pull request #321 from hugovk/add-3.10 by Jonathan Hartley · 4 years, 1 month ago
- 912fe9b Add support for Python 3.10 by Hugo van Kemenade · 4 years, 1 month ago
- 458a8bf Merge pull request #322 from hugovk/replace-travis-with-gha by Jonathan Hartley · 4 years, 1 month ago
- 53e0db3 Update README-hacking.md by Jonathan Hartley · 4 years, 1 month ago
- e8e311b Update README-hacking.md by Jonathan Hartley · 4 years, 1 month ago
- 69f4644 Replace Travis CI with GitHub Actions by Hugo van Kemenade · 4 years, 1 month ago
- 5ed1070 README suggests not using Colorama to print colors by Jonathan Hartley · 4 years, 1 month ago
- b21e633 Merge pull request #290 from jdufresne/pypy3 by Jonathan Hartley · 4 years, 1 month ago
- a3c37a9 Merge pull request #292 from jdufresne/unused by Jonathan Hartley · 4 years, 1 month ago
- 7ff5957 Merge pull request #313 from George-Ogden/master by Jonathan Hartley · 4 years, 1 month ago
- d2b84ca Merge pull request #315 from anntzer/redir by Jonathan Hartley · 4 years, 1 month ago
- c497761 Merge pull request #320 from cclauss/patch-1 by Jonathan Hartley · 4 years, 1 month ago
- 536e966 fixup! Fix typo discovered by codespell by Christian Clauss · 4 years, 1 month ago
- 1d92c3a . by Christian Clauss · 4 years, 1 month ago
- 16847d7 Make bandit, codespell, and pytest mandatory tests by Christian Clauss · 4 years, 1 month ago
- f307a6d GitHub Action to lint Python code by Christian Clauss · 4 years, 1 month ago
- 402d236 Note that escapes are stripped out for redirected outputs. by Antony Lee · 4 years, 2 months ago
- eea3a58 Added new demo by George Ogden · 4 years, 2 months ago