Skip to content

Commit a0a3a13

Browse files
committed
update changelog
1 parent 95a80d1 commit a0a3a13

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
This changelog summarizes major changes between GraalVM versions of the Python
44
language runtime. The main focus is on user-observable behavior of the engine.
55

6+
## Version 1.0.0 RC14
7+
8+
* Mark a subset of the Graal Python launcher options as "stable". All other options are subject to change and need to be unlocked explicitly on the commandline.
9+
* Automatically install pip when creating a venv. The socket and ssl libraries are still not functional, so pip can only install from local sources or wheels.
10+
* Update the standard library to Python 3.7.0 from 3.6.5.
11+
* Support the `-I` flag to ignore the user environment and not add the working directory to `sys.path`
12+
* Fix an error preventing usage of the memtracer tool. If an object raised an exception in it's `__repr__` method, it would abort the execution.
13+
* Fix issues around not being able to modify function defaults, keyword defaults, or re-defining a function with a different closure.
14+
* Fix continuation prompt in the interactive Python shell when an incomplete statement was typed. Before it raised and ignored a SyntaxError.
15+
* Fix frame restarting of Python functions in the Chrome debugger. Before, functions with closures would have their cells accidentally cleared.
16+
617
## Version 1.0.0 RC13
718

819
* Support marshal.dumps and marshal.loads for code objects and some other built-in objects

0 commit comments

Comments
 (0)