Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix NameError of 'os' on macOS when temporarily removing __PYVENV_LAUNCHER__ ↵ | Yannick Jadoul | 2020-03-11 | 1 | -1/+1 |
| | | | | from os.environ | ||||
* | add default value for key | Matti Picus | 2020-03-01 | 1 | -2/+2 |
| | |||||
* | Removing __PYVENV_LAUNCHER__ during initial import of site | Yannick Jadoul | 2020-02-28 | 1 | -0/+9 |
| | |||||
* | Make handling of sys.flags.optimize closer to CPython and fix compile(..., ↵ | Ronan Lamy | 2019-08-06 | 1 | -6/+5 |
| | | | | optimize=-1) | ||||
* | Rename 'space.wrap_fsdecoded' -> 'space.newfilename' | Armin Rigo | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | We can't really do anything without the '_struct' module | Armin Rigo | 2016-09-13 | 1 | -0/+1 |
| | |||||
* | Fix three cases where space.wrap() was called with a potentially non-ASCII ↵ | Manuel Jacob | 2015-08-25 | 1 | -1/+2 |
| | | | | string. | ||||
* | Fix a Rpython crash in test_socket | Amaury Forgeot d'Arc | 2015-02-15 | 1 | -1/+2 |
| | |||||
* | merge default | Philip Jenvey | 2013-06-05 | 1 | -1/+13 |
|\ | |||||
| * | Add a comment that -O in pyinteractive is -OO in CPython. | Armin Rigo | 2013-06-04 | 1 | -1/+2 |
| | | |||||
| * | Add caching for the debug flag for skipping asserts | Tyler Wade | 2013-04-29 | 1 | -2/+2 |
| | | |||||
| * | Make -O set __debug__ to False and change JUMP_IF_NOT_DEBUG to a relative jump | Tyler Wade | 2013-04-29 | 1 | -1/+3 |
| | | |||||
| * | Move sys.flags changing to applevel code | Tyler Wade | 2013-04-28 | 1 | -3/+3 |
| | | |||||
| * | Make changing sys.flag.optimize in pyinteractive.py cleaner | Tyler Wade | 2013-04-28 | 1 | -9/+9 |
| | | |||||
| * | Implement skipping asserts when -O option is set | Tyler Wade | 2013-04-28 | 1 | -6/+7 |
| | | |||||
| * | Add support for -OO flag | Tyler Wade | 2013-04-26 | 1 | -1/+9 |
| | | |||||
* | | merge default (phew) | Philip Jenvey | 2013-03-25 | 4 | -5/+4 |
|\| | |||||
| * | random other cleanups | Brian Kearns | 2013-03-22 | 4 | -5/+4 |
| | | |||||
* | | merge default | Philip Jenvey | 2013-01-31 | 1 | -0/+2 |
|\| | |||||
| * | missing sys.path line | Brian Kearns | 2013-01-30 | 1 | -0/+2 |
| | | |||||
* | | merge default | Philip Jenvey | 2013-01-22 | 1 | -69/+0 |
|\| | |||||
| * | move translatorshell.py to rpython/ | Ronan Lamy | 2013-01-22 | 1 | -69/+0 |
| | | |||||
* | | hg merge default again | Amaury Forgeot d'Arc | 2013-01-20 | 1 | -18/+0 |
|\| | |||||
| * | shuffle stuff around, move rpython to rpython/bin | Maciej Fijalkowski | 2013-01-20 | 1 | -18/+0 |
| | | |||||
* | | hg merge default | Amaury Forgeot d'Arc | 2013-01-20 | 8 | -154/+29 |
|\| | | | | | | | | | | | This contains the large change made by rpython-split. Tested with "bin/pyinteractive.py --allworking" | ||||
| * | wtf did i really write rpython.interpreter? | Alexander Hesse | 2013-01-17 | 1 | -1/+1 |
| | | |||||
| * | Dont assume working path | Alexander Hesse | 2013-01-16 | 1 | -0/+2 |
| | | |||||
| * | Moved pypy.config parts to rpython | Alexander Hesse | 2013-01-12 | 1 | -3/+3 |
| | | |||||
| * | Assume a working sys.path | Alexander Hesse | 2013-01-07 | 4 | -6/+0 |
| | | |||||
| * | I think its better to keep the original name. pypysandbox -> pypy_interact | Alexander Hesse | 2013-01-06 | 2 | -5/+5 |
| | | |||||
| * | Renamed pypy_interact to pypy.sandbox.pypysandbox. Removed pypydir import ↵ | Alexander Hesse | 2013-01-06 | 1 | -0/+5 |
| | | | | | | | | from cbuild | ||||
| * | Fixed a few missing py.py renames | Alexander Hesse | 2013-01-05 | 1 | -3/+3 |
| | | |||||
| * | I'm sorry :( py.py -> pyinteractive.py | Alexander Hesse | 2013-01-05 | 1 | -1/+2 |
| | | |||||
| * | Fixed imports | Alexander Hesse | 2013-01-05 | 1 | -6/+5 |
| | | |||||
| * | Killing the beast named autopath | Alexander Hesse | 2013-01-04 | 5 | -135/+9 |
| | | |||||
| * | Moved pypy.tool.pairtype and pypy.tool.sourcetools to rpython. Fixed missing ↵ | Alexander Hesse | 2013-01-01 | 1 | -1/+1 |
| | | | | | | | | rename in bin/rpython | ||||
| * | Initial package rename: | Alexander Hesse | 2012-12-30 | 3 | -7/+7 |
| | | | | | | | | | | | | | | | | | | pypy.rpython -> rpython.rtyper pypy.translator -> rpython.translator pypy.rlib -> rpython.rlib pypy.jit -> rpython.jit pypy.objspace.flow -> rpython.flowspace pypy.annotation -> rpython.annotator | ||||
* | | hg merge default; this has been painful because it also merged the ↵ | Antonio Cuni | 2012-11-02 | 1 | -0/+7 |
|\| | | | | | | | translation-cleanup branch (again). It's possible that I break something, although most interpreter/objspace tests pass | ||||
| * | Add the '--opt=..' option to py.py, as a way to enable all pypy-specific | Armin Rigo | 2012-10-31 | 1 | -0/+7 |
| | | | | | | | | options at a certain optimization level. | ||||
* | | merge default | Philip Jenvey | 2012-10-12 | 1 | -2/+2 |
|\| | |||||
| * | merge default | Maciej Fijalkowski | 2012-10-12 | 1 | -2/+2 |
| |\ | |||||
| * | | fix test_interactive | Maciej Fijalkowski | 2012-10-10 | 1 | -2/+2 |
| | | | |||||
* | | | merge default | Philip Jenvey | 2012-10-10 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | Spelling and grammatical errors spotted by lintian | Stefano Rivera | 2012-10-10 | 1 | -2/+2 |
| |/ | |||||
* | | make autopath and our pytest.py compatible with python3: this is needed to ↵ | Antonio Cuni | 2012-06-11 | 1 | -3/+3 |
| | | | | | | | | run -A tests with the compiled pypy-c | ||||
* | | merge the app_main-refactor branch; tests are stil broken because we can't ↵ | Antonio Cuni | 2012-06-11 | 1 | -4/+4 |
|\| | | | | | | | import autopath and in general the pypy tree in python3 | ||||
| * | fix py.py now that pypy_initial_path has gone | Antonio Cuni | 2012-06-08 | 1 | -4/+4 |
| | | |||||
* | | hg merge default | Antonio Cuni | 2012-06-06 | 1 | -0/+0 |
|\| | |||||
| * | document some branches | Maciej Fijalkowski | 2012-06-03 | 1 | -0/+0 |
| | | |||||
* | | hg merge default | Antonio Cuni | 2012-05-10 | 1 | -0/+0 |
|\| |