Author: Mark Young
Branch: py3.3
Changeset: r82470:1139cf119d2a
Date: 2016-02-13 11:46 -0500
http://bitbucket.org/pypy/pypy/changeset/1139cf119d2a/
Log:Fix Module.repr to use space.builtin_modules to determine if a
module is builtin. (Fixes regression in test_shadow_extension_2.)
dif
Author: Mark Young
Branch: fix_module_repr
Changeset: r82474:5f69cc129429
Date: 2016-02-20 15:27 -0500
http://bitbucket.org/pypy/pypy/changeset/5f69cc129429/
Log:Add a comment and fix an unintended change in the comment.
diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py
--
Author: Mark Young
Branch: fix_module_repr
Changeset: r82473:89cec61d8f3d
Date: 2016-02-20 13:46 -0500
http://bitbucket.org/pypy/pypy/changeset/89cec61d8f3d/
Log:Fix module repr as per PEP 420.
diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py
--- a/pypy/interpreter/module
Author: Manuel Jacob
Branch: py3.3
Changeset: r82477:79680cd9c664
Date: 2016-02-24 10:05 +0100
http://bitbucket.org/pypy/pypy/changeset/79680cd9c664/
Log:Merged in marky1991/pypy_new/fix_module_repr (pull request #404)
3.3: Fix_module_repr to match PEP 420 and fix reload_builtin
dif
Author: Mark Young
Branch: fix_module_repr
Changeset: r82476:97351ee2ac6f
Date: 2016-02-22 22:27 -0500
http://bitbucket.org/pypy/pypy/changeset/97351ee2ac6f/
Log:Respond to mjacob's feedback.
diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py
--- a/pypy/interpreter/module.p
Author: Mark Young
Branch: py3.3
Changeset: r82472:6aef6089a236
Date: 2016-02-14 12:48 -0500
http://bitbucket.org/pypy/pypy/changeset/6aef6089a236/
Log:Fix translation.
diff --git a/lib-python/3/importlib/_bootstrap.py
b/lib-python/3/importlib/_bootstrap.py
--- a/lib-python/3/importlib/_boo
Author: Mark Young
Branch: py3.3
Changeset: r82469:afa0092349e3
Date: 2016-02-13 10:12 -0500
http://bitbucket.org/pypy/pypy/changeset/afa0092349e3/
Log:If the module is already in sys.modules, it must be a reload, so
just initialize the existing module instance and return it. (Fixes
Author: Mark Young
Branch: fix_module_repr
Changeset: r82475:02c4b715132b
Date: 2016-02-21 12:40 -0500
http://bitbucket.org/pypy/pypy/changeset/02c4b715132b/
Log:Respond to feedback.
diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py
--- a/pypy/interpreter/module.py
+++ b/p
Author: Mark Young
Branch: py3.3
Changeset: r82471:4678e88f7915
Date: 2016-02-14 11:28 -0500
http://bitbucket.org/pypy/pypy/changeset/4678e88f7915/
Log:Translation still not fixed. Committing so I can ask about the
problem.
diff --git a/lib-python/3/importlib/_bootstrap.py
b/lib-pyt
Author: Manuel Jacob
Branch: py3.3
Changeset: r82478:864c7d539f4d
Date: 2016-02-24 10:24 +0100
http://bitbucket.org/pypy/pypy/changeset/864c7d539f4d/
Log:Small cleanup: don't wrap already wrapped object.
diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py
--- a/pypy/interpre
Author: Manuel Jacob
Branch:
Changeset: r82479:f25587392dc9
Date: 2016-02-24 10:26 +0100
http://bitbucket.org/pypy/pypy/changeset/f25587392dc9/
Log:Add external package to test_tab.py's exclude set.
diff --git a/pypy/tool/test/test_tab.py b/pypy/tool/test/test_tab.py
--- a/pypy/tool/test/te
Author: Manuel Jacob
Branch:
Changeset: r82480:969fad5c38b9
Date: 2016-02-24 10:31 +0100
http://bitbucket.org/pypy/pypy/changeset/969fad5c38b9/
Log:Add stubs in LLInterp for missing gc_rawrefcount_* operations.
diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py
--- a/rpyth
Author: Remi Meier
Branch: stmgc-c8
Changeset: r82481:36de0d994b4e
Date: 2016-02-24 12:03 +0100
http://bitbucket.org/pypy/pypy/changeset/36de0d994b4e/
Log:merge and fix various things
diff too long, truncating to 2000 out of 5848 lines
diff --git a/lib-python/2.7/distutils/command/build_ext
Author: Ronan Lamy
Branch: desc-specialize
Changeset: r82483:5089fd09c1d1
Date: 2016-02-24 15:47 +0100
http://bitbucket.org/pypy/pypy/changeset/5089fd09c1d1/
Log:Extract normalize_args() method out of funcdesc.specialize
diff --git a/rpython/annotator/description.py b/rpython/annotator/descr
Author: Ronan Lamy
Branch: desc-specialize
Changeset: r82482:fd243b77d69b
Date: 2016-02-21 15:00 +0100
http://bitbucket.org/pypy/pypy/changeset/fd243b77d69b/
Log:Use @specialize decorators instead of direct assignments to
._annspecialcase_
diff --git a/pypy/interpreter/baseobjspace.p
Author: mattip
Branch: extradoc
Changeset: r5609:827afaef5ee9
Date: 2016-02-24 15:50 +0100
http://bitbucket.org/pypy/extradoc/changeset/827afaef5ee9/
Log:ghost-write a rough draft blog post about cpyexy-gc-support
diff --git a/blog/draft/cpyext-gcsupport.rst b/blog/draft/cpyext-gcsupport.rst
Author: Remi Meier
Branch: stmgc-c8
Changeset: r82485:3edb1e823e07
Date: 2016-02-24 17:54 +0100
http://bitbucket.org/pypy/pypy/changeset/3edb1e823e07/
Log:another merge
diff too long, truncating to 2000 out of 2914 lines
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@
Author: Remi Meier
Branch: stmgc-c8
Changeset: r82484:4d0277154891
Date: 2016-02-24 17:34 +0100
http://bitbucket.org/pypy/pypy/changeset/4d0277154891/
Log:merge and fix tons of things
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/
Author: Remi Meier
Branch: stmgc-c8
Changeset: r82487:26b15c64b274
Date: 2016-02-24 19:08 +0100
http://bitbucket.org/pypy/pypy/changeset/26b15c64b274/
Log:fix
diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py
--- a/pypy/objspace/std/mapdict.py
+++ b/pypy/objspace/std/m
Author: Remi Meier
Branch: stmgc-c8
Changeset: r82488:ad865d0c916c
Date: 2016-02-24 23:29 +0100
http://bitbucket.org/pypy/pypy/changeset/ad865d0c916c/
Log:fix for changed method signature
diff --git a/rpython/translator/backendopt/gilanalysis.py
b/rpython/translator/backendopt/gilanalysis.p
20 matches
Mail list logo