Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a bit of cleanup, fix translation | Carl Friedrich Bolz-Tereick | 2021-04-04 | 1 | -3/+0 |
* | those two tests just work now | Carl Friedrich Bolz-Tereick | 2021-04-03 | 1 | -1/+1 |
* | cleanup | Carl Friedrich Bolz-Tereick | 2021-04-03 | 1 | -1/+1 |
* | start implementing try: finally: | Carl Friedrich Bolz-Tereick | 2021-03-30 | 1 | -5/+7 |
* | stop emitting STORE_ANNOTATION | Carl Friedrich Bolz-Tereick | 2021-02-10 | 1 | -1/+0 |
* | tweaks | Carl Friedrich Bolz-Tereick | 2020-01-17 | 1 | -6/+7 |
* | switch to using CPython's bytecode number for CALL_METHOD | Carl Friedrich Bolz-Tereick | 2020-01-17 | 1 | -6/+3 |
* | translatability | Carl Friedrich Bolz-Tereick | 2020-01-17 | 1 | -1/+0 |
* | implement CALL_METHOD_KW, in analogy to CALL_FUNCTION_KW and CALL_METHOD | Carl Friedrich Bolz-Tereick | 2020-01-15 | 1 | -0/+1 |
* | in progress: start to switch to Python3.7's argument passing bytecodes | Carl Friedrich Bolz-Tereick | 2020-01-15 | 1 | -6/+3 |
* | Use pypy3.6 opcodes for now | Ronan Lamy | 2019-08-29 | 1 | -3/+4 |
* | Update stdlib to 3.7.4 | Ronan Lamy | 2019-08-29 | 1 | -1/+3 |
|\ | |||||
| * | Import CPython stdlib at tag v3.7.4 | Ronan Lamy | 2019-08-29 | 1 | -1/+3 |
* | | kill JUMP_IF_NOT_DEBUG opcode and increment magic number | Ronan Lamy | 2019-08-07 | 1 | -1/+0 |
* | | Update stdlib to 3.6.9 | Ronan Lamy | 2019-08-02 | 1 | -1/+1 |
|\| | |||||
| * | Update to git tag v3.6.9 | Ronan Lamy | 2019-08-02 | 1 | -1/+1 |
* | | merge py3.6-wordcode | Carl Friedrich Bolz-Tereick | 2018-07-28 | 1 | -0/+1 |
|\ \ | |||||
| * | | implement the new MAKE_FUNCTION bytecode, that subsumes MAKE_FUNCTION and | Carl Friedrich Bolz-Tereick | 2018-05-21 | 1 | -0/+1 |
* | | | merge py3.5 | Carl Friedrich Bolz-Tereick | 2018-06-08 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | merge the two branches | Armin Rigo | 2018-05-23 | 1 | -0/+1 |
| * | | bytecode interpreter | Armin Rigo | 2017-01-22 | 1 | -2/+2 |
| * | | ast -> bytecode, minimal | Armin Rigo | 2017-01-22 | 1 | -0/+3 |
* | | | Add new instructions to opcode.py. | Colin Valliant | 2018-02-14 | 1 | -1/+2 |
* | | | Revert opcode.py to the 3.5 version until we implement the new bytecodes | Ronan Lamy | 2017-07-15 | 1 | -14/+19 |
* | | | branch for 3.6: merge vendor/stdlib-3.6 | Philip Jenvey | 2016-12-23 | 1 | -17/+15 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | update stdlib to v3.6.0 (41df79263a11) | Philip Jenvey | 2016-12-23 | 1 | -17/+15 |
* | | Add missing async opcodes in python lib | Raffael Tfirst | 2016-07-09 | 1 | -2/+11 |
* | | Startup fix, insert missing py3 opcodes | Raffael Tfirst | 2016-05-05 | 1 | -1/+8 |
* | | Reapply Raffael's changes to opcode.py | Ronan Lamy | 2016-04-26 | 1 | -19/+3 |
* | | Merge vendor/stdlib-3.5.1 | Ronan Lamy | 2016-04-25 | 1 | -3/+35 |
|\| | |||||
| * | Import stdlib 3.5.1 (CPython commit 37a07cee5969) | Ronan Lamy | 2016-04-24 | 1 | -3/+35 |
* | | Merge stdlib from vendor/stdlib-3.3.5 | Amaury Forgeot d'Arc | 2014-04-06 | 1 | -2/+7 |
|\| | |||||
| * | Drop stdlib from Python-3.3.5 tarball | Amaury Forgeot d'Arc | 2014-04-06 | 1 | -2/+7 |
| * | Rename lib-python/3.2 to lib-python/3 to simplify future stdlib upgrades. | Manuel Jacob | 2013-03-03 | 1 | -0/+180 |
* | apply stdlib changes from e953dfbc7f0a | Philip Jenvey | 2013-06-05 | 1 | -0/+1 |
* | hg mv lib-python/3.2 lib-python/3 | Brian Kearns | 2013-03-03 | 1 | -0/+186 |