| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't import objspace from pypy/objspace/std/__init__.py, to prevent -A tests... | Ronan Lamy | 2018-04-16 | 1 | -4/+2 |
* | Partial back-out of changeset 4b63e7093115 | Armin Rigo | 2017-04-05 | 1 | -0/+0 |
* | conditionally call vmp_native_enable/disable (only if platform supports it), ... | Richard Plangger | 2017-04-03 | 1 | -0/+0 |
* | random other cleanups | Brian Kearns | 2013-03-22 | 1 | -2/+1 |
* | Merge with default | Alexander Hesse | 2013-01-13 | 1 | -1/+1 |
|\ |
|
| * | Fix more urls. We should at some point grep for 'codespeak' in pypy/doc | Armin Rigo | 2013-01-05 | 1 | -1/+1 |
* | | Moved pypy.config parts to rpython | Alexander Hesse | 2013-01-12 | 1 | -1/+1 |
|/ |
|
* | This filter is needed to avoid a conflict with options in bin/py.py | Amaury Forgeot d'Arc | 2012-12-02 | 1 | -1/+2 |
* | remove dump, thunk, and trace objspaces which were unused | Alex Gaynor | 2012-12-01 | 1 | -18/+3 |
* | merging py11 branch that integrates the py-1.1.0 release verbatim and | Holger Krekel | 2009-11-11 | 1 | -1/+1 |
* | print the link with py.py too | Carl Friedrich Bolz | 2007-02-15 | 1 | -1/+5 |
* | pedronis and arigo trying to merge again... | Armin Rigo | 2006-12-09 | 1 | -70/+18 |
* | (pedronis, arigo) Restoring the branch at the state just before things went ... | Armin Rigo | 2006-12-09 | 1 | -18/+70 |
* | (pedronis, arigo) | Armin Rigo | 2006-12-09 | 1 | -70/+18 |
* | (guido, cfbolz): | Carl Friedrich Bolz | 2006-11-05 | 1 | -4/+0 |
* | Merging the config branch: now config objects are consistently used in quite | Carl Friedrich Bolz | 2006-10-26 | 1 | -1/+1 |
* | Backward compatibility in the new option logic for simple cases. | Armin Rigo | 2006-10-04 | 1 | -1/+9 |
* | svn merge -r 32051:HEAD http://codespeak.net/svn/pypy/branch/config-in-more-p... | Carl Friedrich Bolz | 2006-09-29 | 1 | -48/+19 |
* | issue246 testing | Armin Rigo | 2006-08-15 | 1 | -0/+1 |
* | typo that made --oldstyle stop working | Carl Friedrich Bolz | 2006-08-07 | 1 | -1/+1 |
* | (cfbolz, guido) | Guido Wesdorp | 2006-07-12 | 1 | -4/+5 |
* | svn merge http://codespeak.net/svn/pypy/dist@29785 http://codespeak.net/svn/... | Carl Friedrich Bolz | 2006-07-11 | 1 | -1/+46 |
* | svn merge -r 29944:29943 | Carl Friedrich Bolz | 2006-07-11 | 1 | -43/+0 |
* | (cfbolz, guido): | Carl Friedrich Bolz | 2006-07-11 | 1 | -0/+43 |
* | (Martin Blais, Arre, Stuart Williams) | Stuart Williams | 2006-02-28 | 1 | -1/+1 |
* | Cleaning up our compilers. | Anders Chrigstrom | 2005-10-06 | 1 | -3/+1 |
* | Switch to using astcompiler as default compiler. | Anders Chrigstrom | 2005-10-04 | 1 | -1/+1 |
* | (hpk,ludal) | Holger Krekel | 2005-08-26 | 1 | -7/+7 |
* | (hpk,ludal) | Holger Krekel | 2005-08-26 | 1 | -2/+2 |
* | (ludal,nik) | Ludovic Aubry | 2005-08-22 | 1 | -2/+3 |
* | (rxe,hpk) | Holger Krekel | 2005-07-28 | 1 | -42/+23 |
* | (pedronis, cfbolz): | Carl Friedrich Bolz | 2005-07-26 | 1 | -0/+4 |
* | (arfigo, hufpk) | Holger Krekel | 2005-07-26 | 1 | -3/+0 |
* | - moved marshal to a mixed module. | Armin Rigo | 2005-07-26 | 1 | -2/+3 |
* | (rxe,hpk) | Holger Krekel | 2005-07-25 | 1 | -17/+1 |
* | Make sys.stdout and friends use non faked version of file. | Richard Emslie | 2005-07-25 | 1 | -0/+14 |
* | - simplified for now the command-line options (--compiler and --parsermodule) | Armin Rigo | 2005-07-06 | 1 | -5/+5 |
* | merged the trunk into r14261 | Armin Rigo | 2005-07-05 | 1 | -0/+6 |
* | Merged the trunk into the dist-2.4.1 branch: | Armin Rigo | 2005-07-03 | 1 | -2/+14 |
* | issue47 testing | Armin Rigo | 2005-05-18 | 1 | -0/+3 |
* | Added a '--file' option similar to '--oldclass', that enables our custom file | Armin Rigo | 2005-05-01 | 1 | -0/+9 |
* | fix py.py -h properly (cf. r10058) | Seo Sanghyeon | 2005-03-23 | 1 | -3/+2 |
* | make py.py -h work somewhat again | Holger Krekel | 2005-03-22 | 1 | -1/+2 |
* | Replaced py.py -T and -S options with -o <name>. | Armin Rigo | 2005-03-21 | 1 | -9/+5 |
* | Aadded --oldstyle option tp py.py and tests to enable to run with old-style c... | Samuele Pedroni | 2005-02-10 | 1 | -1/+8 |
* | 1) pypy -v was not used and broken | Seo Sanghyeon | 2005-01-27 | 1 | -4/+0 |
* | remove dead code | Seo Sanghyeon | 2005-01-27 | 1 | -11/+0 |
* | Merge, last step: copy branch as head. | Armin Rigo | 2005-01-23 | 1 | -0/+78 |
* | Merge, step 3: delete the head! | Armin Rigo | 2005-01-23 | 1 | -78/+0 |
* | Moved the branch back into the trunk. | Armin Rigo | 2004-09-06 | 1 | -0/+78 |