Author: Richard Plangger
Branch: new-jit-log
Changeset: r83848:02a45c61ac94
Date: 2016-04-25 09:13 +0200
http://bitbucket.org/pypy/pypy/changeset/02a45c61ac94/
Log:reenabled the prefix compression and added a new test to check
commonprefix
diff --git a/rpython/rlib/jitlog.py b/rpytho
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r83850:7b1fbbe1f814
Date: 2016-04-25 09:24 +0200
http://bitbucket.org/pypy/pypy/changeset/7b1fbbe1f814/
Log:Goal: kill this amount of code. Now I have to make things work again
:-)
diff --git a/rpython/config/translationoption.p
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r83849:8211368e7e9e
Date: 2016-04-25 08:56 +0200
http://bitbucket.org/pypy/pypy/changeset/8211368e7e9e/
Log:A branch to get rid of the FAIL_xxx() in 'src/int.h' and keep only
the raisingops.py variant, which can then be more easi
Author: Richard Plangger
Branch: new-jit-log
Changeset: r83851:44a816042aee
Date: 2016-04-25 10:17 +0200
http://bitbucket.org/pypy/pypy/changeset/44a816042aee/
Log:more tests stressing the prefix compression in the log
diff --git a/rpython/rlib/jitlog.py b/rpython/rlib/jitlog.py
--- a/rpytho
Author: Armin Rigo
Branch: remove-objspace-options
Changeset: r83852:d905304eb5a8
Date: 2016-04-25 10:24 +0200
http://bitbucket.org/pypy/pypy/changeset/d905304eb5a8/
Log:Remove 'sharesmallstr'
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
Author: Armin Rigo
Branch: remove-objspace-options
Changeset: r83853:9f7ebf38a251
Date: 2016-04-25 11:26 +0200
http://bitbucket.org/pypy/pypy/changeset/9f7ebf38a251/
Log:cleanups
diff --git a/pypy/objspace/std/callmethod.py b/pypy/objspace/std/callmethod.py
--- a/pypy/objspace/std/callmethod
Author: Armin Rigo
Branch:
Changeset: r83854:eb8a73f89d3d
Date: 2016-04-25 12:06 +0200
http://bitbucket.org/pypy/pypy/changeset/eb8a73f89d3d/
Log:More test fixes after 490058ea54e6
diff --git a/rpython/memory/gc/test/test_direct.py
b/rpython/memory/gc/test/test_direct.py
--- a/rpython/memo
Author: Armin Rigo
Branch: remove-objspace-options
Changeset: r83855:0713002caf76
Date: 2016-04-25 12:31 +0200
http://bitbucket.org/pypy/pypy/changeset/0713002caf76/
Log:Now, if an RPython program uses weakrefs when translation.rweakref
is False, we don't get a translation crash; inst
Author: Armin Rigo
Branch: remove-objspace-options
Changeset: r83857:993d83f6db5a
Date: 2016-04-25 12:55 +0200
http://bitbucket.org/pypy/pypy/changeset/993d83f6db5a/
Log:Fix for (at least some) ztranslation tests
diff --git a/pypy/module/__builtin__/interp_classobj.py
b/pypy/module/__builti
Author: Armin Rigo
Branch: remove-objspace-options
Changeset: r83856:990299ffaac6
Date: 2016-04-25 12:48 +0200
http://bitbucket.org/pypy/pypy/changeset/990299ffaac6/
Log:Hack: the show() method on Blocks and Links now returns the
FunctionGraph object, too, which is useful in pdb
diff
Author: Armin Rigo
Branch: remove-objspace-options
Changeset: r83858:1c5dd97d9f8a
Date: 2016-04-25 13:11 +0200
http://bitbucket.org/pypy/pypy/changeset/1c5dd97d9f8a/
Log:missing import
diff --git a/pypy/objspace/std/test/test_typeobject.py
b/pypy/objspace/std/test/test_typeobject.py
--- a/p
Author: Maciej Fijalkowski
Branch:
Changeset: r83861:af11a6e4a5a0
Date: 2016-04-25 13:15 +0200
http://bitbucket.org/pypy/pypy/changeset/af11a6e4a5a0/
Log:Merged in vasanthaganeshk/pypy (pull request #433)
changed spelling of Fedora, changed yum to dnf
diff --git a/pypy/doc/build.rs
Author: Vasantha Ganesh K
Branch:
Changeset: r83859:12b3a5747ca0
Date: 2016-04-25 10:41 +0530
http://bitbucket.org/pypy/pypy/changeset/12b3a5747ca0/
Log:changed spelling of Fedora, changed yum to dnf
diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/do
Author: Armin Rigo
Branch: remove-objspace-options
Changeset: r83862:c4dfc356046d
Date: 2016-04-25 13:16 +0200
http://bitbucket.org/pypy/pypy/changeset/c4dfc356046d/
Log:Class name changed here
diff --git a/pypy/module/pypyjit/test_pypy_c/test_weakref.py
b/pypy/module/pypyjit/test_pypy_c/te
Author: Vasantha Ganesh K
Branch:
Changeset: r83860:3ef8e389cbd7
Date: 2016-04-25 16:42 +0530
http://bitbucket.org/pypy/pypy/changeset/3ef8e389cbd7/
Log:added Debian equivalent packages for Fedora
diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/b
Author: Richard Plangger
Branch: new-jit-log
Changeset: r83863:ba725a955100
Date: 2016-04-25 14:07 +0200
http://bitbucket.org/pypy/pypy/changeset/ba725a955100/
Log:fixed up the test that integrates the whole jitlog on resoperations
diff --git a/rpython/rlib/jitlog.py b/rpython/rlib/jitlog.py
Author: Armin Rigo
Branch: remove-objspace-options
Changeset: r83864:a350fbd4215a
Date: 2016-04-25 15:08 +0200
http://bitbucket.org/pypy/pypy/changeset/a350fbd4215a/
Log:Fix the assert:
* it should check the effectinfo we got, and not just the
extraeffect we sent to effectinf
Author: Richard Plangger
Branch: new-jit-log
Changeset: r83865:b20596712e8d
Date: 2016-04-25 15:10 +0200
http://bitbucket.org/pypy/pypy/changeset/b20596712e8d/
Log:renamed old module
diff --git a/rpython/rlib/rvmprof/rvmprof.py b/rpython/rlib/rvmprof/rvmprof.py
--- a/rpython/rlib/rvmprof/rvm
Author: Richard Plangger
Branch: new-jit-log
Changeset: r83866:2f286840ea99
Date: 2016-04-25 15:21 +0200
http://bitbucket.org/pypy/pypy/changeset/2f286840ea99/
Log:fixed up tests
diff --git a/rpython/jit/backend/x86/test/test_jitlog.py
b/rpython/jit/backend/x86/test/test_jitlog.py
--- a/rpy
Author: Richard Plangger
Branch: new-jit-log
Changeset: r83867:c186763aab26
Date: 2016-04-25 15:30 +0200
http://bitbucket.org/pypy/pypy/changeset/c186763aab26/
Log:creating jit logger for base optimization tests
diff --git a/rpython/jit/metainterp/optimizeopt/test/test_util.py
b/rpython/jit
Author: Richard Plangger
Branch: new-jit-log
Changeset: r83868:dcee45542016
Date: 2016-04-25 15:54 +0200
http://bitbucket.org/pypy/pypy/changeset/dcee45542016/
Log:removed old files, adapted main pypy jit driver
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit
Author: Carl Friedrich Bolz
Branch: remove-objspace-options
Changeset: r83870:e2eba8fa9b9e
Date: 2016-04-25 17:17 +0300
http://bitbucket.org/pypy/pypy/changeset/e2eba8fa9b9e/
Log:(cfbolz, arigo advising) somewhat randomly raise the cutoff to 3000
to make things work with pypy, allwork
Author: Carl Friedrich Bolz
Branch: remove-objspace-options
Changeset: r83869:f77dd6069673
Date: 2016-04-25 17:16 +0300
http://bitbucket.org/pypy/pypy/changeset/f77dd6069673/
Log:(cfbolz, arigo advising) test the cutoff and make it less random
diff --git a/rpython/translator/backendopt/test/
Author: Ronan Lamy
Branch: py3.5
Changeset: r83873:1456861b1ea6
Date: 2016-04-24 21:05 +0100
http://bitbucket.org/pypy/pypy/changeset/1456861b1ea6/
Log:Open branch for 3.5
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/
Author: Ronan Lamy
Branch: vendor/stdlib-3.5.1
Changeset: r83871:0222f0f390eb
Date: 2016-04-24 20:35 +0100
http://bitbucket.org/pypy/pypy/changeset/0222f0f390eb/
Log:Branch for importing the 3.5.1 stdlib from CPython
___
pypy-commit mailing list
py
Author: Carl Friedrich Bolz
Branch: remove-objspace-options
Changeset: r83874:af9fedfce658
Date: 2016-04-25 21:09 +0300
http://bitbucket.org/pypy/pypy/changeset/af9fedfce658/
Log:even more different (comes from a different module now)
diff --git a/pypy/module/pypyjit/test_pypy_c/test_weakref
Author: mattip
Branch: cpyext-ext
Changeset: r83875:88c3748b0de0
Date: 2016-04-22 17:12 +0300
http://bitbucket.org/pypy/pypy/changeset/88c3748b0de0/
Log:try to summarize IRC conversation
diff --git a/pypy/module/cpyext/bytearrayobject.py
b/pypy/module/cpyext/bytearrayobject.py
--- a/pypy/mo
Author: mattip
Branch: cpyext-for-merge
Changeset: r83877:b88a7cbb6b17
Date: 2016-04-25 07:59 +0300
http://bitbucket.org/pypy/pypy/changeset/b88a7cbb6b17/
Log:merge default into branch
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -20,3 +20,4 @@
5f8302b8bf9f53056e40426f10c72
Author: mattip
Branch: cpyext-for-merge
Changeset: r83878:dd16152b0b79
Date: 2016-04-25 19:46 +0300
http://bitbucket.org/pypy/pypy/changeset/dd16152b0b79/
Log:update TODO
diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
-* finish PySequence_Fast
-* typeobject.py and handling of
Author: mattip
Branch: cpyext-for-merge
Changeset: r83876:4baa1ad93d29
Date: 2016-04-25 00:03 +0300
http://bitbucket.org/pypy/pypy/changeset/4baa1ad93d29/
Log:prepare cpyext-ext for merging back to default
___
pypy-commit mailing list
pypy-commit@p
Author: mattip
Branch: cpyext-for-merge
Changeset: r83880:0a80052c8e88
Date: 2016-04-25 21:16 +0300
http://bitbucket.org/pypy/pypy/changeset/0a80052c8e88/
Log:skip 'wishlist' tests
diff --git a/pypy/module/cpyext/test/test_memoryobject.py
b/pypy/module/cpyext/test/test_memoryobject.py
--- a
Author: mattip
Branch: cpyext-ext
Changeset: r83879:ac747a3c2ef4
Date: 2016-04-25 19:52 +0300
http://bitbucket.org/pypy/pypy/changeset/ac747a3c2ef4/
Log:update TODO
diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -1,5 +1,10 @@
-* finish PySequence_Fast
-* typeobject.py and handling of __fl
Author: mattip
Branch: release-5.x
Changeset: r83882:eccbe359298b
Date: 2016-04-25 08:20 +0300
http://bitbucket.org/pypy/pypy/changeset/eccbe359298b/
Log:revert 8d781f7a74f7, fix issue #2282
diff too long, truncating to 2000 out of 2282 lines
diff --git a/pypy/module/cpyext/api.py b/pypy/mo
Author: mattip
Branch: release-5.x
Changeset: r83883:3279ee014769
Date: 2016-04-25 08:22 +0300
http://bitbucket.org/pypy/pypy/changeset/3279ee014769/
Log:update version to 5.1.1
diff --git a/pypy/module/cpyext/include/patchlevel.h
b/pypy/module/cpyext/include/patchlevel.h
--- a/pypy/module/
Author: mattip
Branch: release-5.x
Changeset: r83884:814b194d959c
Date: 2016-04-25 08:45 +0300
http://bitbucket.org/pypy/pypy/changeset/814b194d959c/
Log:fix test (revert part of a03329def3ec)
diff --git a/pypy/module/cpyext/test/test_api.py
b/pypy/module/cpyext/test/test_api.py
--- a/pypy/
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r83885:55f9c52f86f4
Date: 2016-04-25 23:20 +0200
http://bitbucket.org/pypy/pypy/changeset/55f9c52f86f4/
Log:Hack until the objspace can start and pass some tests.
diff --git a/lib-python/3/importlib/_bootstrap.py
b/lib-python/3/importlib
Author: Amaury Forgeot d'Arc
Branch: py3.5
Changeset: r83886:1ec6fa2191c0
Date: 2016-04-25 23:42 +0200
http://bitbucket.org/pypy/pypy/changeset/1ec6fa2191c0/
Log:Fix for class definition inside a function.
diff --git a/pypy/module/__builtin__/compiling.py
b/pypy/module/__builtin__/compiling
Author: Manuel Jacob
Branch:
Changeset: r83887:cb3d30fa02ee
Date: 2016-04-26 02:10 +0200
http://bitbucket.org/pypy/pypy/changeset/cb3d30fa02ee/
Log:Add more details on how to update the stdlib files while properly
tracking renames.
(+ small tweaks)
diff --git a/lib-python/s
Author: Philip Jenvey
Branch:
Changeset: r83888:c24bc2ff9f5d
Date: 2016-04-25 17:34 -0700
http://bitbucket.org/pypy/pypy/changeset/c24bc2ff9f5d/
Log:simplify sys_exc_info to return None for a cleared exception and
reuse some of it in RAISE_VARARGS
diff --git a/pypy/interpreter/execu
Author: Philip Jenvey
Branch: py3k
Changeset: r83889:597f649edbb9
Date: 2016-04-25 17:55 -0700
http://bitbucket.org/pypy/pypy/changeset/597f649edbb9/
Log:fix translation on osx, specialize utime when called w/ None
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_po
Author: Richard Plangger
Branch: new-jit-log
Changeset: r83890:13151099cbf6
Date: 2016-04-26 08:13 +0200
http://bitbucket.org/pypy/pypy/changeset/13151099cbf6/
Log:fixed translation issues
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/p
41 matches
Mail list logo