[pypy-commit] lang-smalltalk default: Add GET_NEXT_EVENT and DRAW_RECTANGLE stubs

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r141:1544fbf12f74 Date: 2013-03-08 10:16 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/1544fbf12f74/ Log:Add GET_NEXT_EVENT and DRAW_RECTANGLE stubs diff --git a/spyvm/primitives.py b/spyvm/primitives.py ---

[pypy-commit] lang-smalltalk default: result of primitive SUSPEND is new frame

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r140:43be3cfa850d Date: 2013-03-07 23:43 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/43be3cfa850d/ Log:result of primitive SUSPEND is new frame diff --git a/spyvm/primitives.py b/spyvm/primitives.py ---

[pypy-commit] lang-smalltalk default: Merge default

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r142:189f3b3f83e5 Date: 2013-03-08 10:16 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/189f3b3f83e5/ Log:Merge default diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,7 @@ syntax:

[pypy-commit] pypy py3k: more datetime cleanups

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62223:d9fa043f30c0 Date: 2013-03-08 03:35 -0500 http://bitbucket.org/pypy/pypy/changeset/d9fa043f30c0/ Log:more datetime cleanups diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.py

[pypy-commit] pypy default: more datetime cleanups

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r6:088bb74ed873 Date: 2013-03-08 03:36 -0500 http://bitbucket.org/pypy/pypy/changeset/088bb74ed873/ Log:more datetime cleanups diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy py3k: merge default

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62227:f29a5fb79bf2 Date: 2013-03-08 05:56 -0500 http://bitbucket.org/pypy/pypy/changeset/f29a5fb79bf2/ Log:merge default ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy py3k: make sure _sha1.py is a rename of _sha.py

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62224:4755120a3013 Date: 2013-03-08 05:34 -0500 http://bitbucket.org/pypy/pypy/changeset/4755120a3013/ Log:make sure _sha1.py is a rename of _sha.py diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha1.py rename from lib_pypy/_sha.py

[pypy-commit] pypy py3k: merge heads

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62225:519f437454e2 Date: 2013-03-08 05:37 -0500 http://bitbucket.org/pypy/pypy/changeset/519f437454e2/ Log:merge heads ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: reduce diff with py3k

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62226:5d07492ad82c Date: 2013-03-08 05:54 -0500 http://bitbucket.org/pypy/pypy/changeset/5d07492ad82c/ Log:reduce diff with py3k diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py --- a/lib_pypy/_sha.py +++ b/lib_pypy/_sha.py @@

[pypy-commit] cffi default: Since we have users, make sure we actually emit UserWarning, instead of just

2013-03-08 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r1189:9396a71e3971 Date: 2013-03-08 14:33 +0200 http://bitbucket.org/cffi/cffi/changeset/9396a71e3971/ Log:Since we have users, make sure we actually emit UserWarning, instead of just crashing. diff --git a/cffi/api.py

[pypy-commit] lang-smalltalk default: (tfel, tpape) store the last context when suspending, and raise to the trampoline when switching contexts

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r143:683631ae4a75 Date: 2013-03-08 13:11 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/683631ae4a75/ Log:(tfel, tpape) store the last context when suspending, and raise to the trampoline when switching

[pypy-commit] lang-smalltalk default: translation fix

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r144:6f82341bf834 Date: 2013-03-08 13:14 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/6f82341bf834/ Log:translation fix diff --git a/spyvm/wrapper.py b/spyvm/wrapper.py --- a/spyvm/wrapper.py +++

[pypy-commit] lang-smalltalk default: fix wrapper tests that should now raise a ProcessSwitch to expect that raise and to use wrapped context objects

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r145:55b027170225 Date: 2013-03-08 13:40 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/55b027170225/ Log:fix wrapper tests that should now raise a ProcessSwitch to expect that raise and to use wrapped

