aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* try again to merge the default branchAntonio Cuni2011-01-112-2/+6
|\
| * Tweak the number passed to -j to make.Armin Rigo2011-01-052-2/+6
* | add enough modules so that we can use pyrepl with --translationmodulesAntonio Cuni2010-12-281-1/+4
* | add _ffi to the list of translation modules (it is not needed strictlyAntonio Cuni2010-12-231-1/+1
* | hg merge defaultAntonio Cuni2010-12-221-3/+4
|\|
| * not that it matters terribly, but fix immutable_builtintypes in the presence ofCarl Friedrich Bolz2010-12-171-3/+4
| * Add a config option "jit_ffi", which is True only if we use the pypyArmin Rigo2010-12-072-0/+2
| * The binascii module translates.Armin Rigo2010-11-291-1/+1
| * Disabling geninterp seems to work (again; see r41262).Armin Rigo2010-11-251-1/+0
| * Remove tabs.Armin Rigo2010-11-241-23/+23
| * Remove the old jit-debug option completely, as well as all placesArmin Rigo2010-11-231-4/+0
| * Improve.Armin Rigo2010-11-232-3/+24
| * ARGH this goes with previous checkinMaciej Fijalkowski2010-11-232-0/+53
| * Try to be a bit smart (on linux at least) with make_jobsMaciej Fijalkowski2010-11-231-1/+2
| * Disable jit debugging by defaultMaciej Fijalkowski2010-11-231-1/+1
| * ABI version tagged .so files for pypyAmaury Forgeot d'Arc2010-11-151-0/+5
| * Add the translation option --translationmodules to pypy.Armin Rigo2010-11-151-0/+16
* | merge from trunk: svn merge svn+ssh://codespeak.net/svn/pypy/trunk -r79770:HE...Antonio Cuni2010-12-092-0/+2
* | merge from trunk: svn merge http://codespeak.net/svn/pypy/trunk -r79389:HEADAntonio Cuni2010-12-034-7/+77
* | merge from trunk: svn merge svn+ssh://codespeak.net/svn/pypy/trunk -r78974:HEADAntonio Cuni2010-11-232-1/+22
* | enable _ffi by default on this branchAntonio Cuni2010-11-101-1/+1
|/
* Merge branch/bisect-module, writing the '_bisect' module like CPython.Armin Rigo2010-10-281-1/+2
* (cfbolz, arigo)Armin Rigo2010-10-272-25/+3
* _ffi module also depends on libffi available on the systemMaciej Fijalkowski2010-10-261-0/+1
* merge the jitffi branch: it provides a new jit-friendly rlib.libffi module,Antonio Cuni2010-10-181-2/+2
* Merge branch/better-map-instances. Not enabled by default for the JITArmin Rigo2010-10-121-1/+12
* Experimental (disabled by default): add a W_StringBufferObject,Armin Rigo2010-10-111-1/+5
* Merge branch/minimark-jit:Armin Rigo2010-09-272-6/+8
* Merge the branch/gen2-gc containing the minimark GC.Armin Rigo2010-09-181-1/+2
* Merge branch/asmgcc-64. I *think* that after a couple of minor changesArmin Rigo2010-09-081-5/+1
* Make the command "translate.py -Ojit" crash on 64-bit machines for now,Armin Rigo2010-08-251-3/+6
* reenabled arrayHakan Ardo2010-08-111-1/+1
* Kill array from allworkingmodules. In theory this should fix everything for nowMaciej Fijalkowski2010-08-111-1/+1
* Add a doc file, put array into allworkingmodulesMaciej Fijalkowski2010-08-101-1/+1
* merge x86-64-jit-backend to trunkJason Creighton2010-08-021-0/+4
* merge the sys-prefix branch.Antonio Cuni2010-06-242-2/+3
* Mark -Ojit --stackless as incompatibleMaciej Fijalkowski2010-05-271-0/+2
* Enable cpyext by defaultMaciej Fijalkowski2010-05-251-2/+1
* WildChild reports that --gcremovetypeptr is incompatible withArmin Rigo2010-05-211-1/+2
* (xoraxax, afa, agaynor, arigo, benjamin, exarkun, fijal, jandem, lucian,Maciej Fijalkowski2010-04-292-6/+16
* Kill the comment. I don't know how to forbid that yet, but well.Maciej Fijalkowski2010-04-171-1/+1
* Set (again) gcremovetypeptr as default for 64-bit translations.Armin Rigo2010-03-211-2/+4
* Sorry, my mistake. The +5% is caused only by the previous check-in,Armin Rigo2010-03-211-4/+2
* Make 'gcremovetypeptr' True by default on 64-bit platforms.Armin Rigo2010-03-211-2/+4
* Add a way to pass -j x to make. I always wanted to do this :-)Maciej Fijalkowski2010-03-171-0/+6
* remove CPythonCompilerBenjamin Peterson2010-03-101-8/+0
* 'withshadowtracking' is incompatible with 'withinlineddict'.Armin Rigo2010-03-052-2/+1
* Enable 'sharingdict' and 'inlineddict' by default in O2 builds.Armin Rigo2010-03-041-3/+3
* merge oprofile-support branch:Carl Friedrich Bolz2010-02-051-0/+3
* Merge the import-builtin branch:Amaury Forgeot d'Arc2009-12-281-1/+1