-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathChangeLog-spell-corrected.diff
1950 lines (1348 loc) · 72.2 KB
/
ChangeLog-spell-corrected.diff
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-01-26 09:41:00.838248159 -0500
+++ ChangeLog-spell-corrected 2025-01-26 09:40:04.194205936 -0500
@@ -28,12 +28,12 @@
* .github/workflows/macos.yml, .github/workflows/ubuntu.yml,
.github/workflows/windows.yml, mathics_django/web/models.py: Track
- Mathics-core changes (#217) * Correct Combinatorical version number * Update gallery examples with new stuff * Use some examples from David .A Roberts * Track API changes * track table-build name change in core
+ Mathics-core changes (#217) * Correct Combinatorica version number * Update gallery examples with new stuff * Use some examples from David .A Roberts * Track API changes * track table-build name change in core
2025-01-04 R. Bernstein <[email protected]>
* mathics_django/web/media/js/inout.js: Update gallery examples
- (#214) * Correct Combinatorical version number * Update gallery examples with new stuff * Use some examples from David .A Roberts * Reduce level used in lindmayer example... On small memory machines is can lead a recursion limit overflow
+ (#214) * Correct Combinatorica version number * Update gallery examples with new stuff * Use some examples from David .A Roberts * Reduce level used in lindmayer example... On small memory machines is can lead a recursion limit overflow
2024-12-29 rocky <[email protected]>
@@ -143,7 +143,7 @@
2024-01-18 rocky <[email protected]>
- * .pre-commit-config.yaml, mathics_django/web/media/js/mathics.js:
+ * .pre-commit-config.yaml, mathics_django/web/media/js/mathics.js:
Don't interpret characters in createLine() as HTML In String output elision from Mathics3 this messes up
<<number-of-characters-skipped>> converting < into < for example. In this context we don't have HTML, we have text. HTML appears
outside and is handled outside of this.
@@ -159,7 +159,7 @@
* .github/workflows/osx.yaml, .github/workflows/ubuntu.yml,
.github/workflows/windows.yml, Makefile,
mathics_django/doc/utils.py, mathics_django/docpipeline.py,
- mathics_django/version.py, mathics_django/web/models.py, setup.py:
+ mathics_django/version.py, mathics_django/web/models.py, setup.py:
Use Mathics-core v7 in testing (#197) * Use Mathics-core v7 in testing * Get CI running on V7.0.0
2023-07-11 rocky <[email protected]>
@@ -178,7 +178,7 @@
mathics_django/web/controllers/about.py,
mathics_django/web/media/js/inout.js,
mathics_django/web/templates/about.html, setup.py: Show mathics-core
- setttings... (#195) * Show mathics-core setttings... * max digits in string, * system encoding * time format * More setting tweaks and bump version * Drop mention of 3.6 in setup.py, add mention of 3.11 * Improve formatting of time zone and max strings allowed in digits * We are no longer 6.0.0
+ settings... (#195) * Show mathics-core settings... * max digits in string, * system encoding * time format * More setting tweaks and bump version * Drop mention of 3.6 in setup.py, add mention of 3.11 * Improve formatting of time zone and max strings allowed in digits * We are no longer 6.0.0
2023-02-26 rocky <[email protected]>
@@ -217,7 +217,7 @@
2023-02-23 R. Bernstein <[email protected]>
* Makefile, mathics_django/__init__.py,
- mathics_django/docpipeline.py, mathics_django/web/media/js/inout.js:
+ mathics_django/docpipeline.py, mathics_django/web/media/js/inout.js:
Add natlang examples, docpipeline etc. (#191) Makefile: use UTF-8 for XML doc generation __init__.py make sure we
import __version__ inout.js: Add NLP examples, comment out
undirected edge use since that may have a problem using
@@ -271,7 +271,7 @@
2023-01-29 R. Bernstein <[email protected]>
* mathics_django/doc/django_doc.py,
- mathics_django/web/controllers/doc.py, mathics_django/web/format.py:
+ mathics_django/web/controllers/doc.py, mathics_django/web/format.py:
Reinstate PyMathics section in Documentation. (#181) * Reinstate PyMathics section in Documentation. We can't handle true guide sections yet though. See pymathics.graph (branch 6.0.0) for a module that has largely
been gone over. * graph SVG works now! Finally! The very small additional changes needed to get inline SVG's. Basically we just needed to decode the bytes, and extract off the
XML header line, keeping the <svg>...</svg> tags.
@@ -305,7 +305,7 @@
2023-01-22 R. Bernstein <[email protected]>
* .github/workflows/osx.yaml, .github/workflows/ubuntu.yml,
- .github/workflows/windows.yml, mathics_django/version.py, setup.py:
+ .github/workflows/windows.yml, mathics_django/version.py, setup.py:
Master (#178) * Allow newer Mathics-core * Repair CI * Python 3.6 can't run Django 4.x * Another CI try * Bump version Also fix a typo in setup.py
2023-01-21 R. Bernstein <[email protected]>
@@ -434,7 +434,7 @@
2022-07-29 R. Bernstein <[email protected]>
- * mathics_django/doc/utils.py: two-arg URL enhancment for master
+ * mathics_django/doc/utils.py: two-arg URL enhancement for master
branch (#158)
2022-07-23 R. Bernstein <[email protected]>
@@ -655,7 +655,7 @@
2021-08-01 R. Bernstein <[email protected]>
- * : Merge pull request #133 from Mathics3/mathics-package-settings.m Packging woes - release 4.0.1
+ * : Merge pull request #133 from Mathics3/mathics-package-settings.m Packaging woes - release 4.0.1
2021-08-01 R. Bernstein <[email protected]>
@@ -774,7 +774,7 @@
2021-07-22 rocky <[email protected]>
- * mathics_django/doc/django_doc.py, mathics_django/web/views.py:
+ * mathics_django/doc/django_doc.py, mathics_django/web/views.py:
Formatting for text sections needs escape_html.. More correct tagging for test output in guide sections Remove extraneous import
2021-07-22 rocky <[email protected]>
@@ -923,7 +923,7 @@
mathics_django/web/media/js/mathics-threejs-backend/index.js,
mathics_django/web/templates/about.html,
mathics_django/web/views.py, setup.py: Build threejs when needed... It should not be in git. Instead, build it when it is either needed
- or specificially requested. A number of Makefile and packaging updates. Some related to this,
+ or specifically requested. A number of Makefile and packaging updates. Some related to this,
but some not.
2021-07-11 Tiago Cavalcante Trindade <[email protected]>
@@ -1010,7 +1010,7 @@
mathics_django/web/templates/doc/part.html,
mathics_django/web/templates/doc/section.html,
mathics_django/web/urls.py, mathics_django/web/views.py: Reinstate
- section body. Tidy code a litle.
+ section body. Tidy code a little.
2021-06-29 rocky <[email protected]>
@@ -1019,7 +1019,7 @@
mathics_django/web/templates/doc/section.html,
mathics_django/web/templates/doc/subsection.html,
mathics_django/web/urls.py, mathics_django/web/views.py: First cut
- at handling bultin subsections.
+ at handling builtin subsections.
2021-06-29 Tiago Cavalcante Trindade <[email protected]>
@@ -1156,7 +1156,7 @@
2021-06-15 rocky <[email protected]>
- * mathics_django/autoload/settings.m, mathics_django/web/format.py:
+ * mathics_django/autoload/settings.m, mathics_django/web/format.py:
Surround Strings in quotes
2021-06-16 R. Bernstein <[email protected]>
@@ -1174,7 +1174,7 @@
2021-06-15 Tiago Cavalcante Trindade <[email protected]>
- * mathics_django/web/media/js/mathics.js: Remove uneccessary
+ * mathics_django/web/media/js/mathics.js: Remove unecessary
event.stop()
2021-06-15 Tiago Cavalcante Trindade <[email protected]>
@@ -1190,7 +1190,7 @@
2021-06-15 Tiago Cavalcante Trindade <[email protected]>
* mathics_django/web/media/js/inout.js: Always create new popup,
- neccessary to reset the popup variable
+ necessary to reset the popup variable
2021-06-15 Tiago Cavalcante Trindade <[email protected]>
@@ -1337,7 +1337,7 @@
* mathics_django/web/format.py,
mathics_django/web/media/js/graphics3d.js,
- mathics_django/web/media/js/mathics.js, mathics_django/web/views.py:
+ mathics_django/web/media/js/mathics.js, mathics_django/web/views.py:
Detangle MathML from 3d graphics
2021-06-11 Tiago Cavalcante Trindade <[email protected]>
@@ -1372,7 +1372,7 @@
2021-06-10 Tiago Cavalcante Trindade <[email protected]>
- * .editorconfig, .github/workflows/{windows.yaml => windows.yml}:
+ * .editorconfig, .github/workflows/{windows.yaml => windows.yml}:
Rename windows.yaml to windows.yml
2021-06-10 Tiago Cavalcante Trindade <[email protected]>
@@ -4086,7 +4086,7 @@
mathics_django/web/media/js/mathjax/localization/zh-hant/MathML.js,
mathics_django/web/media/js/mathjax/localization/zh-hant/MathMenu.j
s, mathics_django/web/media/js/mathjax/localization/zh-hant/TeX.js,
- mathics_django/web/media/js/mathjax/localization/zh-hant/zh-hant.js:
+ mathics_django/web/media/js/mathjax/localization/zh-hant/zh-hant.js:
MathJax 2.7.9! With this we are up to the last 2.x release Circa 2020!
2021-05-14 R. Bernstein <[email protected]>
@@ -7304,7 +7304,7 @@
* test/test_combinatorica.py, test/test_console.py,
test/test_parser/test_convert.py, test/test_parser/test_parser.py,
test/test_parser/test_prescanner.py,
- test/test_parser/test_tokeniser.py, test/test_parser/test_util.py:
+ test/test_parser/test_tokeniser.py, test/test_parser/test_util.py:
Remove duplicate tests from Mathics3
2021-02-19 rocky <[email protected]>
@@ -7405,7 +7405,7 @@
2020-12-30 rocky <[email protected]>
- * .github/workflows/ubuntu.yml: Workfows Administriva Use github git until we release Mathics 2.0.0
+ * .github/workflows/ubuntu.yml: Workflows Administriva Use github git until we release Mathics 2.0.0
2020-12-30 rocky <[email protected]>
@@ -7422,7 +7422,7 @@
2020-12-29 rocky <[email protected]>
- * mathics_django/web/views.py: Guard agains WL replacement on None
+ * mathics_django/web/views.py: Guard against WL replacement on None
result
2020-12-29 R. Bernstein <[email protected]>
@@ -7503,7 +7503,7 @@
2020-12-04 rocky <[email protected]>
- * mathics_django/web/format.py: Handel labeled nodes better Use white background if we have (black) node labels.
+ * mathics_django/web/format.py: Handle labeled nodes better Use white background if we have (black) node labels.
2020-12-03 rocky <[email protected]>
@@ -7516,7 +7516,7 @@
2020-12-01 rocky <[email protected]>
- * mathics_django/settings.py, mathics_django/web/views.py, tox.ini:
+ * mathics_django/settings.py, mathics_django/web/views.py, tox.ini:
inch closer
2020-12-01 rocky <[email protected]>
@@ -8804,16 +8804,16 @@
examples/combinatorica/test-c.sh, examples/test_driver.m,
examples/combinatorica/c-small.m =>
mathics/autoload/combinatorica/CombinatoricaSmall.m,
- mathics/autoload/combinatorica/README.rst, test/test_evaluation.py:
+ mathics/autoload/combinatorica/README.rst, test/test_evaluation.py:
Add CombinatorcaSmall as an autoload package
2020-11-21 rocky <[email protected]>
- * examples/combinatorica/c-small.m: Try adding Paritions - fail.
+ * examples/combinatorica/c-small.m: Try adding Partitions - fail.
2020-11-21 rocky <[email protected]>
- * examples/combinatorica/c-small.m, examples/combinatorica/c-test.m:
+ * examples/combinatorica/c-small.m, examples/combinatorica/c-test.m:
Failed attempt at adding binary search
2020-11-21 rocky <[email protected]>
@@ -8833,7 +8833,7 @@
examples/symbolic_logic/gries_schneider/GS1.m,
examples/symbolic_logic/gries_schneider/GS2.m,
examples/symbolic_logic/gries_schneider/GS3.m,
- examples/{symbolic_logic/gries_schneider/GS0.m => test_driver.m}:
+ examples/{symbolic_logic/gries_schneider/GS0.m => test_driver.m}:
Start combinatorica examples Basically try the examples in the first page of the book. The test
harness has been move from GS0.m to test_driver.m so we can reuse
it. (It really doesn't have anything to do with Gries-Schneider
@@ -8912,7 +8912,7 @@
2020-11-14 mmatera <[email protected]>
- * mathics/builtin/attributes.py, mathics/core/definitions.py:
+ * mathics/builtin/attributes.py, mathics/core/definitions.py:
protect
2020-11-14 mmatera <[email protected]>
@@ -8943,7 +8943,7 @@
2020-11-07 Juan Mauricio Matera <[email protected]>
- * : Merge pull request #1000 from weakit/minmax Symbolic comparisions.
+ * : Merge pull request #1000 from weakit/minmax Symbolic comparisons.
2020-11-05 weakit <[email protected]>
@@ -9004,7 +9004,7 @@
* Makefile, admin-tools/make-dist.sh,
app/requirements-mathicsscript.txt, mathics/builtin/patterns.py,
- mathics/core/expression.py, mathics/core/parser/tokeniser.py:
+ mathics/core/expression.py, mathics/core/parser/tokeniser.py:
Administrivia - lingering distribution stuff Go over Makefile to create docker image
2020-10-27 mmatera <[email protected]>
@@ -9038,7 +9038,7 @@
2020-10-26 mmatera <[email protected]>
- * mathics/core/expression.py, mathics/core/parser/tokeniser.py:
+ * mathics/core/expression.py, mathics/core/parser/tokeniser.py:
fixing ReplaceAll tokenizer with lookahead regexp
2020-10-26 mmatera <[email protected]>
@@ -9075,7 +9075,7 @@
* mathics/builtin/integer.py, mathics/builtin/numeric.py,
mathics/builtin/options.py, mathics/builtin/patterns.py,
mathics/builtin/strings.py,
- mathics/doc/documentation/1-Manual.mdoc, test/test_evaluation.py:
+ mathics/doc/documentation/1-Manual.mdoc, test/test_evaluation.py:
Title Capitalization; StringInsert examples
2020-10-18 R. Bernstein <[email protected]>
@@ -9143,7 +9143,7 @@
2020-10-15 rocky <[email protected]>
- * Makefile, mathics/builtin/inout.py, mathics/doc/tex/Makefile:
+ * Makefile, mathics/builtin/inout.py, mathics/doc/tex/Makefile:
Simplify doc building And try not to duplication running tests
2020-10-15 rocky <[email protected]>
@@ -9157,7 +9157,7 @@
2020-10-14 rocky <[email protected]>
- * mathics/builtin/inout.py, mathics/doc/documentation/1-Manual.mdoc:
+ * mathics/builtin/inout.py, mathics/doc/documentation/1-Manual.mdoc:
Don't be sensitive in testing to SansSerif..
2020-10-14 rocky <[email protected]>
@@ -9324,7 +9324,7 @@
2020-10-07 rocky <[email protected]>
* mathics/builtin/datentime.py, mathics/builtin/evaluation.py,
- mathics/builtin/plot.py, mathics/builtin/system.py, mathics/test.py:
+ mathics/builtin/plot.py, mathics/builtin/system.py, mathics/test.py:
Add --keep-going, and --doc-only... And also go over more test doc descriptions. Fixes #947
2020-10-07 rocky <[email protected]>
@@ -9425,7 +9425,7 @@
2020-10-05 rocky <[email protected]>
- * mathics/doc/doc.py, mathics/test.py: Add test.py --count arg Also, Skip sandbox tests *only* if environemnt variable SANDBOX is
+ * mathics/doc/doc.py, mathics/test.py: Add test.py --count arg Also, Skip sandbox tests *only* if environment variable SANDBOX is
not set --count is expected to facilitate going over the docstrings for new
builtins
@@ -9462,7 +9462,7 @@
2020-10-04 rocky <[email protected]>
* Makefile, mathics/web/urls.py, mathics/web/views.py, setup.py: 4
- small tweaks: urls.py: blacken setup.py: remove not necessary decpendencies - colorama is optional as it was in 1.0 - pyplot was part of graphs. It will appear in a depencency in
+ small tweaks: urls.py: blacken setup.py: remove not necessary decpendencies - colorama is optional as it was in 1.0 - pyplot was part of graphs. It will appear in a dependency in
the corresponding graphs pymathics module views.py: remove some
unused imports Makefile: A better description of what "doc" is
about.
@@ -9519,7 +9519,7 @@
2020-10-02 rocky <[email protected]>
* mathics/core/pattern.py: Fix runtime bugs seen from GS3.m in
- per_expr() per_expr() needs to return a in interator return, not the default
+ per_expr() per_expr() needs to return a in iterator return, not the default
implied `return None` as can happen. In Python 3, // is used for truncated integer division. In Python 2
it was /. That now returns float in Python 3. Note the brokenness of self.get_wrappings To reproduce brokenness before build, in `mathics` run: ```
<<"https://raw.githubusercontent.com/rebcabin/Mathics/master/mathics/packages/GS3.m"```
@@ -9600,7 +9600,7 @@
2016-10-13 Bernhard Liebl <[email protected]>
- * mathics/core/definitions.py, mathics/core/expression.py:
+ * mathics/core/definitions.py, mathics/core/expression.py:
unification with _sequences
2016-10-13 Bernhard Liebl <[email protected]>
@@ -9706,7 +9706,7 @@
2020-09-27 rocky <[email protected]>
* README.rst: Revise docker setup instructions https://hub.docker.com/repository/docker/rockyb/mathics has a more
- recent docker contrainer for 1.1-dev. The natlang module isnt' built, but I don't think right now that's
+ recent docker container for 1.1-dev. The natlang module isn't built, but I don't think right now that's
important. Never let perfection get in the way of progress. Issue #927 has been created to track remaining steps.
2020-09-27 R. Bernstein <[email protected]>
@@ -11657,7 +11657,7 @@
2020-09-27 rocky <[email protected]>
- * .github/FUNDING.yml: Add a github sponsers button Developers/Mainainers: feel free to add to/change this.
+ * .github/FUNDING.yml: Add a github sponsors button Developers/Maintainers: feel free to add to/change this.
2020-09-27 Pablo Emilio Escobar Gaviria <[email protected]>
@@ -11666,7 +11666,7 @@
2020-09-27 Pablo Emilio Escobar Gaviria <[email protected]>
* COPYING.txt, README.rst, mathics/doc/documentation/1-Manual.mdoc,
- mathics/web/templates/main.html, pymathics/setup.py, setup.py:
+ mathics/web/templates/main.html, pymathics/setup.py, setup.py:
Updated the links in the documentation to point to mathics.org
instead of mathics.github.io
@@ -11774,20 +11774,20 @@
2020-09-19 mmatera <[email protected]>
- * mathics/autoload/formats/SVG/Export.m, mathics/builtin/inout.py:
+ * mathics/autoload/formats/SVG/Export.m, mathics/builtin/inout.py:
fix export
2020-09-19 mmatera <[email protected]>
- * mathics/builtin/inout.py: Unprotect by defaut 2
+ * mathics/builtin/inout.py: Unprotect by default
2020-09-19 mmatera <[email protected]>
- * mathics/builtin/__init__.py: Unprotect by defaukt
+ * mathics/builtin/__init__.py: Unprotect by default
2020-09-19 mmatera <[email protected]>
- * mathics/builtin/inout.py, mathics/doc/documentation/1-Manual.mdoc:
+ * mathics/builtin/inout.py, mathics/doc/documentation/1-Manual.mdoc:
fixing 1-Manual.doc and Format
2020-09-19 mmatera <[email protected]>
@@ -11955,11 +11955,11 @@
2020-09-16 Pablo Emilio Escobar Gaviria <[email protected]>
- * .travis.yml: Revert "Tryed using conda to install llvmlite" This reverts commit b3887d0bf6656b28c28a40f921c9ac99773d6215.
+ * .travis.yml: Revert "Tried using conda to install llvmlite" This reverts commit b3887d0bf6656b28c28a40f921c9ac99773d6215.
2020-09-16 Pablo Emilio Escobar Gaviria <[email protected]>
- * .travis.yml: Tryed using conda to install llvmlite
+ * .travis.yml: Tried using conda to install llvmlite
2020-09-16 Gark Garcia <[email protected]>
@@ -12248,12 +12248,12 @@
=> admin-tools/release.sh, test/test_console.py, tox.ini: Build and
Doc tweaks .gitignore: There is a lot of stuff in mathics/doc/tex that is
derived and should be ignored Makefile: Add a top-level Makefile to simplify most of the routine
- tasks See remake --tasks for more detail README.rst: add section for running, simplfy install via Makefile admin-tools: put administrative code here. More may come. BTW
+ tasks See remake --tasks for more detail README.rst: add section for running, simplify install via Makefile admin-tools: put administrative code here. More may come. BTW
release.sh will probably get revised. test/test_console.py: remove a Python deprecation: \- -> \\- tox.ini: Revise - sympy and python versions. More is probably needed
2020-09-12 Gark Garcia <[email protected]>
- * : Merge pull request #873 from GarkGarcia/sum-product-fix Added exemples to the documentation of `Sum` and `Product`
+ * : Merge pull request #873 from GarkGarcia/sum-product-fix Added examples to the documentation of `Sum` and `Product`
2019-06-06 mmatera <[email protected]>
@@ -12270,7 +12270,7 @@
2020-09-12 Gark Garcia <[email protected]>
- * : Merge pull request #873 from GarkGarcia/sum-product-fix Added exemples to the documentation of `Sum` and `Product`
+ * : Merge pull request #873 from GarkGarcia/sum-product-fix Added examples to the documentation of `Sum` and `Product`
2020-09-12 Gark Garcia <[email protected]>
@@ -12310,7 +12310,7 @@
2020-09-11 rocky <[email protected]>
- * mathics/builtin/graphs.py, setup.py: Use pydot for Graphs... mathics/builtin/graphs.py: Athough while ago there pydotplus was preferred, numpy wants pydot, not pydotplus. And pydot seems to be newer than pydotplus, and has more maintainers. So switch this code to use pydot, not pydotplus as previously desired.
+ * mathics/builtin/graphs.py, setup.py: Use pydot for Graphs... mathics/builtin/graphs.py: Although while ago there pydotplus was preferred, numpy wants pydot, not pydotplus. And pydot seems to be newer than pydotplus, and has more maintainers. So switch this code to use pydot, not pydotplus as previously desired.
2020-09-11 Gark Garcia <[email protected]>
@@ -12382,7 +12382,7 @@
2020-09-11 Gark Garcia <[email protected]>
* : Merge pull request #859 from
- rocky/add-system-byteordering-and-black Add System`Byteordering System`Environemnt and blacken system.py
+ rocky/add-system-byteordering-and-black Add System`Byteordering System`Environment and blacken system.py
2020-09-11 Gark Garcia <[email protected]>
@@ -12397,7 +12397,7 @@
* .travis.yml, mathics/doc/doc.py, mathics/doc/images.sh,
mathics/doc/tex/Makefile: fixing dependencies "convert" from imagemagick produces an error due to new security
- features. As inkscape is also necesary, and the last version is also
+ features. As inkscape is also necessary, and the last version is also
able to make the conversion, I just removed imagemagick from the
dependencies, using here just inkscape adding escape characters to latex filter showing errors in documentation compiling
@@ -12470,7 +12470,7 @@
2020-09-08 Gark Garcia <[email protected]>
- * : Merge pull request #839 from rocky/Python-3.8-posonlyargs Python 3.8, 3.9 and Pypy 3.6 compatability
+ * : Merge pull request #839 from rocky/Python-3.8-posonlyargs Python 3.8, 3.9 and Pypy 3.6 compatibility
2020-09-08 rocky <[email protected]>
@@ -12620,8 +12620,8 @@
2020-09-06 Pablo Emilio Escobar Gaviria <[email protected]>
* mathics/builtin/linalg.py: Reverted the decision to normalize the
- eigenvectors Althought there was a TODO stating that the eigenvectors should be
- normalized, aparently Mathematica does not do so
+ eigenvectors Although there was a TODO stating that the eigenvectors should be
+ normalized, apparently Mathematica does not do so
2020-09-06 Pablo Emilio Escobar Gaviria <[email protected]>
@@ -12629,21 +12629,21 @@
2020-09-06 Pablo Emilio Escobar Gaviria <[email protected]>
- * mathics/builtin/linalg.py: Refactored the algorith that sorts the
+ * mathics/builtin/linalg.py: Refactored the algorithm that sorts the
results of Eigenvectors Also made it so that eigvectors are presented in their normalized
form
2020-09-06 Pablo Emilio Escobar Gaviria <[email protected]>
- * mathics/builtin/linalg.py: Refactored the algorith that sorts the
+ * mathics/builtin/linalg.py: Refactored the algorithm that sorts the
results of Eigenvalues
2020-09-06 rocky <[email protected]>
- * mathics/builtin/graphics.py, mathics/builtin/graphs.py, setup.py:
+ * mathics/builtin/graphics.py, mathics/builtin/graphs.py, setup.py:
Fix two `python mathics/test.py -o` errors graphics.py extent(): For EdgeConnectivity[Graph[{}]] total_extent
can return [None, None, None, None] for {x,y}m{in,max}. So check for
- this and dissallowing None *= 2 graphs.py _path_layout(): For PathGraph[{1, 2, 3}] neighbors is a
+ this and disallowing None *= 2 graphs.py _path_layout(): For PathGraph[{1, 2, 3}] neighbors is a
generator, so next(neighobors) is used instead of neighbors[0] An unused import and trailing blanks have been removed. (My editor
did the latter, my programming environment suggested removing the
unused import)
@@ -12753,7 +12753,7 @@
2020-09-03 Pablo Emilio Escobar Gaviria <[email protected]>
* mathics/builtin/functional.py, mathics/core/expression.py: Fixed
- the bahaviour of `Expression.apply_slots` Now `Expression.apply_slots` takes associations into account
+ the behaviour of `Expression.apply_slots` Now `Expression.apply_slots` takes associations into account
2020-09-03 Gark Garcia <[email protected]>
@@ -12774,7 +12774,7 @@
2020-09-01 Pablo Emilio Escobar Gaviria <[email protected]>
- * mathics/builtin/algebra.py: Impleted trigonometric identity
+ * mathics/builtin/algebra.py: Implemented trigonometric identity
expansion
2020-08-30 Gark Garcia <[email protected]>
@@ -12801,7 +12801,7 @@
2020-08-29 Pablo Emilio Escobar Gaviria <[email protected]>
- * mathics/builtin/calculus.py: Clened up the code for the `Root`
+ * mathics/builtin/calculus.py: Cleaned up the code for the `Root`
implementation
2020-08-29 Bernhard Liebl <[email protected]>
@@ -12970,12 +12970,12 @@
2020-08-26 Pablo Emilio Escobar Gaviria <[email protected]>
* mathics/builtin/calculus.py: Revert "Adjusted the index check to
- account for the fact that in Mathics indeces start from 1" This reverts commit de259062fbb2a00bad382f836a6d36d1d9999f07.
+ account for the fact that in Mathics indices start from 1. This reverts commit de259062fbb2a00bad382f836a6d36d1d9999f07.
2020-08-26 Pablo Emilio Escobar Gaviria <[email protected]>
* mathics/builtin/calculus.py: Adjusted the index check to account
- for the fact that in Mathics indeces start from 1
+ for the fact that in Mathics indices start from 1
2020-08-26 Pablo Emilio Escobar Gaviria <[email protected]>
@@ -13177,7 +13177,7 @@
2019-05-26 СÑÑ
аÑик <[email protected]>
- * mathics/builtin/pymimesniffer/magic.py, mathics/core/convert.py:
+ * mathics/builtin/pymimesniffer/magic.py, mathics/core/convert.py:
Add big O conversion
2019-05-25 СÑÑ
аÑик <[email protected]>
@@ -13454,7 +13454,7 @@
2017-03-20 Long Nguyen <[email protected]>
- * mathics/builtin/algebra.py, mathics/builtin/arithmetic.py:
+ * mathics/builtin/algebra.py, mathics/builtin/arithmetic.py:
to_sympy errors handling
2017-03-20 Long Nguyen <[email protected]>
@@ -13598,7 +13598,7 @@
2016-12-28 Angus Griffith <[email protected]>
- * mathics/core/parser/convert.py, mathics/core/parser/parser.py:
+ * mathics/core/parser/convert.py, mathics/core/parser/parser.py:
cleanup parser code
2016-12-28 Angus Griffith <[email protected]>
@@ -13611,7 +13611,7 @@
mathics/core/parser/ast.py, mathics/core/parser/convert.py,
mathics/core/parser/feed.py, mathics/core/parser/parser.py,
mathics/core/parser/prescanner.py,
- mathics/core/parser/tokeniser.py, test/test_parser/test_parser.py:
+ mathics/core/parser/tokeniser.py, test/test_parser/test_parser.py:
fix #654
2016-12-28 Angus Griffith <[email protected]>
@@ -14396,7 +14396,7 @@
2016-09-26 Bernhard Liebl <[email protected]>
- * mathics/builtin/inout.py, mathics/doc/documentation/1-Manual.mdoc:
+ * mathics/builtin/inout.py, mathics/doc/documentation/1-Manual.mdoc:
added display="block" to fix Jupyter display problems
2016-09-25 Angus Griffith <[email protected]>
@@ -14405,7 +14405,7 @@
2016-09-25 Bernhard Liebl <[email protected]>
- * mathics/builtin/inout.py, mathics/doc/documentation/1-Manual.mdoc:
+ * mathics/builtin/inout.py, mathics/doc/documentation/1-Manual.mdoc:
fixes test cases
2016-09-25 Bernhard Liebl <[email protected]>
@@ -14529,7 +14529,7 @@
2016-09-21 Bernhard Liebl <[email protected]>
* mathics/builtin/strings.py: unicode, support for multiple
- occurences of symbol
+ occurrences of symbol
2016-09-21 Bernhard Liebl <[email protected]>
@@ -14621,7 +14621,7 @@
* mathics/builtin/__init__.py, mathics/builtin/compilation.py,
mathics/builtin/compile/__init__.py,
mathics/builtin/compile/base.py, mathics/builtin/compile/ir.py,
- mathics/core/evaluation.py, setup.py, test/test_compile.py:
+ mathics/core/evaluation.py, setup.py, test/test_compile.py:
implement Compile and CompiledFunction
2016-09-14 Angus Griffith <[email protected]>
@@ -14679,7 +14679,7 @@
2016-09-14 Angus Griffith <[email protected]>
* mathics/builtin/compile.py, test/test_compile.py: implement Equal,
- Unequal and other comparisions
+ Unequal and other comparisons
2016-09-14 Angus Griffith <[email protected]>
@@ -14741,7 +14741,7 @@
2016-09-20 Bernhard Liebl <[email protected]>
- * mathics/builtin/patterns.py, mathics/builtin/strings.py:
+ * mathics/builtin/patterns.py, mathics/builtin/strings.py:
StringCases, Shortest, Longest
2016-09-20 Angus Griffith <[email protected]>
@@ -14750,7 +14750,7 @@
2016-09-20 Angus Griffith <[email protected]>
- * : Merge pull request #563 from poke1024/pick an implemenation of Pick[]
+ * : Merge pull request #563 from poke1024/pick an implementation of Pick[]
2016-09-20 Angus Griffith <[email protected]>
@@ -14824,7 +14824,7 @@
2016-09-17 Bernhard Liebl <[email protected]>
- * mathics/builtin/lists.py: an implemenation of Pick
+ * mathics/builtin/lists.py: an implementation of Pick
2016-09-17 Angus Griffith <[email protected]>
@@ -15043,12 +15043,12 @@
2016-05-19 Bernhard Liebl <[email protected]>
- * mathics/builtin/inout.py, mathics/core/evaluation.py:
+ * mathics/builtin/inout.py, mathics/core/evaluation.py:
$OutputSizeLimit support for Grid[]
2016-05-18 Bernhard Liebl <[email protected]>
- * mathics/builtin/evaluation.py, mathics/core/evaluation.py:
+ * mathics/builtin/evaluation.py, mathics/core/evaluation.py:
$OutputSizeLimit support for OutputForm
2016-05-18 Bernhard Liebl <[email protected]>
@@ -15225,7 +15225,7 @@
2016-09-11 Josh Chen <[email protected]>
* mathics/web/media/css/styles.css,
- mathics/web/media/js/mathics.js, mathics/web/templates/main.html:
+ mathics/web/media/js/mathics.js, mathics/web/templates/main.html:
Checkpoint commit before starting rewrite of undo-redo
2016-09-11 Piruzzolo <[email protected]>
@@ -15290,7 +15290,7 @@
2016-09-10 Josh Chen <[email protected]>
* mathics/web/media/css/styles.css,
- mathics/web/media/js/mathics.js, mathics/web/templates/base.html:
+ mathics/web/media/js/mathics.js, mathics/web/templates/base.html:
Animate logo when working
2016-09-10 Josh Chen <[email protected]>
@@ -15715,7 +15715,7 @@
2016-06-23 Bernhard Liebl <[email protected]>
- * mathics/builtin/colors.py: fixes identation
+ * mathics/builtin/colors.py: fixes indentation
2016-06-23 Bernhard Liebl <[email protected]>
@@ -15733,7 +15733,7 @@
* mathics/builtin/colors.py,
mathics/builtin/numpy_utils/with_numpy.py,
- mathics/builtin/numpy_utils/without_numpy.py, test/test_color.py:
+ mathics/builtin/numpy_utils/without_numpy.py, test/test_color.py:
work in progress: bug fixes, test cases
2016-06-16 Bernhard Liebl <[email protected]>
@@ -15746,7 +15746,7 @@
numpy_utils}/__init__.py, mathics/builtin/{numpy =>
numpy_utils}/with_numpy.py, mathics/builtin/{numpy =>
numpy_utils}/without_numpy.py, mathics/builtin/randomnumbers.py,
- test/test_color.py, test/{test_numpy.py => test_numpy_utils.py}:
+ test/test_color.py, test/{test_numpy.py => test_numpy_utils.py}:
renamed package "numpy" back to "numpy_utils"
2016-06-16 Bernhard Liebl <[email protected]>
@@ -15755,7 +15755,7 @@
mathics/builtin/numpy/with_numpy.py,
mathics/builtin/numpy/without_numpy.py,
mathics/builtin/numpy_utils.py, mathics/builtin/randomnumbers.py,
- test/test_color.py, test/{test_numpy_utils.py => test_numpy.py}:
+ test/test_color.py, test/{test_numpy_utils.py => test_numpy.py}:
moved numpy_utils into a new "numpy" package
2016-06-15 Bernhard Liebl <[email protected]>
@@ -15792,13 +15792,13 @@
2016-06-14 Bernhard Liebl <[email protected]>
* mathics/builtin/colors.py, mathics/builtin/graphics.py,
- mathics/builtin/numpy_utils.py, mathics/builtin/randomnumbers.py:
+ mathics/builtin/numpy_utils.py, mathics/builtin/randomnumbers.py:
work in progress: color conversion with and without numpy
2016-06-05 Bernhard Liebl <[email protected]>
* mathics/builtin/graphics.py, test/test_color.py: bug fixes and
- better accurary in the LAB conversions
+ better accuracy in the LAB conversions
2016-06-04 Bernhard Liebl <[email protected]>
@@ -15996,7 +15996,7 @@
2016-08-22 Bernhard Liebl <[email protected]>
- * mathics/builtin/arithmetic.py, mathics/builtin/comparison.py:
+ * mathics/builtin/arithmetic.py, mathics/builtin/comparison.py:
fixes for to_sympy in non-binary comparisons, fixes for Piecewise[]
2016-08-19 Bernhard Liebl <[email protected]>
@@ -16091,7 +16091,7 @@
2016-07-17 Bernhard Liebl <[email protected]>
- * mathics/algorithm/clusters.py, mathics/builtin/lists.py:
+ * mathics/algorithm/clusters.py, mathics/builtin/lists.py:
silhouette and dunn as default k criteria; use fsum where possible;
major cleanup
@@ -16155,7 +16155,7 @@
2016-07-09 Bernhard Liebl <[email protected]>
- * mathics/algorithm/clusters.py, mathics/builtin/lists.py:
+ * mathics/algorithm/clusters.py, mathics/builtin/lists.py:
ClusteringComponents[]: better test cases, fixes a bug with
Agglomerate
@@ -16170,7 +16170,7 @@
2016-07-09 Bernhard Liebl <[email protected]>
- * mathics/builtin/base.py, mathics/builtin/lists.py:
+ * mathics/builtin/base.py, mathics/builtin/lists.py:
DistanceFunction option for FindClusters[]
2016-07-09 Bernhard Liebl <[email protected]>
@@ -16326,7 +16326,7 @@
2016-05-05 Angus Griffith <[email protected]>
- * mathics/builtin/image.py: cleanp image arith
+ * mathics/builtin/image.py: clean up image arithmetic
2016-05-05 Angus Griffith <[email protected]>
@@ -16462,7 +16462,7 @@
2016-04-27 Bernhard Liebl <[email protected]>
- * mathics/autoload/formats/JPEG/Import.m, mathics/builtin/image.py:
+ * mathics/autoload/formats/JPEG/Import.m, mathics/builtin/image.py:
basic support for images (python 3 version)
2016-08-16 Bernhard Liebl <[email protected]>
@@ -16677,7 +16677,7 @@
2016-08-09 Bernhard Liebl <[email protected]>
- * mathics/builtin/arithmetic.py, mathics/builtin/calculus.py:
+ * mathics/builtin/arithmetic.py, mathics/builtin/calculus.py:
cleanup
2016-08-09 Bernhard Liebl <[email protected]>
@@ -16755,7 +16755,7 @@
2016-08-06 Angus Griffith <[email protected]>
- * mathics/__init__.py, test/test_convert.py, test/test_hash.py:
+ * mathics/__init__.py, test/test_convert.py, test/test_hash.py:
MachineReal unittests
2016-08-05 Angus Griffith <[email protected]>
@@ -16944,7 +16944,7 @@
2016-07-29 Angus Griffith <[email protected]>
- * mathics/builtin/arithmetic.py, mathics/core/expression.py:
+ * mathics/builtin/arithmetic.py, mathics/core/expression.py:
implement mpmath machine precision workaround
2016-07-29 Angus Griffith <[email protected]>
@@ -16973,7 +16973,7 @@
* mathics/builtin/arithmetic.py, mathics/builtin/files.py,
mathics/builtin/numeric.py, mathics/builtin/randomnumbers.py,
- mathics/core/convert.py: fix Complex construtor calls
+ mathics/core/convert.py: fix Complex constructor calls
2016-07-26 Angus Griffith <[email protected]>
@@ -17007,7 +17007,7 @@
2016-07-21 Angus Griffith <[email protected]>
* mathics/builtin/exptrig.py, mathics/builtin/numeric.py,
- mathics/builtin/specialfunctions.py, mathics/core/expression.py:
+ mathics/builtin/specialfunctions.py, mathics/core/expression.py:
MachineReal support for N
2016-07-21 Angus Griffith <[email protected]>
@@ -17500,7 +17500,7 @@
2016-07-06 Angus Griffith <[email protected]>
- * mathics/core/parser/parser.py, test/test_parser/test_parser.py:
+ * mathics/core/parser/parser.py, test/test_parser/test_parser.py:
fix #431 and #274
2016-07-05 Angus Griffith <[email protected]>
@@ -17517,7 +17517,7 @@
* mathics/builtin/arithmetic.py, mathics/builtin/calculus.py,
mathics/builtin/control.py, mathics/builtin/exptrig.py,
mathics/builtin/graphics3d.py, mathics/builtin/linalg.py,
- mathics/core/expression.py, mathics/doc/documentation/1-Manual.mdoc:
+ mathics/core/expression.py, mathics/doc/documentation/1-Manual.mdoc:
fix some precision tests
2016-07-04 Angus Griffith <[email protected]>
@@ -17726,12 +17726,12 @@
2016-06-23 Angus Griffith <[email protected]>
- * mathics/builtin/inout.py, mathics/core/parser/parser.py:
+ * mathics/builtin/inout.py, mathics/core/parser/parser.py:
Syntax::com warning
2016-06-23 Angus Griffith <[email protected]>
- * mathics/core/parser/__init__.py, mathics/core/parser/util.py:
+ * mathics/core/parser/__init__.py, mathics/core/parser/util.py:
remove ExpressionGenerator
2016-06-22 Angus Griffith <[email protected]>
@@ -17747,7 +17747,7 @@
2016-06-22 Angus Griffith <[email protected]>
- * mathics/core/parser/parser.py, test/test_parser/test_parser.py:
+ * mathics/core/parser/parser.py, test/test_parser/test_parser.py:
flatten unary plus too
2016-06-22 Angus Griffith <[email protected]>
@@ -17761,7 +17761,7 @@
2016-06-22 Angus Griffith <[email protected]>
- * mathics/core/parser/operators.py, test/test_parser/test_parser.py:
+ * mathics/core/parser/operators.py, test/test_parser/test_parser.py:
fix operator precedences
2016-06-21 Angus Griffith <[email protected]>
@@ -17872,7 +17872,7 @@
2016-06-18 Angus Griffith <[email protected]>
- * mathics/core/parser/parser.py, mathics/core/parser/tokeniser.py:
+ * mathics/core/parser/parser.py, mathics/core/parser/tokeniser.py:
tokeniser modes
2016-06-18 Angus Griffith <[email protected]>
@@ -17909,7 +17909,7 @@
2016-06-16 Angus Griffith <[email protected]>
- * mathics/core/parser/tokeniser.py, test/parser/test_tokeniser.py:
+ * mathics/core/parser/tokeniser.py, test/parser/test_tokeniser.py:
add Backslash token (different to RawBackslash)
2016-06-16 Angus Griffith <[email protected]>
@@ -17926,12 +17926,12 @@
2016-06-16 Angus Griffith <[email protected]>
- * mathics/core/parser/__init__.py, mathics/core/parser/tokeniser.py:
+ * mathics/core/parser/__init__.py, mathics/core/parser/tokeniser.py:
implement is_symbol_name function
2016-06-16 Angus Griffith <[email protected]>
- * mathics/core/parser/parser.py, mathics/core/parser/tokeniser.py:
+ * mathics/core/parser/parser.py, mathics/core/parser/tokeniser.py:
tokenise slot symb
2016-06-16 Angus Griffith <[email protected]>
@@ -18060,7 +18060,7 @@
2016-06-12 Angus Griffith <[email protected]>
- * mathics/core/parser/operators.py, test/parser/test_parser.py:
+ * mathics/core/parser/operators.py, test/parser/test_parser.py:
boolean op parsing
2016-06-12 Angus Griffith <[email protected]>
@@ -18070,7 +18070,7 @@
2016-06-12 Angus Griffith <[email protected]>
* mathics/core/parser/ast.py, mathics/core/parser/operators.py,
- mathics/core/parser/parser.py, test/parser/test_parser.py:
+ mathics/core/parser/parser.py, test/parser/test_parser.py:
inequality parsing
2016-06-12 Angus Griffith <[email protected]>
@@ -18101,7 +18101,7 @@
2016-06-10 Angus Griffith <[email protected]>
- * mathics/core/parser/operators.py, mathics/core/parser/parser.py:
+ * mathics/core/parser/operators.py, mathics/core/parser/parser.py:
fix Postfix parsing
2016-06-10 Angus Griffith <[email protected]>
@@ -18208,12 +18208,12 @@
2016-06-06 Angus Griffith <[email protected]>
- * mathics/core/parser/convert.py, test/parser/test_convert.py:
+ * mathics/core/parser/convert.py, test/parser/test_convert.py:
String convert bug
2016-06-06 Angus Griffith <[email protected]>
- * mathics/core/parser/__init__.py, mathics/core/parser/operators.py:
+ * mathics/core/parser/__init__.py, mathics/core/parser/operators.py:
implement all_operator_names
2016-06-06 Angus Griffith <[email protected]>
@@ -18268,7 +18268,7 @@
2016-06-05 Angus Griffith <[email protected]>
- * mathics/core/parser/parser.py, test/parser/test_tokeniser.py:
+ * mathics/core/parser/parser.py, test/parser/test_tokeniser.py:
Prefix @ parsing
2016-06-05 Angus Griffith <[email protected]>
@@ -18282,7 +18282,7 @@
2016-06-05 Angus Griffith <[email protected]>
- * mathics/core/parser/parser.py, test/parser/test_tokeniser.py:
+ * mathics/core/parser/parser.py, test/parser/test_tokeniser.py:
postfix parsing