| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | merge from default | Matti Picus | 2012-03-27 | 1 | -0/+18 |
| |\ |
|
* | \ | merge default | Benjamin Peterson | 2012-03-14 | 1 | -0/+18 |
|\ \ \
| | |/
| |/| |
|
| * | | Add bin/rpython | Maciej Fijalkowski | 2012-03-14 | 1 | -0/+18 |
| |/ |
|
* | | hg merge default | Amaury Forgeot d'Arc | 2012-01-29 | 1 | -0/+2 |
|\| |
|
| * | seems to be necessary for running continuation stuff | Maciej Fijalkowski | 2012-01-25 | 1 | -0/+2 |
* | | hg merge defaults | Amaury Forgeot d'Arc | 2011-12-17 | 1 | -29/+31 |
|\| |
|
| * | Also accept a full directory name, for easier tab-completion. | Armin Rigo | 2011-12-07 | 1 | -1/+8 |
| * | Tweaks. | Armin Rigo | 2011-12-07 | 1 | -3/+11 |
| * | Throw away and restart another attempt at pypy/bin/checkmodule. | Armin Rigo | 2011-12-07 | 1 | -28/+15 |
* | | New print() syntax for applevel code | Amaury Forgeot d'Arc | 2011-10-12 | 1 | -1/+1 |
|/ |
|
* | kill carbonpython | Antonio Cuni | 2011-04-27 | 1 | -5/+0 |
* | remove libpythondir from autopath; it's not used anywhere | Benjamin Peterson | 2011-01-17 | 1 | -3/+0 |
* | I don't know how to force an option to terminates the option list, | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -12/+15 |
* | merge from trunk | Benjamin Peterson | 2010-09-08 | 1 | -0/+2 |
* | merge from trunk | Benjamin Peterson | 2010-06-24 | 2 | -1/+10 |
* | kill prolog stuff here | Carl Friedrich Bolz | 2009-12-02 | 1 | -8/+0 |
* | merging py11 branch that integrates the py-1.1.0 release verbatim and | Holger Krekel | 2009-11-11 | 2 | -3/+2 |
* | Finish the merge of trunk into pyjitpl5. | Armin Rigo | 2009-06-30 | 1 | -28/+0 |
* | Add the --cc option to py.py. | Amaury Forgeot d'Arc | 2009-01-22 | 1 | -0/+8 |
* | fix autopath to import py only *after* sys.path has been augmented | Maciej Fijalkowski | 2008-10-24 | 1 | -2/+1 |
* | Change 2.4.1 to 2.5.2. Add a new dir in autopath. | Maciej Fijalkowski | 2008-10-24 | 1 | -0/+3 |
* | svn merge -r58379:59313 svn+ssh://codespeak.net/svn/pypy/dist | Armin Rigo | 2008-10-22 | 1 | -0/+72 |
* | Check-in merge attempt. Diff is to huge to read it. | Maciej Fijalkowski | 2008-09-23 | 2 | -11/+36 |
* | ImportWarning and -W command-line option. There are bugs in the parser (i thi... | Bruno Gola | 2008-06-18 | 1 | -0/+11 |
* | (cfbolz, pedronis): Merge the remove-extcompiler-rctypes branch: kill rctypes, | Armin Rigo | 2007-11-24 | 2 | -8/+1 |
* | Support for -unknown option | Maciej Fijalkowski | 2007-10-16 | 1 | -0/+4 |
* | add support for -h and --help options | Antonio Cuni | 2007-10-16 | 1 | -0/+3 |
* | redo xoraxax cleanup | Samuele Pedroni | 2007-09-29 | 1 | -5/+2 |
* | reverting the old-style change for now (46896, 46933), it broke testing infra... | Samuele Pedroni | 2007-09-29 | 1 | -6/+5 |
* | Move the oldstyle translation option to py.py and app_main.py to make it seta... | Alexander Schremmer | 2007-09-26 | 1 | -5/+6 |
* | Only import 'readline' when going interactive. This caused a failure in | Armin Rigo | 2007-09-16 | 1 | -4/+4 |
* | add a script for carbonpython to the bin directory | Antonio Cuni | 2007-06-28 | 1 | -0/+5 |
* | Merge the graphserver-dist branch. | Armin Rigo | 2007-06-16 | 1 | -41/+4 |
* | some options for extcompiler | Godefroid Chappelle | 2007-06-13 | 1 | -7/+0 |
* | Moved to /svn/build/buildtool/bin/. | Guido Wesdorp | 2007-03-26 | 1 | -100/+0 |
* | Moved to /svn/build/buildtool/bin/startcompile.py. | Guido Wesdorp | 2007-03-26 | 1 | -8/+0 |
* | Some indentation, removed unused import, added print when zip downloading | Guido Wesdorp | 2007-03-26 | 2 | -5/+4 |
* | add the prolog front end entry point to bin | Carl Friedrich Bolz | 2007-03-25 | 1 | -0/+8 |
* | hrmpf. care is needed here, not whacking | Carl Friedrich Bolz | 2007-03-22 | 1 | -1/+2 |
* | Combining compile config and translate config into and using that on the build | Guido Wesdorp | 2007-03-22 | 1 | -1/+11 |
* | Added --foreground switch to startcompile.py. In order to support this, and to | Guido Wesdorp | 2007-03-19 | 1 | -90/+4 |
* | Fixed nasty cleanup issues in web server, small fix (making sure channel gets | Guido Wesdorp | 2007-03-15 | 1 | -30/+32 |
* | (guido, cfbolz, people watching) replacing with version from | Carl Friedrich Bolz | 2007-03-13 | 1 | -0/+95 |
* | (guido, not sure who else but some more people) removing to replace with | Carl Friedrich Bolz | 2007-03-13 | 1 | -96/+0 |
* | Remove support for PYTHONSTARTUP from untranslated py.py as it is likely | Anders Chrigstrom | 2007-03-07 | 1 | -7/+0 |
* | Add support for PYTHONSTARTUP environment variable. | Anders Chrigstrom | 2007-03-05 | 1 | -2/+19 |
* | Implement -S (don't 'import site') option. | Anders Chrigstrom | 2007-02-20 | 1 | -8/+11 |
* | Import site module on startup. | Anders Chrigstrom | 2007-02-20 | 1 | -1/+11 |
* | C Python -> CPython | Carl Friedrich Bolz | 2007-02-15 | 1 | -1/+1 |
* | (mwh, cfbolz) | Michael Hudson | 2007-01-11 | 2 | -3/+3 |