Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r72599:4076640cb668
Date: 2014-07-29 10:01 +0200
http://bitbucket.org/pypy/pypy/changeset/4076640cb668/
Log:lzma: add basic decompression.
diff --git a/pypy/module/_lzma/interp_lzma.py b/pypy/module/_lzma/interp_lzma.py
--- a/pypy/module/
Author: Remi Meier
Branch: extradoc
Changeset: r5374:4c2c4bc8d9f2
Date: 2014-07-29 10:04 +0200
http://bitbucket.org/pypy/extradoc/changeset/4c2c4bc8d9f2/
Log:clarifications
diff --git a/talk/dls2014/paper/paper.tex b/talk/dls2014/paper/paper.tex
--- a/talk/dls2014/paper/paper.tex
+++ b/talk/
Author: Remi Meier
Branch: extradoc
Changeset: r5375:3f06cf9daaab
Date: 2014-07-29 11:45 +0200
http://bitbucket.org/pypy/extradoc/changeset/3f06cf9daaab/
Log:re-add mentioning non-x86; explain better why JIT-STM matters less
at the moment; make JIT-STM result summary sound less pessim
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72608:d4419a342b68
Date: 2014-07-29 09:16 -0500
http://bitbucket.org/pypy/pypy/changeset/d4419a342b68/
Log:Fix most remaining module failures and some translation failures
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/ba
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72606:60fb6d7660b0
Date: 2014-07-19 10:21 -0500
http://bitbucket.org/pypy/pypy/changeset/60fb6d7660b0/
Log:Fix array
diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py
--- a/pypy/interpreter/utf8.py
+++ b/pypy/interpreter/utf
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72607:92302cdd34ec
Date: 2014-07-28 13:02 -0500
http://bitbucket.org/pypy/pypy/changeset/92302cdd34ec/
Log:Add support for __eq__, __ne__, __add__ and __mul__ to RPython
diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binary
Author: Tyler Wade
Branch: rpython-__eq__
Changeset: r72609:a6f86478a53a
Date: 2014-07-28 13:02 -0500
http://bitbucket.org/pypy/pypy/changeset/a6f86478a53a/
Log:Add support for __eq__, __ne__, __add__ and __mul__ to RPython
diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binar
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r72610:9e797b4a53ee
Date: 2014-07-29 17:43 +0200
http://bitbucket.org/pypy/pypy/changeset/9e797b4a53ee/
Log:Implement faulthandler.enable() and disable()
diff --git a/pypy/module/faulthandler/__init__.py
b/pypy/module/faulthandler/__init
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r72611:edb40b85036b
Date: 2014-07-29 19:31 +0200
http://bitbucket.org/pypy/pypy/changeset/edb40b85036b/
Log:Fix translation
diff --git a/pypy/module/_lzma/interp_lzma.py b/pypy/module/_lzma/interp_lzma.py
--- a/pypy/module/_lzma/interp_lz
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r72612:a467e510c666
Date: 2014-07-29 20:04 +0200
http://bitbucket.org/pypy/pypy/changeset/a467e510c666/
Log:another translation fix
diff --git a/pypy/module/_lzma/interp_lzma.py b/pypy/module/_lzma/interp_lzma.py
--- a/pypy/module/_lzma/i
Author: Philip Jenvey
Branch: py3.3
Changeset: r72614:46c2f3dee4c1
Date: 2014-07-29 17:30 -0700
http://bitbucket.org/pypy/pypy/changeset/46c2f3dee4c1/
Log:adjust impl details
diff --git a/lib-python/3/test/test_builtin.py
b/lib-python/3/test/test_builtin.py
--- a/lib-python/3/test/test_buil
Author: Philip Jenvey
Branch: py3.3
Changeset: r72615:88a28c2bc747
Date: 2014-07-29 17:31 -0700
http://bitbucket.org/pypy/pypy/changeset/88a28c2bc747/
Log:add the module name
diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py
--- a/pypy/module/bz2/interp_bz2.py
+++ b/
Author: Philip Jenvey
Branch: py3.3
Changeset: r72617:7e04e788d910
Date: 2014-07-29 17:31 -0700
http://bitbucket.org/pypy/pypy/changeset/7e04e788d910/
Log:fix test_validate
diff --git a/pypy/interpreter/astcompiler/validate.py
b/pypy/interpreter/astcompiler/validate.py
--- a/pypy/interprete
Author: Philip Jenvey
Branch: py3.3
Changeset: r72618:87aa9c85fb25
Date: 2014-07-29 17:31 -0700
http://bitbucket.org/pypy/pypy/changeset/87aa9c85fb25/
Log:return in generators now allowed
diff --git a/pypy/interpreter/test/test_compiler.py
b/pypy/interpreter/test/test_compiler.py
--- a/pypy
Author: Philip Jenvey
Branch: py3.3
Changeset: r72616:17d6d860e78f
Date: 2014-07-29 17:31 -0700
http://bitbucket.org/pypy/pypy/changeset/17d6d860e78f/
Log:support the old GIL API
diff --git a/lib-python/3/test/test_concurrent_futures.py
b/lib-python/3/test/test_concurrent_futures.py
--- a/l
Author: Philip Jenvey
Branch: py3.3
Changeset: r72613:936bfd7e5628
Date: 2014-07-29 17:30 -0700
http://bitbucket.org/pypy/pypy/changeset/936bfd7e5628/
Log:fix yield from returns
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/pyopcode.py
+++ b/
16 matches
Mail list logo