File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,36 @@ Changelog
6
6
7
7
General information:
8
8
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
+
9
13
New features:
10
14
15
+ * #883: Allow auto-completion to be disabled
16
+ * #841: Respect locals when using bpython.embed
17
+ * Use pyperclip for better clipboard handling
18
+
11
19
Fixes:
12
20
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
+
13
31
Changes to dependencies:
14
32
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
+
15
39
0.21
16
40
----
17
41
You can’t perform that action at this time.
0 commit comments