| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent db9bbb9 commit fe49fc8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,8 @@ Changelog | |||
| 4 | 4 | 0.15 | |
| 5 | 5 | ---- | |
| 6 | 6 | ||
| 7 | + This release contains new features and plenty of bug fixes. | ||
| 8 | + | ||
| 7 | 9 | New features: | |
| 8 | 10 | ||
| 9 | 11 | * #425: Added curtsies 0.2.x support. | |
@@ -15,24 +17,31 @@ New features: | |||
| 15 | 17 | * Attribute completion works on literals and some expressions containing | |
| 16 | 18 | builtin objects. | |
| 17 | 19 | * Ctrl-e can be used to autocomplete current fish-style suggestion. | |
| 18 | - Thanks to Amjith Ramanujam | ||
| 20 | + Thanks to Amjith Ramanujam. | ||
| 19 | 21 | ||
| 20 | 22 | Fixes: | |
| 21 | 23 | ||
| 22 | 24 | * #484: Switch `bpython.embed` to the curtsies frontend. | |
| 23 | - * #548 Fix transpose character bug. Thanks to Wes E. Vial. | ||
| 25 | + * #548 Fix transpose character bug. | ||
| 26 | + Thanks to Wes E. Vial. | ||
| 24 | 27 | * #527 -q disables version banner. | |
| 25 | - * #544 Fix Jedi completion error | ||
| 26 | - * #536 Fix completion on old-style classes with custom __getattr__ | ||
| 27 | - * #480 Fix old-style class autocompletion. Thanks to Joe Jevnik. | ||
| 28 | - * #506 In python -i mod.py sys.modules[__name__] refers to module dict | ||
| 29 | - * #590 Fix "None" not being displayed | ||
| 28 | + * #544 Fix Jedi completion error. | ||
| 29 | + * #536 Fix completion on old-style classes with custom __getattr__. | ||
| 30 | + * #480 Fix old-style class autocompletion. | ||
| 31 | + Thanks to Joe Jevnik. | ||
| 32 | + * #506 In python -i mod.py sys.modules[__name__] refers to module dict. | ||
| 33 | + * #590 Fix "None" not being displayed. | ||
| 30 | 34 | * #546 Paste detection uses events instead of bytes returned in a single | |
| 31 | - os.read call | ||
| 32 | - * Exceptions in autcompletion are now logged instead of crashing bpython. | ||
| 33 | - * Fix reload in Python 3. Thanks to sharow. | ||
| 34 | - * Fix keyword agument parameter name completion | ||
| 35 | + os.read call. | ||
| 36 | + * Exceptions in autocompletion are now logged instead of crashing bpython. | ||
| 37 | + * Fix reload in Python 3. | ||
| 38 | + Thanks to sharow. | ||
| 39 | + * Fix keyword argument parameter name completion. | ||
| 40 | + | ||
| 41 | + Changes to dependencies: | ||
| 35 | 42 | ||
| 43 | + * requests[security] has been changed to pyOpenSSL, pyasn1, and ndg-httpsclient. | ||
| 44 | + These dependencies are required before Python 2.7.7. | ||
| 36 | 45 | ||
| 37 | 46 | 0.14.2 | |
| 38 | 47 | ------ | |
@@ -44,7 +53,6 @@ Fixes: | |||
| 44 | 53 | * #523, #524: Fix conditional dependencies for SNI support again. | |
| 45 | 54 | * Fix binary name of bpdb. | |
| 46 | 55 | ||
| 47 | - | ||
| 48 | 56 | 0.14.1 | |
| 49 | 57 | ------ | |
| 50 | 58 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments