Skip to content

Releases: vxgmichel/aioconsole

v0.7.1

01 May 15:34
Compare
Choose a tag to compare
  • Implement a more robust protection against the closing of standard streams (issue #117, PR #118)

v0.7.0

09 Dec 17:36
Compare
Choose a tag to compare
  • Support python 3.12 and deprecate python 3.7 (issue #114, PR #115)

v0.6.2

22 Jul 15:16
Compare
Choose a tag to compare
  • Fix aprint when sys.stdin is None (issue #109, PR #110)

v0.6.1

04 Mar 10:40
Compare
Choose a tag to compare

v0.6.0

v0.5.1

30 Aug 13:11
Compare
Choose a tag to compare

Build and upload a wheel package to PyPI

v0.5.0

06 Jul 11:36
Compare
Choose a tag to compare

v0.4.1

03 Feb 18:01
Compare
Choose a tag to compare
  • Handle both exec and single mode when compiling code for aexec (PR #97)

v0.4.0

27 Jan 20:26
Compare
Choose a tag to compare
  • Fix typos in comments (PR #89 by @kianmeng)
  • Use daemon threads for non-file stream reader (PR #91 and #95 by @Krutoy-4el)
  • Drop python 3.6 and add python 3.10 support (PR #92)
  • Fixed multi-line strings (PR #93 by @Krutoy-4el)
  • Add checks for returns and yields (PR #94 by @Krutoy-4el )

v0.3.3

05 Nov 14:26
Compare
Choose a tag to compare
  • Ignore OSError after an EOFError in console.interact method (issue #87, PR #88)