We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c064fd0 commit 62e49f1Copy full SHA for 62e49f1
CHANGELOG
@@ -24,9 +24,11 @@ Fixes:
24
* #544 Fix Jedi completion error
25
* #536 Fix completion on old-style classes with custom __getattr__
26
* #480 Fix old-style class autocompletion. Thanks to Joe Jevnik.
27
-* #506 in python -i mod.py sys.modules[__name__] refers to module dict
+* #506 In python -i mod.py sys.modules[__name__] refers to module dict
28
* #590 Fix "None" not being displayed
29
-* Exception line ntcompletion are now logged instead of crashing bpython.
+* #546 Paste detection uses events instead of bytes returned in a single
30
+ os.read call
31
+* Exceptions in autcompletion are now logged instead of crashing bpython.
32
* Fix reload in Python 3. Thanks to sharow.
33
* Fix keyword agument parameter name completion
34
0 commit comments