|
1 | | -1.3.1 2025-01-15 |
| 1 | +1.3.1 2025-01-16 |
2 | 2 | ================ |
3 | 3 |
|
4 | 4 | * Revise breakpoint handling; Breakpoints now use code objects, not (possibly ambiguous) function names |
5 | 5 | * Fix bugs in detecting when stopped at a `def` and in `nextlineno()` |
6 | 6 | * Better information when current frame is inside a builtin `eval` or `exec` call |
7 | 7 | * Fix some of the many disasm spec problems. |
8 | | -* Go over "eval", "skip", "step", "jump" and "autoeval" documentation |
| 8 | +* Go over `eval`, `skip`, `step`, `jump`, and `autoeval` documentation |
9 | 9 | * Guard against invalid frame indexing in backtrace |
10 | 10 | * Suggest import when a function is not found in getting a location |
11 | | -* Improve "info frame", for example opcode, add opcode source line |
| 11 | +* Improve "info frame", for example, opcode, add opcode source line |
12 | 12 | * Allow breakpoints in a not-frozen module |
13 | | -* Improve print_location handling via deparsing (in older Python versions* |
| 13 | +* Improve `print_location()` handling via deparsing (in older Python versions) |
14 | 14 | * Tolerate missing keys in settings lookup. |
15 | 15 | * Temporary file name is now based on some of the deparsed text (when we can deparse) |
16 | 16 |
|
17 | 17 | 1.3.0 2024-11-13 |
18 | 18 | ================ |
19 | 19 |
|
20 | | -* Less overhead and faster execution of "continue" and "next" (when |
| 20 | +* Less overhead and faster execution of `continue` and `next`(when |
21 | 21 | possible) using improvements recently made to pytracer. |
22 | 22 | * Support prompt-toolkit as an input interface. This is now the default |
23 | 23 | on newer Pythons. Command completion is less featurefull than GNU readline |
|
0 commit comments