[pypy-commit] pypy winconsoleio: Implemented more tests for winconsole io.

2019-09-28 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97670:ff5130e8c568 Date: 2019-09-28 18:54 +0100 http://bitbucket.org/pypy/pypy/changeset/ff5130e8c568/ Log:Implemented more tests for winconsole io. Add interp tests for get_console_type method. Fixed a few things. diff --git a

[pypy-commit] pypy winconsoleio: Removed extraneous frees

2019-09-19 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97559:162b9ddd10a3 Date: 2019-09-20 07:11 +0100 http://bitbucket.org/pypy/pypy/changeset/162b9ddd10a3/ Log:Removed extraneous frees diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a

[pypy-commit] pypy winconsoleio: Added some more tests

2019-09-19 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97558:9210c8d4569e Date: 2019-09-20 06:58 +0100 http://bitbucket.org/pypy/pypy/changeset/9210c8d4569e/ Log:Added some more tests diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a

[pypy-commit] pypy winconsoleio: Fixed construction

2019-09-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97520:63fa74a8e4b7 Date: 2019-09-17 22:10 +0100 http://bitbucket.org/pypy/pypy/changeset/63fa74a8e4b7/ Log:Fixed construction diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a/pypy

[pypy-commit] pypy winconsoleio: merged heads

2019-09-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97516:4d02b4bab2af Date: 2019-09-17 14:42 +0100 http://bitbucket.org/pypy/pypy/changeset/4d02b4bab2af/ Log:merged heads diff --git a/lib-python/3/test/test_timeit.py b/lib-python/3/test/test_timeit.py --- a/lib-python/3/test

[pypy-commit] pypy winconsoleio: Switched fsdecode call to fspath following other pypy io modules

2019-09-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97515:6257428ac55f Date: 2019-09-17 14:41 +0100 http://bitbucket.org/pypy/pypy/changeset/6257428ac55f/ Log:Switched fsdecode call to fspath following other pypy io modules diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy

[pypy-commit] pypy winconsoleio: Fixed a few more things and implemented another test.

2019-09-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97510:5b5a1bf2f5af Date: 2019-09-17 11:56 +0100 http://bitbucket.org/pypy/pypy/changeset/5b5a1bf2f5af/ Log:Fixed a few more things and implemented another test. diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io

[pypy-commit] pypy winconsoleio: Merged discarded changes back in.

2019-09-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97501:dfec1e76b2be Date: 2019-09-16 20:02 +0100 http://bitbucket.org/pypy/pypy/changeset/dfec1e76b2be/ Log:Merged discarded changes back in. diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io

[pypy-commit] pypy winconsoleio: Merge

2019-09-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97500:0e928fe22992 Date: 2019-09-16 19:37 +0100 http://bitbucket.org/pypy/pypy/changeset/0e928fe22992/ Log:Merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org

[pypy-commit] pypy winconsoleio: Fixed issues

2019-09-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97499:01ae8b151011 Date: 2019-09-16 19:35 +0100 http://bitbucket.org/pypy/pypy/changeset/01ae8b151011/ Log:Fixed issues diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a/pypy/module

[pypy-commit] pypy winconsoleio: Implemented write method for the Windows console io class.

2019-09-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97496:d88f85fb9795 Date: 2019-09-16 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/d88f85fb9795/ Log:Implemented write method for the Windows console io class. diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module

[pypy-commit] pypy winconsoleio: Fixed a bunch of translation issues

2019-09-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97488:fa6bd070da3d Date: 2019-09-16 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/fa6bd070da3d/ Log:Fixed a bunch of translation issues diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io

[pypy-commit] pypy winconsoleio: Fix translation

2019-09-10 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97425:b4f36c7acc15 Date: 2019-09-10 23:11 +0100 http://bitbucket.org/pypy/pypy/changeset/b4f36c7acc15/ Log:Fix translation diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a/pypy

[pypy-commit] pypy winconsoleio: Implemented a bit more of readall. Fixed memory allocation in

