-
Notifications
You must be signed in to change notification settings - Fork 529
Pull requests: brython-dev/brython
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
compute __qualname__ of a class or method nested 2+ levels deep correctly
#2840
opened Jun 28, 2026 by
fgallaire
Contributor
Loading…
pickle Ellipsis and NotImplemented as global references
#2839
opened Jun 28, 2026 by
fgallaire
Contributor
Loading…
call a non-function callable __init__ (e.g. a Mock) at instantiation, without binding the instance
#2838
opened Jun 27, 2026 by
fgallaire
Contributor
Loading…
set io.UnsupportedOperation.__module__ in the type dict so finalize_type keeps it (it was a JS property, overwritten with 'builtins')
#2837
opened Jun 27, 2026 by
fgallaire
Contributor
Loading…
dir(module) skips internal $-prefixed names such as $annotations
#2836
opened Jun 27, 2026 by
fgallaire
Contributor
Loading…
string: recompute astral surrogate positions on the evaluated literal
#2835
opened Jun 27, 2026 by
fgallaire
Contributor
Loading…
mappingproxy: delegate to the wrapped mapping for len, [], in, get, iteration
#2834
opened Jun 27, 2026 by
fgallaire
Contributor
Loading…
IterableJavascriptObject: support next() without a prior iter() (lazily set self.it in __next__)
#2833
opened Jun 27, 2026 by
fgallaire
Contributor
Loading…
list: for-loop iteration re-reads the length each step so a list shrunk in the loop body (del/pop) stops instead of yielding undefined for the removed tail
#2832
opened Jun 26, 2026 by
fgallaire
Contributor
Loading…
f-string: re-box the joined result with $B.String so an astral codepoint counts as one character
#2831
opened Jun 26, 2026 by
fgallaire
Contributor
Loading…
bytes: decode/encode utf-16, utf-32 and utf-8-sig (the Lib/_codecs.py fall-backs are broken)
#2830
opened Jun 26, 2026 by
fgallaire
Contributor
Loading…
Fix three-arg pow() not dispatching on the modulus type
#2829
opened Jun 26, 2026 by
fgallaire
Contributor
Loading…
Fix memoryview comparing equal only to another memoryview, not to bytes/bytearray
#2828
opened Jun 26, 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!
Find all pull requests that aren't related to any open issues with -linked:issue.