Commits Between Branches origin/release/0.6.pre6 and release/0.6.pre7

0de06e8 2018-10-14 Andy Chu [release] Shell functions for the 0.6.pre6 release.
c0a7490 2018-10-14 Andy Chu [opy/regtest] Tweak the logging output.
33b2890 2018-10-14 Andy Chu [prompt] Fix caching of prompt evaluation, with unit test.
71ba467 2018-10-14 Andy Chu [test/unit] Move InitExecutor to core/test_lib.py.
30a213b 2018-10-14 Andy Chu [benchmarks/bytecode] Get an idea of how big the var names are.
426e5a9 2018-10-16 andychu Fix $PWD after cd to relative path (#196)
aa2eacb 2018-10-15 Andy Chu [build] A parser for PyMethodDef declarations in CPython.
e918222 2018-10-16 Andy Chu [cd] Fix a test case involving cd -L.
2644d69 2018-10-16 Andy Chu Remove redundant 'cd' tests.
160e510 2018-10-16 Andy Chu Simplify the 'cd' code.
df73831 2018-10-16 Andy Chu [build] Pretty-print PyMethodDef, and handle more cases.
867933d 2018-10-16 Andy Chu [cd] Fix bug by FIRST calculating the real dest_dir and THEN chdir().
402d443 2018-10-16 Andy Chu [spec/builtins] Update allowed failures and rename test.
9f73812 2018-10-18 Andy Chu [build] cpython_defs.py now writes separate files from a stream.
57dc0ee 2018-10-18 Andy Chu [build] cpython-defs writes out an edit list.
fff35b2 2018-10-19 Andy Chu [build] Move the CPython parsing logic to its own shell script.
f226b13 2018-10-19 Andy Chu [build] Scripts to edit CPython method tables (after parsing them).
ecb8889 2018-10-19 Andy Chu [build] Output a basic TSV of PyMethoDefs.
d48fe6c 2018-10-19 Andy Chu [build] build/oil-defs/ now controls the PyMethodDefs declarations.
daa5108 2018-10-19 Andy Chu [build] Add a predicate to cpython-defs
f6f34e6 2018-10-19 Andy Chu [build] Enable flags to remove unused symbols.
e4af48f 2018-10-19 Andy Chu [build] Remove marshal.{dump,dumps} from the build.
d2b1045 2018-10-19 Andy Chu [build] Get rid of #ifdef in posixmodule.c so our extraction works.
660f6ad 2018-10-19 Andy Chu [build] Remove unnecessary #idefs in posixmodule.c.
f8b8123 2018-10-20 Andy Chu [build] Tried an aggressive method of filtering CPython methods.
8e218ad 2018-10-20 Andy Chu [build] Rename clang script.
c0635e1 2018-10-20 Andy Chu [benchmarks/bytecode] Add metric for imports.
5959626 2018-10-20 Andy Chu [build] Remove 'os' module from bin/oil.py.
db48715 2018-10-20 Andy Chu [build] Remove os module from core/builtins.py.
fc7164e 2018-10-20 Andy Chu [build] Replace 'os' with posix and posixpath in more places.
cbd4be2 2018-10-20 Andy Chu [build] Removed the last usages of 'os' module from Oil code proper.
0a52bcc 2018-10-20 Andy Chu Fix bug caught by pylint.
94a50d9 2018-10-20 Andy Chu [release] Bump version to 0.6.pre7.
d193a50 2018-10-20 Andy Chu [opy/test] Fix 'help' spec test under byterun.