2019-09-10 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97424:38ba22b576dd Date: 2019-09-10 22:54 +0100 http://bitbucket.org/pypy/pypy/changeset/38ba22b576dd/ Log:Implemented a bit more of readall. Fixed memory allocation in read_console_w diff --git a/pypy/module/_io

[pypy-commit] pypy winconsoleio: Added additional read methods

2019-09-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97408:82be22839499 Date: 2019-09-08 22:16 +0100 http://bitbucket.org/pypy/pypy/changeset/82be22839499/ Log:Added additional read methods diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py

[pypy-commit] pypy winconsoleio: Implemented read_console_w

2019-09-07 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97404:b164d0841d7d Date: 2019-09-07 23:02 +0100 http://bitbucket.org/pypy/pypy/changeset/b164d0841d7d/ Log:Implemented read_console_w diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py

[pypy-commit] pypy winconsoleio: work in progress

2019-09-05 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97383:267f37b690fc Date: 2019-09-06 05:55 +0100 http://bitbucket.org/pypy/pypy/changeset/267f37b690fc/ Log:work in progress diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_signal.py --- a/pypy

[pypy-commit] pypy winconsoleio: Added global sigint event

2019-09-01 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97366:a8914535a9cb Date: 2019-09-01 21:42 +0100 http://bitbucket.org/pypy/pypy/changeset/a8914535a9cb/ Log:Added global sigint event diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_signal.py

[pypy-commit] pypy winconsoleio: work in progress

2019-08-23 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97253:2626fc18dc10 Date: 2019-08-23 19:22 +0100 http://bitbucket.org/pypy/pypy/changeset/2626fc18dc10/ Log:work in progress diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a/pypy

[pypy-commit] pypy winconsoleio: A bit more implementation

2019-08-23 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97252:22748ac954cb Date: 2019-08-19 08:17 +0100 http://bitbucket.org/pypy/pypy/changeset/22748ac954cb/ Log:A bit more implementation diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py

[pypy-commit] pypy winconsoleio: Added a few more functions

2019-08-11 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97157:d892abac55ac Date: 2019-08-11 23:17 +0100 http://bitbucket.org/pypy/pypy/changeset/d892abac55ac/ Log:Added a few more functions diff --git a/pypy/module/_io/__init__.py b/pypy/module/_io/__init__.py --- a/pypy/module/_io/__init__

[pypy-commit] pypy winconsoleio: Implemented a couple more methods.

2019-06-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96779:a89938555d38 Date: 2019-06-08 23:12 +0100 http://bitbucket.org/pypy/pypy/changeset/a89938555d38/ Log:Implemented a couple more methods. diff --git a/pypy/module/_io/interp_io.py b/pypy/module/_io/interp_io.py --- a/pypy/module

[pypy-commit] pypy winconsoleio: Implemented _testconsole. Fixed translation issues.

2019-06-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96778:fb78fa19bcc4 Date: 2019-06-08 21:55 +0100 http://bitbucket.org/pypy/pypy/changeset/fb78fa19bcc4/ Log:Implemented _testconsole. Fixed translation issues. diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy

[pypy-commit] pypy winconsoleio: Fixed a few translation issues

2019-06-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96777:6c43ea44b9f0 Date: 2019-06-03 23:13 +0100 http://bitbucket.org/pypy/pypy/changeset/6c43ea44b9f0/ Log:Fixed a few translation issues diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py

[pypy-commit] pypy winconsoleio: Work in progress.

2019-06-01 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96726:462ddd6f090c Date: 2019-06-01 22:48 +0100 http://bitbucket.org/pypy/pypy/changeset/462ddd6f090c/ Log:Work in progress. diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a/pypy

[pypy-commit] pypy winconsoleio: Added testconsole, further implementation of winconsoleio.

2019-06-01 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96725:64a78c073e0b Date: 2019-06-01 17:40 +0100 http://bitbucket.org/pypy/pypy/changeset/64a78c073e0b/ Log:Added testconsole, further implementation of winconsoleio. diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module

[pypy-commit] pypy winconsoleio: Merged py3.6

2019-05-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96705:617ba4ae9ec9 Date: 2019-05-27 21:07 +0100 http://bitbucket.org/pypy/pypy/changeset/617ba4ae9ec9/ Log:Merged py3.6 diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py b/lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py --- a

