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