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
@@
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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 @@
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
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.
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
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
+++
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
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
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
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
@@
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
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://
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-
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
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
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
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
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)
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
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
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
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
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
@
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
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/
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
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 @@
-..
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
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
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@
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
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/
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
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
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
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
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
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
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
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
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
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
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
--
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
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
59 matches
Mail list logo