[pypy-commit] pypy winconsoleio: Initial implementation of winconsoleio

2019-05-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96706:c795c20ce4b8 Date: 2019-05-27 23:33 +0100 http://bitbucket.org/pypy/pypy/changeset/c795c20ce4b8/ Log:Initial implementation of winconsoleio diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io

[pypy-commit] pypy winconsoleio: Started implementing winconsoleio

2019-05-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96703:01c16b67cba4 Date: 2019-05-27 10:27 +0100 http://bitbucket.org/pypy/pypy/changeset/01c16b67cba4/ Log:Started implementing winconsoleio diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io

[pypy-commit] pypy winconsoleio: Add winconsoleio to init

2019-05-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96704:d1f9ab0fd01b Date: 2019-05-27 21:06 +0100 http://bitbucket.org/pypy/pypy/changeset/d1f9ab0fd01b/ Log:Add winconsoleio to init diff --git a/pypy/module/_io/__init__.py b/pypy/module/_io/__init__.py --- a/pypy/module/_io/__init__

[pypy-commit] pypy py3.6: Fix test

2019-05-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: py3.6 Changeset: r96698:9bf9185580c6 Date: 2019-05-27 10:35 +0100 http://bitbucket.org/pypy/pypy/changeset/9bf9185580c6/ Log:Fix test diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --- a/pypy/module/_socket

[pypy-commit] pypy winmultiprocessing: Add app level sharelocal test.

2019-05-26 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96689:010688999eca Date: 2019-05-26 20:30 +0100 http://bitbucket.org/pypy/pypy/changeset/010688999eca/ Log:Add app level sharelocal test. diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++ b

[pypy-commit] pypy winmultiprocessing: Merge py3.6 branch

2019-05-26 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96690:5833cf4a4240 Date: 2019-05-26 20:36 +0100 http://bitbucket.org/pypy/pypy/changeset/5833cf4a4240/ Log:Merge py3.6 branch diff --git a/lib-python/2.7/test/capath/efa5f9c3.0 b/lib-python/2.7/test/capath/efa5f9c3.0 new file

[pypy-commit] pypy winmultiprocessing: Corrected parameters to RSocket call.

2019-05-20 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96649:884c7e6b4d3a Date: 2019-05-20 21:15 +0100 http://bitbucket.org/pypy/pypy/changeset/884c7e6b4d3a/ Log:Corrected parameters to RSocket call. diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket

[pypy-commit] pypy winmultiprocessing: First implementation of socket.share. Fixed issue with _testcapi import.

2019-05-19 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96636:440feb6ea372 Date: 2019-05-19 21:28 +0100 http://bitbucket.org/pypy/pypy/changeset/440feb6ea372/ Log:First implementation of socket.share. Fixed issue with _testcapi import. diff --git a/lib_pypy/_pypy_testcapi.py b

[pypy-commit] pypy winmultiprocessing: Merged in latest changes from py3.6

2019-05-11 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96596:ff7e3469b931 Date: 2019-05-11 19:14 +0100 http://bitbucket.org/pypy/pypy/changeset/ff7e3469b931/ Log:Merged in latest changes from py3.6 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -10,10 +10,6

[pypy-commit] pypy winmultiprocessing: Tidy up

2019-05-11 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96595:a66d30fad7bc Date: 2019-05-11 18:45 +0100 http://bitbucket.org/pypy/pypy/changeset/a66d30fad7bc/ Log:Tidy up diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++ b/lib_pypy

[pypy-commit] pypy winmultiprocessing: Fixed a load of multiprocessing tests.

2019-04-20 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96528:173fa2d8f8a1 Date: 2019-04-20 20:54 +0100 http://bitbucket.org/pypy/pypy/changeset/173fa2d8f8a1/ Log:Fixed a load of multiprocessing tests. diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_build.py

[pypy-commit] pypy winmultiprocessing: tidy up and attempt to fix some bugs.

2019-04-20 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96527:3f2da06e0f60 Date: 2019-04-20 13:52 +0100 http://bitbucket.org/pypy/pypy/changeset/3f2da06e0f60/ Log:tidy up and attempt to fix some bugs. diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py