[pypy-commit] cffi default: Rename ffi.dlopen() into ffi.dlopen_abi_unchecked(), and make the

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1190:64f8c3b134b0 Date: 2013-03-08 01:14 +0100 http://bitbucket.org/cffi/cffi/changeset/64f8c3b134b0/ Log:Rename ffi.dlopen() into ffi.dlopen_abi_unchecked(), and make the functionality stick as close as possible to the C-level

[pypy-commit] cffi cffi-1.0: Mark the places that would need proper const support

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1193:d57199d005b4 Date: 2013-03-08 13:54 +0100 http://bitbucket.org/cffi/cffi/changeset/d57199d005b4/ Log:Mark the places that would need proper const support diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py

[pypy-commit] cffi default: Close this, which is going to become the branch cffi-1.0.

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1191:cb1afce73938 Date: 2013-03-08 13:52 +0100 http://bitbucket.org/cffi/cffi/changeset/cb1afce73938/ Log:Close this, which is going to become the branch cffi-1.0. ___ pypy-commit mailing list

[pypy-commit] cffi cffi-1.0: merge heads

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1195:2c7a859bc43a Date: 2013-03-08 13:56 +0100 http://bitbucket.org/cffi/cffi/changeset/2c7a859bc43a/ Log:merge heads diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -1,4 +1,4 @@ -import types

[pypy-commit] cffi cffi-1.0: Make a branch to move the most recent changes to.

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: cffi-1.0 Changeset: r1192:136faaa08f66 Date: 2013-03-08 13:53 +0100 http://bitbucket.org/cffi/cffi/changeset/136faaa08f66/ Log:Make a branch to move the most recent changes to. ___ pypy-commit mailing list

[pypy-commit] cffi default: Close this

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1194:657bee6675c2 Date: 2013-03-08 13:56 +0100 http://bitbucket.org/cffi/cffi/changeset/657bee6675c2/ Log:Close this ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] cffi default: A dummy checkin to make this the current 'default'.

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1196:76204cbe81fa Date: 2013-03-08 13:58 +0100 http://bitbucket.org/cffi/cffi/changeset/76204cbe81fa/ Log:A dummy checkin to make this the current 'default'. diff --git a/doc/source/index.rst b/doc/source/index.rst ---

[pypy-commit] lang-smalltalk default: (tfel, tpape) actually check that the vm keeps image name around

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r146:010bf1facb18 Date: 2013-03-08 14:59 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/010bf1facb18/ Log:(tfel, tpape) actually check that the vm keeps image name around diff --git a/spyvm/test/test_primitives.py

[pypy-commit] pypy default: hg backout 0d391c72accf

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62231:d3b56dccde34 Date: 2013-03-08 15:20 +0100 http://bitbucket.org/pypy/pypy/changeset/d3b56dccde34/ Log:hg backout 0d391c72accf diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py

[pypy-commit] pypy default: hg backout 87cc13e1bc5e

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62232:0330fbbfcb0b Date: 2013-03-08 15:20 +0100 http://bitbucket.org/pypy/pypy/changeset/0330fbbfcb0b/ Log:hg backout 87cc13e1bc5e diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py ---

[pypy-commit] pypy default: hg backout 1d661d485129

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62233:6f52561333cb Date: 2013-03-08 15:20 +0100 http://bitbucket.org/pypy/pypy/changeset/6f52561333cb/ Log:hg backout 1d661d485129 diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py ---

[pypy-commit] pypy default: merge heads

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r62234:3108a9e42aec Date: 2013-03-08 15:23 +0100 http://bitbucket.org/pypy/pypy/changeset/3108a9e42aec/ Log:merge heads diff --git a/lib_pypy/__init__.py b/lib_pypy/__init__.py --- a/lib_pypy/__init__.py +++ b/lib_pypy/__init__.py @@

[pypy-commit] pypy jitframe-on-heap: random ARM stuff + fix the test for llgraph

