aboutsummaryrefslogtreecommitdiff
path: root/pypy/bin
Commit message (Expand)AuthorAgeFilesLines
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-051-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-031-0/+0
* Fixes for test_sni_callbackAmaury Forgeot d'Arc2015-02-011-1/+2
* 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
* random other cleanupsBrian Kearns2013-03-224-5/+4
* missing sys.path lineBrian Kearns2013-01-301-0/+2
* move translatorshell.py to rpython/Ronan Lamy2013-01-221-69/+0
* shuffle stuff around, move rpython to rpython/binMaciej Fijalkowski2013-01-201-18/+0
* 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 fro...Alexander Hesse2013-01-061-0/+5
* 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
* Initial package rename:Alexander Hesse2012-12-303-7/+7
* Add the '--opt=..' option to py.py, as a way to enable all pypy-specificArmin Rigo2012-10-311-0/+7
* merge defaultMaciej Fijalkowski2012-10-121-2/+2
|\
| * Spelling and grammatical errors spotted by lintianStefano Rivera2012-10-101-2/+2
* | fix test_interactiveMaciej Fijalkowski2012-10-101-2/+2
|/
* fix py.py now that pypy_initial_path has goneAntonio Cuni2012-06-081-4/+4
* document some branchesMaciej Fijalkowski2012-06-031-0/+0
* merge from defaultMatti Picus2012-03-271-0/+18
|\
| * Add bin/rpythonMaciej Fijalkowski2012-03-141-0/+18
|/
* seems to be necessary for running continuation stuffMaciej Fijalkowski2012-01-251-0/+2
* Also accept a full directory name, for easier tab-completion.Armin Rigo2011-12-071-1/+8
* Tweaks.Armin Rigo2011-12-071-3/+11
* Throw away and restart another attempt at pypy/bin/checkmodule.Armin Rigo2011-12-071-28/+15
* kill carbonpythonAntonio Cuni2011-04-271-5/+0
* remove libpythondir from autopath; it's not used anywhereBenjamin Peterson2011-01-171-3/+0
* I don't know how to force an option to terminates the option list,Amaury Forgeot d'Arc2010-09-101-12/+15
* merge from trunkBenjamin Peterson2010-09-081-0/+2
* merge from trunkBenjamin Peterson2010-06-242-1/+10
* kill prolog stuff hereCarl Friedrich Bolz2009-12-021-8/+0
* merging py11 branch that integrates the py-1.1.0 release verbatim andHolger Krekel2009-11-112-3/+2
* Finish the merge of trunk into pyjitpl5.Armin Rigo2009-06-301-28/+0
* Add the --cc option to py.py.Amaury Forgeot d'Arc2009-01-221-0/+8
* fix autopath to import py only *after* sys.path has been augmentedMaciej Fijalkowski2008-10-241-2/+1
* Change 2.4.1 to 2.5.2. Add a new dir in autopath.Maciej Fijalkowski2008-10-241-0/+3
* svn merge -r58379:59313 svn+ssh://codespeak.net/svn/pypy/distArmin Rigo2008-10-221-0/+72