[pypy-commit] pypy default: kill static linking

2013-05-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r63937:a29436d16da7 Date: 2013-05-09 10:54 +0200 http://bitbucket.org/pypy/pypy/changeset/a29436d16da7/ Log:kill static linking diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.py --- a/rpython/rlib/clibffi.py +++

[pypy-commit] pypy default: clean-up

2013-05-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r63938:63cf4c942d92 Date: 2013-05-09 10:58 +0200 http://bitbucket.org/pypy/pypy/changeset/63cf4c942d92/ Log:clean-up diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.py --- a/rpython/rlib/clibffi.py +++

[pypy-commit] pypy release-2.0.x: Port killing of static linking to the release

2013-05-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: release-2.0.x Changeset: r63939:b9c3566aa017 Date: 2013-05-09 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/b9c3566aa017/ Log:Port killing of static linking to the release diff --git a/rpython/rlib/clibffi.py

[pypy-commit] pypy release-2.0.x: Added tag release-2.0.0 for changeset b9c3566aa017

2013-05-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: release-2.0.x Changeset: r63943:3d8b01ed1cc4 Date: 2013-05-09 19:10 +0200 http://bitbucket.org/pypy/pypy/changeset/3d8b01ed1cc4/ Log:Added tag release-2.0.0 for changeset b9c3566aa017 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy default: Fix this

2013-05-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r63944:d9fbe2e2f230 Date: 2013-05-09 19:24 +0200 http://bitbucket.org/pypy/pypy/changeset/d9fbe2e2f230/ Log:Fix this diff --git a/pypy/doc/release-2.0.0.rst b/pypy/doc/release-2.0.0.rst --- a/pypy/doc/release-2.0.0.rst +++

[pypy-commit] pypy.org extradoc: work on download.txt, not regenerating sources so far

2013-05-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r408:e436ad58a098 Date: 2013-05-09 19:25 +0200 http://bitbucket.org/pypy/pypy.org/changeset/e436ad58a098/ Log:work on download.txt, not regenerating sources so far diff --git a/source/compat.txt b/source/compat.txt ---

[pypy-commit] pypy.org extradoc: rework this a bit

2013-05-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r409:44c2ff85e805 Date: 2013-05-09 19:29 +0200 http://bitbucket.org/pypy/pypy.org/changeset/44c2ff85e805/ Log:rework this a bit diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++

[pypy-commit] pypy default: merge heads

2013-05-09 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r63946:8472584e6074 Date: 2013-05-09 20:31 +0300 http://bitbucket.org/pypy/pypy/changeset/8472584e6074/ Log:merge heads diff --git a/pypy/doc/release-2.0.0.rst b/pypy/doc/release-2.0.0.rst --- a/pypy/doc/release-2.0.0.rst +++

[pypy-commit] pypy default: mention numpypy in release

2013-05-09 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r63945:70b2f8b1febc Date: 2013-05-09 20:29 +0300 http://bitbucket.org/pypy/pypy/changeset/70b2f8b1febc/ Log:mention numpypy in release diff --git a/pypy/doc/release-2.0.0.rst b/pypy/doc/release-2.0.0.rst ---

[pypy-commit] pypy.org extradoc: Add a semicolon

2013-05-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r410:e26be3cf2cf6 Date: 2013-05-09 19:33 +0200 http://bitbucket.org/pypy/pypy.org/changeset/e26be3cf2cf6/ Log:Add a semicolon diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++

[pypy-commit] pypy default: update docs

2013-05-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r63947:13062596965a Date: 2013-05-09 19:41 +0200 http://bitbucket.org/pypy/pypy/changeset/13062596965a/ Log:update docs diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -47,7

[pypy-commit] pypy.org extradoc: update the website

2013-05-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r411:bcb031cb8e50 Date: 2013-05-09 19:42 +0200 http://bitbucket.org/pypy/pypy.org/changeset/bcb031cb8e50/ Log:update the website diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -51,8 +51,7

[pypy-commit] pypy.org extradoc: update download

2013-05-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r412:cfd623c140f5 Date: 2013-05-09 20:37 +0200 http://bitbucket.org/pypy/pypy.org/changeset/cfd623c140f5/ Log:update download diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -88,7

[pypy-commit] pypy numpy-pickle: Implement pickling for record dtypes

2013-05-09 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpy-pickle Changeset: r63948:bf43d52d5d8b Date: 2013-05-09 22:07 +0200 http://bitbucket.org/pypy/pypy/changeset/bf43d52d5d8b/ Log:Implement pickling for record dtypes diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] pypy.org extradoc: Tweaks.

2013-05-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r413:435b4bed2864 Date: 2013-05-09 22:44 +0200 http://bitbucket.org/pypy/pypy.org/changeset/435b4bed2864/ Log:Tweaks. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -91,9 +91,11 @@ lia

[pypy-commit] pypy.org extradoc: Give proper distribution names in our fully-shared linux binaries.

2013-05-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r414:358712681466 Date: 2013-05-09 23:48 +0200 http://bitbucket.org/pypy/pypy.org/changeset/358712681466/ Log:Give proper distribution names in our fully-shared linux binaries. diff --git a/download.html b/download.html ---