[pypy-commit] pypy winmultiprocessing: Work in progress

2019-04-19 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96522:34061c010a7a Date: 2019-04-19 21:02 +0100 http://bitbucket.org/pypy/pypy/changeset/34061c010a7a/ Log:Work in progress diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_build.py --- a/lib_pypy

[pypy-commit] pypy winmultiprocessing: Work in progress.

2019-04-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96514:1140e7fc5df0 Date: 2019-04-18 07:54 +0100 http://bitbucket.org/pypy/pypy/changeset/1140e7fc5df0/ Log:Work in progress. diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++ b/lib_pypy

[pypy-commit] pypy winmultiprocessing: Started fixing multiprocessing tests.

2019-04-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96509:86cabae0bdec Date: 2019-04-16 22:31 +0100 http://bitbucket.org/pypy/pypy/changeset/86cabae0bdec/ Log:Started fixing multiprocessing tests. diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_build.py --- a

[pypy-commit] pypy winmultiprocessing: Work in progress.

2019-04-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96510:1e2f5638f110 Date: 2019-04-17 07:48 +0100 http://bitbucket.org/pypy/pypy/changeset/1e2f5638f110/ Log:Work in progress. diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_build.py --- a/lib_pypy

[pypy-commit] pypy winmultiprocessing: implemented dummy sem_unlink on win32 to match cpython and

2019-04-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96501:733e6283181b Date: 2019-04-16 12:33 +0100 http://bitbucket.org/pypy/pypy/changeset/733e6283181b/ Log:implemented dummy sem_unlink on win32 to match cpython and enable multiprocessing tests diff --git a/pypy/module

[pypy-commit] pypy py3.6: Merged heads.

2019-04-13 Thread andrewjlawrence
Author: andrewjlawrence Branch: py3.6 Changeset: r96473:db5a1e7fbbd0 Date: 2019-04-14 07:36 +0100 http://bitbucket.org/pypy/pypy/changeset/db5a1e7fbbd0/ Log:Merged heads. diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py new file mode 100644 --- /dev/null +++ b/lib_pypy

[pypy-commit] pypy py3.6: Merged overlapped into py3.6

2019-04-13 Thread andrewjlawrence
Author: andrewjlawrence Branch: py3.6 Changeset: r96472:fa2f3d6387d6 Date: 2019-04-14 07:30 +0100 http://bitbucket.org/pypy/pypy/changeset/fa2f3d6387d6/ Log:Merged overlapped into py3.6 diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py new file mode 100644 --- /dev/null +++ b

[pypy-commit] pypy winoverlapped: close branch to be merged

2019-04-13 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96471:355b75ea7623 Date: 2019-04-14 07:29 +0100 http://bitbucket.org/pypy/pypy/changeset/355b75ea7623/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy winoverlapped: Update whatsnew.

2019-04-13 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96470:b2a3694d9807 Date: 2019-04-14 07:23 +0100 http://bitbucket.org/pypy/pypy/changeset/b2a3694d9807/ Log:Update whatsnew. diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3

[pypy-commit] pypy winoverlapped: Fixed Subprocess tests

2019-04-13 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96455:80e8863b95ef Date: 2019-04-13 15:11 +0100 http://bitbucket.org/pypy/pypy/changeset/80e8863b95ef/ Log:Fixed Subprocess tests diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++ b

[pypy-commit] pypy winoverlapped: Replaced calls to _WinError with SetFromWindowsErr

2019-04-06 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96422:afa98536e149 Date: 2019-04-06 14:36 +0100 http://bitbucket.org/pypy/pypy/changeset/afa98536e149/ Log:Replaced calls to _WinError with SetFromWindowsErr diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a

[pypy-commit] pypy winoverlapped: Merged py3.6 changes

2019-03-28 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96386:6c5e88b3724e Date: 2019-03-28 22:18 + http://bitbucket.org/pypy/pypy/changeset/6c5e88b3724e/ Log:Merged py3.6 changes diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py --- a/pypy

