Commits
User selector
Commit History
Commits on Jun 12, 2023
release 0.10.3
Show description for 1b8b227committed
Commits on Jun 8, 2023
repl server: close socket on shutdown
Show description for d50a980committed
Commits on Feb 10, 2023
release 0.10.2
Show description for bef6193committedrelease 0.10.1
Show description for ebcab2ccommitted
Commits on May 17, 2022
release 0.10
Show description for 32ca27dcommittedpython runtime: representations: add support for pprints underscore_numbers feature
Show description for 97aeca7committedpython runtime: representations: do not pformat strings
Show description for 2adfcedcommittedrepl: make templating configurable
Show description for b914ba8committedrepl: variables: add helper get_variable
Show description for 0127445committedrepl: variables: rename DEFAULT_VARIABLES to VARIABLE_DEFAULTS
Show description for 65ec8d7committedembed: fix locals issue
Show description for 92b72cbcommitted
Commits on May 14, 2022
release 0.9
Show description for 2c49b48committedrepl: fix locals and globals issues
Show description for 128ff5bcommittedrepl: fix exception printing on Python>=3.10
Show description for 998a0aacommitted
Commits on Oct 21, 2021
Merge pull request #2 from ukleinek/alias-index-error
Show description for 98d518dauthoredaliases: Fix possible IndexError
Show description for 1ea75a7committed
Commits on Oct 20, 2021
Merge pull request #3 from ukleinek/fix-string-tuple
Show description for 8768a32authored
Commits on Oct 18, 2021
- committed
command_line: Fix bogus check
Show description for c6e18c5committedrelease 0.8.4
Show description for 26b3160committedcompletion: fix handling of words that start with "import" or "from"
Show description for 34c4a04committed
Commits on Oct 14, 2021
release 0.8.3
Show description for 66f8eb0committedutils: urls: parse_url: fix handling of file URLs
Show description for 831b538committedrelease 0.8.2
Show description for 2997bf3committedcommands: threads: use thread.is_alive instead of thread.isAlive
Show description for 4f0fd63committedutils: add support for python 3.9; do some refactoring
Show description for 9655f6bcommitted
Commits on Aug 22, 2021
release 0.8.1
Show description for 21b86dbcommittedrepl: make double ctrl-d end REPL shell
Show description for a4586f9committed
Commits on Jun 7, 2021
release 0.8
Show description for d687438committed
Commits on May 28, 2021
repl server: set domain to LOCAL_NETWORK when running on localhost or on a unix domain socket
Show description for a6c016ecommittedcommands: edit: use repl.write_error instaed of repl.write on errors
Show description for 2a728bdcommittedcommands: edit: setup tab completion
Show description for 21016e0committedcompletion: python: add import completion
Show description for 54aa82bcommitted
Commits on May 16, 2021
release 0.7
Show description for 47c13ddcommitted
Commits on May 15, 2021
completion: setup file completion
Show description for 50380dacommitted