File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,36 @@ Changelog
66
77General information:
88
9+ * The #bpython channel has moved to OFTC.
10+ * Type annotations have been added to the bpython code base.
11+ * Declarative build configuration is used as much as possible.
12+
913New features:
1014
15+ * #883: Allow auto-completion to be disabled
16+ * #841: Respect locals when using bpython.embed
17+ * Use pyperclip for better clipboard handling
18+
1119Fixes:
1220
21+ * #879: Iterate over all completers until a successful one is found
22+ * #882: Handle errors in theme configuration without crashing
23+ * #884: Fix writing of b"" on fake stdout
24+ * #888: Read PYTHONSTARTUP with utf8 as encoding
25+ * #896: Use default sys.ps1 and sys.ps2 if user specified ones are not usable
26+ * #902: Do not crash when encountering unreadable files while processing modules for import completion
27+ * #909: Fix sys.stdin.readlin
28+ * #917: Fix tab completion for dict keys
29+ * #919: Replicate python behavior when running with -i and a non-existing file
30+
1331Changes to dependencies:
1432
33+ * pyperclip is a new optional dependency for clipboard support
34+ * backports.cached-property is now required for Python < 3.8
35+ * dataclasses is now required for Python < 3.7
36+
37+ Support for Python 3.10 has been added.
38+
15390.21
1640----
1741
You can’t perform that action at this time.
0 commit comments