[pypy-commit] pypy winoverlapped: Correct GetLastError module.

2019-03-28 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96385:c91d95fe08ff Date: 2019-03-28 22:16 + http://bitbucket.org/pypy/pypy/changeset/c91d95fe08ff/ Log:Correct GetLastError module. diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++ b

[pypy-commit] pypy winoverlapped: Add connection aborted error code.

2019-03-28 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96373:60b0c39477d5 Date: 2019-03-28 07:52 + http://bitbucket.org/pypy/pypy/changeset/60b0c39477d5/ Log:Add connection aborted error code. diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++ b

[pypy-commit] pypy winoverlapped: Fixed exception types produced by overlapped.getresult, reverted rwin32.py

2019-03-28 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96372:79630c7e2718 Date: 2019-03-28 07:46 + http://bitbucket.org/pypy/pypy/changeset/79630c7e2718/ Log:Fixed exception types produced by overlapped.getresult, reverted rwin32.py diff --git a/lib_pypy/_overlapped.py b

[pypy-commit] pypy default: Modify exceptions to produce connection refused error on client socket failure.

2019-03-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: Changeset: r96357:43cdaf1865f0 Date: 2019-03-19 06:04 + http://bitbucket.org/pypy/pypy/changeset/43cdaf1865f0/ Log:Modify exceptions to produce connection refused error on client socket failure. diff --git a/rpython/rlib/rwin32.py b/rpython/rlib

[pypy-commit] pypy winoverlapped: Modify exceptions to produce connection refused error on client socket failure.

2019-03-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96354:e824a633d633 Date: 2019-03-19 06:04 + http://bitbucket.org/pypy/pypy/changeset/e824a633d633/ Log:Modify exceptions to produce connection refused error on client socket failure. diff --git a/rpython/rlib/rwin32.py b

[pypy-commit] pypy winoverlapped: Fixed a few more bugs realted to overlapped io in test_events.py

2019-03-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96355:9042d6247856 Date: 2019-03-27 07:26 + http://bitbucket.org/pypy/pypy/changeset/9042d6247856/ Log:Fixed a few more bugs realted to overlapped io in test_events.py diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py

[pypy-commit] pypy winoverlapped: Ensure that WSAStartup is called.

2019-03-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96335:727888c771e9 Date: 2019-03-17 20:24 + http://bitbucket.org/pypy/pypy/changeset/727888c771e9/ Log:Ensure that WSAStartup is called. diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py

[pypy-commit] pypy winoverlapped: Add BindLocal and ConnectEx

2019-03-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96334:cf8f6013c5f0 Date: 2019-03-17 20:20 + http://bitbucket.org/pypy/pypy/changeset/cf8f6013c5f0/ Log:Add BindLocal and ConnectEx diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++ b

[pypy-commit] pypy winoverlapped: Implemented Overlapped.AcceptEx

2019-03-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96333:619d115d9992 Date: 2019-03-17 15:11 + http://bitbucket.org/pypy/pypy/changeset/619d115d9992/ Log:Implemented Overlapped.AcceptEx diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py

[pypy-commit] pypy winoverlapped: Added initialization of dynamically loaded functions.

2019-03-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96332:ce42458cb91d Date: 2019-03-17 13:33 + http://bitbucket.org/pypy/pypy/changeset/ce42458cb91d/ Log:Added initialization of dynamically loaded functions. diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a

[pypy-commit] pypy winoverlapped: Work in progress implementing AcceptEx

2019-03-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96331:8da7c8e10b0a Date: 2019-03-17 09:28 + http://bitbucket.org/pypy/pypy/changeset/8da7c8e10b0a/ Log:Work in progress implementing AcceptEx diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy

[pypy-commit] pypy winoverlapped: Added WSASend

2019-03-17 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96330:2e8a37df02ef Date: 2019-03-17 07:16 + http://bitbucket.org/pypy/pypy/changeset/2e8a37df02ef/ Log:Added WSASend diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++ b/lib_pypy

[pypy-commit] pypy winoverlapped: Set error on overlapped object and added wait for multiple objects.

2019-03-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96329:3e255039d4dc Date: 2019-03-16 18:21 + http://bitbucket.org/pypy/pypy/changeset/3e255039d4dc/ Log:Set error on overlapped object and added wait for multiple objects. diff --git a/lib_pypy/_overlapped.py b/lib_pypy

[pypy-commit] pypy winoverlapped: Fixed remaining tests in test_windows_events.py.

2019-03-16 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96328:c0aff3718043 Date: 2019-03-16 17:14 + http://bitbucket.org/pypy/pypy/changeset/c0aff3718043/ Log:Fixed remaining tests in test_windows_events.py. Added the overlapped class back into _winapi which was wrongly removed

[pypy-commit] pypy winoverlapped: Fixed ProactorTests.test_pipe

2019-03-12 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96303:9962c2550731 Date: 2019-03-12 23:02 + http://bitbucket.org/pypy/pypy/changeset/9962c2550731/ Log:Fixed ProactorTests.test_pipe diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py

[pypy-commit] pypy winoverlapped: Further implementation of _overlapped

2019-03-12 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96288:c4d3d27effa0 Date: 2019-03-02 21:39 + http://bitbucket.org/pypy/pypy/changeset/c4d3d27effa0/ Log:Further implementation of _overlapped diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy

[pypy-commit] pypy winoverlapped: Fixed a another test

2019-02-26 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96184:a98c0892bf12 Date: 2019-02-27 00:30 + http://bitbucket.org/pypy/pypy/changeset/a98c0892bf12/ Log:Fixed a another test diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++ b

[pypy-commit] pypy winoverlapped: Fixed first test case for windows events

2019-02-24 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96151:aadc1d859506 Date: 2019-02-24 21:19 + http://bitbucket.org/pypy/pypy/changeset/aadc1d859506/ Log:Fixed first test case for windows events diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy

[pypy-commit] pypy winoverlapped: Work in progress - implemented do_WSARecv. It has a bug.

2019-02-10 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95928:93581a9e8006 Date: 2019-02-10 20:59 + http://bitbucket.org/pypy/pypy/changeset/93581a9e8006/ Log:Work in progress - implemented do_WSARecv. It has a bug. diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a

[pypy-commit] pypy winoverlapped: Started implementing WSARecv

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95912:eb3c85f76e9d Date: 2019-02-08 21:43 + http://bitbucket.org/pypy/pypy/changeset/eb3c85f76e9d/ Log:Started implementing WSARecv diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++ b

[pypy-commit] pypy winoverlapped: Fixing asyncio - work in progress

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95907:a7c5ca35f519 Date: 2019-02-08 12:36 + http://bitbucket.org/pypy/pypy/changeset/a7c5ca35f519/ Log:Fixing asyncio - work in progress diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py

[pypy-commit] pypy winoverlapped: added overlapped type and implemented overlapped cancel method

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95908:4f3f9908aea9 Date: 2019-02-08 13:39 + http://bitbucket.org/pypy/pypy/changeset/4f3f9908aea9/ Log:added overlapped type and implemented overlapped cancel method diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py

[pypy-commit] pypy winoverlapped: Started implementing CreateIoCompletionPort

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95910:ba8adec396ef Date: 2019-02-08 15:55 + http://bitbucket.org/pypy/pypy/changeset/ba8adec396ef/ Log:Started implementing CreateIoCompletionPort diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy

[pypy-commit] pypy winoverlapped: Work in progress - fixed casting issues

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95911:d599f3b0c6cb Date: 2019-02-08 21:14 + http://bitbucket.org/pypy/pypy/changeset/d599f3b0c6cb/ Log:Work in progress - fixed casting issues diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy

[pypy-commit] pypy winoverlapped: Work in progress. Added GetQueueCompletionStatus.

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95909:846255c51472 Date: 2019-02-08 14:31 + http://bitbucket.org/pypy/pypy/changeset/846255c51472/ Log:Work in progress. Added GetQueueCompletionStatus. diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy

[pypy-commit] pypy winoverlapped: Merge branch

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95889:45806a696752 Date: 2019-02-08 09:56 + http://bitbucket.org/pypy/pypy/changeset/45806a696752/ Log:Merge branch diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -4,8 +4,10 @@ *~ .*.swp .idea

