[pypy-commit] pypy default: Link to the general extradoc/talk directory.

2014-06-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r72116:9dd89ee7e5b2 Date: 2014-06-21 09:11 +0200 http://bitbucket.org/pypy/pypy/changeset/9dd89ee7e5b2/ Log:Link to the general extradoc/talk directory. diff --git a/pypy/doc/extradoc.rst b/pypy/doc/extradoc.rst --- a/pypy/doc/extradoc.rst +++ b/pypy/do

[pypy-commit] pypy default: Release the GIL when calling out to fclose() and pclose()

2014-06-21 Thread vext01
Author: Edd Barrett Branch: Changeset: r72117:c684bf704d1f Date: 2014-06-20 17:32 +0100 http://bitbucket.org/pypy/pypy/changeset/c684bf704d1f/ Log:Release the GIL when calling out to fclose() and pclose() Bug exposed by pypy bridge. Armin explains it best: 11:04 < arigato>

[pypy-commit] pypy default: Fix for issue #1787

2014-06-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r72118:d1b0787cfc90 Date: 2014-06-21 10:56 +0200 http://bitbucket.org/pypy/pypy/changeset/d1b0787cfc90/ Log:Fix for issue #1787 diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py --- a/pypy/module/_rawffi/interp_ra

[pypy-commit] cffi default: Merged in techtonik/cffi (pull request #40)

2014-06-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r1518:bada488956f8 Date: 2014-06-21 21:33 +0200 http://bitbucket.org/cffi/cffi/changeset/bada488956f8/ Log:Merged in techtonik/cffi (pull request #40) Attempt to improve intro text for people not familiar with problem diff --git a/doc/source/in

[pypy-commit] cffi default: Attempt to improve intro text for people not familiar with problem

2014-06-21 Thread techtonik
Author: anatoly techtonik Branch: Changeset: r1515:8d721cd75852 Date: 2014-05-30 14:10 +0300 http://bitbucket.org/cffi/cffi/changeset/8d721cd75852/ Log:Attempt to improve intro text for people not familiar with problem diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/sourc

[pypy-commit] cffi default: docs: English improvement, thank to Daniel Holth

2014-06-21 Thread techtonik
Author: anatoly techtonik Branch: Changeset: r1516:02cede1d62b2 Date: 2014-05-30 16:54 +0300 http://bitbucket.org/cffi/cffi/changeset/02cede1d62b2/ Log:docs: English improvement, thank to Daniel Holth diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/

[pypy-commit] cffi default: index.rst: typo, edited online with Bitbucket

2014-06-21 Thread techtonik
Author: anatoly techtonik Branch: Changeset: r1517:75a1c583a999 Date: 2014-06-16 08:35 + http://bitbucket.org/cffi/cffi/changeset/75a1c583a999/ Log:index.rst: typo, edited online with Bitbucket diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc

[pypy-commit] cffi default: Rephrase again a paragraph

2014-06-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r1519:1ab01de49a4b Date: 2014-06-21 21:41 +0200 http://bitbucket.org/cffi/cffi/changeset/1ab01de49a4b/ Log:Rephrase again a paragraph diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -9,17

[pypy-commit] pypy default: directly import RawCDLL instead of relying on "import *"

2014-06-21 Thread mattip
Author: mattip Branch: Changeset: r72120:792c3453abff Date: 2014-06-20 16:55 +0300 http://bitbucket.org/pypy/pypy/changeset/792c3453abff/ Log:directly import RawCDLL instead of relying on "import *" diff --git a/pypy/module/sys/vm.py b/pypy/module/sys/vm.py --- a/pypy/module/sys/vm.py +++ b

[pypy-commit] pypy default: fix use of deprecated _ctypes.call_function in win32 only ctypes -A test, since it is not yet removed.

2014-06-21 Thread mattip
Author: mattip Branch: Changeset: r72119:765614ef397c Date: 2014-06-20 14:41 +0300 http://bitbucket.org/pypy/pypy/changeset/765614ef397c/ Log:fix use of deprecated _ctypes.call_function in win32 only ctypes -A test, since it is not yet removed. diff --git a/lib_pypy/_ctypes/function

[pypy-commit] pypy default: merge heads

2014-06-21 Thread mattip
Author: mattip Branch: Changeset: r72122:b4af9ad3c7d8 Date: 2014-06-21 22:20 +0300 http://bitbucket.org/pypy/pypy/changeset/b4af9ad3c7d8/ Log:merge heads diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/function.py +++ b/lib_pypy/_ctypes/functi

[pypy-commit] pypy disable_pythonapi: document failed functionality of pythonapi

2014-06-21 Thread mattip
Author: mattip Branch: disable_pythonapi Changeset: r72121:8830f5d80d16 Date: 2014-06-21 21:09 +0300 http://bitbucket.org/pypy/pypy/changeset/8830f5d80d16/ Log:document failed functionality of pythonapi diff --git a/pypy/doc/ctypes-implementation.rst b/pypy/doc/ctypes-implementation.rst ---

[pypy-commit] pypy default: fix test of rzipfile on win32 (arigato)

2014-06-21 Thread mattip
Author: mattip Branch: Changeset: r72123:4e8d7e49de5b Date: 2014-06-21 22:48 +0300 http://bitbucket.org/pypy/pypy/changeset/4e8d7e49de5b/ Log:fix test of rzipfile on win32 (arigato) diff --git a/rpython/rlib/streamio.py b/rpython/rlib/streamio.py --- a/rpython/rlib/streamio.py +++ b/rpython

[pypy-commit] pypy py3.3: Fix exception handling in _ssl: it now use distinct Exception classes.

2014-06-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72128:18dd3240202b Date: 2014-06-22 00:07 +0200 http://bitbucket.org/pypy/pypy/changeset/18dd3240202b/ Log:Fix exception handling in _ssl: it now use distinct Exception classes. + Small hacks until "import ssl" succeeds. diff --g

[pypy-commit] pypy py3k: Backed out changeset 62fc05632b25: wrong branch

2014-06-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r72125:43e81986f9b2 Date: 2014-06-20 22:23 +0200 http://bitbucket.org/pypy/pypy/changeset/43e81986f9b2/ Log:Backed out changeset 62fc05632b25: wrong branch diff --git a/pypy/module/unicodedata/__init__.py b/pypy/module/unicodedata/__init_

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

2014-06-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72126:9e03d88e5f4c Date: 2014-06-20 22:23 +0200 http://bitbucket.org/pypy/pypy/changeset/9e03d88e5f4c/ Log:hg merge py3.3 ___ pypy-commit mailing list [email protected] https://mail.python

[pypy-commit] pypy py3.3: Redo 62fc05632b25: unicodedata 6.2.0 for Python 3.3

2014-06-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72127:3400f9076823 Date: 2014-06-20 22:27 +0200 http://bitbucket.org/pypy/pypy/changeset/3400f9076823/ Log:Redo 62fc05632b25: unicodedata 6.2.0 for Python 3.3 diff --git a/pypy/module/unicodedata/__init__.py b/pypy/module/unicodedata/__

[pypy-commit] pypy py3k: switch to unicodedata 6.2.0

2014-06-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r72124:62fc05632b25 Date: 2014-06-20 22:12 +0200 http://bitbucket.org/pypy/pypy/changeset/62fc05632b25/ Log:switch to unicodedata 6.2.0 diff --git a/pypy/module/unicodedata/__init__.py b/pypy/module/unicodedata/__init__.py --- a/pypy/modu