Skip to content

Commit 21f4754

Browse files
committed
[GR-18177] Update changelog.
PullRequest: graalpython/650
2 parents dc018a5 + 90f1b30 commit 21f4754

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,20 @@ language runtime. The main focus is on user-observable behavior of the engine.
99
* Implement `charmap_build` function
1010
* Implement `hexversion` in sys module
1111
* Implement `_lzma` module
12+
* Implement enough of `socket.socket` to run `graalpython -m http.server` and download non-encrypted http resources
1213
* Fix printing of Pandas data frames
1314
* Fix a bug in `bytes.startswith` for tuple arguments
1415
* Fix destructuring assignments of arbitrary iterators
1516
* Fix `dict.__contains__` for dictionaries with only `str` keys for subclasses of `str`
1617
* Support NumPy 1.16.4 and Pandas 0.25.0
1718
* 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
1924
* 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
25+
* Update standard library to Python 3.7.4
2026

2127
## Version 19.2.0
2228

0 commit comments

Comments
 (0)