[pypy-commit] pypy py3k: merge default

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74197:134020dca51a Date: 2014-10-24 16:10 -0700 http://bitbucket.org/pypy/pypy/changeset/134020dca51a/ Log:merge default diff too long, truncating to 2000 out of 29307 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@

[pypy-commit] pypy py3k: adapt to RPY_EXPORT_FOR_TESTS

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74198:6c2b6168f56a Date: 2014-10-24 18:13 -0700 http://bitbucket.org/pypy/pypy/changeset/6c2b6168f56a/ Log:adapt to RPY_EXPORT_FOR_TESTS diff --git a/pypy/module/_codecs/locale.h b/pypy/module/_codecs/locale.h --- a/pypy/module/_codecs/locale.h

[pypy-commit] pypy vmprof: enable _vmprof by default

2014-10-24 Thread antocuni
Author: Antonio Cuni Branch: vmprof Changeset: r74196:39b9fc2f826e Date: 2014-10-24 22:12 +0100 http://bitbucket.org/pypy/pypy/changeset/39b9fc2f826e/ Log:enable _vmprof by default diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/c

[pypy-commit] pypy vmprof: make it possible to link vmprof dynamically, useful during development

2014-10-24 Thread antocuni
Author: Antonio Cuni Branch: vmprof Changeset: r74195:5f2847751c21 Date: 2014-10-24 22:06 +0100 http://bitbucket.org/pypy/pypy/changeset/5f2847751c21/ Log:make it possible to link vmprof dynamically, useful during development diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/

[pypy-commit] pypy online-transforms: Use normalize_method in bk.immutablevalue()

2014-10-24 Thread rlamy
Author: Ronan Lamy Branch: online-transforms Changeset: r74194:8cff090d32af Date: 2014-10-24 22:57 +0200 http://bitbucket.org/pypy/pypy/changeset/8cff090d32af/ Log:Use normalize_method in bk.immutablevalue() diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a

[pypy-commit] pypy py3.3: readapt py3.3's object changes

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r74193:c364311cc8e9 Date: 2014-10-24 13:56 -0700 http://bitbucket.org/pypy/pypy/changeset/c364311cc8e9/ Log:readapt py3.3's object changes diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobject.py --- a/pypy/objspace/st

[pypy-commit] pypy py3.3: merge py3k

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r74191:3820173e81e3 Date: 2014-10-24 13:48 -0700 http://bitbucket.org/pypy/pypy/changeset/3820173e81e3/ Log:merge py3k diff too long, truncating to 2000 out of 5270 lines diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py --- a/li

[pypy-commit] pypy py3.3: readapt 032296946827

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r74192:5c26d14cf18c Date: 2014-10-24 13:51 -0700 http://bitbucket.org/pypy/pypy/changeset/5c26d14cf18c/ Log:readapt 032296946827 diff --git a/pypy/objspace/std/noneobject.py b/pypy/objspace/std/noneobject.py --- a/pypy/objspace/std/noneobject.py

[pypy-commit] pypy default: o fix __ne__ not handling floats like __eq__

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r74188:5ecbc7d29c83 Date: 2014-10-24 12:41 -0700 http://bitbucket.org/pypy/pypy/changeset/5ecbc7d29c83/ Log:o fix __ne__ not handling floats like __eq__ o match CPython's TypeError behavior w/ rich comparisons & number types diff --git a/pypy

[pypy-commit] pypy py3k: fix

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74189:8b7059138b7b Date: 2014-10-24 11:15 -0700 http://bitbucket.org/pypy/pypy/changeset/8b7059138b7b/ Log:fix diff --git a/pypy/objspace/std/test/test_complexobject.py b/pypy/objspace/std/test/test_complexobject.py --- a/pypy/objspace/std/test

[pypy-commit] pypy py3k: allow_conversion isn't necessary on base number types

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74190:1fa509538f86 Date: 2014-10-24 13:40 -0700 http://bitbucket.org/pypy/pypy/changeset/1fa509538f86/ Log:allow_conversion isn't necessary on base number types diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.p

[pypy-commit] pypy default: mark this function as dont-look-inside

2014-10-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r74187:0307d91ca685 Date: 2014-10-24 11:36 -0700 http://bitbucket.org/pypy/pypy/changeset/0307d91ca685/ Log:mark this function as dont-look-inside diff --git a/pypy/module/_multiprocessing/interp_semaphore.py b/pypy/module/_multiprocessing/interp_sema

