Author: Ronny Pfannschmidt
Branch:
Changeset: r55425:49fbd7ec3560
Date: 2012-06-06 11:17 +0200
http://bitbucket.org/pypy/pypy/changeset/49fbd7ec3560/
Log:update the docs wrt modified-stdlib removal
diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst
--- a/pypy/doc/coding-guid
Author: Armin Rigo
Branch:
Changeset: r55426:2fc954d5e462
Date: 2012-06-06 11:26 +0200
http://bitbucket.org/pypy/pypy/changeset/2fc954d5e462/
Log:Simplify the custom logic to pickle module dictionary (as per
Stackless Python). Now it should only work with normal, imported,
co
Author: Armin Rigo
Branch:
Changeset: r55427:519e061adb07
Date: 2012-06-06 11:41 +0200
http://bitbucket.org/pypy/pypy/changeset/519e061adb07/
Log:Be even more careful.
diff --git a/lib-python/2.7/pickle.py b/lib-python/2.7/pickle.py
--- a/lib-python/2.7/pickle.py
+++ b/lib-python/2.7/pickle
Author: Armin Rigo
Branch: release-1.9.x
Changeset: r55428:b944b80e5266
Date: 2012-06-06 11:45 +0200
http://bitbucket.org/pypy/pypy/changeset/b944b80e5266/
Log:hg merge default (reported by marienz on irc)
diff --git a/lib-python/2.7/pickle.py b/lib-python/2.7/pickle.py
--- a/lib-python/2.7/
Author: Maciej Fijalkowski
Branch: release-1.9.x
Changeset: r55429:0624114d0ed8
Date: 2012-06-06 13:25 +0200
http://bitbucket.org/pypy/pypy/changeset/0624114d0ed8/
Log:Start writing the release announcement
diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst
new file mode 10
Author: Armin Rigo
Branch: extradoc
Changeset: r356:0aca2242a39a
Date: 2012-06-06 13:26 +0200
http://bitbucket.org/pypy/pypy.org/changeset/0aca2242a39a/
Log:Update.
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -14,7 +14,7 @@
});
- $6791 of $50400 (13.5%)
+
Author: Antonio Cuni
Branch:
Changeset: r55430:fff54ab23f3a
Date: 2012-06-06 14:12 +0200
http://bitbucket.org/pypy/pypy/changeset/fff54ab23f3a/
Log:skip this test, which is outdated anyway
diff --git a/pypy/rlib/test/test_rjvm.py b/pypy/rlib/test/test_rjvm.py
--- a/pypy/rlib/test/test_rjvm.
Author: Antonio Cuni
Branch: py3k
Changeset: r55432:5eda1bddfbfa
Date: 2012-06-06 14:20 +0200
http://bitbucket.org/pypy/pypy/changeset/5eda1bddfbfa/
Log:kill again rangelist tests, which were resurrected by mistake by the
last emrge
diff --git a/pypy/objspace/std/test/test_listobject
Author: Antonio Cuni
Branch: py3k
Changeset: r55433:2ef0573fde3c
Date: 2012-06-06 14:37 +0200
http://bitbucket.org/pypy/pypy/changeset/2ef0573fde3c/
Log:py3k_skip tests for ropes. We are not interested in those right now
diff --git a/pypy/objspace/std/test/test_ropeobject.py
b/pypy/objspace
Author: Antonio Cuni
Branch: py3k
Changeset: r55435:86a14fdd6eea
Date: 2012-06-06 15:10 +0200
http://bitbucket.org/pypy/pypy/changeset/86a14fdd6eea/
Log:we print lots of [platform:execute] lines now, so we need to be a
bit more careful about what to match with the regexp
diff --git a
Author: Antonio Cuni
Branch: py3k
Changeset: r55436:93f3a45ae669
Date: 2012-06-06 15:13 +0200
http://bitbucket.org/pypy/pypy/changeset/93f3a45ae669/
Log:str vs bytes
diff --git a/pypy/module/termios/test/test_termios.py
b/pypy/module/termios/test/test_termios.py
--- a/pypy/module/termios/te
Author: Antonio Cuni
Branch: py3k
Changeset: r55434:d3e7a7b78cd6
Date: 2012-06-06 15:02 +0200
http://bitbucket.org/pypy/pypy/changeset/d3e7a7b78cd6/
Log:bah: we want to call bytes([n]), not bytes(n). space.call does the
latter, because it receives a list of arguments, while
sp
Author: Matti Picus
Branch: win-ordinal
Changeset: r55438:5a46e888b611
Date: 2012-06-06 13:04 +0300
http://bitbucket.org/pypy/pypy/changeset/5a46e888b611/
Log:add test_ztranslation
diff --git a/pypy/module/_ffi/test/test_ztranslation.py
b/pypy/module/_ffi/test/test_ztranslation.py
new file
Author: Matti Picus
Branch: win-ordinal
Changeset: r55439:5b456796daa4
Date: 2012-06-06 18:34 +0300
http://bitbucket.org/pypy/pypy/changeset/5b456796daa4/
Log:add ordinal function handling to libffi, expose in module\_ffi
diff --git a/pypy/module/_ffi/interp_funcptr.py
b/pypy/module/_ffi/in
Author: Matti Picus
Branch: win-ordinal
Changeset: r55437:3d27c5ce27da
Date: 2012-06-06 13:03 +0300
http://bitbucket.org/pypy/pypy/changeset/3d27c5ce27da/
Log:allow checkmodule('mod1', 'mod2') (arigato)
diff --git a/pypy/objspace/fake/checkmodule.py
b/pypy/objspace/fake/checkmodule.py
--- a
Author: Matti Picus
Branch: win-ordinal
Changeset: r55440:498476322581
Date: 2012-06-06 19:04 +0300
http://bitbucket.org/pypy/pypy/changeset/498476322581/
Log:fix for translation
diff --git a/pypy/rlib/libffi.py b/pypy/rlib/libffi.py
--- a/pypy/rlib/libffi.py
+++ b/pypy/rlib/libffi.py
@@ -41
Author: Matti Picus
Branch: win-ordinal
Changeset: r55441:3a437ffcadd4
Date: 2012-06-06 19:26 +0300
http://bitbucket.org/pypy/pypy/changeset/3a437ffcadd4/
Log:add test, fix for test
diff --git a/pypy/rlib/libffi.py b/pypy/rlib/libffi.py
--- a/pypy/rlib/libffi.py
+++ b/pypy/rlib/libffi.py
@@
Author: Armin Rigo
Branch: stm-thread
Changeset: r55442:5e73ee52daf5
Date: 2012-06-06 18:36 +0200
http://bitbucket.org/pypy/pypy/changeset/5e73ee52daf5/
Log:should_break_transaction(): give a configurable length limit.
diff --git a/pypy/module/thread/stm.py b/pypy/module/thread/stm.py
--- a/
Author: Armin Rigo
Branch: stm-thread
Changeset: r55443:7c36b212bd3a
Date: 2012-06-06 19:05 +0200
http://bitbucket.org/pypy/pypy/changeset/7c36b212bd3a/
Log:Tweaks in the main loop to not longer systematically call
rstm.perform_transaction().
diff --git a/pypy/interpreter/pyopcode.py
Author: Armin Rigo
Branch: stm-thread
Changeset: r55444:8745fe04262b
Date: 2012-06-06 19:12 +0200
http://bitbucket.org/pypy/pypy/changeset/8745fe04262b/
Log:Add set_transaction_length here.
diff --git a/pypy/translator/stm/stmgcintf.py b/pypy/translator/stm/stmgcintf.py
--- a/pypy/translator
Author: Armin Rigo
Branch: stm-thread
Changeset: r55445:54154cef301d
Date: 2012-06-06 19:49 +0200
http://bitbucket.org/pypy/pypy/changeset/54154cef301d/
Log:Translation fixes
diff --git a/pypy/interpreter/executioncontext.py
b/pypy/interpreter/executioncontext.py
--- a/pypy/interpreter/exec
Author: Armin Rigo
Branch: stm-thread
Changeset: r55446:763ad038f19d
Date: 2012-06-06 20:11 +0200
http://bitbucket.org/pypy/pypy/changeset/763ad038f19d/
Log:Change the default checkinterval to a value which ends up with a
much lower overhead.
diff --git a/pypy/module/thread/stm.py b/
Author: Maciej Fijalkowski
Branch:
Changeset: r55447:dbea5517aa6e
Date: 2012-06-06 21:08 +0200
http://bitbucket.org/pypy/pypy/changeset/dbea5517aa6e/
Log:Add the release announcement to the trunk
diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst
new file mode 100644
--- /
Author: Armin Rigo
Branch:
Changeset: r55448:a76be724bd46
Date: 2012-06-06 22:05 +0200
http://bitbucket.org/pypy/pypy/changeset/a76be724bd46/
Log:First attempt at listing what we did.
diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst
--- a/pypy/doc/release-1.9.0.rst
+++ b
Author: Michal Bendowski
Branch: jvm-improvements
Changeset: r55449:f98227092ae0
Date: 2012-06-05 23:02 +0200
http://bitbucket.org/pypy/pypy/changeset/f98227092ae0/
Log:Fix getattr on JvmInstanceWrapper
diff --git a/pypy/rlib/rjvm/api.py b/pypy/rlib/rjvm/api.py
--- a/pypy/rlib/rjvm/api.py
++
Author: Michal Bendowski
Branch: jvm-improvements
Changeset: r55451:a5f570e4506b
Date: 2012-06-06 23:53 +0200
http://bitbucket.org/pypy/pypy/changeset/a5f570e4506b/
Log:Enforce casting string arguments with rjvm.native_string
diff --git a/pypy/annotation/model.py b/pypy/annotation/model.py
-
Author: Michal Bendowski
Branch: jvm-improvements
Changeset: r55450:52ae99714cf8
Date: 2012-06-06 23:10 +0200
http://bitbucket.org/pypy/pypy/changeset/52ae99714cf8/
Log:Remove unncessary __eq__ from OOInstanceRepr
diff --git a/pypy/rpython/ootypesystem/rootype.py
b/pypy/rpython/ootypesystem
Author: Amaury Forgeot d'Arc
Branch: win-ordinal
Changeset: r55454:2beb3909d12e
Date: 2012-06-06 23:12 +0200
http://bitbucket.org/pypy/pypy/changeset/2beb3909d12e/
Log:Skip windows-specific test
diff --git a/pypy/module/_ffi/test/test_funcptr.py
b/pypy/module/_ffi/test/test_funcptr.py
--- a
Author: Amaury Forgeot d'Arc
Branch: win-ordinal
Changeset: r55452:b2f3a762e5aa
Date: 2012-06-06 23:01 +0200
http://bitbucket.org/pypy/pypy/changeset/b2f3a762e5aa/
Log:Fix for posix platforms
diff --git a/pypy/module/_ffi/interp_funcptr.py
b/pypy/module/_ffi/interp_funcptr.py
--- a/pypy/mod
Author: Amaury Forgeot d'Arc
Branch: win-ordinal
Changeset: r55453:3f72e6d9820b
Date: 2012-06-06 23:09 +0200
http://bitbucket.org/pypy/pypy/changeset/3f72e6d9820b/
Log:Don't store self.space in W__StructDescr. For some reason this fixes
test_ztranslation when run together with other t
Author: Amaury Forgeot d'Arc
Branch: win-ordinal
Changeset: r55455:3437c0a0ded2
Date: 2012-06-07 00:37 +0200
http://bitbucket.org/pypy/pypy/changeset/3437c0a0ded2/
Log:Wrap lines to 80 columns
diff --git a/pypy/module/_ffi/interp_funcptr.py
b/pypy/module/_ffi/interp_funcptr.py
--- a/pypy/mo
31 matches
Mail list logo