[pypy-commit] pypy msvc14: cleanup for non-msvc14

2018-02-06 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93779:80c21230ed5e Date: 2018-02-06 17:27 -0500 http://bitbucket.org/pypy/pypy/changeset/80c21230ed5e/ Log:cleanup for non-msvc14 diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy msvc14: do not use precompiled headers for main.c, wmain.c

2018-02-06 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93778:d3ca334e5537 Date: 2018-02-06 17:26 -0500 http://bitbucket.org/pypy/pypy/changeset/d3ca334e5537/ Log:do not use precompiled headers for main.c, wmain.c diff --git a/rpython/translator/platform/windows.py

[pypy-commit] pypy msvc14: refactor choosing msvc version

2018-02-06 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93777:6806803cf056 Date: 2018-02-06 17:25 -0500 http://bitbucket.org/pypy/pypy/changeset/6806803cf056/ Log:refactor choosing msvc version diff --git a/rpython/translator/platform/windows.py

[pypy-commit] pypy msvc14: make validate_fd into a context manager FdValidator(fd) for msvc

2018-02-06 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93775:2f7ecead192b Date: 2018-02-06 12:02 +0100 http://bitbucket.org/pypy/pypy/changeset/2f7ecead192b/ Log:make validate_fd into a context manager FdValidator(fd) for msvc diff --git a/pypy/module/__pypy__/__init__.py

[pypy-commit] pypy winapi: WIP adapting _winapi.py to _winapi.c from CPython

2018-02-06 Thread mattip
Author: Matti Picus Branch: winapi Changeset: r93774:8266092b4620 Date: 2018-02-02 19:02 +0100 http://bitbucket.org/pypy/pypy/changeset/8266092b4620/ Log:WIP adapting _winapi.py to _winapi.c from CPython diff --git a/lib_pypy/_pypy_winbase_build.py

[pypy-commit] pypy msvc14: global variables no longer exist, use functions instead

2018-02-06 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93776:4c1dd22959c2 Date: 2018-02-06 19:59 +0100 http://bitbucket.org/pypy/pypy/changeset/4c1dd22959c2/ Log:global variables no longer exist, use functions instead diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy default: never move changes by hand...

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93772:d209cc859e9b Date: 2018-02-06 16:08 +0100 http://bitbucket.org/pypy/pypy/changeset/d209cc859e9b/ Log:never move changes by hand... diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py --- a/rpython/rlib/rzlib.py +++ b/rpython/rlib/rzlib.py @@

[pypy-commit] pypy default: add optionality about memory pressure, defaulting to False

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93771:f59f5814a43c Date: 2018-02-06 14:39 +0100 http://bitbucket.org/pypy/pypy/changeset/f59f5814a43c/ Log:add optionality about memory pressure, defaulting to False diff --git a/pypy/module/gc/app_referents.py b/pypy/module/gc/app_referents.py ---

[pypy-commit] pypy default: cleanup

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93770:d655e2839a95 Date: 2018-02-06 14:38 +0100 http://bitbucket.org/pypy/pypy/changeset/d655e2839a95/ Log:cleanup diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -35,7 +35,7 @@ except

[pypy-commit] pypy default: document the branhc

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93769:25b0174b027f Date: 2018-02-06 10:51 +0100 http://bitbucket.org/pypy/pypy/changeset/25b0174b027f/ Log:document the branhc diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy memory-accounting: merge default

2018-02-06 Thread fijal
Author: fijal Branch: memory-accounting Changeset: r93767:e8d1f3223393 Date: 2018-02-05 16:34 +0100 http://bitbucket.org/pypy/pypy/changeset/e8d1f3223393/ Log:merge default diff too long, truncating to 2000 out of 90615 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@

[pypy-commit] pypy default: Merge memory-accounting which adds extra functions to gc that

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93768:f23eec5d0d6d Date: 2018-02-06 10:49 +0100 http://bitbucket.org/pypy/pypy/changeset/f23eec5d0d6d/ Log:Merge memory-accounting which adds extra functions to gc that let you describe the whole memory diff --git a/lib_pypy/_sqlite3.py