New
Release v0.2.0
What's Changed
- Adding missing len method to dict objects by @kellrott in https://github.com/go-python/gpython/pull/171
- all: drop Go-1.16, add Go-1.18 by @sbinet in https://github.com/go-python/gpython/pull/172
- all: remove use of deprecated io/ioutil package by @sbinet in https://github.com/go-python/gpython/pull/173
- all: move modules to stdlib by @sbinet in https://github.com/go-python/gpython/pull/174
- pytest: introduce RunScript by @sbinet in https://github.com/go-python/gpython/pull/176
- stdlib/string: first import by @sbinet in https://github.com/go-python/gpython/pull/175
- repl: reorder want/got into got/want by @sbinet in https://github.com/go-python/gpython/pull/179
- Improve some things around how errors are reported when parsing a file by @Tatskaari in https://github.com/go-python/gpython/pull/177
- pytest: store output of tested script by @sbinet in https://github.com/go-python/gpython/pull/180
- Staticcheck by @sbinet in https://github.com/go-python/gpython/pull/181
- all: move marshal to stdlib/marshal by @sbinet in https://github.com/go-python/gpython/pull/184
- Stdlib binascii by @sbinet in https://github.com/go-python/gpython/pull/185
- Stdlib binascii by @sbinet in https://github.com/go-python/gpython/pull/186
- Add OS module by @glaukiol1 in https://github.com/go-python/gpython/pull/169
- all: rename master into main by @sbinet in https://github.com/go-python/gpython/pull/187
- Stdlib glob by @sbinet in https://github.com/go-python/gpython/pull/182
- py: add String.find by @sbinet in https://github.com/go-python/gpython/pull/188
- Stdlib tempfile by @sbinet in https://github.com/go-python/gpython/pull/189
- Stdlib os closefd by @sbinet in https://github.com/go-python/gpython/pull/190
- minor comment cleanup and typo patrol by @drew-512 in https://github.com/go-python/gpython/pull/194
- Adding the 'add' method to the set class by @kellrott in https://github.com/go-python/gpython/pull/212
- Adding 'keys' and 'values' methods to dict object by @kellrott in https://github.com/go-python/gpython/pull/213
- Adding strip, rstrip and lstrip methods to string class by @kellrott in https://github.com/go-python/gpython/pull/214
- Adding delitem to dict by @kellrott in https://github.com/go-python/gpython/pull/215
- Add os.listdir by @reyoung in https://github.com/go-python/gpython/pull/216
- Updating dict intialization method by @kellrott in https://github.com/go-python/gpython/pull/217
- parser: fix CRLF(\r\n) file parsing error, SyntaxError: 'invalid syntax' by @wetor in https://github.com/go-python/gpython/pull/219
- py: int() default to decimal by @wetor in https://github.com/go-python/gpython/pull/221
- all: fix iterable object, implement
filter,map,octand optimisehexby @wetor in https://github.com/go-python/gpython/pull/222
New Contributors
- @Tatskaari made their first contribution in https://github.com/go-python/gpython/pull/177
- @glaukiol1 made their first contribution in https://github.com/go-python/gpython/pull/169
- @reyoung made their first contribution in https://github.com/go-python/gpython/pull/216
- @wetor made their first contribution in https://github.com/go-python/gpython/pull/219
Full Changelog: https://github.com/go-python/gpython/compare/v0.1.0...v0.2.0