Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r46493:3d47ca2e7086
Date: 2011-08-14 09:38 +0200
http://bitbucket.org/pypy/pypy/changeset/3d47ca2e7086/
Log:hg merge default
diff --git a/ctypes_configure/stdoutcapture.py
b/ctypes_configure/stdoutcapture.py
--- a/ctypes_configure/s
Author: Alex Gaynor
Branch: release-1.6.x
Changeset: r46494:84929c2bfda8
Date: 2011-08-13 19:45 -0700
http://bitbucket.org/pypy/pypy/changeset/84929c2bfda8/
Log:Fix for test_posix (how could it have ever worked!).
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_pos
Author: Armin Rigo
Branch:
Changeset: r46495:6a7b16451527
Date: 2011-08-14 17:15 +0200
http://bitbucket.org/pypy/pypy/changeset/6a7b16451527/
Log:The GIL-releasing functions must not be reached by an RPython-level
__del__.
diff --git a/pypy/module/thread/gil.py b/pypy/module/thread/
Author: Armin Rigo
Branch:
Changeset: r46496:7cd150932da5
Date: 2011-08-14 17:09 +
http://bitbucket.org/pypy/pypy/changeset/7cd150932da5/
Log:Fixes for the previous checkin.
diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py
--- a/pypy/module/bz2/interp_bz2.py
++
Author: Armin Rigo
Branch: release-1.6.x
Changeset: r46497:a7cf044c25a0
Date: 2011-08-14 17:15 +0200
http://bitbucket.org/pypy/pypy/changeset/a7cf044c25a0/
Log:The GIL-releasing functions must not be reached by an RPython-level
__del__.
diff --git a/pypy/module/thread/gil.py b/pypy/m
Author: Armin Rigo
Branch: release-1.6.x
Changeset: r46498:45151c7fdcbc
Date: 2011-08-14 17:09 +
http://bitbucket.org/pypy/pypy/changeset/45151c7fdcbc/
Log:Fixes for the previous checkin.
diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py
--- a/pypy/module/bz2/int
Author: Armin Rigo
Branch: release-1.6.x
Changeset: r46499:dbeb9dd992ab
Date: 2011-08-14 17:31 +
http://bitbucket.org/pypy/pypy/changeset/dbeb9dd992ab/
Log:merge heads
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -891,7
Author: Hakan Ardo
Branch: jit-short_from_state
Changeset: r46500:44931ec4af34
Date: 2011-08-14 21:58 +0200
http://bitbucket.org/pypy/pypy/changeset/44931ec4af34/
Log:dont retrace loops with more than 100 emitted guards
diff --git a/pypy/jit/metainterp/optimizeopt/optimizer.py
b/pypy/jit/me
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r46501:3c9abdf18264
Date: 2011-08-12 01:06 +0200
http://bitbucket.org/pypy/pypy/changeset/3c9abdf18264/
Log:The dl library can't possibly work on Windows
diff --git a/pypy/rpython/tool/rffi_platform.py
b/pypy/rpython/tool/rffi_platform.py
---
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r46502:941ff313eede
Date: 2011-08-14 22:02 +0200
http://bitbucket.org/pypy/pypy/changeset/941ff313eede/
Log:An attempt to have the win32 buildbot use external libraries: expat,
zlib, bzip2, openssl.
diff --git a/pypy/rpython/tool/rffi_
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r46503:b121c950c907
Date: 2011-08-14 22:06 +0200
http://bitbucket.org/pypy/pypy/changeset/b121c950c907/
Log:Oops
diff --git a/pypy/rpython/tool/rffi_platform.py
b/pypy/rpython/tool/rffi_platform.py
--- a/pypy/rpython/tool/rffi_platform.py
+++
Author: Armin Rigo
Branch:
Changeset: r46504:a91a0cb0e3e7
Date: 2011-08-14 22:08 +0200
http://bitbucket.org/pypy/pypy/changeset/a91a0cb0e3e7/
Log:Win32 fix.
diff --git a/pypy/rlib/rwin32.py b/pypy/rlib/rwin32.py
--- a/pypy/rlib/rwin32.py
+++ b/pypy/rlib/rwin32.py
@@ -93,7 +93,7 @@
INVA
Author: Armin Rigo
Branch: release-1.6.x
Changeset: r46505:f44624a9c541
Date: 2011-08-14 22:08 +0200
http://bitbucket.org/pypy/pypy/changeset/f44624a9c541/
Log:Win32 fix. (transplanted from
a91a0cb0e3e797be2bfd5969c8339013d3d1309d)
diff --git a/pypy/rlib/rwin32.py b/pypy/rlib/rwin32.
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46506:20c9eeb81a95
Date: 2011-08-14 12:28 -0700
http://bitbucket.org/pypy/pypy/changeset/20c9eeb81a95/
Log:Refactor the world to make dtypes contol things. WIP.
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/co
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46507:f6bba1e3b53d
Date: 2011-08-14 21:00 -0700
http://bitbucket.org/pypy/pypy/changeset/f6bba1e3b53d/
Log:refactoring of ufuncs, probably went too far.
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/inter
Author: Alex Gaynor
Branch: numpy-dtype-alt
Changeset: r46508:3348730f5806
Date: 2011-08-14 21:40 -0700
http://bitbucket.org/pypy/pypy/changeset/3348730f5806/
Log:attempted fixes for translation, don't work.
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp
Author: Armin Rigo
Branch:
Changeset: r46509:6daecc356e1a
Date: 2011-08-15 08:21 +0200
http://bitbucket.org/pypy/pypy/changeset/6daecc356e1a/
Log:Fix INT/Signed.
diff --git a/pypy/module/thread/ll_thread.py b/pypy/module/thread/ll_thread.py
--- a/pypy/module/thread/ll_thread.py
+++ b/pypy/m
17 matches
Mail list logo