Author: Maciej Fijalkowski
Branch: jitframe-on-heap
Changeset: r62159:afa6402200b1
Date: 2013-03-07 10:34 +0200
http://bitbucket.org/pypy/pypy/changeset/afa6402200b1/
Log:start working on gcmap
diff --git a/rpython/jit/backend/arm/assembler.py
b/rpython/jit/backend/arm/assembler.py
--- a/rp
Author: Brian Kearns
Branch:
Changeset: r62160:6c95beb61fa6
Date: 2013-03-07 02:33 -0500
http://bitbucket.org/pypy/pypy/changeset/6c95beb61fa6/
Log:more cleanups/fixes for _sqlite3
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
Author: Brian Kearns
Branch:
Changeset: r62164:96d7103e2b00
Date: 2013-03-07 03:35 -0500
http://bitbucket.org/pypy/pypy/changeset/96d7103e2b00/
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
@@ -29,6 +29,7 @@
f
Author: Brian Kearns
Branch: py3k
Changeset: r62161:254c727895bb
Date: 2013-03-07 03:22 -0500
http://bitbucket.org/pypy/pypy/changeset/254c727895bb/
Log:merge default
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -29,6 +29,7
Author: Brian Kearns
Branch: py3k
Changeset: r62162:d9ffd98adc48
Date: 2013-03-07 03:25 -0500
http://bitbucket.org/pypy/pypy/changeset/d9ffd98adc48/
Log:some fixes for _sqlite3 on py3k
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3
Author: Brian Kearns
Branch: py3k
Changeset: r62163:c01b46a3cbfe
Date: 2013-03-07 03:34 -0500
http://bitbucket.org/pypy/pypy/changeset/c01b46a3cbfe/
Log:merge heads
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/p
Author: Brian Kearns
Branch:
Changeset: r62165:5103722a91c0
Date: 2013-03-07 04:00 -0500
http://bitbucket.org/pypy/pypy/changeset/5103722a91c0/
Log:test and fix for sqlite param container check
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pyp
Author: Armin Rigo
Branch:
Changeset: r1183:d0f6755466f7
Date: 2013-03-07 10:02 +0100
http://bitbucket.org/cffi/cffi/changeset/d0f6755466f7/
Log:Cancel again these changes: we can't pass 0 or None to mean NULL.
Just use NULL explicitly. (After discussion on IRC, notably with
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r62167:a73a349ee7ec
Date: 2013-03-06 23:46 +0100
http://bitbucket.org/pypy/pypy/changeset/a73a349ee7ec/
Log:details
diff --git a/rpython/memory/gc/stmtls.py b/rpython/memory/gc/stmtls.py
--- a/rpython/memory/gc/stmtls.py
+++ b/rpython/memory
Author: Armin Rigo
Branch: gc-del
Changeset: r62166:c7a41aeb7bd2
Date: 2013-03-04 17:38 +0100
http://bitbucket.org/pypy/pypy/changeset/c7a41aeb7bd2/
Log:Lock
diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py
--- a/rpython/rlib/rgc.py
+++ b/rpython/rlib/rgc.py
@@ -275,6 +275,7 @@
_fin
Author: Armin Rigo
Branch:
Changeset: r62168:1d661d485129
Date: 2013-03-07 10:07 +0100
http://bitbucket.org/pypy/pypy/changeset/1d661d485129/
Log:Update to cffi/d0f6755466f7
diff --git a/pypy/module/_cffi_backend/cdataobj.py
b/pypy/module/_cffi_backend/cdataobj.py
--- a/pypy/module/_cffi_b
Author: Brian Kearns
Branch:
Changeset: r62169:984ec8c1fb81
Date: 2013-03-07 04:14 -0500
http://bitbucket.org/pypy/pypy/changeset/984ec8c1fb81/
Log:don't need next_char here
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -47
Author: Brian Kearns
Branch:
Changeset: r62170:75a2ee7a0a13
Date: 2013-03-07 04:18 -0500
http://bitbucket.org/pypy/pypy/changeset/75a2ee7a0a13/
Log:merge heads
diff --git a/pypy/module/_cffi_backend/cdataobj.py
b/pypy/module/_cffi_backend/cdataobj.py
--- a/pypy/module/_cffi_backend/cdataob
Author: Armin Rigo
Branch:
Changeset: r62171:87cc13e1bc5e
Date: 2013-03-07 10:42 +0100
http://bitbucket.org/pypy/pypy/changeset/87cc13e1bc5e/
Log:Update to cffi/d23457c0c5d3.
diff --git a/pypy/module/_cffi_backend/ctypeptr.py
b/pypy/module/_cffi_backend/ctypeptr.py
--- a/pypy/module/_cffi_
Author: Armin Rigo
Branch:
Changeset: r1185:456ad2f4381b
Date: 2013-03-07 10:37 +0100
http://bitbucket.org/cffi/cffi/changeset/456ad2f4381b/
Log:Document the removal of FILE, add demos.
diff --git a/demo/file1.py b/demo/file1.py
--- a/demo/file1.py
+++ b/demo/file1.py
@@ -1,10 +1,15 @@
imp
Author: Armin Rigo
Branch:
Changeset: r1184:d23457c0c5d3
Date: 2013-03-07 10:25 +0100
http://bitbucket.org/cffi/cffi/changeset/d23457c0c5d3/
Log:Kill the logic to support FILE. Found out that it seems reasonable
enough to use the standard cffi way.
diff --git a/c/_cffi_backend.c b/c
Author: Armin Rigo
Branch:
Changeset: r62172:b0543cd42158
Date: 2013-03-07 10:43 +0100
http://bitbucket.org/pypy/pypy/changeset/b0543cd42158/
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
@@ -472,9 +472,8 @@
Author: Tim Felgentreff
Branch:
Changeset: r129:4a288f53c7fc
Date: 2013-03-07 11:01 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/4a288f53c7fc/
Log:(tfel, lwassermann) compare to None with is
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm/interpreter.py
+++
Author: Tim Felgentreff
Branch:
Changeset: r131:9ab4a274460b
Date: 2013-03-07 11:50 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/9ab4a274460b/
Log:(tfel, cfbolz) Hack: Fix translation error by preventing
specialization of c_loop based on the fact that ContextPartShadow is
Author: Tim Felgentreff
Branch:
Changeset: r130:8e362f43daa6
Date: 2013-03-07 11:06 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/8e362f43daa6/
Log:(tfel, lwassermann) reintroduce the assertion
diff --git a/spyvm/squeakimage.py b/spyvm/squeakimage.py
--- a/spyvm/squeakimage.py
++
Author: Brian Kearns
Branch:
Changeset: r62173:38ea2aa0bcfc
Date: 2013-03-07 05:50 -0500
http://bitbucket.org/pypy/pypy/changeset/38ea2aa0bcfc/
Log:small tweaks
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -243,7 +243,7 @@
Author: Brian Kearns
Branch:
Changeset: r62174:812c43918111
Date: 2013-03-07 05:59 -0500
http://bitbucket.org/pypy/pypy/changeset/812c43918111/
Log:merge heads
diff --git a/pypy/module/_cffi_backend/ctypeptr.py
b/pypy/module/_cffi_backend/ctypeptr.py
--- a/pypy/module/_cffi_backend/ctypept
Author: Brian Kearns
Branch: py3k
Changeset: r62175:1d7ef38982ad
Date: 2013-03-07 06:28 -0500
http://bitbucket.org/pypy/pypy/changeset/1d7ef38982ad/
Log:merge default
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -243,7 +243
Author: Armin Rigo
Branch:
Changeset: r62176:db608eb643ed
Date: 2013-03-07 12:31 +0100
http://bitbucket.org/pypy/pypy/changeset/db608eb643ed/
Log:Fix for issue1198.
diff --git a/rpython/translator/c/gcc/trackgcroot.py
b/rpython/translator/c/gcc/trackgcroot.py
--- a/rpython/translator/c/gcc
Author: Tim Felgentreff
Branch:
Changeset: r132:eae827dda441
Date: 2013-03-07 13:02 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/eae827dda441/
Log:(tfel, lwassermann) Update targetimageloading to accept benchmark
argument and jit args, and run the actual image if no bench
Author: Lars Wassermann
Branch:
Changeset: r134:a6dbd607b975
Date: 2013-03-07 14:13 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/a6dbd607b975/
Log:Added shorthandprinting for the contexts. The hook in c_loop is
commented out
diff --git a/spyvm/interpreter.py b/spyvm/inte
Author: Lars Wassermann
Branch:
Changeset: r133:a22cedb502be
Date: 2013-03-07 14:10 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/a22cedb502be/
Log:reduced the default smalltalk max stack size to 100
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm/interpreter
Author: Carl Friedrich Bolz
Branch:
Changeset: r135:2657435de309
Date: 2013-03-07 16:38 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/2657435de309/
Log:add loopTest2 and loopTest3
diff --git a/images/minitest.image b/images/minitest.image
index
5753d32adc6e5ca83c6b7bf990258090ca
Author: Armin Rigo
Branch:
Changeset: r1186:c28026358db5
Date: 2013-03-07 17:51 +0100
http://bitbucket.org/cffi/cffi/changeset/c28026358db5/
Log:Add warnings about keeping alive the library object.
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc
Author: Lars Wassermann
Branch:
Changeset: r136:e320b3ab9f74
Date: 2013-03-07 18:18 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/e320b3ab9f74/
Log:updated test/jit
diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py
--- a/spyvm/test/jit.py
+++ b/spyvm/test/jit.py
@@ -4,7 +4,7 @@
Author: Lars Wassermann
Branch:
Changeset: r137:68c5b9f0b45b
Date: 2013-03-07 18:19 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/68c5b9f0b45b/
Log:fixed return value printing in targetimageloadingsmalltalk for
benchmarks
diff --git a/targetimageloadingsmalltalk.py b/targ
Author: Lars Wassermann
Branch:
Changeset: r138:4ad14e0d4c7c
Date: 2013-03-07 18:19 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/4ad14e0d4c7c/
Log:added can_enter_jit hint
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm/interpreter.py
+++ b/spyvm/interpreter
Author: Lars Wassermann
Branch:
Changeset: r139:126749d90704
Date: 2013-03-07 18:25 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/126749d90704/
Log:small changes to .hgignore
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,3 +1,7 @@
syntax: glob
*.py[co
Author: Philip Jenvey
Branch: py3k
Changeset: r62177:34a402b65a45
Date: 2013-03-07 11:39 -0800
http://bitbucket.org/pypy/pypy/changeset/34a402b65a45/
Log:passthru unicode in dict iter reprs
diff --git a/pypy/objspace/std/dictmultiobject.py
b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/o
Author: Brian Kearns
Branch:
Changeset: r62178:9a1dee0e3eb5
Date: 2013-03-07 14:38 -0500
http://bitbucket.org/pypy/pypy/changeset/9a1dee0e3eb5/
Log:improve sqlite3 statement arg checking, test
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy
Author: Brian Kearns
Branch: py3k
Changeset: r62180:cca78b78a0ed
Date: 2013-03-07 14:52 -0500
http://bitbucket.org/pypy/pypy/changeset/cca78b78a0ed/
Log:merge heads
diff --git a/pypy/objspace/std/dictmultiobject.py
b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/objspace/std/dictmultiobje
Author: Brian Kearns
Branch: py3k
Changeset: r62179:e65d20740bfa
Date: 2013-03-07 14:51 -0500
http://bitbucket.org/pypy/pypy/changeset/e65d20740bfa/
Log:merge default
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -800,6 +800
Author: Brian Kearns
Branch:
Changeset: r62181:8ce8657b8be1
Date: 2013-03-07 14:55 -0500
http://bitbucket.org/pypy/pypy/changeset/8ce8657b8be1/
Log:comments
diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py
--- a/lib_pypy/_collections.py
+++ b/lib_pypy/_collections.py
@@ -5,6
Author: Philip Jenvey
Branch:
Changeset: r62182:9b6d55d58379
Date: 2013-03-07 12:42 -0800
http://bitbucket.org/pypy/pypy/changeset/9b6d55d58379/
Log:reindent this sillyness
diff --git a/pypy/module/__builtin__/test/test_apply.py
b/pypy/module/__builtin__/test/test_apply.py
--- a/pypy/modul
Author: Philip Jenvey
Branch: py3k
Changeset: r62183:e5ccc3682887
Date: 2013-03-07 12:57 -0800
http://bitbucket.org/pypy/pypy/changeset/e5ccc3682887/
Log:merge default
diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py
--- a/lib_pypy/_collections.py
+++ b/lib_pypy/_collections.
Author: Brian Kearns
Branch:
Changeset: r62184:7e1f21fd7d13
Date: 2013-03-07 15:27 -0500
http://bitbucket.org/pypy/pypy/changeset/7e1f21fd7d13/
Log:test and fix for sqlite cursor iteration, simplify/optimize
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
Author: Brian Kearns
Branch: py3k
Changeset: r62185:11bcfe197e41
Date: 2013-03-07 16:09 -0500
http://bitbucket.org/pypy/pypy/changeset/11bcfe197e41/
Log:merge default
diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py
--- a/lib_pypy/_collections.py
+++ b/lib_pypy/_collections.p
Author: Brian Kearns
Branch: py3k
Changeset: r62186:46a5efb3dae1
Date: 2013-03-07 16:11 -0500
http://bitbucket.org/pypy/pypy/changeset/46a5efb3dae1/
Log:merge heads
diff --git a/pypy/module/__builtin__/test/test_filter.py
b/pypy/module/__builtin__/test/test_filter.py
--- a/pypy/module/__bui
Author: Brian Kearns
Branch:
Changeset: r62187:6316975159a0
Date: 2013-03-07 16:11 -0500
http://bitbucket.org/pypy/pypy/changeset/6316975159a0/
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
@@ -919,24 +919,24 @
Author: Armin Rigo
Branch:
Changeset: r1187:8a27b7fa299a
Date: 2013-03-07 22:58 +0100
http://bitbucket.org/cffi/cffi/changeset/8a27b7fa299a/
Log:Kill the historical non-decorator version of ffi.callback(), as a
motivation for doing "the right thing" (see new paragraph in docs).
diff
Author: Philip Jenvey
Branch: py3k
Changeset: r62188:a8c28f968217
Date: 2013-03-07 14:12 -0800
http://bitbucket.org/pypy/pypy/changeset/a8c28f968217/
Log:add range.index and make a couple fixes to contains/count
diff --git a/pypy/module/__builtin__/functional.py
b/pypy/module/__builtin__/fu
Author: Philip Jenvey
Branch: py3k
Changeset: r62189:60088715348f
Date: 2013-03-07 14:14 -0800
http://bitbucket.org/pypy/pypy/changeset/60088715348f/
Log:use the new space.sequence_index for operator.indexOf for
consistency's sake (though this may be slower until sequence_index
Author: Philip Jenvey
Branch: py3k
Changeset: r62190:5a8741c00853
Date: 2013-03-07 14:25 -0800
http://bitbucket.org/pypy/pypy/changeset/5a8741c00853/
Log:fix translation, hack, blerg
diff --git a/pypy/module/__builtin__/functional.py
b/pypy/module/__builtin__/functional.py
--- a/pypy/module
Author: Brian Kearns
Branch:
Changeset: r62191:71538a3eb8f3
Date: 2013-03-07 17:38 -0500
http://bitbucket.org/pypy/pypy/changeset/71538a3eb8f3/
Log:unify sqlite3 between default and py3k
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqli
Author: Brian Kearns
Branch: py3k
Changeset: r62192:f7086f05b2e3
Date: 2013-03-07 17:43 -0500
http://bitbucket.org/pypy/pypy/changeset/f7086f05b2e3/
Log:merge default
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -34,6 +34,1
Author: Amaury Forgeot d'Arc
Branch: missing-os-functions
Changeset: r62193:0cc72ca23531
Date: 2013-03-07 00:37 +0100
http://bitbucket.org/pypy/pypy/changeset/0cc72ca23531/
Log:Fix conditional definition of wait3 and wait4
diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init
Author: Amaury Forgeot d'Arc
Branch: missing-os-functions
Changeset: r62194:287249e7d15c
Date: 2013-03-07 01:03 +0100
http://bitbucket.org/pypy/pypy/changeset/287249e7d15c/
Log:Use configure() for posix constants, instead of the host Python.
diff --git a/pypy/module/posix/__init__.py b/pypy/
Author: Amaury Forgeot d'Arc
Branch: missing-os-functions
Changeset: r62195:f0b5c549aea8
Date: 2013-03-08 00:11 +0100
http://bitbucket.org/pypy/pypy/changeset/f0b5c549aea8/
Log:Move WEXITSTATUS &co out of ll_os.py. Looks much simpler like this.
diff --git a/pypy/module/posix/__init__.py b/py
Author: Philip Jenvey
Branch: py3k
Changeset: r62196:da8050022754
Date: 2013-03-07 15:14 -0800
http://bitbucket.org/pypy/pypy/changeset/da8050022754/
Log:unused imports
diff --git a/pypy/module/__builtin__/functional.py
b/pypy/module/__builtin__/functional.py
--- a/pypy/module/__builtin__/f
Author: Armin Rigo
Branch:
Changeset: r1188:7a86941ef198
Date: 2013-03-08 00:54 +0100
http://bitbucket.org/cffi/cffi/changeset/7a86941ef198/
Log:Give some compatibility explanation when passing a Python file
object to a FILE argument.
diff --git a/c/_cffi_backend.c b/c/_cffi_backend
Author: Armin Rigo
Branch:
Changeset: r62197:0d391c72accf
Date: 2013-03-08 00:54 +0100
http://bitbucket.org/pypy/pypy/changeset/0d391c72accf/
Log:Update to cffi/7a86941ef198
diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py
b/pypy/module/_cffi_backend/test/_backend_test_c.py
-
Author: Brian Kearns
Branch: sqlite-cffi
Changeset: r62198:b37a4cb55f8a
Date: 2013-03-07 19:54 -0500
http://bitbucket.org/pypy/pypy/changeset/b37a4cb55f8a/
Log:port some sqlite fixes/cleanups from default
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++
Author: Brian Kearns
Branch:
Changeset: r62199:574c8461a2cf
Date: 2013-03-07 19:28 -0500
http://bitbucket.org/pypy/pypy/changeset/574c8461a2cf/
Log:avoid leaking internal names from _sqlite3
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_
Author: Brian Kearns
Branch:
Changeset: r62200:4fdef2502248
Date: 2013-03-07 19:57 -0500
http://bitbucket.org/pypy/pypy/changeset/4fdef2502248/
Log:some pep8
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -426,9 +426,9 @@
Author: Brian Kearns
Branch:
Changeset: r62201:7d5c829d6e47
Date: 2013-03-07 20:18 -0500
http://bitbucket.org/pypy/pypy/changeset/7d5c829d6e47/
Log:merge heads
diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py
b/pypy/module/_cffi_backend/test/_backend_test_c.py
--- a/pypy/modu
Author: Brian Kearns
Branch:
Changeset: r62202:04ef71ea0eb7
Date: 2013-03-07 23:00 -0500
http://bitbucket.org/pypy/pypy/changeset/04ef71ea0eb7/
Log:further reduce diffs in datetime.py between 2.x and 3.x
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++
Author: Brian Kearns
Branch:
Changeset: r62203:f3009e9f2f66
Date: 2013-03-07 22:44 -0500
http://bitbucket.org/pypy/pypy/changeset/f3009e9f2f66/
Log:use struct.pack for datetime getstate (faster, works in both
py2/py3)
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/li
Author: Brian Kearns
Branch: py3k
Changeset: r62204:b93a6a2665c3
Date: 2013-03-07 22:59 -0500
http://bitbucket.org/pypy/pypy/changeset/b93a6a2665c3/
Log:further reduce diffs in datetime.py between 2.x and 3.x
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3
Author: Brian Kearns
Branch: py3k
Changeset: r62205:a7f2fbea4eaf
Date: 2013-03-07 22:44 -0500
http://bitbucket.org/pypy/pypy/changeset/a7f2fbea4eaf/
Log:use struct.pack for datetime getstate (faster, works in both
py2/py3)
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime
Author: Brian Kearns
Branch:
Changeset: r62206:41536d424a04
Date: 2013-03-07 23:37 -0500
http://bitbucket.org/pypy/pypy/changeset/41536d424a04/
Log:clean up datetime pickle support
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
Author: Brian Kearns
Branch: py3k
Changeset: r62207:e5e29597b960
Date: 2013-03-07 23:37 -0500
http://bitbucket.org/pypy/pypy/changeset/e5e29597b960/
Log:clean up datetime pickle support
diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py
--- a/lib-python/3/datetime.py
+++ b/lib-
Author: Brian Kearns
Branch: py3k
Changeset: r62208:d62f548e5d51
Date: 2013-03-07 23:39 -0500
http://bitbucket.org/pypy/pypy/changeset/d62f548e5d51/
Log:merge default
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -40,69 +40,
Author: Brian Kearns
Branch: py3k
Changeset: r62209:c3a770cd870e
Date: 2013-03-07 23:53 -0500
http://bitbucket.org/pypy/pypy/changeset/c3a770cd870e/
Log:small cleanups
diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py
--- a/lib_pypy/_collections.py
+++ b/lib_pypy/_collections.
Author: Brian Kearns
Branch:
Changeset: r62210:42658a039a09
Date: 2013-03-08 00:25 -0500
http://bitbucket.org/pypy/pypy/changeset/42658a039a09/
Log:port some lib_pypy cleanups/fixes/modernizations from py3k
diff --git a/lib_pypy/__init__.py b/lib_pypy/__init__.py
--- a/lib_pypy/__init__.py
Author: Brian Kearns
Branch: py3k
Changeset: r62211:27f49aef77f3
Date: 2013-03-08 00:39 -0500
http://bitbucket.org/pypy/pypy/changeset/27f49aef77f3/
Log:merge default
diff --git a/lib_pypy/_marshal.py b/lib_pypy/_marshal.py
--- a/lib_pypy/_marshal.py
+++ b/lib_pypy/_marshal.py
@@ -8,7 +8,11
Author: Brian Kearns
Branch:
Changeset: r62212:7a7fe66e8639
Date: 2013-03-08 00:54 -0500
http://bitbucket.org/pypy/pypy/changeset/7a7fe66e8639/
Log:fix sqlite ints on 32bit
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -121
Author: Brian Kearns
Branch: py3k
Changeset: r62213:35cbae0c2105
Date: 2013-03-08 00:55 -0500
http://bitbucket.org/pypy/pypy/changeset/35cbae0c2105/
Log:merge default
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -1219,6 +12
Author: Brian Kearns
Branch:
Changeset: r62214:2508584f0728
Date: 2013-03-08 01:44 -0500
http://bitbucket.org/pypy/pypy/changeset/2508584f0728/
Log:generalize these imports for py2/py3
diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py
--- a/lib_pypy/greenlet.py
+++ b/lib_pypy/greenle
Author: Brian Kearns
Branch: py3k
Changeset: r62215:1854c25557ed
Date: 2013-03-08 01:45 -0500
http://bitbucket.org/pypy/pypy/changeset/1854c25557ed/
Log:merge default
diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py
--- a/lib_pypy/greenlet.py
+++ b/lib_pypy/greenlet.py
@@ -111,7 +111
Author: Brian Kearns
Branch:
Changeset: r62217:e3de1062e2c6
Date: 2013-03-08 02:01 -0500
http://bitbucket.org/pypy/pypy/changeset/e3de1062e2c6/
Log:redundant
diff --git a/lib_pypy/cPickle.py b/lib_pypy/cPickle.py
--- a/lib_pypy/cPickle.py
+++ b/lib_pypy/cPickle.py
@@ -225,10 +225,7 @@
Author: Brian Kearns
Branch:
Changeset: r62216:04e522a23446
Date: 2013-03-08 01:56 -0500
http://bitbucket.org/pypy/pypy/changeset/04e522a23446/
Log:some fixes/cleanups from py3k version
diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py
--- a/lib_pypy/_sha.py
+++ b/lib_pypy/_sha.py
@@ -38,12
Author: Brian Kearns
Branch: py3k
Changeset: r62218:87fe65b23854
Date: 2013-03-08 01:55 -0500
http://bitbucket.org/pypy/pypy/changeset/87fe65b23854/
Log:fix comment
diff --git a/lib_pypy/_sha1.py b/lib_pypy/_sha1.py
--- a/lib_pypy/_sha1.py
+++ b/lib_pypy/_sha1.py
@@ -1,5 +1,5 @@
#!/usr/bin/
Author: Amaury Forgeot d'Arc
Branch: missing-os-functions
Changeset: r62220:dc601bc3b3c5
Date: 2013-03-08 08:22 +0100
http://bitbucket.org/pypy/pypy/changeset/dc601bc3b3c5/
Log:Configure wait macros individually
diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py
--- a
Author: Amaury Forgeot d'Arc
Branch: missing-os-functions
Changeset: r62219:75e81b9becd8
Date: 2013-03-08 08:08 +0100
http://bitbucket.org/pypy/pypy/changeset/75e81b9becd8/
Log:Fix translation
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/modu
79 matches
Mail list logo