aboutsummaryrefslogtreecommitdiff
path: root/pypy/bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix NameError of 'os' on macOS when temporarily removing __PYVENV_LAUNCHER__ ↵Yannick Jadoul2020-03-111-1/+1
| | | | from os.environ
* add default value for keyMatti Picus2020-03-011-2/+2
|
* Removing __PYVENV_LAUNCHER__ during initial import of siteYannick Jadoul2020-02-281-0/+9
|
* Make handling of sys.flags.optimize closer to CPython and fix compile(..., ↵Ronan Lamy2019-08-061-6/+5
| | | | optimize=-1)
* Rename 'space.wrap_fsdecoded' -> 'space.newfilename'Armin Rigo2017-02-221-1/+1
|
* We can't really do anything without the '_struct' moduleArmin Rigo2016-09-131-0/+1
|
* Fix three cases where space.wrap() was called with a potentially non-ASCII ↵Manuel Jacob2015-08-251-1/+2
| | | | string.
* Fix a Rpython crash in test_socketAmaury Forgeot d'Arc2015-02-151-1/+2
|
* merge defaultPhilip Jenvey2013-06-051-1/+13
|\
| * Add a comment that -O in pyinteractive is -OO in CPython.Armin Rigo2013-06-041-1/+2
| |
| * Add caching for the debug flag for skipping assertsTyler Wade2013-04-291-2/+2
| |
| * Make -O set __debug__ to False and change JUMP_IF_NOT_DEBUG to a relative jumpTyler Wade2013-04-291-1/+3
| |
| * Move sys.flags changing to applevel codeTyler Wade2013-04-281-3/+3
| |
| * Make changing sys.flag.optimize in pyinteractive.py cleanerTyler Wade2013-04-281-9/+9
| |
| * Implement skipping asserts when -O option is setTyler Wade2013-04-281-6/+7
| |
| * Add support for -OO flagTyler Wade2013-04-261-1/+9
| |
* | merge default (phew)Philip Jenvey2013-03-254-5/+4
|\|
| * random other cleanupsBrian Kearns2013-03-224-5/+4
| |
* | merge defaultPhilip Jenvey2013-01-311-0/+2
|\|
| * missing sys.path lineBrian Kearns2013-01-301-0/+2
| |
* | merge defaultPhilip Jenvey2013-01-221-69/+0
|\|
| * move translatorshell.py to rpython/Ronan Lamy2013-01-221-69/+0
| |
* | hg merge default againAmaury Forgeot d'Arc2013-01-201-18/+0
|\|
| * shuffle stuff around, move rpython to rpython/binMaciej Fijalkowski2013-01-201-18/+0
| |
* | hg merge defaultAmaury Forgeot d'Arc2013-01-208-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 Hesse2013-01-171-1/+1
| |
| * Dont assume working pathAlexander Hesse2013-01-161-0/+2
| |
| * Moved pypy.config parts to rpythonAlexander Hesse2013-01-121-3/+3
| |
| * Assume a working sys.pathAlexander Hesse2013-01-074-6/+0
| |
| * I think its better to keep the original name. pypysandbox -> pypy_interactAlexander Hesse2013-01-062-5/+5
| |
| * Renamed pypy_interact to pypy.sandbox.pypysandbox. Removed pypydir import ↵Alexander Hesse2013-01-061-0/+5
| | | | | | | | from cbuild
| * Fixed a few missing py.py renamesAlexander Hesse2013-01-051-3/+3
| |
| * I'm sorry :( py.py -> pyinteractive.pyAlexander Hesse2013-01-051-1/+2
| |
| * Fixed importsAlexander Hesse2013-01-051-6/+5
| |
| * Killing the beast named autopathAlexander Hesse2013-01-045-135/+9
| |
| * Moved pypy.tool.pairtype and pypy.tool.sourcetools to rpython. Fixed missing ↵Alexander Hesse2013-01-011-1/+1
| | | | | | | | rename in bin/rpython
| * Initial package rename:Alexander Hesse2012-12-303-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 Cuni2012-11-021-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-specificArmin Rigo2012-10-311-0/+7
| | | | | | | | options at a certain optimization level.
* | merge defaultPhilip Jenvey2012-10-121-2/+2
|\|
| * merge defaultMaciej Fijalkowski2012-10-121-2/+2
| |\
| * | fix test_interactiveMaciej Fijalkowski2012-10-101-2/+2
| | |
* | | merge defaultPhilip Jenvey2012-10-101-2/+2
|\ \ \ | | |/ | |/|
| * | Spelling and grammatical errors spotted by lintianStefano Rivera2012-10-101-2/+2
| |/
* | make autopath and our pytest.py compatible with python3: this is needed to ↵Antonio Cuni2012-06-111-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 Cuni2012-06-111-4/+4
|\| | | | | | | import autopath and in general the pypy tree in python3
| * fix py.py now that pypy_initial_path has goneAntonio Cuni2012-06-081-4/+4
| |
* | hg merge defaultAntonio Cuni2012-06-061-0/+0
|\|
| * document some branchesMaciej Fijalkowski2012-06-031-0/+0
| |
* | hg merge defaultAntonio Cuni2012-05-101-0/+0
|\|