[pypy-commit] pypy vmprof: (arigo, antocuni): oups, we don't want to dereference the address

2014-10-24 Thread antocuni
Author: Antonio Cuni Branch: vmprof Changeset: r74185:1efaad3b0d62 Date: 2014-10-24 17:37 +0100 http://bitbucket.org/pypy/pypy/changeset/1efaad3b0d62/ Log:(arigo, antocuni): oups, we don't want to dereference the address diff --git a/pypy/module/_vmprof/src/trampoline.s b/pypy/module/_vmpro

[pypy-commit] pypy vmprof: (antocuni, arigo): argh, try hard not to make it a constant

2014-10-24 Thread antocuni
Author: Antonio Cuni Branch: vmprof Changeset: r74186:fd6905b8396d Date: 2014-10-24 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/fd6905b8396d/ Log:(antocuni, arigo): argh, try hard not to make it a constant diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/inte

[pypy-commit] pypy vmprof: (arigo, antocuni): implement the _vmprof module, based on vmprof.c; it patches PyFrame.execute_frame so that it's called through a trampoline, which is then recognized by vm

2014-10-24 Thread antocuni
Author: Antonio Cuni Branch: vmprof Changeset: r74183:73fc0dc6f6e1 Date: 2014-10-24 17:09 +0100 http://bitbucket.org/pypy/pypy/changeset/73fc0dc6f6e1/ Log:(arigo, antocuni): implement the _vmprof module, based on vmprof.c; it patches PyFrame.execute_frame so that it's called through a

[pypy-commit] pypy vmprof: import vmprof from bb:antocuni/vmprof, rev f841327f5621

2014-10-24 Thread antocuni
Author: Antonio Cuni Branch: vmprof Changeset: r74182:5b2d6fde1ecd Date: 2014-10-24 17:07 +0100 http://bitbucket.org/pypy/pypy/changeset/5b2d6fde1ecd/ Log:import vmprof from bb:antocuni/vmprof, rev f841327f5621 diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -407,3 +407,10 @@

[pypy-commit] pypy vmprof: (arigo, antocuni): raise nice applevel exceptions if you call enable/disable at the wrong time

2014-10-24 Thread antocuni
Author: Antonio Cuni Branch: vmprof Changeset: r74184:3e2ad114fdde Date: 2014-10-24 17:14 +0100 http://bitbucket.org/pypy/pypy/changeset/3e2ad114fdde/ Log:(arigo, antocuni): raise nice applevel exceptions if you call enable/disable at the wrong time diff --git a/pypy/module/_vmprof/i

[pypy-commit] pypy vmprof: start a branch to add vmprof support to pypy

2014-10-24 Thread antocuni
Author: Antonio Cuni Branch: vmprof Changeset: r74181:6ed1f100b85e Date: 2014-10-24 13:55 +0100 http://bitbucket.org/pypy/pypy/changeset/6ed1f100b85e/ Log:start a branch to add vmprof support to pypy ___ pypy-commit mailing list pypy-commit@python.

[pypy-commit] pypy online-transforms: Add helper to normalize CPython's zoo of method-like objects

2014-10-24 Thread rlamy
Author: Ronan Lamy Branch: online-transforms Changeset: r74180:6b3f07cf2406 Date: 2014-10-24 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/6b3f07cf2406/ Log:Add helper to normalize CPython's zoo of method-like objects diff --git a/rpython/tool/descriptor.py b/rpython/tool/descriptor.p

[pypy-commit] pypy default: Change intersphinx links to point to the now-merged improved docs.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r74179:3d7feb9280dc Date: 2014-10-24 16:50 +0200 http://bitbucket.org/pypy/pypy/changeset/3d7feb9280dc/ Log:Change intersphinx links to point to the now-merged improved docs. diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++

[pypy-commit] benchmarks default: just in case flush

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r280:fe1c98a86d90 Date: 2014-10-24 16:17 +0200 http://bitbucket.org/pypy/benchmarks/changeset/fe1c98a86d90/ Log:just in case flush diff --git a/io/iobasic.py b/io/iobasic.py --- a/io/iobasic.py +++ b/io/iobasic.py @@ -21,6 +21,7 @@ f = open

[pypy-commit] pypy default: (ronan, mjacob) hg merge improve-docs

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r74176:c86837f31c58 Date: 2014-10-24 16:15 +0200 http://bitbucket.org/pypy/pypy/changeset/c86837f31c58/ Log:(ronan, mjacob) hg merge improve-docs Split RPython documentation from PyPy documentation and clean up. There now is a clearer

[pypy-commit] pypy improve-docs: Fix ref.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74174:95a73d2df84f Date: 2014-10-24 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/95a73d2df84f/ Log:Fix ref. diff --git a/rpython/doc/translation.rst b/rpython/doc/translation.rst --- a/rpython/doc/translation.rst +++ b/rpython/doc

[pypy-commit] pypy improve-docs: Fix.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74173:fab44bf1546c Date: 2014-10-24 15:35 +0200 http://bitbucket.org/pypy/pypy/changeset/fab44bf1546c/ Log:Fix. diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst --- a/rpython/doc/rpython.rst +++ b/rpython/doc/rpython.rst @@

[pypy-commit] pypy default: hg merge

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r74178:3f5db34f528d Date: 2014-10-24 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/3f5db34f528d/ Log:hg merge diff too long, truncating to 2000 out of 3530 lines diff --git a/pypy/doc/release-2.3.1.rst b/pypy/doc/release-2.3.1.rst --- a/pypy/d

[pypy-commit] pypy improve-docs: Close to-be-merged branch.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74175:41d6587b5518 Date: 2014-10-24 16:07 +0200 http://bitbucket.org/pypy/pypy/changeset/41d6587b5518/ Log:Close to-be-merged branch. ___ pypy-commit mailing list pypy-commit@python.org https://

[pypy-commit] pypy default: Document branch.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r74177:7f17c9a2d80f Date: 2014-10-24 16:18 +0200 http://bitbucket.org/pypy/pypy/changeset/7f17c9a2d80f/ Log:Document branch. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-

[pypy-commit] pypy default: a bit blind test to see if libpypy-c exists

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74172:3ae7179632d3 Date: 2014-10-24 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/3ae7179632d3/ Log:a bit blind test to see if libpypy-c exists diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/rele

[pypy-commit] benchmarks single-run: merge

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: single-run Changeset: r279:323096e0ac0e Date: 2014-10-24 16:03 +0200 http://bitbucket.org/pypy/benchmarks/changeset/323096e0ac0e/ Log:merge diff --git a/lib/pypy/include/pypy_decl.h b/lib/pypy/include/pypy_decl.h --- a/lib/pypy/include/pypy_decl.h +++ b/lib

[pypy-commit] benchmarks default: some ultra-basic IO stuff. also add krakatau

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r277:2301cb8cd089 Date: 2014-10-24 15:55 +0200 http://bitbucket.org/pypy/benchmarks/changeset/2301cb8cd089/ Log:some ultra-basic IO stuff. also add krakatau diff too long, truncating to 2000 out of 14459 lines diff --git a/io/iobasic.py b/io/io

[pypy-commit] benchmarks default: merge

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r278:0e250ed49b43 Date: 2014-10-24 15:55 +0200 http://bitbucket.org/pypy/benchmarks/changeset/0e250ed49b43/ Log:merge diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmarks.py @@ -91,7 +91,7 @@ else: iterat

[pypy-commit] pypy default: (arigo, fijal, gregor_w) Merge gc-incminimark-pinning

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74171:64017d818038 Date: 2014-10-24 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/64017d818038/ Log:(arigo, fijal, gregor_w) Merge gc-incminimark-pinning This branch adds an interface rgc.pin which would (very temporarily)

[pypy-commit] pypy gc-incminimark-pinning: close to be merged branch;

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: gc-incminimark-pinning Changeset: r74170:0666b1d7d23c Date: 2014-10-24 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/0666b1d7d23c/ Log:close to be merged branch; ___ pypy-commit mailing list pypy-commit@pyt

[pypy-commit] pypy improve-docs: Remove ref to translation document from documentation targetted at users.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74168:203021600b76 Date: 2014-10-24 15:24 +0200 http://bitbucket.org/pypy/pypy/changeset/203021600b76/ Log:Remove ref to translation document from documentation targetted at users. diff --git a/rpython/doc/windows.rst b/rpython/do

[pypy-commit] pypy improve-docs: Move windows document back to pypy/doc because it's very PyPy-specific.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74169:1432e73f38f8 Date: 2014-10-24 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/1432e73f38f8/ Log:Move windows document back to pypy/doc because it's very PyPy- specific. diff --git a/pypy/doc/TODO b/pypy/doc/TODO --- a/p

[pypy-commit] pypy improve-docs: Remove point from TODO.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74167:6405918b2695 Date: 2014-10-24 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/6405918b2695/ Log:Remove point from TODO. diff --git a/pypy/doc/TODO b/pypy/doc/TODO --- a/pypy/doc/TODO +++ b/pypy/doc/TODO @@ -20,7 +20,6 @@ Meta

[pypy-commit] pypy improve-docs: Add another label.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74164:a286928f Date: 2014-10-24 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/a286928f/ Log:Add another label. diff --git a/rpython/doc/rffi.rst b/rpython/doc/rffi.rst --- a/rpython/doc/rffi.rst +++ b/rpython/doc/rffi.rst @

[pypy-commit] pypy improve-docs: Fix pypy:sandbox reference.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74165:590a8ebd85d3 Date: 2014-10-24 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/590a8ebd85d3/ Log:Fix pypy:sandbox reference. diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst --- a/pypy/doc/sandbox.rst +++ b/pypy/doc/sand

[pypy-commit] pypy improve-docs: hg merge

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74166:df29aadffa2d Date: 2014-10-24 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/df29aadffa2d/ Log:hg merge diff --git a/rpython/doc/architecture.rst b/rpython/doc/architecture.rst --- a/rpython/doc/architecture.rst +++ b/rpython/

[pypy-commit] pypy improve-docs: Fix references and remove all mentions of the 'flow object space'

2014-10-24 Thread rlamy
Author: Ronan Lamy Branch: improve-docs Changeset: r74163:8f892834785a Date: 2014-10-24 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/8f892834785a/ Log:Fix references and remove all mentions of the 'flow object space' diff --git a/rpython/doc/architecture.rst b/rpython/doc/architectur

[pypy-commit] pypy improve-docs: Fix.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74162:21da0f3c7ada Date: 2014-10-24 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/21da0f3c7ada/ Log:Fix. diff --git a/rpython/doc/arm.rst b/rpython/doc/arm.rst --- a/rpython/doc/arm.rst +++ b/rpython/doc/arm.rst @@ -1,4 +1,4 @@ -..

[pypy-commit] pypy default: put this in project ideas, because why not

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74161:925342441a4e Date: 2014-10-24 13:50 +0200 http://bitbucket.org/pypy/pypy/changeset/925342441a4e/ Log:put this in project ideas, because why not diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-id

[pypy-commit] pypy gc-incminimark-pinning: Fix the case of _make_sure_does_not_move with NULL

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: gc-incminimark-pinning Changeset: r74160:5fa46dae2ebe Date: 2014-10-24 13:44 +0200 http://bitbucket.org/pypy/pypy/changeset/5fa46dae2ebe/ Log:Fix the case of _make_sure_does_not_move with NULL diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpy

[pypy-commit] pypy kill-exported-symbols-list: close to be merged branch

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: kill-exported-symbols-list Changeset: r74158:83d6da2680fa Date: 2014-10-24 13:28 +0200 http://bitbucket.org/pypy/pypy/changeset/83d6da2680fa/ Log:close to be merged branch ___ pypy-commit mailing list pypy-commit@

[pypy-commit] pypy default: (arigo, fijal) Merge a branch that exports symbols via

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74159:0d91180baad9 Date: 2014-10-24 13:29 +0200 http://bitbucket.org/pypy/pypy/changeset/0d91180baad9/ Log:(arigo, fijal) Merge a branch that exports symbols via __attribute__((visibility("default"))) or equivalent hack. This sh

[pypy-commit] pypy improve-docs: Fix some references.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74157:322db947aaeb Date: 2014-10-24 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/322db947aaeb/ Log:Fix some references. diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/

[pypy-commit] pypy kill-exported-symbols-list: fix the obscure test

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: kill-exported-symbols-list Changeset: r74156:c1ac4fc62624 Date: 2014-10-24 12:26 +0200 http://bitbucket.org/pypy/pypy/changeset/c1ac4fc62624/ Log:fix the obscure test diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py --- a/rpython

[pypy-commit] pypy kill-exported-symbols-list: Whack whack whack

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: kill-exported-symbols-list Changeset: r74155:605546cf9024 Date: 2014-10-24 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/605546cf9024/ Log:Whack whack whack diff --git a/pypy/module/_cffi_backend/test/_test_lib.c b/pypy/module/_cffi_backend/test/_te

[pypy-commit] extradoc extradoc: Planning for today

2014-10-24 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5448:5fd33e7c6588 Date: 2014-10-24 12:06 +0200 http://bitbucket.org/pypy/extradoc/changeset/5fd33e7c6588/ Log:Planning for today diff --git a/sprintinfo/warsaw-2014/planning.txt b/sprintinfo/warsaw-2014/planning.txt --- a/sprintinfo/war

[pypy-commit] pypy default: (fijal, arigo) improve the random generation a bit

2014-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74154:ae4c7b57097a Date: 2014-10-24 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/ae4c7b57097a/ Log:(fijal, arigo) improve the random generation a bit diff --git a/rpython/rlib/rrandom.py b/rpython/rlib/rrandom.py --- a/rpython/rlib/rran

[pypy-commit] pypy py3k: issue1899: fix broken bytes usage from default

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74153:8c340acffe27 Date: 2014-10-24 00:44 -0700 http://bitbucket.org/pypy/pypy/changeset/8c340acffe27/ Log:issue1899: fix broken bytes usage from default diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py --- a/lib_pypy/_tkinter/ap

[pypy-commit] pypy py3k: readd these, matching cpython 3.2

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74151:15f9e7ef79ce Date: 2014-10-24 00:28 -0700 http://bitbucket.org/pypy/pypy/changeset/15f9e7ef79ce/ Log:readd these, matching cpython 3.2 diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspac

[pypy-commit] pypy py3k: kill

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74149:f779ab150be3 Date: 2014-10-24 00:28 -0700 http://bitbucket.org/pypy/pypy/changeset/f779ab150be3/ Log:kill diff --git a/pypy/objspace/std/marshal_impl.py b/pypy/objspace/std/marshal_impl.py --- a/pypy/objspace/std/marshal_impl.py +++ b/pyp

[pypy-commit] pypy py3k: kill __div__

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74150:ffeda9a7688e Date: 2014-10-24 00:28 -0700 http://bitbucket.org/pypy/pypy/changeset/ffeda9a7688e/ Log:kill __div__ diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspace/std/complexobject.p

[pypy-commit] pypy py3k: fix

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74147:e94bbc8ce02b Date: 2014-10-23 17:13 -0700 http://bitbucket.org/pypy/pypy/changeset/e94bbc8ce02b/ Log:fix diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspace/std/complexobject.py +++ b/p

[pypy-commit] pypy py3k: reapply py3k changes

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74148:638bb3d67bdd Date: 2014-10-23 22:34 -0700 http://bitbucket.org/pypy/pypy/changeset/638bb3d67bdd/ Log:reapply py3k changes diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspace/std/complex

[pypy-commit] pypy py3k: merge default

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74145:ba8251a5c237 Date: 2014-10-23 16:26 -0700 http://bitbucket.org/pypy/pypy/changeset/ba8251a5c237/ Log:merge default diff too long, truncating to 2000 out of 5202 lines diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --

[pypy-commit] pypy py3k: fix

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74146:7b463df83cc8 Date: 2014-10-23 17:01 -0700 http://bitbucket.org/pypy/pypy/changeset/7b463df83cc8/ Log:fix diff --git a/pypy/module/marshal/interp_marshal.py b/pypy/module/marshal/interp_marshal.py --- a/pypy/module/marshal/interp_marshal.p

[pypy-commit] pypy py3k: merge upstream

2014-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74152:a87e6542c186 Date: 2014-10-24 00:29 -0700 http://bitbucket.org/pypy/pypy/changeset/a87e6542c186/ Log:merge upstream diff --git a/pypy/module/posix/interp_nt.py b/pypy/module/posix/interp_nt.py --- a/pypy/module/posix/interp_nt.py +++ b/pyp