6 Commits

Author SHA1 Message Date
Noah
db65c8d512 create_stdio in vm initialization 2020-02-29 10:34:12 -06:00
Alan Justino da Silva
7d4ab62b01 Fix typo on sys.__stdout__ and sys.__stderr__ 2019-10-16 16:14:42 +02:00
Alan Justino
8b64c40cbf sys.std{in,out,err} via os.fdopen(): Works even on Windows(TM) 2019-10-13 12:20:58 +02:00
Alan Justino
db1db36ce1 sys.__std{in,out,err}__ 2019-10-12 16:46:31 +02:00
Alan Justino
084cd0ae3d sys.std{in,out,err} implemented in the most simple way
- It respects what already exists if any
- Otherwise it opens de UNIX standard files

Caveats:
- May be not on the proper place
- Is open to discussion on what codec, or if should be opened as bytes
- Can be also done in Rust side
2019-10-12 16:29:53 +02:00
coolreader18
140d582599 Add a bunch of stdlib modules from CPython 2019-07-21 07:26:38 -05:00