[pypy-commit] pypy remove-intlong-smm: rearrange, add an explicit __long__

2013-09-24 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r67088:7c816e9dadbb Date: 2013-09-24 17:17 -0700 http://bitbucket.org/pypy/pypy/changeset/7c816e9dadbb/ Log:rearrange, add an explicit __long__ diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/

[pypy-commit] pypy default: test bool to longs

2013-09-24 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r67086:4ca6d9fad665 Date: 2013-09-24 17:15 -0700 http://bitbucket.org/pypy/pypy/changeset/4ca6d9fad665/ Log:test bool to longs diff --git a/pypy/objspace/std/test/test_boolobject.py b/pypy/objspace/std/test/test_boolobject.py --- a/pypy/objspace/std

[pypy-commit] pypy default: ups, actually export it

2013-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67085:d61a57a96a96 Date: 2013-09-24 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/d61a57a96a96/ Log:ups, actually export it diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py --- a/rpython/rtyper/module/ll_os.py

[pypy-commit] pypy incremental-gc: Add a comment

2013-09-24 Thread arigo
Author: Armin Rigo Branch: incremental-gc Changeset: r67084:49d8f5ae9b89 Date: 2013-09-24 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/49d8f5ae9b89/ Log:Add a comment diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/gc/incminimark.

[pypy-commit] pypy file-support-in-rpython: close to-be-merged branch

2013-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: file-support-in-rpython Changeset: r67082:f104705fc807 Date: 2013-09-24 10:29 +0200 http://bitbucket.org/pypy/pypy/changeset/f104705fc807/ Log:close to-be-merged branch ___ pypy-commit mailing list pypy-commit@pyt

[pypy-commit] pypy file-support-in-rpython: another obscure os.xyz

2013-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: file-support-in-rpython Changeset: r67081:81e1bab40fc3 Date: 2013-09-24 10:29 +0200 http://bitbucket.org/pypy/pypy/changeset/81e1bab40fc3/ Log:another obscure os.xyz diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py --- a/rpython/

[pypy-commit] pypy default: remerge the branch

2013-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67083:61312092466f Date: 2013-09-24 10:30 +0200 http://bitbucket.org/pypy/pypy/changeset/61312092466f/ Log:remerge the branch diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py --- a/rpython/rtyper/module/ll_os.py +++

[pypy-commit] jitviewer default: merge

2013-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r252:15e03325a227 Date: 2013-09-24 10:00 +0200 http://bitbucket.org/pypy/jitviewer/changeset/15e03325a227/ Log:merge diff --git a/README b/README --- a/README +++ b/README @@ -23,10 +23,6 @@ source code is (roughly) the same version as the bina

[pypy-commit] jitviewer default: add LICENSE

2013-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r251:50b03fb15dac Date: 2013-09-24 10:00 +0200 http://bitbucket.org/pypy/jitviewer/changeset/50b03fb15dac/ Log:add LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +The MIT License + +Permi

[pypy-commit] pypy default: document branch

2013-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67079:e70f4e42689b Date: 2013-09-24 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/e70f4e42689b/ 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/what

[pypy-commit] pypy file-support-in-rpython: close merged branch

2013-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: file-support-in-rpython Changeset: r67080:1d8a02bb7a70 Date: 2013-09-24 09:51 +0200 http://bitbucket.org/pypy/pypy/changeset/1d8a02bb7a70/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.or

[pypy-commit] pypy default: Merge a rudimentary and optional file support in RPython

2013-09-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67078:a0bf8a530d84 Date: 2013-09-24 09:49 +0200 http://bitbucket.org/pypy/pypy/changeset/a0bf8a530d84/ Log:Merge a rudimentary and optional file support in RPython diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py new file mode 100644