Skip to content

Commit 23496eb

Browse files
committed
minor changelog update
1 parent e66f56d commit 23496eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
99
* Improve performance of tuples with primitive elements
1010
* Improve performance of using Python sequences from other GraalVM languages
1111
* Improve performance of dictionaries and sets
12+
* Improve performance of allocations for list comprehensions with range iterators
1213
* Support `cProfile` and `trace` modules through the GraalVM CPU sampler and coverage, respectively
1314
* Support NumPy on macOS
1415
* Support setuptools-scm and pytz.timezone
@@ -19,10 +20,13 @@ language runtime. The main focus is on user-observable behavior of the engine.
1920
* Fix DirEntry.stat
2021
* Fix passing non-ASCII strings to `gethostbyname`
2122
* Fix `help(numpy)` to work again in the interactive REPL
23+
* Fix multi-line continuation in the REPL for opening parens
24+
* Fix `select.select` for pipes
2225
* Polyglot: Rethrow AttributeError as UnknownIdentifierException in invokeMember
2326
* Jython mode: treat Java `null` as identical to Python `None` when comparing with the `is` operator
2427
* Jython mode: `isinstance` now works with Java classes and objects
2528
* Improve errno handling in `posix` module
29+
* Move all GraalPython specific functions on `sys` or `builtins` to the `__graalpython__` module
2630

2731
## Version 20.0.0
2832

0 commit comments

Comments
 (0)