Author: Armin Rigo
Branch: extradoc
Changeset: r252:4acec1aeebfe
Date: 2011-09-03 09:09 +0200
http://bitbucket.org/pypy/pypy.org/changeset/4acec1aeebfe/
Log:Update for Windows.
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -150,7 +150,8 @@
official re
Author: Armin Rigo
Branch:
Changeset: r47035:e24ce043ef77
Date: 2011-09-03 10:34 +0200
http://bitbucket.org/pypy/pypy/changeset/e24ce043ef77/
Log:Fix for an obscure case in which prejit_optimizations() renames some
variables in the jit_merge_point, after which the original op cannot
Author: Armin Rigo
Branch:
Changeset: r47036:c9c5e66fd236
Date: 2011-09-03 11:57 +0200
http://bitbucket.org/pypy/pypy/changeset/c9c5e66fd236/
Log:A passing test.
diff --git a/pypy/module/sys/test/test_encoding.py
b/pypy/module/sys/test/test_encoding.py
new file mode 100644
--- /dev/null
++
Author: Armin Rigo
Branch:
Changeset: r47037:96deb30da7fc
Date: 2011-09-03 11:57 +0200
http://bitbucket.org/pypy/pypy/changeset/96deb30da7fc/
Log:Test and fix for issue856.
diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py
--- a/pypy/translator/goal/app_main.p
Author: Armin Rigo
Branch:
Changeset: r47038:7fdbf8332028
Date: 2011-09-03 12:13 +0200
http://bitbucket.org/pypy/pypy/changeset/7fdbf8332028/
Log:Add the type for c_bool here.
diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py
--- a/lib_pypy/_ctypes/basics.py
+++ b/lib_pyp
Author: Armin Rigo
Branch:
Changeset: r47039:4de034d3fb88
Date: 2011-09-03 12:40 +0200
http://bitbucket.org/pypy/pypy/changeset/4de034d3fb88/
Log:Test and fix for issue852.
diff --git a/pypy/interpreter/pyparser/future.py
b/pypy/interpreter/pyparser/future.py
--- a/pypy/interpreter/pyparse
Author: Armin Rigo
Branch:
Changeset: r47040:a0a35705fe84
Date: 2011-09-03 13:19 +0200
http://bitbucket.org/pypy/pypy/changeset/a0a35705fe84/
Log:Split the class WeakrefLifeline in a parent class without __del__
and a subclass with __del__, that is used if we create weakrefs with
Author: Armin Rigo
Branch:
Changeset: r47041:12b209c22de0
Date: 2011-09-03 13:25 +0200
http://bitbucket.org/pypy/pypy/changeset/12b209c22de0/
Log:Rename these two methods to their more precise meaning.
diff --git a/pypy/module/_weakref/interp__weakref.py
b/pypy/module/_weakref/interp__weak
Author: Armin Rigo
Branch:
Changeset: r47042:9e7dfe2ed587
Date: 2011-09-03 13:35 +0200
http://bitbucket.org/pypy/pypy/changeset/9e7dfe2ed587/
Log:Reorganization. Probably more jit-friendly.
diff --git a/pypy/module/_weakref/interp__weakref.py
b/pypy/module/_weakref/interp__weakref.py
--- a
Author: Armin Rigo
Branch:
Changeset: r47043:4f48b5228d50
Date: 2011-09-03 14:41 +0200
http://bitbucket.org/pypy/pypy/changeset/4f48b5228d50/
Log:Rewrite py.cleanup to also remove __pycache__ directories, created
by CPython 3.x.
diff --git a/pypy/tool/py.cleanup b/pypy/tool/py.clean
Author: Armin Rigo
Branch:
Changeset: r47044:5841ae63ade9
Date: 2011-09-03 14:46 +0200
http://bitbucket.org/pypy/pypy/changeset/5841ae63ade9/
Log:Don't use shutil and don't remove all files within __pycache__.
Instead only remove .pyc/.pyo files from these __pycache__
directo
Author: Armin Rigo
Branch:
Changeset: r47045:c3d09f049028
Date: 2011-09-03 16:31 +0200
http://bitbucket.org/pypy/pypy/changeset/c3d09f049028/
Log:Fix a corner case.
diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py
--- a/lib_pypy/greenlet.py
+++ b/lib_pypy/greenlet.py
@@ -59,7 +59,12
Author: Armin Rigo
Branch:
Changeset: r47046:2293ffeeaf79
Date: 2011-09-03 16:55 +0200
http://bitbucket.org/pypy/pypy/changeset/2293ffeeaf79/
Log:Better order for this. Corner-casish and not important.
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuatio
Author: Alex Gaynor
Branch:
Changeset: r47047:7c36492d9f9d
Date: 2011-09-03 11:24 -0400
http://bitbucket.org/pypy/pypy/changeset/7c36492d9f9d/
Log:Fix a crash (escaped ValueError) in various division methods on
floats with an inf LHS.
diff --git a/pypy/objspace/std/floatobject.py b/
Author: Alex Gaynor
Branch:
Changeset: r47048:6dad1c11da53
Date: 2011-09-03 11:24 -0400
http://bitbucket.org/pypy/pypy/changeset/6dad1c11da53/
Log:merged upstream
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuation/interp_continuation.py
--- a/pypy/mod
Author: Armin Rigo
Branch:
Changeset: r47049:1cd7868cbf93
Date: 2011-09-03 17:51 +0200
http://bitbucket.org/pypy/pypy/changeset/1cd7868cbf93/
Log:Rename this file. (For now it's always skipped.)
diff --git a/pypy/module/test_lib_pypy/test_stackless.py
b/pypy/module/test_lib_pypy/test_stack
Author: Armin Rigo
Branch:
Changeset: r47050:6c5b36d058ec
Date: 2011-09-03 17:51 +0200
http://bitbucket.org/pypy/pypy/changeset/6c5b36d058ec/
Log:merge heads
diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py
--- a/pypy/objspace/std/floatobject.py
+++ b/pypy/ob
Author: Hakan Ardo
Branch: jit-duplicated_short_boxes
Changeset: r47051:77e3e26cc551
Date: 2011-09-03 20:11 +0200
http://bitbucket.org/pypy/pypy/changeset/77e3e26cc551/
Log:In case of conflicts, prioritize among the potential short ops that
can produce one specific box instead of dupl
You have received a notification from Henrik Vendelbo.
Hi, I forked pypy. My fork is at https://bitbucket.org/thepian/pypy.
--
Disable notifications at https://bitbucket.org/account/notifications/
___
pypy-commit mailing list
pypy-commit@python.org
http
19 matches
Mail list logo