aboutsummaryrefslogtreecommitdiff
path: root/demo
Commit message (Expand)AuthorAgeFilesLines
* Allow an optional command-line parameter, both inArmin Rigo2009-10-101-2/+7
* Finish the merge of trunk into pyjitpl5.Armin Rigo2009-06-3014-517/+7
* Change this demo to turn it into a target for translate.py.Armin Rigo2008-04-221-31/+28
* Fix exampl. Now this is really remote traceback.Maciej Fijalkowski2007-10-091-1/+1
* fix typoLaura Creighton2007-10-071-1/+1
* Avoid float **.Armin Rigo2007-10-021-1/+2
* Improve comments.Maciej Fijalkowski2007-10-022-0/+22
* Intermediate version of some demos, will fix later (battery dead)Maciej Fijalkowski2007-10-022-0/+51
* Improve docstringMaciej Fijalkowski2007-10-021-1/+3
* Improve docs, use code.interact as pypy-c -i might be buggyMaciej Fijalkowski2007-10-022-6/+20
* Move distribution demos to it's own directory in demoMaciej Fijalkowski2007-10-022-0/+28
* Move tproxy demos to it's own directoryMaciej Fijalkowski2007-10-022-0/+0
* oops, leftover occurences of pypymagicCarl Friedrich Bolz2007-05-074-4/+4
* fix imports, option nameHolger Krekel2007-03-231-3/+2
* Minor editing of demos.Anders Chrigstrom2007-03-222-8/+9
* remove unused importHolger Krekel2007-03-221-1/+0
* make nested lists/dicts get persisted all to the same file,Holger Krekel2007-03-221-34/+46
* add a quick demo that prints operations on builtinsHolger Krekel2007-03-221-0/+27
* settling the tputil API to handle both virtualHolger Krekel2007-03-211-3/+3
* simple design by contract module built on top of aop.py, and demoAlexandre Fayolle2007-03-212-0/+91
* consistently rename transparent_proxy to tproxyHolger Krekel2007-03-211-3/+3
* use sets (pypy always has them)Holger Krekel2007-03-211-4/+3
* simplified tputil support to provide a "make_proxy" helperHolger Krekel2007-03-201-31/+21
* initial draft for some support for transparentHolger Krekel2007-03-201-29/+23
* move jit/goal/demo to demo/jit. jit/goal is going away with the --jit transla...Samuele Pedroni2007-03-193-0/+61
* fixing changeopsHolger Krekel2007-03-111-2/+2
* comment for noting the particular transparencyHolger Krekel2007-03-111-0/+4
* clarifying example a bitHolger Krekel2007-03-111-4/+7
* strip down example (no need for an actual Storage class in this example)Holger Krekel2007-03-111-14/+4
* adding a small orthogonal persistence example based on transparent proxiesHolger Krekel2007-03-111-0/+70
* tserver has the hole fixed using the taint space.Samuele Pedroni2007-03-092-2/+118
* sql injection demoSamuele Pedroni2007-03-092-0/+165
* A nice and simple fibonnaci numbers demo using @lazy.Armin Rigo2007-02-082-1/+28
* A comment that I just found sitting in my working copy since ages.Armin Rigo2007-01-201-0/+2
* get rid of the rrandom.py module in demo and use rlib/rrandom.py in bpnnCarl Friedrich Bolz2006-11-162-785/+3
* A stackless coroutine pickling demo.Armin Rigo2006-11-161-0/+84
* move thunk, is_thunk and become to pypymagic (if the thunk object space isCarl Friedrich Bolz2006-11-112-2/+3
* updated demosAurelien Campeas2006-03-232-13/+13
* move stuff to test fileAurelien Campeas2006-03-201-30/+0
* hmm ...Aurelien Campeas2006-03-171-1/+1
* lazy version of producer consummerAurelien Campeas2006-03-171-0/+32
* (pedronis, cfbolz):Carl Friedrich Bolz2006-03-092-0/+60
* fix bpnn to use translator.interactive instead of the broken Translator classCarl Friedrich Bolz2006-02-051-6/+5
* (no commit message)Stephan Diehl2006-01-231-0/+0
* just testing subversion accountStephan Diehl2006-01-231-0/+0
* disentangle the fortunes of bpnn.py (it was broken) from pypy/lib/random.py w...Samuele Pedroni2005-11-012-2/+784
* Fixed the #! line.Armin Rigo2005-10-311-1/+2
* a more useful version for benchmarking.Michael Hudson2005-06-261-13/+21
* version of demo/bpnn.py that specializes and runs nicely.Michael Hudson2005-06-261-6/+15
* Woha. print statements really work in genc now. Thanks Christian!Armin Rigo2005-05-191-11/+7