[pypy-commit] cffi default: typo in overview code (thanks __imp__)

2020-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r3342:976b4a8b1c6b Date: 2020-02-13 09:45 +0100 http://foss.heptapod.net/cffi/cffi/changeset/976b4a8b1c6b/ Log:typo in overview code (thanks __imp__) diff --git a/doc/source/overview.rst b/doc/source/overview.rst --- a/doc/source/overview.rst +++

[pypy-commit] cffi default: typo

2019-02-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r3229:28096df0c342 Date: 2019-02-22 12:26 +0100 http://bitbucket.org/cffi/cffi/changeset/28096df0c342/ Log:typo diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/source/ref.rst @@ -177,7 +177,7 @@ in addition to

[pypy-commit] cffi default: Typo

2017-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3011:900dc93b3c6a Date: 2017-09-16 15:13 +0200 http://bitbucket.org/cffi/cffi/changeset/900dc93b3c6a/ Log:Typo diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst

[pypy-commit] cffi default: typo

2017-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2896:d9575530d274 Date: 2017-03-07 14:20 +0100 http://bitbucket.org/cffi/cffi/changeset/d9575530d274/ Log:typo diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/source/ref.rst @@ -452,7 +452,7 @@

[pypy-commit] cffi default: typo

2016-12-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r2841:3425f640febb Date: 2016-12-25 09:23 +0100 http://bitbucket.org/cffi/cffi/changeset/3425f640febb/ Log:typo diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -902,7 +902,7

[pypy-commit] cffi default: typo

2016-05-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r2697:392b2fc8f461 Date: 2016-05-15 08:57 +0200 http://bitbucket.org/cffi/cffi/changeset/392b2fc8f461/ Log:typo diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst --- a/doc/source/embedding.rst +++

[pypy-commit] cffi default: typo

2015-10-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r2362:775ead7b90d7 Date: 2015-10-24 12:18 +0200 http://bitbucket.org/cffi/cffi/changeset/775ead7b90d7/ Log:typo diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -253,7 +253,7

[pypy-commit] cffi default: typo

2015-05-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r2089:5e5d1fe207c8 Date: 2015-05-22 19:19 +0200 http://bitbucket.org/cffi/cffi/changeset/5e5d1fe207c8/ Log:typo diff --git a/doc/source/overview.rst b/doc/source/overview.rst --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@

[pypy-commit] cffi default: typo

2015-01-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1627:ff0c3c90d309 Date: 2015-01-09 11:58 +0100 http://bitbucket.org/cffi/cffi/changeset/ff0c3c90d309/ Log:typo diff --git a/cffi/commontypes.py b/cffi/commontypes.py --- a/cffi/commontypes.py +++ b/cffi/commontypes.py @@ -243,7 +243,7

[pypy-commit] cffi default: typo

2014-12-19 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1594:992bdcd2ed2c Date: 2014-12-19 16:43 +0100 http://bitbucket.org/cffi/cffi/changeset/992bdcd2ed2c/ Log:typo diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -408,7 +408,7 @@ def test_invalid_indexing():

[pypy-commit] cffi default: typo

2014-12-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1586:dac8897a6503 Date: 2014-12-05 18:23 +0100 http://bitbucket.org/cffi/cffi/changeset/dac8897a6503/ Log:typo diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -4765,7 +4765,7 @@

[pypy-commit] cffi default: typo

2013-02-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1166:49104377cf81 Date: 2013-02-23 15:03 +0100 http://bitbucket.org/cffi/cffi/changeset/49104377cf81/ Log:typo diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -716,7

[pypy-commit] cffi default: Typo

2012-09-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r690:2195ae9f4ebb Date: 2012-07-26 20:00 +0200 http://bitbucket.org/cffi/cffi/changeset/2195ae9f4ebb/ Log:Typo diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -960,7

[pypy-commit] cffi default: typo (thanks Alex Gaynor)

2012-07-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r753:55bf2c656608 Date: 2012-08-01 00:09 +0200 http://bitbucket.org/cffi/cffi/changeset/55bf2c656608/ Log:typo (thanks Alex Gaynor) diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++

[pypy-commit] cffi default: Typo

2012-07-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r665:9eca3f6bd1c3 Date: 2012-07-18 08:54 +0200 http://bitbucket.org/cffi/cffi/changeset/9eca3f6bd1c3/ Log:Typo diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -98,7 +98,7

[pypy-commit] cffi default: typo

2012-07-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r623:8deb16b45d7e Date: 2012-07-10 20:34 +0200 http://bitbucket.org/cffi/cffi/changeset/8deb16b45d7e/ Log:typo diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -382,7

[pypy-commit] cffi default: typo

2012-07-09 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r616:d582d98e15f0 Date: 2012-07-09 20:19 +0200 http://bitbucket.org/cffi/cffi/changeset/d582d98e15f0/ Log:typo diff --git a/c/wchar_helper.h b/c/wchar_helper.h --- a/c/wchar_helper.h +++ b/c/wchar_helper.h @@ -50,7 +50,7 @@

[pypy-commit] cffi default: typo

2012-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r575:9f76757d3457 Date: 2012-07-04 04:16 +0200 http://bitbucket.org/cffi/cffi/changeset/9f76757d3457/ Log:typo diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2781,7 +2781,7 @@

[pypy-commit] cffi default: typo

2012-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r578:c76e50de3531 Date: 2012-07-04 06:03 +0200 http://bitbucket.org/cffi/cffi/changeset/c76e50de3531/ Log:typo diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -792,7 +792,7 @@

[pypy-commit] cffi default: typo

2012-06-28 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r555:010172483807 Date: 2012-06-28 12:49 +0200 http://bitbucket.org/cffi/cffi/changeset/010172483807/ Log:typo diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2675,8 +2675,8 @@

[pypy-commit] cffi default: typo

2012-06-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r418:42c72d04b6f8 Date: 2012-06-17 19:54 +0200 http://bitbucket.org/cffi/cffi/changeset/42c72d04b6f8/ Log:typo diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -283,7