120 | | * repl #26881 (4 fragile tests in src/sage/repl/attach.py) |
121 | | * numerical/backends #24740 (for {{{char *}}} arguments management), #24741, #26631 (2 fragile tests in src/sage/numerical/backends/generic_backend.pyx), #27773 and #27774 (cplex_backend.pyx) |
122 | | * numerical #27342 #27614 |
123 | | * libs/singular (1 test in src/sage/libs/singular/function.pyx) |
| 120 | * repl #26881 |
| 121 | {{{ |
| 122 | ┗ /attach.py # 4 |
| 123 | }}} |
| 124 | |
| 125 | * numerical #24740, #24741, #26631, #27773 and #27774 #27342 #27614 |
| 126 | {{{ |
| 127 | ┗ backends/generic_backend.pyx # 2 |
| 128 | }}} |
| 129 | |
| 130 | * libs #26665 #27275 #27383 #27360 #27465 #27588 #27630 |
| 131 | {{{ |
| 132 | ┗ singular/function.pyx # 1 |
| 133 | }}} |
127 | | * combinat/crystals #27945 (2 files and 6 tests) |
128 | | * combinat/root_system #26649 #27654 (4 files and 14 tests) |
129 | | * combinat #26535 #26671 #26719 #26778 #26781 #26917 #26918 #27013 #26592 #27710 #27777 #27930 (2 files and 3 tests) |
130 | | * cpython #26855 #27886 (2 files and 3 tests, needs an upgrade of cython) |
131 | | * doctest #27775 (1 file and 3 tests) |
132 | | * ext #27776 (1 file and 1 test) |
133 | | * geometry #26726 #27772 (1 file and 1 test) |
134 | | * graphs #26431 #26447 #26527 #26640 #26645 #26846 #27125 (3 files and 10 tests) |
135 | | * libs #26665 #27275 #27383 #27360 #27465 #27588 #27630 (1 file and 1 test) |
136 | | * misc #26312, #26390 #26674 #26720 #27001 #27065 #27301 #27390 #27431 #27691 #27692 #27693 (4 files and 18 tests) |
137 | | * rings #26697 #27048 #27440 #27650 #27767 (2 files and 10 tests) |
138 | | * rings/polynomial #26670 #26760 #26909 #26792 #27674 #27768 #27791 #27908 #27909 #27914 (3 files and 3 tests) |
139 | | * symbolic #27457 #27885 (1 file and 8 tests) |
140 | | * tests #27440 (1 file and 1 test) |
141 | | * tests/french_book #26495 #23572 #27574 #27651 #27668 #27727 (3 files and 3 tests) |
| 137 | * combinat/crystals #27945 |
| 138 | {{{ |
| 139 | ┣ kac_modules.py # 3 |
| 140 | ┗ kirillov_reshetikhin.py # 3 |
| 141 | }}} |
| 142 | * combinat/root_system #26649 #27654 |
| 143 | {{{ |
| 144 | ┣ non_symmetric_macdonald_polynomials.py # 1 |
| 145 | ┣ root_lattice_realizations.py # 3 |
| 146 | ┣ weyl_characters.py # 3 |
| 147 | ┗ weyl_group.py # 7 |
| 148 | }}} |
| 149 | * combinat #26535 #26671 #26719 #26778 #26781 #26917 #26918 #27013 #26592 #27710 #27777 #27930 |
| 150 | {{{ |
| 151 | ┗ finite_state_machine.py # 2 |
| 152 | }}} |
| 153 | * cpython #26855 #27886 |
| 154 | {{{ |
| 155 | ┣ debug.pyx # 1 |
| 156 | ┗ dict_del_by_value.pyx # 2 |
| 157 | }}} |
| 158 | * doctest #27775 |
| 159 | {{{ |
| 160 | ┗ test.py # 3 |
| 161 | }}} |
| 162 | * ext #27776 |
| 163 | {{{ |
| 164 | ┗ fast_callable.pyx # 1 |
| 165 | }}} |
| 166 | * geometry #26726 #27772 |
| 167 | {{{ |
| 168 | ┗ polyhedron/library.py # 1 |
| 169 | }}} |
| 170 | * graphs #26431 #26447 #26527 #26640 #26645 #26846 #27125 |
| 171 | {{{ |
| 172 | ┣ generators/families.py # 1 |
| 173 | ┣ generic_graph.py # 8 |
| 174 | ┗ graph_database.py # 1 |
| 175 | }}} |
| 176 | * misc #26312, #26390 #26674 #26720 #27001 #27065 #27301 #27390 #27431 #27691 #27692 #27693 |
| 177 | {{{ |
| 178 | ┣ functional.py # 4 |
| 179 | ┣ nested_class.pyx # 9 |
| 180 | ┣ sagedoc.py # 2 |
| 181 | ┗ sageinspect.py # 3 |
| 182 | }}} |
| 183 | * rings #26697 #27048 #27440 #27650 #27767 |
| 184 | {{{ |
| 185 | ┣ integer.pyx # 9 |
| 186 | ┗ morphism.pyx # 1 |
| 187 | }}} |
| 188 | * rings/polynomial #26670 #26760 #26909 #26792 #27674 #27768 #27791 #27908 #27909 #27914 |
| 189 | {{{ |
| 190 | ┣ multi_polynomial_ideal.py # 3 |
| 191 | ┗ toy_buchberger.py # 4 |
| 192 | }}} |
| 193 | * symbolic #27457 #27885 |
| 194 | {{{ |
| 195 | ┗ expression.pyx # 3 |
| 196 | }}} |
| 197 | * tests #27440 |
| 198 | {{{ |
| 199 | ┗ cmdline.py # 1 |
| 200 | }}} |
| 201 | * tests/french_book #26495 #23572 #27574 #27651 #27668 #27727 |
| 202 | {{{ |
| 203 | ┣ domaines_doctest.py # 1 |
| 204 | ┣ graphtheory_doctest.py # 1 |
| 205 | ┗ sol/graphtheory_doctest.py # 1 |
| 206 | }}} |