-
-
Notifications
You must be signed in to change notification settings - Fork 454
Expand file tree
/
Copy pathChangeLog-spell-corrected.diff
More file actions
4381 lines (3250 loc) · 170 KB
/
ChangeLog-spell-corrected.diff
File metadata and controls
4381 lines (3250 loc) · 170 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
--- ChangeLog 2025-09-28 18:50:06.933864316 -0400
+++ ChangeLog-spell-corrected 2025-09-28 18:49:47.641822080 -0400
@@ -87,7 +87,7 @@
2024-12-12 rocky <rb@dustyfeet.com>
- * .pre-commit-config.yaml, admin-tools/setup-python-2.4.sh:
+ * .pre-commit-config.yaml, admin-tools/setup-python-2.4.sh:
Administrivia
2024-12-02 rocky <rb@dustyfeet.com>
@@ -113,7 +113,7 @@
2024-11-28 rocky <rb@dustyfeet.com>
- * uncompyle6/scanners/tok.py, uncompyle6/semantics/pysource.py:
+ * uncompyle6/scanners/tok.py, uncompyle6/semantics/pysource.py:
Don't remove LOAD_CONST RETURN_VALUE when... the LOAD_CONST has a non-None value, or the LOAD_CONST has a line
associated with it.
@@ -148,7 +148,7 @@
uncompyle6/semantics/customize36.py,
uncompyle6/semantics/customize37.py,
uncompyle6/semantics/customize38.py,
- uncompyle6/semantics/fragments.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/semantics/fragments.py, uncompyle6/semantics/pysource.py:
Don't update global tables... Work off of copies of them instead. Issue #503
2024-11-09 rocky <rb@dustyfeet.com>
@@ -195,12 +195,12 @@
2024-10-04 rocky <rb@dustyfeet.com>
- * admin-tools/setup-python-3.0.sh, admin-tools/setup-python-3.3.sh:
+ * admin-tools/setup-python-3.0.sh, admin-tools/setup-python-3.3.sh:
Track branch changes in python-spark
2024-09-21 rocky <rb@dustyfeet.com>
- * admin-tools/.gitignore, admin-tools/setup-python-3.3.sh:
+ * admin-tools/.gitignore, admin-tools/setup-python-3.3.sh:
Adminsitrivia
2024-09-21 rocky <rb@dustyfeet.com>
@@ -222,13 +222,13 @@
2024-07-22 rocky <rb@dustyfeet.com>
* admin-tools/setup-master.sh, admin-tools/setup-python-2.4.sh,
- admin-tools/setup-python-3.0.sh, admin-tools/setup-python-3.3.sh:
+ admin-tools/setup-python-3.0.sh, admin-tools/setup-python-3.3.sh:
Administrivia
2024-07-22 rocky <rb@dustyfeet.com>
* admin-tools/checkout_common.sh, admin-tools/setup-master.sh,
- admin-tools/setup-python-3.0.sh, admin-tools/setup-python-3.3.sh:
+ admin-tools/setup-python-3.0.sh, admin-tools/setup-python-3.3.sh:
Administrivia
2024-07-22 rocky <rb@dustyfeet.com>
@@ -237,7 +237,7 @@
2024-07-21 rocky <rb@dustyfeet.com>
- * NEWS.md, pyproject.toml, requirements.txt, uncompyle6/version.py:
+ * NEWS.md, pyproject.toml, requirements.txt, uncompyle6/version.py:
Get ready for release 3.9.2
2024-07-21 rocky <rb@dustyfeet.com>
@@ -274,7 +274,7 @@
2024-07-15 rocky <rb@dustyfeet.com>
- * uncompyle6/scanners/scanner3.py, uncompyle6/scanners/scanner38.py:
+ * uncompyle6/scanners/scanner3.py, uncompyle6/scanners/scanner38.py:
Handle long dict litereals in 3.4- better... Bracket in pseudo op COLLECTION_START ... BUILD_xx
2024-07-14 rocky <rb@dustyfeet.com>
@@ -287,7 +287,7 @@
2024-07-13 rocky <rb@dustyfeet.com>
* test/simple_source/bug34/03_ifelse_in_lambda.py,
- uncompyle6/parsers/parse34.py, uncompyle6/parsers/parse35.py:
+ uncompyle6/parsers/parse34.py, uncompyle6/parsers/parse35.py:
Improve 3.4 ifelse inside a lambda Fixes #426
2024-07-13 rocky <rb@dustyfeet.com>
@@ -339,7 +339,7 @@
* uncompyle6/parsers/reducecheck/tryexcept.py,
uncompyle6/scanner.py, uncompyle6/scanners/scanner3.py,
- uncompyle6/semantics/aligner.py, uncompyle6/semantics/linemap.py:
+ uncompyle6/semantics/aligner.py, uncompyle6/semantics/linemap.py:
Python 2.5 try/except reduce fix Start getting aligner up to date
2024-07-12 rocky <rb@dustyfeet.com>
@@ -361,7 +361,7 @@
2024-07-12 rocky <rb@dustyfeet.com>
* test/simple_source/bug25/06_if_and_bugs.py,
- uncompyle6/parsers/parse25.py, uncompyle6/semantics/customize25.py:
+ uncompyle6/parsers/parse25.py, uncompyle6/semantics/customize25.py:
Fix some 2.5 parsing bugs
2024-07-12 rocky <rb@dustyfeet.com>
@@ -417,7 +417,7 @@
2024-06-03 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse3.py, uncompyle6/parsers/parse37base.py:
+ * uncompyle6/parsers/parse3.py, uncompyle6/parsers/parse37base.py:
Use set literals
2024-06-03 rocky <rb@dustyfeet.com>
@@ -467,7 +467,7 @@
2024-03-14 rocky <rb@dustyfeet.com>
* uncompyle6/scanners/scanner2.py,
- uncompyle6/scanners/scanner26.py, uncompyle6/scanners/scanner3.py:
+ uncompyle6/scanners/scanner26.py, uncompyle6/scanners/scanner3.py:
Name phases "disassembly" and "tokenization"
2024-03-14 rocky <rb@dustyfeet.com>
@@ -478,7 +478,7 @@
uncompyle6/parsers/reducecheck/ifstmts_jump.py,
uncompyle6/scanners/scanner37base.py,
uncompyle6/semantics/gencomp.py,
- uncompyle6/semantics/make_function2.py: Mis spelling corrections
+ uncompyle6/semantics/make_function2.py: Spelling corrections
2024-03-13 rocky <rb@dustyfeet.com>
@@ -561,7 +561,7 @@
* uncompyle6/scanners/scanner3.py,
uncompyle6/scanners/scanner37.py, uncompyle6/semantics/pysource.py,
- uncompyle6/semantics/transform.py: mark "psuedo ops"
+ uncompyle6/semantics/transform.py: mark "pseudo ops"
2024-02-24 rocky <rb@dustyfeet.com>
@@ -580,7 +580,7 @@
test/stdlib/3.8-exclude.sh, test/stdlib/runtests.sh,
uncompyle6/scanners/scanner3.py, uncompyle6/scanners/scanner37.py,
uncompyle6/scanners/scanner37base.py, uncompyle6/scanners/tok.py,
- uncompyle6/semantics/consts.py, uncompyle6/semantics/n_actions.py:
+ uncompyle6/semantics/consts.py, uncompyle6/semantics/n_actions.py:
Keep optype info in token... It is useful for ADD_VALUE
2024-02-24 rocky <rb@dustyfeet.com>
@@ -595,12 +595,12 @@
2024-02-24 rocky <rb@dustyfeet.com>
- * admin-tools/setup-python-3.0.sh, admin-tools/setup-python-3.3.sh:
+ * admin-tools/setup-python-3.0.sh, admin-tools/setup-python-3.3.sh:
Administrivia
2024-02-24 rocky <rb@dustyfeet.com>
- * admin-tools/setup-master.sh, admin-tools/setup-python-2.4.sh:
+ * admin-tools/setup-master.sh, admin-tools/setup-python-2.4.sh:
Administrivia
2024-02-24 rocky <rb@dustyfeet.com>
@@ -671,7 +671,7 @@
2024-02-12 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse30.py, uncompyle6/semantics/n_actions.py:
+ * uncompyle6/parsers/parse30.py, uncompyle6/semantics/n_actions.py:
Bugs found in 3.0 decomplation... parsers/parse30.py; fix set comprehension grammar bug
uncompyle6/semantics/n_actions.py: evidence of the evils of
modifying node data (via node.pop)
@@ -691,7 +691,7 @@
* uncompyle6/bin/uncompile.py, uncompyle6/main.py,
uncompyle6/parsers/parse3.py, uncompyle6/parsers/parse33.py,
- uncompyle6/scanners/scanner3.py, uncompyle6/scanners/scanner33.py:
+ uncompyle6/scanners/scanner3.py, uncompyle6/scanners/scanner33.py:
Handle 3.3 MAKE_FUNCTION annotation args properly
2024-02-11 rocky <rb@dustyfeet.com>
@@ -766,7 +766,7 @@
2024-02-03 rocky <rb@dustyfeet.com>
* .gitignore, test/test_pythonlib.py, uncompyle6/main.py,
- uncompyle6/semantics/linemap.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/semantics/linemap.py, uncompyle6/semantics/pysource.py:
lint
2024-02-03 rocky <rb@dustyfeet.com>
@@ -776,7 +776,7 @@
2024-02-03 rocky <rb@dustyfeet.com>
* uncompyle6/main.py, uncompyle6/semantics/fragments.py,
- uncompyle6/semantics/linemap.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/semantics/linemap.py, uncompyle6/semantics/pysource.py:
Fix up linemap option
2024-01-19 R. Bernstein <rocky@users.noreply.github.com>
@@ -848,7 +848,7 @@
2023-08-12 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse3.py, uncompyle6/parsers/parse30.py:
+ * uncompyle6/parsers/parse3.py, uncompyle6/parsers/parse30.py:
comprehension in lambda for 3.0 & 3.1
2023-08-12 R. Bernstein <rocky@users.noreply.github.com>
@@ -873,7 +873,7 @@
* uncompyle6/parser.py, uncompyle6/parsers/parse26.py,
uncompyle6/parsers/parse27.py, uncompyle6/parsers/parse3.py,
uncompyle6/parsers/parse30.py, uncompyle6/parsers/parse37.py,
- uncompyle6/semantics/consts.py, uncompyle6/semantics/customize37.py:
+ uncompyle6/semantics/consts.py, uncompyle6/semantics/customize37.py:
chained-compare1 -> chained-compare-middle
2023-07-07 rocky <rb@dustyfeet.com>
@@ -929,7 +929,7 @@
* admin-tools/setup-master.sh, uncompyle6/bin/uncompile.py,
uncompyle6/parsers/parse33.py, uncompyle6/parsers/parse34.py,
uncompyle6/parsers/parse36.py, uncompyle6/scanners/scanner3.py,
- uncompyle6/semantics/gencomp.py, uncompyle6/semantics/n_actions.py:
+ uncompyle6/semantics/gencomp.py, uncompyle6/semantics/n_actions.py:
Correct generator function parsing for 3.3..3.5
2023-06-29 rocky <rb@dustyfeet.com>
@@ -1051,7 +1051,7 @@
* uncompyle6/scanners/tok.py: self.opc.version ->
self.opc.version_tuple The next release of xdis will no longer support self.opc.version (a
- float value which doesn't work in the presense of 3.10 and above)
+ float value which doesn't work in the presence of 3.10 and above)
2023-01-16 rocky <rb@dustyfeet.com>
@@ -1089,7 +1089,7 @@
2023-01-14 rocky <rb@dustyfeet.com>
* uncompyle6/parser.py, uncompyle6/scanners/scanner3.py: 3.4-3.5
- MAKE_CLOSURE with annotate Docs lie about annnotation args. Slight adjustment here. More is
+ MAKE_CLOSURE with annotate Docs lie about annotation args. Slight adjustment here. More is
probably needed.
2022-12-22 rocky <rb@dustyfeet.com>
@@ -1199,7 +1199,7 @@
2022-11-04 rocky <rb@dustyfeet.com>
* admin-tools/{pyenv-3.1-3.2-versions => pyenv-3.0-3.2-versions},
- admin-tools/setup-python-3.0.sh: Alow 3.0 setup
+ admin-tools/setup-python-3.0.sh: Allow 3.0 setup
2022-11-04 rocky <rb@dustyfeet.com>
@@ -1207,7 +1207,7 @@
2022-11-04 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse30.py, uncompyle6/semantics/gencomp.py:
+ * uncompyle6/parsers/parse30.py, uncompyle6/semantics/gencomp.py:
Correct 3.0 list comprehension parsing
2022-11-03 rocky <rb@dustyfeet.com>
@@ -1311,7 +1311,7 @@
2022-09-21 rocky <rb@dustyfeet.com>
- * uncompyle6/semantics/pysource.py: Hande Python 3.5 make_function()
+ * uncompyle6/semantics/pysource.py: Handle Python 3.5 make_function()
semantic action Fixes #409
2022-09-20 rocky <rb@dustyfeet.com>
@@ -1448,7 +1448,7 @@
2022-06-16 rocky <rb@dustyfeet.com>
* test/simple_source/bug38/00_while_true_pass.py,
- uncompyle6/parsers/parse38.py, uncompyle6/semantics/customize38.py:
+ uncompyle6/parsers/parse38.py, uncompyle6/semantics/customize38.py:
Python 3.8 while and whileTrue loops
2022-06-08 rocky <rb@dustyfeet.com>
@@ -1470,9 +1470,9 @@
* .github/workflows/osx.yml, .github/workflows/ubuntu.yml,
.github/workflows/windows.yml, admin-tools/pyenv-newest-versions,
- test/stdlib/3.7-exclude.sh, uncompyle6/scanners/pypy38.py:
+ test/stdlib/3.7-exclude.sh, uncompyle6/scanners/pypy38.py:
Administrivia Workflows CI: go back to released versions rather than github
- versions pyenv-newest-versions: updaed to use newest Python releases
+ versions pyenv-newest-versions: updated to use newest Python releases
pypy38.py: fix wrong package name import 3.6-exclude.sh: update and
advance
@@ -1549,13 +1549,13 @@
* uncompyle6/parsers/parse36.py, uncompyle6/parsers/parse37.py,
uncompyle6/parsers/parse37base.py, uncompyle6/parsers/parse38.py,
uncompyle6/scanners/scanner37base.py,
- uncompyle6/semantics/consts.py, uncompyle6/semantics/gencomp.py:
+ uncompyle6/semantics/consts.py, uncompyle6/semantics/gencomp.py:
Start rolling in LOAD_ARG for 3.7+
2022-05-05 rocky <rb@dustyfeet.com>
* test/simple_source/bug36/03_async_from_coroutine.py,
- uncompyle6/parsers/parse36.py, uncompyle6/semantics/customize36.py:
+ uncompyle6/parsers/parse36.py, uncompyle6/semantics/customize36.py:
Fix More 3.6 async parsing ... all from 3.6 test_coroutines.py. More bugs remain
2022-05-05 rocky <rb@dustyfeet.com>
@@ -1639,12 +1639,12 @@
* uncompyle6/parsers/parse2.py, uncompyle6/parsers/parse3.py,
uncompyle6/scanner.py, uncompyle6/scanners/scanner2.py,
- uncompyle6/scanners/scanner26.py, uncompyle6/scanners/scanner37.py:
+ uncompyle6/scanners/scanner26.py, uncompyle6/scanners/scanner37.py:
Handle long 2.x bytecode literals more efficiently
2022-04-27 rocky <rb@dustyfeet.com>
- * uncompyle6/scanners/scanner3.py, uncompyle6/scanners/scanner37.py:
+ * uncompyle6/scanners/scanner3.py, uncompyle6/scanners/scanner37.py:
Small doc corrections
2022-04-27 rocky <rb@dustyfeet.com>
@@ -1681,7 +1681,7 @@
2022-04-25 rocky <rb@dustyfeet.com>
* uncompyle6/parsers/parse3.py, uncompyle6/scanner.py,
- uncompyle6/scanners/scanner3.py, uncompyle6/scanners/scanner37.py:
+ uncompyle6/scanners/scanner3.py, uncompyle6/scanners/scanner37.py:
WIP - extend fast long-literals into older Python3
2022-04-25 rocky <rb@dustyfeet.com>
@@ -1702,7 +1702,7 @@
* test/simple_source/expression/05_long_literals.py,
uncompyle6/scanner.py, uncompyle6/scanners/scanner37base.py,
- uncompyle6/semantics/n_actions.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/semantics/n_actions.py, uncompyle6/semantics/pysource.py:
Bugs in long-literal handlin Move n_dict to n_actions and special case n_const_list. Generalize
build_collection out of 3.7+ and into all Pythons
@@ -1728,7 +1728,7 @@
2022-04-21 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/treenode.py, uncompyle6/semantics/transform.py:
+ * uncompyle6/parsers/treenode.py, uncompyle6/semantics/transform.py:
Add "transfrormd_by" param to SyntaxTree This aligns code more with decompyle3
2022-04-20 rocky <rb@dustyfeet.com>
@@ -1747,7 +1747,7 @@
2022-04-17 rocky <rb@dustyfeet.com>
- * uncompyle6/semantics/gencomp.py, uncompyle6/semantics/pysource.py:
+ * uncompyle6/semantics/gencomp.py, uncompyle6/semantics/pysource.py:
Fold in some decompile changes
2022-04-17 rocky <rb@dustyfeet.com>
@@ -1764,7 +1764,7 @@
2022-04-17 rocky <rb@dustyfeet.com>
* Makefile, uncompyle6/semantics/gencomp.py,
- uncompyle6/semantics/helper.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/semantics/helper.py, uncompyle6/semantics/pysource.py:
Split out comprehension code.. sync with decompile a little better
2022-04-17 rocky <rb@dustyfeet.com>
@@ -1774,7 +1774,7 @@
2022-04-15 rocky <rb@dustyfeet.com>
- * uncompyle6/scanners/pypy37.py, uncompyle6/scanners/scanner37.py:
+ * uncompyle6/scanners/pypy37.py, uncompyle6/scanners/scanner37.py:
Correct for pypy 3.7
2022-04-15 rocky <rb@dustyfeet.com>
@@ -1826,7 +1826,7 @@
2022-04-01 rocky <rb@dustyfeet.com>
* admin-tools/pyenv-newest-versions,
- uncompyle6/semantics/pysource.py: Small changes test code for pysource and bump lastest testing Python versions
+ uncompyle6/semantics/pysource.py: Small changes test code for pysource and bump latest testing Python versions
2022-03-12 rocky <rb@dustyfeet.com>
@@ -1902,7 +1902,7 @@
2022-03-04 rocky <rb@dustyfeet.com>
* uncompyle6/semantics/aligner.py,
- uncompyle6/semantics/fragments.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/semantics/fragments.py, uncompyle6/semantics/pysource.py:
Some small variable-name changes
2022-03-03 rocky <rb@dustyfeet.com>
@@ -1915,12 +1915,12 @@
* test/simple_source/bug36/02_genexpr.py,
test/simple_source/bug36/05_36lambda.py,
uncompyle6/parsers/parse36.py, uncompyle6/parsers/parse37.py,
- uncompyle6/parsers/parse37base.py, uncompyle6/scanners/scanner3.py:
+ uncompyle6/parsers/parse37base.py, uncompyle6/scanners/scanner3.py:
MAKE_FUNCTION_8 -> MAKE_FUNCTION_CLOSURE Clarity is important.
2022-02-27 rocky <rb@dustyfeet.com>
- * uncompyle6/semantics/consts.py, uncompyle6/semantics/pysource.py:
+ * uncompyle6/semantics/consts.py, uncompyle6/semantics/pysource.py:
Remove TABLE_R0 - it hasn't been used in a while
2022-01-18 rocky <rb@dustyfeet.com>
@@ -2009,7 +2009,7 @@
uncompyle6/parsers/parse37.py, uncompyle6/parsers/parse37base.py,
uncompyle6/semantics/consts.py,
uncompyle6/semantics/customize37.py,
- uncompyle6/semantics/helper.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/semantics/helper.py, uncompyle6/semantics/pysource.py:
mklambda -> lambda_body matches Python AST better Note: we can't use "lambda" since that is a reserved word
2021-12-23 rocky <rb@dustyfeet.com>
@@ -2142,7 +2142,7 @@
uncompyle6/scanners/tok.py, uncompyle6/semantics/consts.py,
uncompyle6/semantics/helper.py,
uncompyle6/semantics/make_function2.py,
- uncompyle6/semantics/make_function36.py, uncompyle6/verify.py:
+ uncompyle6/semantics/make_function36.py, uncompyle6/verify.py:
Python 3.6+ specialization
2021-11-03 rocky <rb@dustyfeet.com>
@@ -2200,7 +2200,7 @@
2021-10-26 rocky <rb@dustyfeet.com>
- * __pkginfo__.py, admin-tools/make-dist-older.sh, setup.py:
+ * __pkginfo__.py, admin-tools/make-dist-older.sh, setup.py:
Admnistrivia: package info
2021-10-26 rocky <rb@dustyfeet.com>
@@ -2236,7 +2236,7 @@
2021-10-23 rocky <rb@dustyfeet.com>
- * admin-tools/setup-master.sh, uncompyle6/semantics/fragments.py:
+ * admin-tools/setup-master.sh, uncompyle6/semantics/fragments.py:
Fragment and other bugs Part of the upgrade process
2021-10-23 rocky <rb@dustyfeet.com>
@@ -2279,7 +2279,7 @@
2021-10-21 rocky <rb@dustyfeet.com>
- * .github/workflows/ubuntu.yml: Worflows CI testing
+ * .github/workflows/ubuntu.yml: Workflows CI testing
2021-10-21 rocky <rb@dustyfeet.com>
@@ -2316,8 +2316,8 @@
2021-10-19 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse35.py, uncompyle6/scanners/scanner36.py:
- Revise Python version comparisions And set scanner.show_asm for 3.6
+ * uncompyle6/parsers/parse35.py, uncompyle6/scanners/scanner36.py:
+ Revise Python version comparisons And set scanner.show_asm for 3.6
2021-10-18 rocky <rb@dustyfeet.com>
@@ -2384,7 +2384,7 @@
uncompyle6/semantics/customize.py,
uncompyle6/semantics/customize3.py, uncompyle6/semantics/helper.py,
uncompyle6/semantics/make_function3.py,
- uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
+ uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
new dis - Python compisons involving tuples
2021-10-12 rocky <rb@dustyfeet.com>
@@ -2446,7 +2446,7 @@
2020-12-31 R. Bernstein <rocky@users.noreply.github.com>
- * : Merge pull request #340 from timgates42/bugfix_typo_unnecessary docs: fix simple typo, unecessary -> unnecessary
+ * : Merge pull request #340 from timgates42/bugfix_typo_unnecessary docs: fix simple typo, unecessary -> uxonnecessary
2020-12-27 rocky <rb@dustyfeet.com>
@@ -2454,7 +2454,7 @@
3.7+ We were producing: ``` z: z: int = 5 on bytecode_3.7_run/02_var_annotate.pyc ``` because grammar went 5. sstmt ann_assign (4) transformed by n_stmts: ('%|%[2]{attr}:
%c\n', 0) 0. ann_assign_init (3): ('%|%[2]{attr}: %c = %c\n', 0, 1) The "ann_assign" added "z:". Instead we have now: ``` 5. sstmt ann_assign_init (3) transformed by n_stmts: ('%|%[2]{attr}:
%c = %c\n', 0, 1) ``` Also, in the previous statement which appears in the listing (but is
- not actually in the finaly tree) we had: 4. sstmt assign (2): ('%|%c = %p\n', -1, (0, 200)) 0. expr L. L. 7 26 LOAD_CONST 5 1. store So we now preface the node type with "deleted", e.g.: 4. deleted sstmt assign (2): ('%|%c = %p\n', -1, (0, 200)) 0. expr L. L. 7 26 LOAD_CONST 5 1. store to reduce confusion
+ not actually in the finally tree) we had: 4. sstmt assign (2): ('%|%c = %p\n', -1, (0, 200)) 0. expr L. L. 7 26 LOAD_CONST 5 1. store So we now preface the node type with "deleted", e.g.: 4. deleted sstmt assign (2): ('%|%c = %p\n', -1, (0, 200)) 0. expr L. L. 7 26 LOAD_CONST 5 1. store to reduce confusion
2020-12-27 R. Bernstein <rocky@users.noreply.github.com>
@@ -2508,13 +2508,13 @@
uncompyle6/parsers/parse26.py, uncompyle6/parsers/parse3.py,
uncompyle6/parsers/parse31.py, uncompyle6/parsers/parse37.py,
uncompyle6/parsers/parse37base.py, uncompyle6/semantics/consts.py,
- uncompyle6/semantics/fragments.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/semantics/fragments.py, uncompyle6/semantics/pysource.py:
del_stmt -> delete to match Python AST better
2020-09-01 rocky <rb@dustyfeet.com>
* uncompyle6/parsers/parse38.py,
- uncompyle6/semantics/customize38.py: little sync with decompyle3 Add another forelsestmt (found only in a loop) Add precidence on
+ uncompyle6/semantics/customize38.py: little sync with decompyle3 Add another forelsestmt (found only in a loop) Add precedence on
walrus operator
2020-09-01 rocky <rb@dustyfeet.com>
@@ -2574,7 +2574,7 @@
uncompyle6/semantics/make_function2.py,
uncompyle6/semantics/make_function3.py,
uncompyle6/semantics/make_function36.py,
- uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
+ uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
Use "co_consts" in docstring detection. Note: this is an upheaval because we need to pass "code" or at least
"code.co_consts" to the docstring detection routine
@@ -2585,7 +2585,7 @@
2020-07-19 rocky <rb@dustyfeet.com>
* test/add-test.py, test/simple_source/bug27+/03_doc_assign.py,
- uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
+ uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
Better doc string detection A bug in 2.7 test_descr.py revealed a problem with the way we were
detecting docstrings. __doc__ = DocDescr() was getting confused with a docstring. This program also reveals other bugs in 3.2+ but we'll deal with
that in another commit.
@@ -2638,7 +2638,7 @@
2020-07-06 rocky <rb@dustyfeet.com>
- * .github/ISSUE_TEMPLATE/bug-report.md, HOW-TO-REPORT-A-BUG.md:
+ * .github/ISSUE_TEMPLATE/bug-report.md, HOW-TO-REPORT-A-BUG.md:
Update bug-fixing expectations
2020-07-06 rocky <rb@dustyfeet.com>
@@ -2725,7 +2725,7 @@
2020-06-15 rocky <rb@dustyfeet.com>
* admin-tools/how-to-make-a-release.md,
- uncompyle6/parsers/parse38.py, uncompyle6/semantics/customize38.py:
+ uncompyle6/parsers/parse38.py, uncompyle6/semantics/customize38.py:
Towards fixing a 3.8 try except-as bug
2020-06-12 rocky <rb@dustyfeet.com>
@@ -2739,7 +2739,7 @@
2020-06-12 rocky <rb@dustyfeet.com>
- * .circleci/config.yml, .travis.yml, NEWS.md, uncompyle6/version.py:
+ * .circleci/config.yml, .travis.yml, NEWS.md, uncompyle6/version.py:
Get ready for release 3.7.1
2020-06-12 rocky <rb@dustyfeet.com>
@@ -2885,7 +2885,7 @@
2020-05-09 rocky <rb@dustyfeet.com>
- * uncompyle6/linenumbers.py: Simpify an import, blacken a file.
+ * uncompyle6/linenumbers.py: Simplify an import, blacken a file.
2020-05-08 rocky <rb@dustyfeet.com>
@@ -2916,7 +2916,7 @@
* uncompyle6/parsers/parse37base.py,
uncompyle6/semantics/customize37.py,
- uncompyle6/semantics/fragments.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/semantics/fragments.py, uncompyle6/semantics/pysource.py:
Bugs in nested async for... * Generalize asyc_for rule Fix bug in picking out comprehension iterator in async for * fix bug in getting expression in such a comprehension * Add %[n]{%x} pattern to template_engine()
2020-04-27 rocky <rb@dustyfeet.com>
@@ -2970,7 +2970,7 @@
2020-04-20 rocky <rb@dustyfeet.com>
* .travis.yml, __pkginfo__.py, uncompyle6/disas.py,
- uncompyle6/linenumbers.py, uncompyle6/main.py, uncompyle6/verify.py:
+ uncompyle6/linenumbers.py, uncompyle6/main.py, uncompyle6/verify.py:
Update to use xdis 4.4.0 ... with more correct SipHash and other needed bug fixes.
2020-04-18 rocky <rb@dustyfeet.com>
@@ -3106,7 +3106,7 @@
* uncompyle6/parsers/parse3.py, uncompyle6/scanners/scanner2.py,
uncompyle6/scanners/scanner26.py, uncompyle6/scanners/scanner3.py,
uncompyle6/scanners/scanner37base.py: whileelse in 3.6 sometimes has
- come froms... also remove extra "L. " in token printing
+ come_froms... also remove extra "L. " in token printing
2020-04-04 rocky <rb@dustyfeet.com>
@@ -3294,7 +3294,7 @@
2020-02-13 rocky <rb@dustyfeet.com>
- * test/stdlib/3.7-exclude.sh, uncompyle6/semantics/transform.py:
+ * test/stdlib/3.7-exclude.sh, uncompyle6/semantics/transform.py:
transform ifelseif bugs
2020-02-11 rocky <rb@dustyfeet.com>
@@ -3335,7 +3335,7 @@
2020-02-10 rocky <rb@dustyfeet.com>
* uncompyle6/semantics/transform.py: Fix bug introduced by ast
- "tranform" change
+ "transform" change
2020-02-10 rocky <rb@dustyfeet.com>
@@ -3370,7 +3370,7 @@
2020-02-10 rocky <rb@dustyfeet.com>
- * test/stdlib/3.5-exclude.sh, uncompyle6/semantics/transform.py:
+ * test/stdlib/3.5-exclude.sh, uncompyle6/semantics/transform.py:
is_docsting needs to test for sstmts
2020-02-10 rocky <rb@dustyfeet.com>
@@ -3425,7 +3425,7 @@
uncompyle6/parsers/parse36.py, uncompyle6/semantics/consts.py,
uncompyle6/semantics/customize35.py,
uncompyle6/semantics/customize37.py: async with rules back to 3.5
- and ... add precidence on cascaded "await" expressions
+ and ... add precedence on cascaded "await" expressions
2020-02-08 rocky <rb@dustyfeet.com>
@@ -3491,7 +3491,7 @@
* test/stdlib/3.2-exclude.sh, test/stdlib/3.4-exclude.sh,
test/stdlib/3.5-exclude.sh, test/stdlib/3.6-exclude.sh: Go over
- 3.2-3.6 runtests.sh exludes... Reinstate a lot of tests broken since c90ff51
+ 3.2-3.6 runtests.sh excludes... Reinstate a lot of tests broken since c90ff51
2020-02-07 rocky <rb@dustyfeet.com>
@@ -3521,7 +3521,7 @@
uncompyle6/parsers/parse37base.py, uncompyle6/semantics/consts.py,
uncompyle6/semantics/customize3.py,
uncompyle6/semantics/customize36.py,
- uncompyle6/semantics/customize37.py, uncompyle6/semantics/helper.py:
+ uncompyle6/semantics/customize37.py, uncompyle6/semantics/helper.py:
conditional -> if_exp ... to match Python IfExp AST
2020-02-06 rocky <rb@dustyfeet.com>
@@ -3598,7 +3598,7 @@
2020-02-04 rocky <rb@dustyfeet.com>
- * test/stdlib/2.5-exclude.sh, uncompyle6/semantics/transform.py:
+ * test/stdlib/2.5-exclude.sh, uncompyle6/semantics/transform.py:
Adjust assert transform for new "if_and" rule
2020-02-04 rocky <rb@dustyfeet.com>
@@ -3608,7 +3608,7 @@
2020-02-02 rocky <rb@dustyfeet.com>
- * uncompyle6/semantics/consts.py, uncompyle6/semantics/pysource.py:
+ * uncompyle6/semantics/consts.py, uncompyle6/semantics/pysource.py:
__modname__ and __qualname__ detection... since grammar has simplified. May still need work for Python < 3.0
2020-02-02 rocky <rb@dustyfeet.com>
@@ -3798,7 +3798,7 @@
2020-01-29 rocky <rb@dustyfeet.com>
* test/stdlib/3.7-exclude.sh, test/stdlib/3.8-exclude.sh,
- uncompyle6/semantics/consts.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/semantics/consts.py, uncompyle6/semantics/pysource.py:
Track grammar "stmt" simplifications class ... * NAME_MODULE constant * QUAL_NAME constant
2020-01-28 rocky <rb@dustyfeet.com>
@@ -3870,7 +3870,7 @@
* uncompyle6/parser.py, uncompyle6/parsers/parse3.py,
uncompyle6/parsers/reducecheck/ifstmt.py,
- uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
+ uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
More 3.x "if" checking. Abbreviate stmts->sstmt
2020-01-26 rocky <rb@dustyfeet.com>
@@ -3910,7 +3910,7 @@
2020-01-25 rocky <rb@dustyfeet.com>
- * test/stdlib/3.3-exclude.sh, uncompyle6/parsers/parse35.py:
+ * test/stdlib/3.3-exclude.sh, uncompyle6/parsers/parse35.py:
Cut-n-paste grammar rule bug
2020-01-25 rocky <rb@dustyfeet.com>
@@ -4045,16 +4045,16 @@
uncompyle6/parsers/reducecheck/ifstmt.py,
uncompyle6/parsers/reducecheck/while1stmt.py,
uncompyle6/semantics/pysource.py: Largish rework: scan while1stmt
- for jump out .. to disambiguate. For this, we use the self.opc JUMP_OPS sets. For this, we neeed to
+ for jump out .. to disambiguate. For this, we use the self.opc JUMP_OPS sets. For this, we need to
store opc in the parse object. DRY uses of "last = min(last, len(tokens))
2020-01-23 rocky <rb@dustyfeet.com>
- * test/stdlib/3.7-exclude.sh: Exclue 3.7 test_binascii.py for now
+ * test/stdlib/3.7-exclude.sh: Exclude 3.7 test_binascii.py for now
2020-01-23 rocky <rb@dustyfeet.com>
- * test/stdlib/3.8-exclude.sh, uncompyle6/semantics/transform.py:
+ * test/stdlib/3.8-exclude.sh, uncompyle6/semantics/transform.py:
Mini-sync with decompyle3: go over runtests.sh 3.8 excludes
2020-01-23 rocky <rb@dustyfeet.com>
@@ -4222,7 +4222,7 @@
* uncompyle6/parsers/parse3.py, uncompyle6/parsers/parse37.py: More
parser changes to reinstate what was working in 3.6.2... However, again, probably more precise since we isolate loop rules
- better However, again, this isnt' the full store. Semantics were incorrect
+ better However, again, this isn't the full store. Semantics were incorrect
in Release 3.6.2 and they still are.
2020-01-17 rocky <rb@dustyfeet.com>
@@ -4237,7 +4237,7 @@
2020-01-16 rocky <rb@dustyfeet.com>
* test/simple_source/def/01_class.py,
- uncompyle6/semantics/consts.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/semantics/consts.py, uncompyle6/semantics/pysource.py:
parens around consts when taking attr again
2020-01-16 rocky <rb@dustyfeet.com>
@@ -4273,7 +4273,7 @@
2020-01-15 rocky <rb@dustyfeet.com>
* uncompyle6/parsers/reducecheck/ifelsestmt.py: 3.7 and 2.6
- coexistance in handling jump targets
+ coexistence in handling jump targets
2020-01-15 rocky <rb@dustyfeet.com>
@@ -4349,13 +4349,13 @@
2020-01-14 rocky <rb@dustyfeet.com>
- * test/stdlib/3.7-exclude.sh, uncompyle6/semantics/customize36.py:
+ * test/stdlib/3.7-exclude.sh, uncompyle6/semantics/customize36.py:
3.7 test_fstring now works.
2020-01-13 rocky <rb@dustyfeet.com>
* test/simple_source/bug36/10_fstring.py,
- test/stdlib/3.6-exclude.sh, uncompyle6/semantics/customize36.py:
+ test/stdlib/3.6-exclude.sh, uncompyle6/semantics/customize36.py:
Handle set/dictionary comprehensions in format strings
2020-01-13 rocky <rb@dustyfeet.com>
@@ -4432,7 +4432,7 @@
2020-01-12 rocky <rb@dustyfeet.com>
* test/simple_source/bug36/01_fstring.py,
- uncompyle6/semantics/consts.py, uncompyle6/semantics/transform.py:
+ uncompyle6/semantics/consts.py, uncompyle6/semantics/transform.py:
Wacky string at beginning of fn which is not docstring... 3.7.6 test_fstring.py tests this.
2020-01-12 rocky <rb@dustyfeet.com>
@@ -4833,7 +4833,7 @@
2020-01-06 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse2.py: Accomodate "return" in an except
+ * uncompyle6/parsers/parse2.py: Accommodate "return" in an except
handler
2020-01-06 rocky <rb@dustyfeet.com>
@@ -4867,8 +4867,8 @@
2020-01-06 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse21.py, uncompyle6/parsers/parse24.py:
- Python 2.4- doesn't have condition expresions
+ * uncompyle6/parsers/parse21.py, uncompyle6/parsers/parse24.py:
+ Python 2.4- doesn't have condition expressions
2020-01-05 rocky <rb@dustyfeet.com>
@@ -4921,7 +4921,7 @@
2020-01-03 rocky <rb@dustyfeet.com>
* test/stdlib/runtests.sh, uncompyle6/parser.py,
- uncompyle6/parsers/parse37.py, uncompyle6/semantics/customize37.py:
+ uncompyle6/parsers/parse37.py, uncompyle6/semantics/customize37.py:
3.7+ multiple imports of dotted path
2020-01-03 rocky <rb@dustyfeet.com>
@@ -4945,7 +4945,7 @@
2020-01-03 rocky <rb@dustyfeet.com>
* test/simple_source/bug30/06_listcomp.py,
- uncompyle6/parsers/parse37.py, uncompyle6/semantics/customize37.py:
+ uncompyle6/parsers/parse37.py, uncompyle6/semantics/customize37.py:
Fix a 3.7+ chained compare bug... others remain though.
2020-01-02 rocky <rb@dustyfeet.com>
@@ -4998,11 +4998,11 @@
* uncompyle6/semantics/make_function3.py: Simplify make_function3 by
customization We now have different routines for 3.6+ (and 2.x from before). This is desirable before fixing 3.0..3.5 lambdas with default
- paramerts and * args.
+ parameters and * args.
2019-12-27 rocky <rb@dustyfeet.com>
- * uncompyle6/semantics/helper.py, uncompyle6/semantics/transform.py:
+ * uncompyle6/semantics/helper.py, uncompyle6/semantics/transform.py:
Tidy code. * Don't use "str" as a variable name * blacken helper and alphabetically order fns * use helper function `find_code_node()` in transform `mk_func()`
2019-12-27 rocky <rb@dustyfeet.com>
@@ -5012,7 +5012,7 @@
uncompyle6/semantics/make_function2.py,
uncompyle6/semantics/make_function3.py,
uncompyle6/semantics/make_function36.py,
- uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
+ uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
Was dropping docstrings! Add in decompyle make_function36
2019-12-27 rocky <rb@dustyfeet.com>
@@ -5118,8 +5118,8 @@
uncompyle6/parsers/parse37base.py, uncompyle6/semantics/consts.py,
uncompyle6/semantics/customize.py,
uncompyle6/semantics/customize35.py,
- uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
- Redo the way we handle complex literals and 3.7+ bug fixes... In 3.7+ remove assert_expr* parser rules Fix "call" precidence in
+ uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
+ Redo the way we handle complex literals and 3.7+ bug fixes... In 3.7+ remove assert_expr* parser rules Fix "call" precedence in
3.7+ for it children
2019-12-18 rocky <rb@dustyfeet.com>
@@ -5175,7 +5175,7 @@
2019-12-16 rocky <rb@dustyfeet.com>
* test/simple_source/bug37/02_async_for_generator.py,
- uncompyle6/parsers/parse37base.py, uncompyle6/semantics/pysource.py:
+ uncompyle6/parsers/parse37base.py, uncompyle6/semantics/pysource.py:
Add 3.7 async listcomp
2019-12-15 rocky <rb@dustyfeet.com>
@@ -5189,13 +5189,13 @@
2019-12-15 rocky <rb@dustyfeet.com>
- * admin-tools/setup-master.sh, admin-tools/setup-python-2.4.sh:
+ * admin-tools/setup-master.sh, admin-tools/setup-python-2.4.sh:
Adminsitrivia: improve setup scripts
2019-12-15 rocky <rb@dustyfeet.com>
* test/simple_source/def/05_class.py, test/stdlib/runtests.sh,
- uncompyle6/semantics/pysource.py: Fix Python 3.x pringing
+ uncompyle6/semantics/pysource.py: Fix Python 3.x printing
superclasses... class Description: not class Description("Description"). Introduced
in not catching LOAD_CONST->LOAD_STR change
@@ -5268,7 +5268,7 @@
2019-12-11 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse37.py, uncompyle6/parsers/parse37base.py:
+ * uncompyle6/parsers/parse37.py, uncompyle6/parsers/parse37base.py:
Add 3.7+ "and" grammar rule and limit "or" more
2019-12-11 rocky <rb@dustyfeet.com>
@@ -5290,7 +5290,7 @@
* test/simple_source/bug36/01_fstring.py,
test/simple_source/bug36/01_if_and_if_bug.py,
test/simple_source/bug36/02_call_ex_kw.py,
- uncompyle6/parsers/parse38.py, uncompyle6/semantics/customize38.py:
+ uncompyle6/parsers/parse38.py, uncompyle6/semantics/customize38.py:
Add another 3.8 try/finally rule and semantic action
2019-12-10 rocky <rb@dustyfeet.com>
@@ -5341,7 +5341,7 @@
2019-12-09 rocky <rb@dustyfeet.com>
* setup.py, uncompyle6/scanner.py,
- uncompyle6/scanners/scanner38.py, uncompyle6/scanners/scanner39.py:
+ uncompyle6/scanners/scanner38.py, uncompyle6/scanners/scanner39.py:
Start to tolerate 3.9 (in pydisassemble)
2019-12-09 rocky <rb@dustyfeet.com>
@@ -5371,7 +5371,7 @@
2019-12-08 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse37.py, uncompyle6/scanners/scanner38.py:
+ * uncompyle6/parsers/parse37.py, uncompyle6/scanners/scanner38.py:
Typos: decompyle3 -> uncompyle6
2019-12-08 R. Bernstein <rocky@users.noreply.github.com>
@@ -5380,7 +5380,7 @@
2019-12-02 rocky <rb@dustyfeet.com>
- * uncompyle6/semantics/make_function.py: Accomodate for optional
+ * uncompyle6/semantics/make_function.pyff: Accommodate for optional
docstring in function kw calculation
2019-11-21 rocky <rb@dustyfeet.com>
@@ -5434,7 +5434,7 @@
2019-11-18 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse27.py, uncompyle6/semantics/pysource.py:
+ * uncompyle6/parsers/parse27.py, uncompyle6/semantics/pysource.py:
Two Bugs ... 2.7: more stringent comparison and comp_if testing 2.6-2.7: fix
botched dict constant translation
@@ -5470,7 +5470,7 @@
2019-11-16 rocky <rb@dustyfeet.com>
- * admin-tools/pyenv-newer-versions, admin-tools/setup-master.sh:
+ * admin-tools/pyenv-newer-versions, admin-tools/setup-master.sh:
Administriva - bump testing versions
2019-11-16 rocky <rb@dustyfeet.com>
@@ -5508,7 +5508,7 @@
2019-11-16 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse30.py, uncompyle6/scanners/scanner3.py:
+ * uncompyle6/parsers/parse30.py, uncompyle6/scanners/scanner3.py:
3.0 assert2... Not like other 3.x due to the lack of POP_JUMP_IF
2019-11-16 rocky <rb@dustyfeet.com>
@@ -5517,7 +5517,7 @@
2019-11-15 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse30.py, uncompyle6/semantics/customize3.py:
+ * uncompyle6/parsers/parse30.py, uncompyle6/semantics/customize3.py:
Add 3.0 try/except rule
2019-11-15 rocky <rb@dustyfeet.com>
@@ -5549,7 +5549,7 @@
2019-11-15 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse30.py, uncompyle6/semantics/customize3.py:
+ * uncompyle6/parsers/parse30.py, uncompyle6/semantics/customize3.py:
3.0.1 "ret_or", "ret_and", and "or" rules
2019-11-15 rocky <rb@dustyfeet.com>
@@ -5568,12 +5568,12 @@
2019-11-14 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse30.py, uncompyle6/semantics/customize3.py:
+ * uncompyle6/parsers/parse30.py, uncompyle6/semantics/customize3.py:
Two 3.0 rules ... - ifstmtlastl - ifnotstmt30
2019-11-13 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse30.py, uncompyle6/parsers/treenode.py:
+ * uncompyle6/parsers/parse30.py, uncompyle6/parsers/treenode.py:
Bang on 3.0.1 control flow... more word is needed though
2019-11-12 rocky <rb@dustyfeet.com>
@@ -5609,7 +5609,7 @@
2019-11-11 rocky <rb@dustyfeet.com>
* test/simple_source/bug30/04_and_del.py,
- uncompyle6/parsers/parse30.py, uncompyle6/semantics/customize3.py:
+ uncompyle6/parsers/parse30.py, uncompyle6/semantics/customize3.py:
Cope more JUMP/POP_IF not being in 3.0... more is probably needed though.
2019-11-11 rocky <rb@dustyfeet.com>
@@ -5631,8 +5631,8 @@
2019-11-10 rocky <rb@dustyfeet.com>
* test/simple_source/bug30/03_ifelse.py,
- uncompyle6/parsers/parse30.py, uncompyle6/semantics/customize3.py:
- More Python 3.0 custom "if" statment handling.
+ uncompyle6/parsers/parse30.py, uncompyle6/semantics/customize3.py:
+ More Python 3.0 custom "if" statement handling.
2019-11-10 rocky <rb@dustyfeet.com>
@@ -5703,7 +5703,7 @@
2019-10-29 rocky <rb@dustyfeet.com>
- * uncompyle6/parsers/parse3.py, uncompyle6/semantics/customize36.py:
+ * uncompyle6/parsers/parse3.py, uncompyle6/semantics/customize36.py:
Pypy 3.6 tolerance
2019-10-29 rocky <rb@dustyfeet.com>
@@ -5732,7 +5732,7 @@
* uncompyle6/semantics/customize.py,
uncompyle6/semantics/fragments.py,
- uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py:
+ uncompyle6/semantics/pysource.py, uncompyle6/semantics/transform.py: