Author: Philip Jenvey
Branch:
Changeset: r70596:d821161dcac8
Date: 2014-04-11 17:05 -0700
http://bitbucket.org/pypy/pypy/changeset/d821161dcac8/
Log:kill remnants of the long dead MeasuringDictImplementation
diff --git a/pypy/objspace/std/test/test_dictmultiobject.py
b/pypy/objspace/std/te
Author: Philip Jenvey
Branch: py3k-fix-strategies
Changeset: r70598:b143fe6459cf
Date: 2014-04-11 17:11 -0700
http://bitbucket.org/pypy/pypy/changeset/b143fe6459cf/
Log:merge py3k
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/co
Author: Philip Jenvey
Branch: py3k
Changeset: r70597:fe69dee13c0f
Date: 2014-04-11 17:10 -0700
http://bitbucket.org/pypy/pypy/changeset/fe69dee13c0f/
Log:merge default
diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt
--- a/pypy/doc/_ref.txt
+++ b/pypy/doc/_ref.txt
@@ -1,3 +1,6 @@
+.. This
Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r70565:99e3d2848c35
Date: 2014-04-06 17:24 +0200
http://bitbucket.org/pypy/pypy/changeset/99e3d2848c35/
Log:Branch for Python 3.3 support
___
pypy-commit mailing list
pypy-commit@python.org
http
Author: Amaury Forgeot d'Arc
Branch: vendor/stdlib-3.3.5
Changeset: r70563:f2946f4e007e
Date: 2014-04-06 17:03 +0200
http://bitbucket.org/pypy/pypy/changeset/f2946f4e007e/
Log:Branch for stlib-3.3.5
___
pypy-commit mailing list
pypy-commit@python.o
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r70562:5494a374d576
Date: 2014-04-11 23:10 +0200
http://bitbucket.org/pypy/pypy/changeset/5494a374d576/
Log:On Unicode wide builds (=all except win32), don't merge utf16
surrogate pairs on encoding. This only affects python3 which s
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r70561:b2d0af2aa055
Date: 2014-04-11 18:31 +0200
http://bitbucket.org/pypy/pypy/changeset/b2d0af2aa055/
Log:Disable all caching of the BlackholeInterpreter objects in the
presence of stm. Temporary solution.
diff --git a/TODO b/TODO
---
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r70560:fae248f0ef17
Date: 2014-04-11 18:10 +0200
http://bitbucket.org/pypy/pypy/changeset/fae248f0ef17/
Log:The next todo
diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -91,6 +91,11 @@
--
Author: Armin Rigo
Branch:
Changeset: r70559:18dd97fad063
Date: 2014-04-11 17:51 +0200
http://bitbucket.org/pypy/pypy/changeset/18dd97fad063/
Log:a pair of typos
diff --git a/pypy/doc/jit/pyjitpl5.rst b/pypy/doc/jit/pyjitpl5.rst
--- a/pypy/doc/jit/pyjitpl5.rst
+++ b/pypy/doc/jit/pyjitpl5.rs
Author: Antonio Cuni
Branch:
Changeset: r70558:38c5c29e277b
Date: 2014-04-11 17:05 +0200
http://bitbucket.org/pypy/pypy/changeset/38c5c29e277b/
Log:add a link to my thesis, because it seems to contain a better
explanation of the JIT than the current docs
diff --git a/pypy/doc/jit/py
Author: Maciej Fijalkowski
Branch:
Changeset: r70556:2cd438d1ecea
Date: 2014-04-11 16:56 +0200
http://bitbucket.org/pypy/pypy/changeset/2cd438d1ecea/
Log:Some basic customization for rlib parsing (geez, RPython does not
compose very well)
diff --git a/rpython/rlib/parsing/lexer.py b
Author: Maciej Fijalkowski
Branch:
Changeset: r70555:8ddedf73edcd
Date: 2014-04-03 19:33 +0200
http://bitbucket.org/pypy/pypy/changeset/8ddedf73edcd/
Log:small changes
diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/stm.rst
@@ -26,8 +26,8 @@
=
Author: Armin Rigo
Branch:
Changeset: r70553:43da018e7015
Date: 2014-04-11 16:04 +0200
http://bitbucket.org/pypy/pypy/changeset/43da018e7015/
Log:A failing test for isvirtual() after the start of a bridge
diff --git a/rpython/jit/metainterp/test/test_ajit.py
b/rpython/jit/metainterp/test/t
Author: Armin Rigo
Branch:
Changeset: r70554:0d99c4a82b27
Date: 2014-04-11 16:34 +0200
http://bitbucket.org/pypy/pypy/changeset/0d99c4a82b27/
Log:Fix the test in 43da018e7015: consistently call new methods on the
metainterp from both the opimpl_xxx and from resume.py
diff --git a/rp
Author: Matti Picus
Branch: py3k
Changeset: r70550:4384d75f8e85
Date: 2014-04-11 10:34 +0300
http://bitbucket.org/pypy/pypy/changeset/4384d75f8e85/
Log:copy import library pragma from cpython
diff --git a/pypy/module/cpyext/include/pyconfig.h
b/pypy/module/cpyext/include/pyconfig.h
--- a/py
Author: Matti Picus
Branch:
Changeset: r70552:ad0756a3d160
Date: 2014-04-11 09:34 +0300
http://bitbucket.org/pypy/pypy/changeset/ad0756a3d160/
Log:time_t is longlong on some platforms
diff --git a/rpython/jit/metainterp/test/test_ajit.py
b/rpython/jit/metainterp/test/test_ajit.py
--- a/rpy
Author: Matti Picus
Branch:
Changeset: r70551:428d22a9c50f
Date: 2014-04-11 09:33 +0300
http://bitbucket.org/pypy/pypy/changeset/428d22a9c50f/
Log:cleanup after 8d015b1d68df
diff --git a/rpython/jit/metainterp/test/test_ajit.py
b/rpython/jit/metainterp/test/test_ajit.py
--- a/rpython/jit/m
Author: Armin Rigo
Branch:
Changeset: r70549:9d1e757b1e78
Date: 2014-04-11 12:47 +0200
http://bitbucket.org/pypy/pypy/changeset/9d1e757b1e78/
Log:Update to cffi/237031079adc
diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py
b/pypy/module/_cffi_backend/test/_backend_test_c.py
-
Author: anatoly techtonik
Branch:
Changeset: r70546:9f856c1374ce
Date: 2014-04-10 13:57 +0300
http://bitbucket.org/pypy/pypy/changeset/9f856c1374ce/
Log:makeref: Execute from any directory
diff --git a/pypy/doc/tool/makeref.py b/pypy/doc/tool/makeref.py
--- a/pypy/doc/tool/makeref.py
+++ b/
Author: anatoly techtonik
Branch:
Changeset: r70545:98d1457a6766
Date: 2014-04-10 13:52 +0300
http://bitbucket.org/pypy/pypy/changeset/98d1457a6766/
Log:makeref: Write file in binary mode for compatibility with Windows
diff --git a/pypy/doc/tool/makeref.py b/pypy/doc/tool/makeref.py
--- a/p
Author: Armin Rigo
Branch:
Changeset: r70548:e5faefcb6e67
Date: 2014-04-11 11:14 +0200
http://bitbucket.org/pypy/pypy/changeset/e5faefcb6e67/
Log:Merged in techtonik/pypy (pull request #225)
doc/tool/makeref.py: Windows compatibility and origin info in
_ref.txt
diff --git a
Author: anatoly techtonik
Branch:
Changeset: r70547:b7703990f632
Date: 2014-04-10 14:28 +0300
http://bitbucket.org/pypy/pypy/changeset/b7703990f632/
Log:makeref: Record how _ref.txt is made and when it is regenerated
diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt
--- a/pypy/doc/_ref.txt
Author: Armin Rigo
Branch:
Changeset: r70544:25176f5d15bf
Date: 2014-04-11 11:11 +0200
http://bitbucket.org/pypy/pypy/changeset/25176f5d15bf/
Log:Document in even more details the issue of delayed __del__, prompted
by issue 878.
diff --git a/pypy/doc/cpython_differences.rst b/pypy/d
Author: Armin Rigo
Branch: extradoc
Changeset: r487:8c3c298c6cd2
Date: 2014-04-11 11:10 +0200
http://bitbucket.org/pypy/pypy.org/changeset/8c3c298c6cd2/
Log:Add a "see also" link to the doc
diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -88,6 +88,7 @@
f = open
Author: Carl Friedrich Bolz
Branch: small-unroll-improvements
Changeset: r70543:2412947d5c0f
Date: 2014-04-11 00:15 +0200
http://bitbucket.org/pypy/pypy/changeset/2412947d5c0f/
Log:another copy-pasted bit of code
diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py
b/rpython/jit/metain
25 matches
Mail list logo