[pypy-commit] pypy default: this didn't fix anything

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61992:6fe2c02099ef Date: 2013-03-04 04:03 -0500 http://bitbucket.org/pypy/pypy/changeset/6fe2c02099ef/ Log:this didn't fix anything diff --git a/pypy/module/test_lib_pypy/ctypes_tests/support.py b/pypy/module/test_lib_pypy/ctypes_tests/support.py --

[pypy-commit] pypy gc-del: in-progress

2013-03-04 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r61993:ac5c5480c694 Date: 2013-03-04 10:04 +0100 http://bitbucket.org/pypy/pypy/changeset/ac5c5480c694/ Log:in-progress diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py --- a/rpython/memory/gctransfor

[pypy-commit] pypy default: Don't ever call makerepr()! That's always bogus.

2013-03-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r61994:a6f10254f3ef Date: 2013-03-04 10:42 +0100 http://bitbucket.org/pypy/pypy/changeset/a6f10254f3ef/ Log:Don't ever call makerepr()! That's always bogus. diff --git a/rpython/rlib/rweakref.py b/rpython/rlib/rweakref.py --- a/rpython/rlib/rweakref.py

[pypy-commit] pypy default: Small dotviewer fixes.

2013-03-04 Thread krono
Author: Tobias Pape Branch: Changeset: r61995:fc1de558db21 Date: 2013-03-04 09:06 +0100 http://bitbucket.org/pypy/pypy/changeset/fc1de558db21/ Log:Small dotviewer fixes. * use strunicode throughout, also in msgstruct. -> avoids "utf-8" in msgstuct.py * do not fail

[pypy-commit] pypy default: rename forceencoded to tryencode (as suggested by bdkearns)

2013-03-04 Thread krono
Author: Tobias Pape Branch: Changeset: r61996:3da1c6270c53 Date: 2013-03-04 10:27 +0100 http://bitbucket.org/pypy/pypy/changeset/3da1c6270c53/ Log:rename forceencoded to tryencode (as suggested by bdkearns) diff --git a/dotviewer/msgstruct.py b/dotviewer/msgstruct.py --- a/dotviewer/msgstru

