Skip to content

Releases: vxgmichel/aioconsole

v0.1.13

13 Feb 18:33
Compare
Choose a tag to compare

Changes:

  • Fix windows compatibility (PR #46, issue #45)

v0.1.12

11 Feb 12:26
Compare
Choose a tag to compare

Changes:

  • Prevent exception in macOS with large output (issue #42, PR #43)

Broken on windows - use v0.1.13 or above instead

v0.1.11

28 Nov 16:01
Compare
Choose a tag to compare

Changes:

  • Add aprint coroutine (issue #31, PR #34)
  • Fix linux pipe handling (issue #32, PR #33)
  • Fix python 3.8 compatibility (issue #36, PR #38)
  • Allow printing while waiting for user input in readline mode (issue #40, PR #41)

v0.1.10

23 Jul 11:52
Compare
Choose a tag to compare

Fix release v0.1.9

Changes:

  • Fix default argument handling in apython+readline script (Issue #29, PR #30)

v0.1.9

12 Jul 16:47
Compare
Choose a tag to compare

This release is broken (see issue #29). Use v0.1.10 instead

Changes:

  • Prefer repr over str for execution results (PR #27)
  • Support ainput from within an asynchronous console (issue #8, PR #25)
  • Improve robustness of readline support (issue #26, PR #25)
  • Fix bug when reading a file from standard input using ainput (issue #28, PR #25)

v0.1.8

17 May 09:17
Compare
Choose a tag to compare

Changes:

  • Make sure argparse prints to the right output stream when running commands in an asynchronous CLI
  • Prefer shell parsing over space split for commands (issue #18, PR #19)
  • Add --banner and --locals options to apython script (issue #20, PR #21)
  • Python 3.7 compatibility (issue #22, PR #23)

v0.1.7

04 Jan 13:51
Compare
Choose a tag to compare

Issue #17: Fix uvloop compatibility
Issue #14: Fix exception when closing apython (python 3.5)

v0.1.6

03 Jan 16:49
Compare
Choose a tag to compare

Issue #15 / PR #16: Fix apython readline support for Mac OS X

v0.1.5

10 Dec 09:15
Compare
Choose a tag to compare

Fix issue #11: exceptions aren't shown when using apython in ubuntu

v0.1.4

16 Nov 09:55
Compare
Choose a tag to compare

PR #9:

  • Add readline support to the apython script on linux
  • Fix multi-line inputs in the console