2013-03-08 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitframe-on-heap Changeset: r62235:5b53a1c77730 Date: 2013-03-08 16:21 +0200 http://bitbucket.org/pypy/pypy/changeset/5b53a1c77730/ Log:random ARM stuff + fix the test for llgraph diff --git a/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy jitframe-on-heap: fix the test

2013-03-08 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitframe-on-heap Changeset: r62236:557de6bbfcc1 Date: 2013-03-08 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/557de6bbfcc1/ Log:fix the test diff --git a/rpython/jit/backend/llsupport/test/test_rewrite.py

[pypy-commit] lang-smalltalk default: raise appropriate errors if calling FILE_WRITE prim with negative bounds

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r148:0974cda2a4eb Date: 2013-03-08 15:23 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/0974cda2a4eb/ Log:raise appropriate errors if calling FILE_WRITE prim with negative bounds diff --git

[pypy-commit] lang-smalltalk default: fix translation

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r149:097e9933d921 Date: 2013-03-08 15:26 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/097e9933d921/ Log:fix translation diff --git a/spyvm/primitives.py b/spyvm/primitives.py --- a/spyvm/primitives.py +++

[pypy-commit] lang-smalltalk default: update mini.image, to include PreferenceslogDebuggerStackToFile to return true, so we get a SqueakDebug.log

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r150:dc390b7d8345 Date: 2013-03-08 15:27 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/dc390b7d8345/ Log:update mini.image, to include PreferenceslogDebuggerStackToFile to return true, so we get a

[pypy-commit] pypy jitframe-on-heap: fix test_compile

2013-03-08 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitframe-on-heap Changeset: r62241:0a95a0180cb5 Date: 2013-03-08 17:38 +0200 http://bitbucket.org/pypy/pypy/changeset/0a95a0180cb5/ Log:fix test_compile diff --git a/rpython/jit/metainterp/test/test_compile.py

[pypy-commit] pypy jitframe-on-heap: I think this is what we want wrt keepalives

2013-03-08 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitframe-on-heap Changeset: r62242:f5b6f4d291a6 Date: 2013-03-08 17:55 +0200 http://bitbucket.org/pypy/pypy/changeset/f5b6f4d291a6/ Log:I think this is what we want wrt keepalives diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy jitframe-on-heap: one more tracker

2013-03-08 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitframe-on-heap Changeset: r62243:3bac9266084e Date: 2013-03-08 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/3bac9266084e/ Log:one more tracker diff --git a/rpython/jit/metainterp/test/test_warmspot.py

[pypy-commit] lang-smalltalk default: (cfbolz, lwassermann): added conditional printing of results and additional time-measuring of perform

2013-03-08 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r151:b4e0907d6045 Date: 2013-03-08 15:34 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/b4e0907d6045/ Log:(cfbolz, lwassermann): added conditional printing of results and additional time-measuring of

[pypy-commit] lang-smalltalk default: merged

2013-03-08 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r154:9e0d98ab4de6 Date: 2013-03-08 17:12 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/9e0d98ab4de6/ Log:merged diff --git a/images/mini.image b/images/mini.image index

[pypy-commit] pypy jitframe-on-heap: fix test_continuelet

2013-03-08 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitframe-on-heap Changeset: r62237:27c0ece2e24f Date: 2013-03-08 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/27c0ece2e24f/ Log:fix test_continuelet diff --git a/rpython/rlib/_stacklet_n_a.py b/rpython/rlib/_stacklet_n_a.py ---

[pypy-commit] pypy jitframe-on-heap: fix codewriter tests

2013-03-08 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitframe-on-heap Changeset: r62238:860d24d10cc7 Date: 2013-03-08 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/860d24d10cc7/ Log:fix codewriter tests diff --git a/rpython/jit/codewriter/test/test_call.py

[pypy-commit] pypy jitframe-on-heap: we want to reset jf_guard_exc on the new frame, not on the old one