[pypy-commit] pypy winoverlapped: Work in progress

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95888:5282280ffad4 Date: 2019-02-06 21:30 + http://bitbucket.org/pypy/pypy/changeset/5282280ffad4/ Log:Work in progress diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapped.py +++ b/lib_pypy

[pypy-commit] pypy winoverlapped: Add _overlapped.py

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r95887:293f10f71a75 Date: 2019-02-06 13:19 + http://bitbucket.org/pypy/pypy/changeset/293f10f71a75/ Log:Add _overlapped.py diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py new file mode 100644 --- /dev/null +++ b

[pypy-commit] pypy default: Merged inet_pton change

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: Changeset: r95886:d8e2362354de Date: 2019-02-08 09:39 + http://bitbucket.org/pypy/pypy/changeset/d8e2362354de/ Log:Merged inet_pton change diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +++ b

[pypy-commit] pypy default: remove posix restriction on inet_pton

2019-02-08 Thread andrewjlawrence
Author: andrewjlawrence Branch: Changeset: r95885:c95a472b8e59 Date: 2019-02-06 22:03 + http://bitbucket.org/pypy/pypy/changeset/c95a472b8e59/ Log:remove posix restriction on inet_pton diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib

[pypy-commit] pypy 35windowsfixes: Closed branch. The commit was grafted into the default branch

2019-02-06 Thread andrewjlawrence
Author: andrewjlawrence Branch: 35windowsfixes Changeset: r95868:284828e44f37 Date: 2019-02-06 11:08 + http://bitbucket.org/pypy/pypy/changeset/284828e44f37/ Log:Closed branch. The commit was grafted into the default branch ___ pypy-commit

[pypy-commit] pypy default: Fixed nan sign on windows

2019-02-06 Thread andrewjlawrence
Author: andrewjlawrence Branch: Changeset: r95857:f8548d5c059a Date: 2019-02-05 17:17 + http://bitbucket.org/pypy/pypy/changeset/f8548d5c059a/ Log:Fixed nan sign on windows diff --git a/rpython/rtyper/lltypesystem/module/test/math_cases.py b/rpython/rtyper/lltypesystem/module/test

[pypy-commit] pypy 35windowsfixes: Fixed nan sign on windows

2019-02-05 Thread andrewjlawrence
Author: andrewjlawrence Branch: 35windowsfixes Changeset: r95848:25c28e745b5a Date: 2019-02-05 17:17 + http://bitbucket.org/pypy/pypy/changeset/25c28e745b5a/ Log:Fixed nan sign on windows diff --git a/rpython/rtyper/lltypesystem/module/test/math_cases.py b/rpython/rtyper/lltypesystem

[pypy-commit] pypy windowsinstaller: Add missing file

2019-02-05 Thread andrewjlawrence
Author: andrewjlawrence Branch: windowsinstaller Changeset: r95823:a92906227d30 Date: 2019-02-02 22:14 + http://bitbucket.org/pypy/pypy/changeset/a92906227d30/ Log:Add missing file diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props new file mode 100644 --- /dev/null +++ b/PCbuild

[pypy-commit] pypy py3.5: Fixed tests from own own-win-x86-32

2018-09-28 Thread andrewjlawrence
Author: andrewjlawrence Branch: py3.5 Changeset: r95171:251058ac9cef Date: 2018-09-19 18:55 +0100 http://bitbucket.org/pypy/pypy/changeset/251058ac9cef/ Log:Fixed tests from own own-win-x86-32 pypy.module._io.test.test_fileio AppTestFileIO.().test_FileIO_fd_does_not_change_inheritable

[pypy-commit] pypy py3.5: Tried just removing not windows check. Worked.

2018-09-28 Thread andrewjlawrence
Author: andrewjlawrence Branch: py3.5 Changeset: r95172:4434aa0cd934 Date: 2018-09-28 22:45 +0100 http://bitbucket.org/pypy/pypy/changeset/4434aa0cd934/ Log:Tried just removing not windows check. Worked. diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_io/interp_fileio.py --- a