-
Notifications
You must be signed in to change notification settings - Fork 530
Pull requests: brython-dev/brython
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
float binary ops accept only int/float — no __float__ coercion (Decimal(5) + 2.2 computed 7.2 instead of raising TypeError)
#2736
opened Jun 11, 2026 by
fgallaire
Contributor
Loading…
locals(): return a dict snapshot — the raw frame object is not a Python mapping ('x' in locals() raised TypeError)
#2735
opened Jun 11, 2026 by
fgallaire
Contributor
Loading…
bytes/bytearray repeat: handle reflected argument order (46 * b'x' raised TypeError)
#2734
opened Jun 11, 2026 by
fgallaire
Contributor
Loading…
open(): resolve os.PathLike arguments via __fspath__
#2731
opened Jun 11, 2026 by
fgallaire
Contributor
Loading…
object.__reduce_ex__: dictitems (5th reduce item) must be an iterator, not the dict_items view
#2730
opened Jun 11, 2026 by
fgallaire
Contributor
Loading…
object.__reduce_ex__: honor a Python-level __reduce__ override (the guard only recognized method_descriptor overrides)
#2729
opened Jun 11, 2026 by
fgallaire
Contributor
Loading…
bool: bitwise ops use real bitwise operators and check both operands (2 | True returned 2)
#2728
opened Jun 11, 2026 by
fgallaire
Contributor
Loading…
math.fsum: handle special values (inf, nan); -inf + inf raises ValueError
#2727
opened Jun 11, 2026 by
fgallaire
Contributor
Loading…
math.isinf: coerce the argument via __float__, like isnan and isfinite
#2726
opened Jun 11, 2026 by
fgallaire
Contributor
Loading…
JavascriptArray: support slice subscripts and negative indices
#2724
opened Jun 11, 2026 by
fgallaire
Contributor
Loading…
memoryview: fix contiguity reporting (.c_contiguous / .f_contiguous / .contiguous)
#2723
opened Jun 10, 2026 by
fgallaire
Contributor
Loading…
fix _operator._compare_digest — no-bind wrapper for class-attr use
#2699
opened May 30, 2026 by
fgallaire
Contributor
Loading…
ProTip!
Filter pull requests by the default branch with base:master.