2013-03-08 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitframe-on-heap Changeset: r62239:b80e318576e5 Date: 2013-03-08 17:35 +0200 http://bitbucket.org/pypy/pypy/changeset/b80e318576e5/ Log:we want to reset jf_guard_exc on the new frame, not on the old one diff --git

[pypy-commit] pypy jitframe-on-heap: a corresponding fix

2013-03-08 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitframe-on-heap Changeset: r62240:23b4373b308f Date: 2013-03-08 17:37 +0200 http://bitbucket.org/pypy/pypy/changeset/23b4373b308f/ Log:a corresponding fix diff --git a/rpython/jit/backend/test/runner_test.py

[pypy-commit] lang-smalltalk default: created a caching shadow specialy for arrays which seldom change, like the special messages array

2013-03-08 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r152:ec80277220dc Date: 2013-03-08 15:35 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/ec80277220dc/ Log:created a caching shadow specialy for arrays which seldom change, like the special messages array

[pypy-commit] lang-smalltalk default: renamed CachedArrayShadow, added test, changed version field from int to Version-object

2013-03-08 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r153:ff4a899fcfd9 Date: 2013-03-08 17:00 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/ff4a899fcfd9/ Log:renamed CachedArrayShadow, added test, changed version field from int to Version-object moved

[pypy-commit] lang-smalltalk default: (tfel, krono) add INTERRUPT_SEMAPHORE

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r155:7b8972a221d1 Date: 2013-03-08 15:57 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/7b8972a221d1/ Log:(tfel, krono) add INTERRUPT_SEMAPHORE diff --git a/spyvm/constants.py b/spyvm/constants.py ---

[pypy-commit] lang-smalltalk default: merge default

2013-03-08 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r156:c0b6fb0e6d02 Date: 2013-03-08 18:03 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/c0b6fb0e6d02/ Log:merge default diff --git a/spyvm/constants.py b/spyvm/constants.py --- a/spyvm/constants.py +++

[pypy-commit] cffi default: Check that the backend's version matches the frontend's

2013-03-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1197:3c435f7639fc Date: 2013-03-08 18:28 +0100 http://bitbucket.org/cffi/cffi/changeset/3c435f7639fc/ Log:Check that the backend's version matches the frontend's diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py

[pypy-commit] pypy py3k: merge default

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62245:17454c649f51 Date: 2013-03-08 14:56 -0500 http://bitbucket.org/pypy/pypy/changeset/17454c649f51/ Log:merge default diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py ---

[pypy-commit] pypy py3k: update datetime name cleanup for changes, add test

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62252:a0935a3ab7b9 Date: 2013-03-08 17:08 -0500 http://bitbucket.org/pypy/pypy/changeset/a0935a3ab7b9/ Log:update datetime name cleanup for changes, add test diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py ---

[pypy-commit] pypy py3k: fix this exception to match c datetime

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62253:7022298605ca Date: 2013-03-08 17:22 -0500 http://bitbucket.org/pypy/pypy/changeset/7022298605ca/ Log:fix this exception to match c datetime diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py ---

[pypy-commit] pypy py3k: merge default

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62257:b004dedd9b20 Date: 2013-03-08 17:50 -0500 http://bitbucket.org/pypy/pypy/changeset/b004dedd9b20/ Log:merge default ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: kill datetime._call_tzinfo_method

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62254:a01317e45a4f Date: 2013-03-08 16:46 -0500 http://bitbucket.org/pypy/pypy/changeset/a01317e45a4f/ Log:kill datetime._call_tzinfo_method diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: test and fix datetime unpickle checking of tzinfo arg

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62255:7be6c0646eb4 Date: 2013-03-08 17:19 -0500 http://bitbucket.org/pypy/pypy/changeset/7be6c0646eb4/ Log:test and fix datetime unpickle checking of tzinfo arg diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py ---

