issues
search
brython-dev
/
brython
Brython (Browser Python) is an implementation of Python 3 running in the browser
BSD 3-Clause "New" or "Revised" License
6.4k
stars
512
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Error in ZLib compression with some data
#2516
jibalamy
opened
4 days ago
0
str.casefold() recently broke
#2515
benjie-git
closed
5 days ago
2
Unexpected error with 'unicodedata.normalize()'
#2514
epeios-q37
closed
4 days ago
1
[Feature request] Instatiate JS classes with `()`, and depreciate `.new()`
#2513
denis-migdal
opened
1 week ago
6
events() and unbind() behaves wrongly when using local functions
#2512
jibalamy
closed
2 weeks ago
1
Error for empty 'assert' statement inconsistent with CPython
#2511
PhilipD8
opened
3 weeks ago
1
Unexpected error with 'json.dumps()'
#2510
epeios-q37
closed
3 weeks ago
1
Insufficient documentation for usage of custom packages made with brython-cli
#2508
temphedgehog
closed
3 weeks ago
1
not a url: about:blank#__catcore__
#2507
BoryaGames
closed
3 weeks ago
2
1.//.1 produces different results : 0.9 in Python and 1.0 in Brython
#2506
denis-migdal
closed
4 weeks ago
1
Introducing Brython Guru on Gurubase.io
#2505
kursataktas
closed
4 weeks ago
2
Module computation on `float`
#2504
denis-migdal
opened
1 month ago
0
Error for undefined variable inconsistent with CPython
#2502
PhilipD8
closed
1 month ago
1
Fixes #2500: uses js native URL class to strip protocol/host instead of regexp
#2501
djoume
closed
1 month ago
2
brython no longer support scripts included via the srcdoc attribute of an iframe
#2500
djoume
closed
1 month ago
2
`Atomics.pause()` will soon allow to micro-sleep in the main thread.
#2499
denis-migdal
opened
1 month ago
0
Unbinding an event handler results in the following error: `TypeError: function is not an event callback`.
#2498
moepnse
opened
1 month ago
0
Using an observer results in the following JavaScript exception: `JavascriptError: TypeError: pyobj.prototype is undefined`
#2497
moepnse
closed
1 month ago
0
Calling the `closest` method of an HTML element results in a strange error.
#2495
moepnse
closed
1 month ago
0
Bug in closure when reusing/masking variable names
#2494
jibalamy
closed
1 month ago
1
Importing the http module raises an error
#2493
jacalata
closed
1 month ago
1
creation of a new web worker fails if the script is in a VFS and is set using the `src` attribute
#2492
moepnse
closed
1 month ago
1
Ignore formatting when pasting code into the Brython test console
#2491
alextretyak
opened
2 months ago
1
Bug with non-greedy modifier in regular expressions
#2490
alextretyak
closed
2 months ago
1
The function call of `hasattr` with an instance of `HTMLNode` as first parameter does not behave as expected.
#2489
moepnse
closed
1 month ago
1
Uncaught DOMException: Failed to execute 'createObjectStore' on 'IDBDatabase'
#2488
Mxuan01
closed
1 month ago
3
re behaviour
#2487
zokrezyl
closed
1 month ago
2
implement extendModule, or is there workaround?
#2486
ImageDeeply
closed
3 months ago
2
gh-98401
#2484
clairvoyante
closed
3 months ago
0
Brython's `set_loop_timeout` not working within asynchronous code
#2483
urous3814
closed
3 months ago
9
cannot import name 'Openai' from 'openai'
#2482
lishaozheng
closed
1 month ago
1
Can't send SharedArrayBuffers between threads
#2481
benjie-git
closed
3 months ago
3
`NetworkError` in `import` statement in version 3.12.4
#2480
alextretyak
closed
3 months ago
1
Incorrect `end_col_offset` in generated AST for `JoinedStr` (f-string)
#2479
denis-migdal
closed
4 months ago
2
Improve arguments parsing when calling JS function
#2478
denis-migdal
closed
3 months ago
2
.pop allows an argument to be passed in when popping from a set
#2477
lsands50
closed
4 months ago
1
Stack printing: use JS stacktrace instead of building one by hand.
#2476
denis-migdal
opened
4 months ago
5
[CPython compliance] 500 is 500 should print a `SyntaxWarning` / `a+c` should be `False` if both equals to 500.
#2475
denis-migdal
closed
4 months ago
1
A javascript array inside an object becomes separated if created at Python side
#2474
romanshuvalov
closed
3 months ago
7
Bug with regular expressions with `\s` inside []
#2472
alextretyak
closed
4 months ago
1
Exceptions doesn't have info
#2471
thewh1teagle
closed
1 month ago
1
Running async function without await
#2470
thewh1teagle
closed
4 months ago
5
If the Web Component has a shadow DOM, iterating over childNodes will return only text nodes
#2469
moepnse
opened
4 months ago
2
Problem with `inspect.getframeinfo`
#2468
fwyzard
closed
4 months ago
3
cannot explicitly call a `@staticmethod` `__call__()` member function
#2467
fwyzard
closed
4 months ago
1
cannot slice sys.version_info ?
#2466
fwyzard
closed
4 months ago
1
type() fails on ints >= 2**53
#2465
raymondyz
closed
5 months ago
1
enum.IntFlag class throws Javascript object type error
#2463
LatinSuD
closed
4 months ago
1
RuntimeError: TypeError: locals is undefined
#2461
moepnse
opened
5 months ago
0
A missing import leads to a JavaScript exception instead of a Python exception
#2460
moepnse
closed
5 months ago
0
Next