[pypy-commit] pypy default: Merged in krono/pypy (pull request #130)

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61997:ad521204bedf Date: 2013-03-04 01:43 -0800 http://bitbucket.org/pypy/pypy/changeset/ad521204bedf/ Log:Merged in krono/pypy (pull request #130) Small dotviewer fixes. diff --git a/dotviewer/msgstruct.py b/dotviewer/msgstruct.py --- a/dot

[pypy-commit] pypy default: whitespace/comments

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61998:1bd1b46c3b04 Date: 2013-03-04 04:52 -0500 http://bitbucket.org/pypy/pypy/changeset/1bd1b46c3b04/ Log:whitespace/comments diff --git a/dotviewer/strunicode.py b/dotviewer/strunicode.py --- a/dotviewer/strunicode.py +++ b/dotviewer/strunicode.py

[pypy-commit] pypy jitframe-on-heap: pfff

2013-03-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61999:0bed69cf536e Date: 2013-03-04 12:02 +0200 http://bitbucket.org/pypy/pypy/changeset/0bed69cf536e/ Log:pfff diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/backend/llsupport/jitframe.py --- a/rpython/ji

[pypy-commit] pypy jitframe-on-heap: merge

2013-03-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62000:2bf49cfc5d1e Date: 2013-03-04 12:08 +0200 http://bitbucket.org/pypy/pypy/changeset/2bf49cfc5d1e/ Log:merge diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuation.py -

[pypy-commit] pypy jitframe-on-heap: Fix: for debugging check we verify that ebp points to a JITFRAME here;

2013-03-04 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r62001:53913ed189c9 Date: 2013-03-04 11:17 +0100 http://bitbucket.org/pypy/pypy/changeset/53913ed189c9/ Log:Fix: for debugging check we verify that ebp points to a JITFRAME here; but it may actually point to an already-forwarded o

[pypy-commit] pypy jitframe-on-heap: merge heads

2013-03-04 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r62002:b78f3e5cc346 Date: 2013-03-04 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/b78f3e5cc346/ Log:merge heads diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/backend/llsupport/jitframe.py --- a/rpython/jit

[pypy-commit] pypy jitframe-on-heap: reset the frame on reallocation

2013-03-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62003:d7527e71a440 Date: 2013-03-04 12:24 +0200 http://bitbucket.org/pypy/pypy/changeset/d7527e71a440/ Log:reset the frame on reallocation diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/ll

[pypy-commit] pypy py3k: Fix translation (?).

2013-03-04 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r62004:dff1263c2d5e Date: 2013-03-04 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/dff1263c2d5e/ Log:Fix translation (?). diff --git a/pypy/module/_cffi_backend/misc.py b/pypy/module/_cffi_backend/misc.py --- a/pypy/module/_cffi_backend/mis

[pypy-commit] pypy py3k: hg merge default

2013-03-04 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r62005:ed5327d22e7c Date: 2013-03-04 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/ed5327d22e7c/ Log:hg merge default diff --git a/dotviewer/msgstruct.py b/dotviewer/msgstruct.py --- a/dotviewer/msgstruct.py +++ b/dotviewer/msgstruct.py @@ -

[pypy-commit] pypy default: speed up datetime creation from timestamp significantly

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62006:91b8e2795113 Date: 2013-03-04 06:01 -0500 http://bitbucket.org/pypy/pypy/changeset/91b8e2795113/ Log:speed up datetime creation from timestamp significantly diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: also apply some optimizations to timedelta creation

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62007:043d831e8736 Date: 2013-03-04 06:25 -0500 http://bitbucket.org/pypy/pypy/changeset/043d831e8736/ Log:also apply some optimizations to timedelta creation diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/l

[pypy-commit] lang-smalltalk default: updated the bedisplay primitive and the according constants

2013-03-04 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r114:2e5bc464d264 Date: 2013-03-04 12:52 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/2e5bc464d264/ Log:updated the bedisplay primitive and the according constants diff --git a/spyvm/constants.py b/spyvm/constants.py --- a/spyvm/constan

[pypy-commit] lang-smalltalk default: refactored the interpreter to build up a stack of c-frames, not of interpreters with c-frame

2013-03-04 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r115:d950d90d00ce Date: 2013-03-04 14:47 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/d950d90d00ce/ Log:refactored the interpreter to build up a stack of c-frames, not of interpreters with c-frame refactored loop-implementation i

[pypy-commit] pypy remove-frame-force: I think this is enough to make frame forcing non-existant.

2013-03-04 Thread fijal
Author: Maciej Fijalkowski Branch: remove-frame-force Changeset: r62008:1531cf4492f0 Date: 2013-03-04 16:17 +0200 http://bitbucket.org/pypy/pypy/changeset/1531cf4492f0/ Log:I think this is enough to make frame forcing non-existant. diff --git a/pypy/interpreter/error.py b/pypy/interpreter/er

[pypy-commit] pypy remove-frame-force: fix emulator

2013-03-04 Thread fijal
Author: Maciej Fijalkowski Branch: remove-frame-force Changeset: r62009:27f12c24316e Date: 2013-03-04 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/27f12c24316e/ Log:fix emulator diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/rpython/rlib/jit.py

[pypy-commit] cffi default: Document how to work around these limitations.

2013-03-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r1181:24398a1b3048 Date: 2013-03-04 15:40 +0100 http://bitbucket.org/cffi/cffi/changeset/24398a1b3048/ Log:Document how to work around these limitations. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/sourc

[pypy-commit] cffi default: merge heads

2013-03-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r1182:a9b47162788d Date: 2013-03-04 15:40 +0100 http://bitbucket.org/cffi/cffi/changeset/a9b47162788d/ Log:merge heads diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -937,7 +937,9 @@ **

[pypy-commit] pypy gc-del: More in-progress.

2013-03-04 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r62010:84eb06294ac8 Date: 2013-03-04 16:35 +0100 http://bitbucket.org/pypy/pypy/changeset/84eb06294ac8/ Log:More in-progress. diff --git a/pypy/doc/discussion/finalizer-order.rst b/pypy/doc/discussion/finalizer-order.rst --- a/pypy/doc/discussion

[pypy-commit] lang-smalltalk default: enable inlining

2013-03-04 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r116:f395aad2770a Date: 2013-03-04 15:43 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/f395aad2770a/ Log:enable inlining diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py --- a/spyvm/test/jit.py +++ b/spyvm/test/jit.py @@ -69,4 +69,4 @@

[pypy-commit] lang-smalltalk default: integer are immutable -> tell the jit

2013-03-04 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r117:c38b0994784c Date: 2013-03-04 17:38 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/c38b0994784c/ Log:integer are immutable -> tell the jit diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/spyvm/model.py @@ -113

[pypy-commit] lang-smalltalk default: added some annotations and temporary variables to enable virtualizable contexts

2013-03-04 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r118:20243a9dbe6b Date: 2013-03-04 17:40 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/20243a9dbe6b/ Log:added some annotations and temporary variables to enable virtualizable contexts added comments which include the code for

[pypy-commit] pypy jitframe-on-heap: (arigo, fijal)

2013-03-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62011:b78a2b0c8885 Date: 2013-03-04 20:28 +0200 http://bitbucket.org/pypy/pypy/changeset/b78a2b0c8885/ Log:(arigo, fijal) * kill function that is not necessary any more * make sure we can only ever upgrade the fra

[pypy-commit] pypy default: skip readline, interrupt in pyrepl on windows

2013-03-04 Thread mattip
Author: mattip Branch: Changeset: r62012:2951995a57bf Date: 2013-03-04 20:48 +0200 http://bitbucket.org/pypy/pypy/changeset/2951995a57bf/ Log:skip readline, interrupt in pyrepl on windows diff --git a/pypy/module/test_lib_pypy/pyrepl/test_basic.py b/pypy/module/test_lib_pypy/pyrepl/test_ba

[pypy-commit] pypy py3k: Exact argument error messages are an implementation detail.

2013-03-04 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r62013:1752ebfa1756 Date: 2013-03-04 13:16 +0100 http://bitbucket.org/pypy/pypy/changeset/1752ebfa1756/ Log:Exact argument error messages are an implementation detail. diff --git a/lib-python/3/test/test_extcall.py b/lib-python/3/test/test_extcall

[pypy-commit] pypy default: clean up pyrepl test skips

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62016:cfa3750d858f Date: 2013-03-04 15:26 -0500 http://bitbucket.org/pypy/pypy/changeset/cfa3750d858f/ Log:clean up pyrepl test skips diff --git a/pypy/module/test_lib_pypy/pyrepl/test_basic.py b/pypy/module/test_lib_pypy/pyrepl/test_basic.py --- a/

[pypy-commit] pypy default: more small clean-ups and a comment for pyrepl tests

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62017:a8699a951447 Date: 2013-03-04 16:11 -0500 http://bitbucket.org/pypy/pypy/changeset/a8699a951447/ Log:more small clean-ups and a comment for pyrepl tests diff --git a/pypy/module/test_lib_pypy/pyrepl/test_basic.py b/pypy/module/test_lib_pypy/py

[pypy-commit] pypy py3k: match our output

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62018:e260e32ec658 Date: 2013-03-04 13:39 -0800 http://bitbucket.org/pypy/pypy/changeset/e260e32ec658/ Log:match our output diff --git a/lib-python/3/test/test_cprofile.py b/lib-python/3/test/test_cprofile.py --- a/lib-python/3/test/test_cprofi

[pypy-commit] pypy py3k: update code object's repr

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62019:8f19c9e0e9c9 Date: 2013-03-04 13:39 -0800 http://bitbucket.org/pypy/pypy/changeset/8f19c9e0e9c9/ Log:update code object's repr diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjs

[pypy-commit] pypy py3k: add str.__iter__

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62021:a45b0a662588 Date: 2013-03-04 13:40 -0800 http://bitbucket.org/pypy/pypy/changeset/a45b0a662588/ Log:add str.__iter__ diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py --- a/pypy/objs

[pypy-commit] pypy py3k: accommodate pure python pickle: these are automatically ignored when provided

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62020:65d2eb0d0f42 Date: 2013-03-04 13:40 -0800 http://bitbucket.org/pypy/pypy/changeset/65d2eb0d0f42/ Log:accommodate pure python pickle: these are automatically ignored when provided by _pickle diff --git a/lib-python/3/test/test_pyclb

[pypy-commit] pypy py3k: merge upstream

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62023:1f5c86d3b78b Date: 2013-03-04 13:40 -0800 http://bitbucket.org/pypy/pypy/changeset/1f5c86d3b78b/ Log:merge upstream diff --git a/lib-python/3/test/test_extcall.py b/lib-python/3/test/test_extcall.py --- a/lib-python/3/test/test_extcall.py

[pypy-commit] pypy py3k: fix cpython impl detail

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62022:73738029fbf6 Date: 2013-03-04 13:40 -0800 http://bitbucket.org/pypy/pypy/changeset/73738029fbf6/ Log:fix cpython impl detail diff --git a/lib-python/3/test/string_tests.py b/lib-python/3/test/string_tests.py --- a/lib-python/3/test/string

[pypy-commit] pypy py3k-memoryview: hg backout 8fd11c9b3613

2013-03-04 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k-memoryview Changeset: r62024:5e417536ec16 Date: 2013-03-04 21:30 +0100 http://bitbucket.org/pypy/pypy/changeset/5e417536ec16/ Log:hg backout 8fd11c9b3613 diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/interpreter/buffer.py +++

[pypy-commit] pypy py3k-memoryview: Define format/itemsize on each Buffer subclass.

2013-03-04 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k-memoryview Changeset: r62026:61e3a8d0d557 Date: 2013-03-04 22:53 +0100 http://bitbucket.org/pypy/pypy/changeset/61e3a8d0d557/ Log:Define format/itemsize on each Buffer subclass. diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/i

[pypy-commit] pypy py3k-memoryview: hg backout 48a23a9cfefd

2013-03-04 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k-memoryview Changeset: r62025:5e83707d05bd Date: 2013-03-04 21:32 +0100 http://bitbucket.org/pypy/pypy/changeset/5e83707d05bd/ Log:hg backout 48a23a9cfefd diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py --- a/pypy/interpreter/buffer.py +++

[pypy-commit] pypy default: test and fix for _sqlite3.Connection.__init__ check

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62027:4e1f05782c7d Date: 2013-03-04 17:28 -0500 http://bitbucket.org/pypy/pypy/changeset/4e1f05782c7d/ Log:test and fix for _sqlite3.Connection.__init__ check diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/l

[pypy-commit] pypy default: remove unnecessary _sqlite3.Connection.closed

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62028:b17d5445e672 Date: 2013-03-04 17:57 -0500 http://bitbucket.org/pypy/pypy/changeset/b17d5445e672/ Log:remove unnecessary _sqlite3.Connection.closed diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pyp

[pypy-commit] pypy default: test and fix for _sqlite3.Connection.__del__ (fixes issue 1325)

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62029:3bf4d0b6f5e8 Date: 2013-03-04 17:49 -0500 http://bitbucket.org/pypy/pypy/changeset/3bf4d0b6f5e8/ Log:test and fix for _sqlite3.Connection.__del__ (fixes issue 1325) diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite

[pypy-commit] pypy py3k: fix and test execve's fsencoding of env. fsencode the other obvious paths/cmd

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62030:9055369c8b5f Date: 2013-03-04 16:08 -0800 http://bitbucket.org/pypy/pypy/changeset/9055369c8b5f/ Log:fix and test execve's fsencoding of env. fsencode the other obvious paths/cmd line args diff --git a/pypy/module/posix/interp_posi

[pypy-commit] pypy py3k: impl details

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62031:ef3b5808a96a Date: 2013-03-04 16:09 -0800 http://bitbucket.org/pypy/pypy/changeset/ef3b5808a96a/ Log:impl details diff --git a/lib-python/3/test/test_subprocess.py b/lib-python/3/test/test_subprocess.py --- a/lib-python/3/test/test_subpro

[pypy-commit] pypy default: test and fix segfault in _sqlite3.Connection.total_changes after close()

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62032:88af669ec637 Date: 2013-03-04 19:36 -0500 http://bitbucket.org/pypy/pypy/changeset/88af669ec637/ Log:test and fix segfault in _sqlite3.Connection.total_changes after close() diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a

[pypy-commit] pypy default: test and fix for _sqlite3.Cursor.__init__ check

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62033:d085b86816f2 Date: 2013-03-04 20:00 -0500 http://bitbucket.org/pypy/pypy/changeset/d085b86816f2/ Log:test and fix for _sqlite3.Cursor.__init__ check diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_p

[pypy-commit] pypy default: test and fix for _sqlite3.Cursor.close behavior

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62034:38cd1a49ec1e Date: 2013-03-04 20:12 -0500 http://bitbucket.org/pypy/pypy/changeset/38cd1a49ec1e/ Log:test and fix for _sqlite3.Cursor.close behavior diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_p

[pypy-commit] pypy default: pep8/whitespace

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62035:c08d0191bb62 Date: 2013-03-04 20:36 -0500 http://bitbucket.org/pypy/pypy/changeset/c08d0191bb62/ Log:pep8/whitespace diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -40,7 +40,7 @

[pypy-commit] pypy default: test and fix for _sqlite3.Cursor.__del__

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62036:811b9dc8cc2c Date: 2013-03-04 21:13 -0500 http://bitbucket.org/pypy/pypy/changeset/811b9dc8cc2c/ Log:test and fix for _sqlite3.Cursor.__del__ diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sq

[pypy-commit] pypy default: clean up some warnings in _sqlite3 __del__ methods

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62037:06dad1b827c9 Date: 2013-03-04 21:28 -0500 http://bitbucket.org/pypy/pypy/changeset/06dad1b827c9/ Log:clean up some warnings in _sqlite3 __del__ methods diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/li

[pypy-commit] pypy py3k: we expect the pypy specific CO_CONTAINSGLOBALS

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62038:631a86b75fe6 Date: 2013-03-04 18:31 -0800 http://bitbucket.org/pypy/pypy/changeset/631a86b75fe6/ Log:we expect the pypy specific CO_CONTAINSGLOBALS diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py --- a/lib-python

[pypy-commit] pypy py3k: error message impl details (we'll probably try to match these in 3.3)

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62040:06f397a33874 Date: 2013-03-04 18:31 -0800 http://bitbucket.org/pypy/pypy/changeset/06f397a33874/ Log:error message impl details (we'll probably try to match these in 3.3) diff --git a/lib-python/3/test/test_keywordonlyarg.py b/lib

[pypy-commit] pypy py3k: match cpython: top level defs may have CO_NOFREE

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62039:ec6e34cac076 Date: 2013-03-04 18:31 -0800 http://bitbucket.org/pypy/pypy/changeset/ec6e34cac076/ Log:match cpython: top level defs may have CO_NOFREE diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/code

[pypy-commit] pypy py3k: +target

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62041:afa1b1b0f238 Date: 2013-03-04 18:32 -0800 http://bitbucket.org/pypy/pypy/changeset/afa1b1b0f238/ Log:+target diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy/interpreter/astcompiler

[pypy-commit] pypy py3k: type check SRE_Pattern's pattern object when compiling and allow it to be None

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62042:37e87954b442 Date: 2013-03-04 20:04 -0800 http://bitbucket.org/pypy/pypy/changeset/37e87954b442/ Log:type check SRE_Pattern's pattern object when compiling and allow it to be None diff --git a/pypy/module/_sre/interp_sre.py b/pypy/

[pypy-commit] pypy py3k: port datetime optimizations in 91b8e2795113 and 043d831e8736

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62043:27526f3c Date: 2013-03-04 21:56 -0500 http://bitbucket.org/pypy/pypy/changeset/27526f3c/ Log:port datetime optimizations in 91b8e2795113 and 043d831e8736 diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-pyt

[pypy-commit] pypy default: whitespace

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62045:526e593733b5 Date: 2013-03-04 22:16 -0500 http://bitbucket.org/pypy/pypy/changeset/526e593733b5/ Log:whitespace diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -458,7 +458,6 @@

[pypy-commit] pypy py3k: port datetime changes in b62868397a09

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62044:768e6f96277d Date: 2013-03-04 22:15 -0500 http://bitbucket.org/pypy/pypy/changeset/768e6f96277d/ Log:port datetime changes in b62868397a09 diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.py +++ b

[pypy-commit] pypy py3k: merge default

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62046:3306e356c360 Date: 2013-03-04 22:19 -0500 http://bitbucket.org/pypy/pypy/changeset/3306e356c360/ 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,7 +40,7

[pypy-commit] pypy py3k: port some datetime changes from 72e79a8305c7

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62047:a94c76ff11ca Date: 2013-03-04 22:30 -0500 http://bitbucket.org/pypy/pypy/changeset/a94c76ff11ca/ Log:port some datetime changes from 72e79a8305c7 diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.p

[pypy-commit] pypy py3k: add a test for 768e6f96277d

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62048:79cd14e8279b Date: 2013-03-04 22:48 -0500 http://bitbucket.org/pypy/pypy/changeset/79cd14e8279b/ Log:add a test for 768e6f96277d diff --git a/lib-python/3/test/datetimetester.py b/lib-python/3/test/datetimetester.py --- a/lib-python/3/test

[pypy-commit] pypy py3k: merge default

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62051:6b10ac90686d Date: 2013-03-04 23:14 -0500 http://bitbucket.org/pypy/pypy/changeset/6b10ac90686d/ Log:merge default ___ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailma

[pypy-commit] pypy py3k: port datetime arg handling cleanups from 72e79a8305c7 and 43e61ecb2e40

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62049:5956d289d64f Date: 2013-03-04 23:04 -0500 http://bitbucket.org/pypy/pypy/changeset/5956d289d64f/ Log:port datetime arg handling cleanups from 72e79a8305c7 and 43e61ecb2e40 diff --git a/lib-python/3/datetime.py b/lib-python/3/datetim

[pypy-commit] pypy py3k: merge heads

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62052:c0ea2f3113b3 Date: 2013-03-04 23:14 -0500 http://bitbucket.org/pypy/pypy/changeset/c0ea2f3113b3/ Log:merge heads diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre/interp_sre.py +++ b/pypy/mo

[pypy-commit] pypy default: these are asserts upstream

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62050:ae243d6654b4 Date: 2013-03-04 23:09 -0500 http://bitbucket.org/pypy/pypy/changeset/ae243d6654b4/ Log:these are asserts upstream diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -6

[pypy-commit] pypy default: use resource.{get, set}rlimit to make this test work more generally

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62053:0dadb5d6844b Date: 2013-03-04 23:26 -0500 http://bitbucket.org/pypy/pypy/changeset/0dadb5d6844b/ Log:use resource.{get,set}rlimit to make this test work more generally diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py b/pypy/module/test_l

[pypy-commit] pypy default: spelling in error message

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62054:ee108d35ae7f Date: 2013-03-04 23:38 -0500 http://bitbucket.org/pypy/pypy/changeset/ee108d35ae7f/ Log:spelling in error message diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -84

[pypy-commit] pypy default: reduce usage of non-standard datetime.tmxxx

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62055:d629bd7cbbf5 Date: 2013-03-04 23:45 -0500 http://bitbucket.org/pypy/pypy/changeset/d629bd7cbbf5/ Log:reduce usage of non-standard datetime.tmxxx diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/

[pypy-commit] pypy py3k: merge default

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62056:668230184059 Date: 2013-03-05 00:31 -0500 http://bitbucket.org/pypy/pypy/changeset/668230184059/ Log:merge default diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py b/pypy/module/test_lib_pypy/test_sqlite3.py --- a/pypy/module/test_li

[pypy-commit] pypy py3k: typos

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62057:3cf5ccae78bf Date: 2013-03-05 00:40 -0500 http://bitbucket.org/pypy/pypy/changeset/3cf5ccae78bf/ Log:typos diff --git a/lib-python/3/test/datetimetester.py b/lib-python/3/test/datetimetester.py --- a/lib-python/3/test/datetimetester.py +++

[pypy-commit] pypy py3k: fix 73738029fbf6

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62059:cf8585694389 Date: 2013-03-04 22:49 -0800 http://bitbucket.org/pypy/pypy/changeset/cf8585694389/ Log:fix 73738029fbf6 diff --git a/lib-python/3/test/string_tests.py b/lib-python/3/test/string_tests.py --- a/lib-python/3/test/string_tests.

[pypy-commit] pypy py3k: sneakier

2013-03-04 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62058:022c349efb36 Date: 2013-03-04 21:52 -0800 http://bitbucket.org/pypy/pypy/changeset/022c349efb36/ Log:sneakier diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/interprete

[pypy-commit] pypy py3k: improve test for timedelta microsecond rounding

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62060:ee1134152f8a Date: 2013-03-05 01:29 -0500 http://bitbucket.org/pypy/pypy/changeset/ee1134152f8a/ Log:improve test for timedelta microsecond rounding diff --git a/lib-python/3/test/datetimetester.py b/lib-python/3/test/datetimetester.py ---

[pypy-commit] pypy py3k: fix datetime after rounding optimizations

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62061:8d6f0f4e168b Date: 2013-03-05 01:41 -0500 http://bitbucket.org/pypy/pypy/changeset/8d6f0f4e168b/ Log:fix datetime after rounding optimizations diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.py +

[pypy-commit] pypy py3k: merge heads

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62062:b9b453ec29c9 Date: 2013-03-05 01:59 -0500 http://bitbucket.org/pypy/pypy/changeset/b9b453ec29c9/ Log:merge heads diff --git a/lib-python/3/test/string_tests.py b/lib-python/3/test/string_tests.py --- a/lib-python/3/test/string_tests.py +++

[pypy-commit] pypy py3k: another datetime microsecond rounding test that was failing before

2013-03-04 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r62063:f8a41f7f92f9 Date: 2013-03-05 02:18 -0500 http://bitbucket.org/pypy/pypy/changeset/f8a41f7f92f9/ Log:another datetime microsecond rounding test that was failing before diff --git a/lib-python/3/test/datetimetester.py b/lib-python/3/test/da