[pypy-commit] pypy default: merge heads

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62259:be62e7062dea Date: 2013-03-08 17:51 -0500 http://bitbucket.org/pypy/pypy/changeset/be62e7062dea/ Log:merge heads diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py

[pypy-commit] pypy py3k: improve datetime test_backdoor_resistance

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62256:32627dc63db2 Date: 2013-03-08 17:49 -0500 http://bitbucket.org/pypy/pypy/changeset/32627dc63db2/ Log:improve datetime test_backdoor_resistance diff --git a/lib-python/3/test/datetimetester.py

[pypy-commit] pypy py3k: remove this outdated comment

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62262:a71debf85c96 Date: 2013-03-08 20:01 -0500 http://bitbucket.org/pypy/pypy/changeset/a71debf85c96/ Log:remove this outdated comment diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py ---

[pypy-commit] pypy default: remove this outdated comment

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62261:12abfbe582c6 Date: 2013-03-08 19:59 -0500 http://bitbucket.org/pypy/pypy/changeset/12abfbe582c6/ Log:remove this outdated comment diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++

[pypy-commit] pypy default: speed up datetime.timedelta(microseconds={float, long})

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62263:ff6a7d8ef4b1 Date: 2013-03-08 22:02 -0500 http://bitbucket.org/pypy/pypy/changeset/ff6a7d8ef4b1/ Log:speed up datetime.timedelta(microseconds={float,long}) diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py ---

[pypy-commit] pypy default: simplify

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62264:e9feed2a56c2 Date: 2013-03-08 22:07 -0500 http://bitbucket.org/pypy/pypy/changeset/e9feed2a56c2/ Log:simplify diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@

[pypy-commit] pypy py3k: speed up datetime.timedelta(microseconds={float, long})

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62265:555ca1703de0 Date: 2013-03-08 22:09 -0500 http://bitbucket.org/pypy/pypy/changeset/555ca1703de0/ Log:speed up datetime.timedelta(microseconds={float,long}) diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py

[pypy-commit] pypy default: modernization

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62266:4ffacf3b9058 Date: 2013-03-08 23:50 -0500 http://bitbucket.org/pypy/pypy/changeset/4ffacf3b9058/ Log:modernization diff --git a/lib_pypy/disassembler.py b/lib_pypy/disassembler.py --- a/lib_pypy/disassembler.py +++

[pypy-commit] pypy py3k: merge default

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62267:c4ddf78907d3 Date: 2013-03-08 23:51 -0500 http://bitbucket.org/pypy/pypy/changeset/c4ddf78907d3/ Log:merge default diff --git a/lib_pypy/disassembler.py b/lib_pypy/disassembler.py --- a/lib_pypy/disassembler.py +++

[pypy-commit] pypy default: backport some lib_pypy fixes/modernizations from py3k

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62268:9d25b203f026 Date: 2013-03-09 00:13 -0500 http://bitbucket.org/pypy/pypy/changeset/9d25b203f026/ Log:backport some lib_pypy fixes/modernizations from py3k diff --git a/lib_pypy/_md5.py b/lib_pypy/_md5.py ---

[pypy-commit] pypy py3k: merge default

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: py3k Changeset: r62269:6823e86baaea Date: 2013-03-09 00:38 -0500 http://bitbucket.org/pypy/pypy/changeset/6823e86baaea/ Log:merge default diff --git a/lib_pypy/_md5.py b/lib_pypy/_md5.py --- a/lib_pypy/_md5.py +++ b/lib_pypy/_md5.py @@ -319,7

[pypy-commit] pypy default: make sure hg knows this is a copy of _marshal from lib_pypy

2013-03-08 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r62270:f0497ed91d44 Date: 2013-03-09 02:00 -0500 http://bitbucket.org/pypy/pypy/changeset/f0497ed91d44/ Log:make sure hg knows this is a copy of _marshal from lib_pypy diff --git a/rpython/translator/sandbox/_marshal.py