Skip to content

Commit

Permalink
Generate release scripts with CPython 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreQuentel committed Jun 19, 2023
1 parent a153e95 commit fabcd4e
Show file tree
Hide file tree
Showing 8 changed files with 1,748 additions and 1,684 deletions.
10 changes: 5 additions & 5 deletions www/src/brython.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/src/brython.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/src/brython_stdlib.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions www/src/builtins_docstrings.js

Large diffs are not rendered by default.

60 changes: 33 additions & 27 deletions www/src/py_flags.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
(function($B){
$B.builtin_class_flags = {
builtins: {
1074287874: ['PermissionError', 'MemoryError', 'ArithmeticError', 'ConnectionAbortedError', 'StopAsyncIteration', 'UserWarning', 'FutureWarning', 'PendingDeprecationWarning', 'ResourceWarning', 'SyntaxWarning', 'IsADirectoryError', 'ModuleNotFoundError', 'EncodingWarning', 'GeneratorExit', 'TypeError', 'IndentationError', 'UnicodeError', 'ValueError', 'AttributeError', 'NotImplementedError', 'RuntimeWarning', 'BrokenPipeError', 'SystemExit', 'Warning', 'ConnectionResetError', 'IOError', 'NameError', 'SystemError', 'FileExistsError', 'EnvironmentError', 'ImportError', 'KeyError', 'RecursionError', 'RuntimeError', 'StopIteration', 'ChildProcessError', 'DeprecationWarning', 'TabError', 'LookupError', 'BlockingIOError', 'UnicodeDecodeError', 'UnicodeEncodeError', 'Exception', 'InterruptedError', 'IndexError', 'TimeoutError', 'EOFError', 'ConnectionError', 'BaseExceptionGroup', 'BytesWarning', 'WindowsError', 'BufferError', 'SyntaxError', 'ZeroDivisionError', 'BaseException', 'UnicodeTranslateError', 'ConnectionRefusedError', 'UnicodeWarning', 'UnboundLocalError', 'KeyboardInterrupt', 'AssertionError', 'ImportWarning', 'ReferenceError', 'FloatingPointError', 'OSError', 'ProcessLookupError', 'FileNotFoundError', 'NotADirectoryError', 'OverflowError'],
1073763848: ['ExceptionGroup'],
21500162: ['bool'],
4723970: ['float', 'bytearray'],
138941698: ['bytes'],
546050: ['classmethod', 'super', 'enumerate', 'filter', 'reversed', 'property', 'map', 'staticmethod', 'zip'],
529666: ['complex', 'object'],
541611330: ['dict'],
4740354: ['frozenset', 'set'],
21501186: ['int'],
38294818: ['list'],
545058: ['memoryview'],
528674: ['range'],
545026: ['slice'],
273159426: ['str'],
71849250: ['tuple'],
2156420354: ['type'],
1073763584: ['UnicodeError', 'WindowsError', 'SyntaxError', 'IndexError', 'PendingDeprecationWarning', 'InterruptedError', 'UnicodeTranslateError', 'IsADirectoryError', 'ConnectionAbortedError', 'EOFError', 'RuntimeError', 'EncodingWarning', 'BytesWarning', 'MemoryError', 'StopAsyncIteration', 'KeyError', 'NotImplementedError', 'OverflowError', 'Warning', 'BaseExceptionGroup', 'NotADirectoryError', 'SystemError', 'ConnectionError', 'SystemExit', 'FloatingPointError', 'ProcessLookupError', 'UnicodeEncodeError', 'EnvironmentError', 'DeprecationWarning', 'GeneratorExit', 'UnboundLocalError', 'PermissionError', 'OSError', 'ZeroDivisionError', 'ConnectionResetError', 'StopIteration', 'TimeoutError', 'KeyboardInterrupt', 'IndentationError', 'ImportWarning', 'FileExistsError', 'FileNotFoundError', 'UnicodeWarning', 'ChildProcessError', 'ConnectionRefusedError', 'FutureWarning', 'ArithmeticError', 'AssertionError', 'BrokenPipeError', 'TabError', 'BufferError', 'BlockingIOError', 'IOError', 'ResourceWarning', 'RuntimeWarning', 'RecursionError', 'SyntaxWarning', 'UserWarning', 'ReferenceError', 'LookupError', 'ValueError', 'UnicodeDecodeError'],
1074287872: ['Exception', 'ModuleNotFoundError', 'TypeError', 'BaseException', 'AttributeError', 'NameError', 'ImportError'],
1073763840: ['ExceptionGroup'],
21500160: ['bool'],
4723968: ['float', 'bytearray'],
138941696: ['bytes'],
546048: ['map', 'classmethod', 'staticmethod', 'property'],
5376: ['complex'],
541611328: ['dict'],
21760: ['reversed', 'enumerate', 'super', 'zip', 'filter'],
4740352: ['set', 'frozenset'],
21501184: ['int'],
38294816: ['list'],
545056: ['memoryview'],
529664: ['object'],
528672: ['range'],
20736: ['slice'],
273159424: ['str'],
71849248: ['tuple'],
2148031744: ['type'],
},
types: {
545154: ['generator', 'member_descriptor', 'method-wrapper', 'classmethod_descriptor', 'getset_descriptor', 'frame', 'async_generator', 'coroutine'],
547202: ['builtin_function_or_method'],
545026: ['cell', 'traceback'],
528642: ['NoneType', 'ellipsis', 'NotImplementedType', 'code'],
678146: ['function'],
545090: ['mappingproxy'],
678274: ['method_descriptor'],
547074: ['method'],
546050: ['module'],
676226: ['wrapper_descriptor'],
20864: ['classmethod_descriptor', 'method-wrapper', 'async_generator'],
547200: ['builtin_function_or_method'],
20736: ['cell'],
4352: ['code'],
545152: ['member_descriptor', 'frame', 'getset_descriptor', 'generator', 'coroutine'],
528640: ['NotImplementedType', 'NoneType', 'ellipsis'],
678144: ['function'],
545088: ['mappingproxy'],
153984: ['method_descriptor'],
22784: ['method'],
546048: ['module'],
545024: ['traceback'],
676224: ['wrapper_descriptor'],
}
}
})(__BRYTHON__)
2 changes: 1 addition & 1 deletion www/src/unicode_data.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions www/src/version_info.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__BRYTHON__.implementation = [3, 11, 3, 'dev', 0]
__BRYTHON__.version_info = [3, 11, 0, 'final', 0]
__BRYTHON__.compiled_date = "2023-06-19 11:16:53.796684"
__BRYTHON__.timestamp = 1687166213796
__BRYTHON__.compiled_date = "2023-06-19 11:56:35.623573"
__BRYTHON__.timestamp = 1687168595623
__BRYTHON__.builtin_module_names = ["_aio",
"_ajax",
"_ast",
Expand Down
Loading

0 comments on commit fabcd4e

Please sign in to comment.