[pypy-commit] pypy.org extradoc: Be precise

2013-05-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r415:2666b4308f34 Date: 2013-05-09 23:52 +0200 http://bitbucket.org/pypy/pypy.org/changeset/2666b4308f34/ Log:Be precise diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -87,7 +87,7 @@ a

[pypy-commit] pypy default: Update the version in trunk

2013-05-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r63949:026f4d54f861 Date: 2013-05-09 23:57 +0200 http://bitbucket.org/pypy/pypy/changeset/026f4d54f861/ Log:Update the version in trunk diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h ---

[pypy-commit] pypy.org extradoc: Be more precise

2013-05-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r416:dca6e46cf805 Date: 2013-05-10 00:15 +0200 http://bitbucket.org/pypy/pypy.org/changeset/dca6e46cf805/ Log:Be more precise diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -86,8 +86,8 @@

[pypy-commit] pypy.org extradoc: Stop being sorry about Unix line endings: most tools on Windows can cope

2013-05-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r417:c9d4e13e4b2d Date: 2013-05-10 00:17 +0200 http://bitbucket.org/pypy/pypy.org/changeset/c9d4e13e4b2d/ Log:Stop being sorry about Unix line endings: most tools on Windows can cope diff --git a/source/download.txt

[pypy-commit] pypy.org extradoc: regen

2013-05-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r418:4c8600c22830 Date: 2013-05-10 00:17 +0200 http://bitbucket.org/pypy/pypy.org/changeset/4c8600c22830/ Log:regen diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -91,8 +91,8 @@ lia

[pypy-commit] pypy.org extradoc: Kill this outdatish paragraph

2013-05-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r419:4631a15c09c0 Date: 2013-05-10 00:20 +0200 http://bitbucket.org/pypy/pypy.org/changeset/4631a15c09c0/ Log:Kill this outdatish paragraph diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@

[pypy-commit] pypy py3k-newhash: merge py3k

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k-newhash Changeset: r63950:925322f499da Date: 2013-05-09 11:55 -0700 http://bitbucket.org/pypy/pypy/changeset/925322f499da/ Log:merge py3k diff --git a/lib_pypy/ctypes_config_cache/dumpcache.py

[pypy-commit] pypy py3k-newhash: modernize int's hash: it's now x modulo the new HASH_MODULUS.

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k-newhash Changeset: r63951:34a0157937d1 Date: 2013-05-09 15:32 -0700 http://bitbucket.org/pypy/pypy/changeset/34a0157937d1/ Log:modernize int's hash: it's now x modulo the new HASH_MODULUS. an exact port of CPython's impl is

[pypy-commit] pypy py3k-newhash: adjust per int's new hash

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k-newhash Changeset: r63952:1fefbf049c7c Date: 2013-05-09 16:20 -0700 http://bitbucket.org/pypy/pypy/changeset/1fefbf049c7c/ Log:adjust per int's new hash diff --git a/pypy/module/cpyext/test/test_object.py

[pypy-commit] pypy py3k-newhash: close to be merged branch

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k-newhash Changeset: r63953:b7ea75335567 Date: 2013-05-09 18:01 -0700 http://bitbucket.org/pypy/pypy/changeset/b7ea75335567/ Log:close to be merged branch ___ pypy-commit mailing list

[pypy-commit] pypy py3k: kill __pypy__.get_console_cp, use py3's os.device_encoding instead

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63955:ed8e8ff8f729 Date: 2013-05-09 18:14 -0700 http://bitbucket.org/pypy/pypy/changeset/ed8e8ff8f729/ Log:kill __pypy__.get_console_cp, use py3's os.device_encoding instead diff --git a/pypy/module/__pypy__/__init__.py

[pypy-commit] pypy py3k: fix the base seek impl to accept args

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63956:55096ba173ab Date: 2013-05-09 19:16 -0700 http://bitbucket.org/pypy/pypy/changeset/55096ba173ab/ Log:fix the base seek impl to accept args diff --git a/pypy/module/_io/interp_iobase.py

[pypy-commit] pypy py3k: fix --jit help

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63957:b97729690802 Date: 2013-05-09 19:36 -0700 http://bitbucket.org/pypy/pypy/changeset/b97729690802/ Log:fix --jit help diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] lang-js default: added instructions about how to run tests on README.rst.

2013-05-09 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r376:86f6f9c06efe Date: 2013-05-10 00:21 -0300 http://bitbucket.org/pypy/lang-js/changeset/86f6f9c06efe/ Log:added instructions about how to run tests on README.rst. diff --git a/README.rst b/README.rst new file mode 100644

[pypy-commit] lang-js default: added requirements.txt.

2013-05-09 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r375:9956fd14134e Date: 2013-05-10 00:06 -0300 http://bitbucket.org/pypy/lang-js/changeset/9956fd14134e/ Log:added requirements.txt. diff --git a/requirements.txt b/requirements.txt new file mode 100644 --- /dev/null +++