You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,20 @@ language runtime. The main focus is on user-observable behavior of the engine.
9
9
* Implement `charmap_build` function
10
10
* Implement `hexversion` in sys module
11
11
* Implement `_lzma` module
12
+
* Implement enough of `socket.socket` to run `graalpython -m http.server` and download non-encrypted http resources
12
13
* Fix printing of Pandas data frames
13
14
* Fix a bug in `bytes.startswith` for tuple arguments
14
15
* Fix destructuring assignments of arbitrary iterators
15
16
* Fix `dict.__contains__` for dictionaries with only `str` keys for subclasses of `str`
16
17
* Support NumPy 1.16.4 and Pandas 0.25.0
17
18
* Support `timeit` module
18
-
* Improve performance across many Python benchmarks
19
+
* Support basic usage of `pytest`
20
+
* Improve performance across many Python and C extension benchmarks
21
+
* Improve performance of our parser
22
+
* Improve performance of catching exceptions when the exception does not leave the handler block and the traceback is not accessed
23
+
* Improve performance of Java interop when Python objects are accessed from Java
19
24
* Add a new `--python.EmulateJython` flag to support importing Java classes using normal Python import syntax when the package is known and to catch Java exceptions from Python code
0 commit comments