|
| 1 | +1.2.11 2024-077-22 |
| 2 | +================== |
| 3 | + |
| 4 | +Add `set/show asmfmt` Improve disassembler formatting; allow all of the assembler formats that exits |
| 5 | +Track xdis API changes. |
| 6 | +The usual lint and bug fixes |
| 7 | + |
1 | 8 | 1.2.10 2024-05-17 |
2 | 9 | ================= |
3 | 10 |
|
|
8 | 15 | * Tolerate GraalVM |
9 | 16 | * Remove use of `nosetest` in master branch |
10 | 17 | * Modernize code using black and isort; convert to fstring use. |
11 | | -* Tokerate 3.11 and 3.12; git branches handle older Python versions |
| 18 | +* Tolerate 3.11 and 3.12; git branches handle older Python versions |
12 | 19 |
|
13 | 20 |
|
14 | 21 | 1.2.9 2023-05-27 |
15 | 22 | ================ |
16 | 23 |
|
17 | | -Commands that are useful in remote envionments and docker: |
| 24 | +Commands that are useful in remote environments and docker: |
18 | 25 |
|
19 | 26 | * Add "set tempdir" to set location of TEMPDIR (useful docker) |
20 | 27 | * Add "set/show substitute" |
@@ -270,7 +277,7 @@ users is that function names in locations in this debugger needs a |
270 | 277 | trailing "()" to mark it as a function. This was not needed in |
271 | 278 | previous versions and it isn't needed in gdb. |
272 | 279 |
|
273 | | -Not implimented in our notion of location are things that feel |
| 280 | +Not implemented in our notion of location are things that feel |
274 | 281 | compiled-language object-file-ish. Specifying the function name inside |
275 | 282 | an object file, isn't the way Python (or most dynamic languages) |
276 | 283 | do things. Instead you list the method/function inside a class or |
@@ -318,8 +325,8 @@ I have a feeling that too is overkill. |
318 | 325 | ================ |
319 | 326 |
|
320 | 327 | - Fix botched release |
321 | | -- Corrected setup.py code, cheking and better error messaging |
322 | | -`- better stack trace position in the presense of eval() and exec() |
| 328 | +- Corrected setup.py code, checking and better error messaging |
| 329 | +`- better stack trace position in the presence of eval() and exec() |
323 | 330 | - position in the presence of eval() and exec() via uncompyle6; this needs |
324 | 331 | uncompyle6 0.11.0 or greater now |
325 | 332 | - better deparse command output shows grammar symbol on parent, |
@@ -374,7 +381,7 @@ I have a feeling that too is overkill. |
374 | 381 | ================ |
375 | 382 |
|
376 | 383 | - Remove namespace packages. These no longer work in Python3 |
377 | | -- expresssion and highlight changes |
| 384 | +- expression and highlight changes |
378 | 385 | * show display expression after setting it |
379 | 386 | * clear source-code cache after setting highlight |
380 | 387 |
|
|
0 commit comments