[pypy-commit] pypy py3k: relax a really too strict check

2016-07-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r85936:bab3802035ec Date: 2016-07-30 12:30 -0700 http://bitbucket.org/pypy/pypy/changeset/bab3802035ec/ Log:relax a really too strict check diff --git a/lib-python/3/test/test_unicode.py

[pypy-commit] pypy py3k: (raffael_t) kill dupe handle_with_stmt

2016-07-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r85934:6607006c575e Date: 2016-07-30 10:51 -0700 http://bitbucket.org/pypy/pypy/changeset/6607006c575e/ Log:(raffael_t) kill dupe handle_with_stmt diff --git a/pypy/interpreter/astcompiler/astbuilder.py

[pypy-commit] pypy py3k: Merged in marky1991/pypy_new/py3k (pull request #454)

2016-06-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r85294:ba36ebd247e1 Date: 2016-06-20 15:15 -0700 http://bitbucket.org/pypy/pypy/changeset/ba36ebd247e1/ Log:Merged in marky1991/pypy_new/py3k (pull request #454) Py3k: Update Fallback Code in Time to Match CPython

[pypy-commit] pypy.org extradoc: fix formatting

2016-06-07 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r754:d7eae3f0f84d Date: 2016-06-07 20:11 -0700 http://bitbucket.org/pypy/pypy.org/changeset/d7eae3f0f84d/ Log:fix formatting diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -413,7

[pypy-commit] pypy py3k: seems to work now

2016-06-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84985:a02677ec50cc Date: 2016-06-06 15:35 -0700 http://bitbucket.org/pypy/pypy/changeset/a02677ec50cc/ Log:seems to work now diff --git a/pypy/module/cpyext/test/test_structseq.py

[pypy-commit] pypy default: mention last week's PyPy3.3 release, rST fix

2016-06-05 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84951:d9d1bac12baa Date: 2016-06-05 13:53 -0700 http://bitbucket.org/pypy/pypy/changeset/d9d1bac12baa/ Log:mention last week's PyPy3.3 release, rST fix diff --git a/pypy/doc/release-pypy2.7-v5.3.0.rst

[pypy-commit] buildbot default: build py3k nightly on linux32/osx

2016-05-31 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r1009:eb7d4b1b07b7 Date: 2016-05-31 11:46 -0700 http://bitbucket.org/pypy/buildbot/changeset/eb7d4b1b07b7/ Log:build py3k nightly on linux32/osx diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py ---

[pypy-commit] pypy py3k: use wrap_fsdecoded

2016-05-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84839:58a29d4ff2ab Date: 2016-05-30 15:34 -0700 http://bitbucket.org/pypy/pypy/changeset/58a29d4ff2ab/ Log:use wrap_fsdecoded diff --git a/pypy/module/sys/initpath.py b/pypy/module/sys/initpath.py ---

[pypy-commit] pypy.org extradoc: update 3's version

2016-05-30 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r752:df493afc42f6 Date: 2016-05-30 15:41 -0700 http://bitbucket.org/pypy/pypy.org/changeset/df493afc42f6/ Log:update 3's version diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@

[pypy-commit] pypy default: updates

2016-05-30 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84838:4c4a4275dfeb Date: 2016-05-30 14:54 -0700 http://bitbucket.org/pypy/pypy/changeset/4c4a4275dfeb/ Log:updates diff --git a/pypy/doc/release-pypy3.3-v5.2-alpha1.rst b/pypy/doc/release-pypy3.3-v5.2-alpha1.rst ---

[pypy-commit] pypy default: accentuate the negative

2016-05-30 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84828:c0bc3ce53c5c Date: 2016-05-30 01:49 -0700 http://bitbucket.org/pypy/pypy/changeset/c0bc3ce53c5c/ Log:accentuate the negative diff --git a/pypy/doc/release-pypy3.3-v5.2-alpha1.rst

[pypy-commit] pypy release-pypy3.3-v5: merge py3k

2016-05-29 Thread pjenvey
Author: Philip Jenvey Branch: release-pypy3.3-v5 Changeset: r84824:40497617ae91 Date: 2016-05-29 13:38 -0700 http://bitbucket.org/pypy/pypy/changeset/40497617ae91/ Log:merge py3k diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst ---

[pypy-commit] pypy py3k: fix certain bootstrap issues w/ fsdecoding (refs #2300): bootstrap check for

2016-05-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84817:a74ce6610195 Date: 2016-05-29 09:38 -0700 http://bitbucket.org/pypy/pypy/changeset/a74ce6610195/ Log:fix certain bootstrap issues w/ fsdecoding (refs #2300): bootstrap check for delayed filesystemencoding

[pypy-commit] pypy py3k: more fsdecode on paths

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84805:b5da016f9d1b Date: 2016-05-28 17:53 -0700 http://bitbucket.org/pypy/pypy/changeset/b5da016f9d1b/ Log:more fsdecode on paths diff --git a/pypy/module/sys/state.py b/pypy/module/sys/state.py ---

[pypy-commit] pypy py3k: only encode unicode

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84806:2dd24a7eb90b Date: 2016-05-28 17:52 -0700 http://bitbucket.org/pypy/pypy/changeset/2dd24a7eb90b/ Log:only encode unicode (grafted from 30cf97b5462bf8d9e94cd8946b2871877ca3197d) diff --git

[pypy-commit] pypy default: only encode unicode

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84804:30cf97b5462b Date: 2016-05-28 17:52 -0700 http://bitbucket.org/pypy/pypy/changeset/30cf97b5462b/ Log:only encode unicode diff --git a/rpython/tool/runsubprocess.py b/rpython/tool/runsubprocess.py ---

[pypy-commit] pypy py3k-get_clock_info: older glibc needs -lrt for clock_getres and friends

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84799:c21e5efc4534 Date: 2016-05-28 13:13 -0700 http://bitbucket.org/pypy/pypy/changeset/c21e5efc4534/ Log:older glibc needs -lrt for clock_getres and friends diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k-get_clock_info: fill_clock_info -> _setinfo

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84802:e32a74a2dba7 Date: 2016-05-28 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/e32a74a2dba7/ Log:fill_clock_info -> _setinfo diff --git a/pypy/module/time/interp_time.py

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

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84803:7e5d1ee11bb2 Date: 2016-05-28 14:18 -0700 http://bitbucket.org/pypy/pypy/changeset/7e5d1ee11bb2/ Log:merge py3k-get_clock_info adds time.get_clock_info for posix, windows is still a work in progress

[pypy-commit] pypy py3k: fix platform detection

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84800:e90d6c443b01 Date: 2016-05-28 13:57 -0700 http://bitbucket.org/pypy/pypy/changeset/e90d6c443b01/ Log:fix platform detection diff --git a/pypy/module/time/test/test_time.py b/pypy/module/time/test/test_time.py ---

[pypy-commit] pypy py3k-get_clock_info: cleanup the in progress windows code

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84801:5396a4b69c6a Date: 2016-05-28 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/5396a4b69c6a/ Log:cleanup the in progress windows code diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k-get_clock_info: woops

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84798:3662c940f099 Date: 2016-05-28 01:07 -0700 http://bitbucket.org/pypy/pypy/changeset/3662c940f099/ Log:woops diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k-get_clock_info: merge the non darwin posix monotonic()s

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84794:7a28ae969b66 Date: 2016-05-28 00:41 -0700 http://bitbucket.org/pypy/pypy/changeset/7a28ae969b66/ Log:merge the non darwin posix monotonic()s diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k-get_clock_info: bring over test_time's test

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84793:132af9b56ede Date: 2016-05-28 00:41 -0700 http://bitbucket.org/pypy/pypy/changeset/132af9b56ede/ Log:bring over test_time's test diff --git a/pypy/module/time/test/test_time.py

[pypy-commit] pypy py3k-get_clock_info: fixes/use _timespec_to_seconds

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84790:513f0ac0ac32 Date: 2016-05-28 00:40 -0700 http://bitbucket.org/pypy/pypy/changeset/513f0ac0ac32/ Log:fixes/use _timespec_to_seconds diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k-get_clock_info: naming

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84795:024d46d2b23a Date: 2016-05-28 01:00 -0700 http://bitbucket.org/pypy/pypy/changeset/024d46d2b23a/ Log:naming diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k-get_clock_info: whitespace

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84791:f59d937763db Date: 2016-05-28 00:40 -0700 http://bitbucket.org/pypy/pypy/changeset/f59d937763db/ Log:whitespace diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k-get_clock_info: probably a temporary get_clock_info for posix via host time.time

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84774:3b2a372bf5c0 Date: 2016-05-28 00:04 -0700 http://bitbucket.org/pypy/pypy/changeset/3b2a372bf5c0/ Log:probably a temporary get_clock_info for posix via host time.time diff --git

[pypy-commit] pypy py3k-get_clock_info: cleanup

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84773:de7ad203f0c3 Date: 2016-05-27 21:42 -0700 http://bitbucket.org/pypy/pypy/changeset/de7ad203f0c3/ Log:cleanup diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k-get_clock_info: plug clock_gettime into time()

2016-05-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84775:b7cc151633f3 Date: 2016-05-28 00:04 -0700 http://bitbucket.org/pypy/pypy/changeset/b7cc151633f3/ Log:plug clock_gettime into time() diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k-get_clock_info: get tests running

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84771:29ae50a104c7 Date: 2016-05-27 21:26 -0700 http://bitbucket.org/pypy/pypy/changeset/29ae50a104c7/ Log:get tests running diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k-get_clock_info: less confusing branch name

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84769:1320c4cf5a99 Date: 2016-05-27 21:24 -0700 http://bitbucket.org/pypy/pypy/changeset/1320c4cf5a99/ Log:less confusing branch name ___ pypy-commit mailing list

[pypy-commit] pypy py3k-clock_get_info: close wrong branch name

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k-clock_get_info Changeset: r84770:a33dbfaaca10 Date: 2016-05-27 21:24 -0700 http://bitbucket.org/pypy/pypy/changeset/a33dbfaaca10/ Log:close wrong branch name ___ pypy-commit mailing list

[pypy-commit] pypy py3k-get_clock_info: add get_clock_info('process_time')

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k-get_clock_info Changeset: r84772:8f5877a05ea5 Date: 2016-05-27 21:26 -0700 http://bitbucket.org/pypy/pypy/changeset/8f5877a05ea5/ Log:add get_clock_info('process_time') diff --git a/pypy/module/time/interp_time.py

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

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k-clock_get_info Changeset: r84768:fa4ea2faa429 Date: 2016-05-27 18:16 -0700 http://bitbucket.org/pypy/pypy/changeset/fa4ea2faa429/ Log:merge py3k diff too long, truncating to 2000 out of 2645 lines diff --git

[pypy-commit] pypy py3k-clock_get_info: branch for clock_get_info

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k-clock_get_info Changeset: r84754:e642b63b09ef Date: 2016-05-27 18:10 -0700 http://bitbucket.org/pypy/pypy/changeset/e642b63b09ef/ Log:branch for clock_get_info ___ pypy-commit mailing list

[pypy-commit] pypy py3k: add missing msvc includes for lipmpdec

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84752:e93dcb10bf1d Date: 2016-05-27 17:03 -0700 http://bitbucket.org/pypy/pypy/changeset/e93dcb10bf1d/ Log:add missing msvc includes for lipmpdec diff --git a/lib_pypy/_libmpdec/vccompat.h b/lib_pypy/_libmpdec/vccompat.h

[pypy-commit] pypy py3k: fsdecode/encode in zip_dict

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84748:48a9e39e698a Date: 2016-05-27 15:17 -0700 http://bitbucket.org/pypy/pypy/changeset/48a9e39e698a/ Log:fsdecode/encode in zip_dict diff --git a/pypy/module/zipimport/interp_zipimport.py

[pypy-commit] pypy py3k: more fsdecoding fixes

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84749:350cc724b099 Date: 2016-05-27 15:18 -0700 http://bitbucket.org/pypy/pypy/changeset/350cc724b099/ Log:more fsdecoding fixes diff --git a/pypy/module/zipimport/interp_zipimport.py

[pypy-commit] pypy py3k: apply da4861ab2c56

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84742:5f5ae1a3c571 Date: 2016-05-27 14:44 -0700 http://bitbucket.org/pypy/pypy/changeset/5f5ae1a3c571/ Log:apply da4861ab2c56 diff --git a/lib-python/3/subprocess.py b/lib-python/3/subprocess.py ---

[pypy-commit] pypy default: make _make_inheritable's closing case more explicit for the sake of py3k

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84741:da4861ab2c56 Date: 2016-05-27 14:32 -0700 http://bitbucket.org/pypy/pypy/changeset/da4861ab2c56/ Log:make _make_inheritable's closing case more explicit for the sake of py3k diff --git

[pypy-commit] pypy py3k: fix the error message

2016-05-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84737:d48c62452f34 Date: 2016-05-27 12:27 -0700 http://bitbucket.org/pypy/pypy/changeset/d48c62452f34/ Log:fix the error message diff --git a/pypy/module/zipimport/interp_zipimport.py

[pypy-commit] pypy py3k: fix, we can't use **kwargs in this case

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84722:97ed514d4cf8 Date: 2016-05-26 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/97ed514d4cf8/ Log:fix, we can't use **kwargs in this case diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3k: fix

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84721:e082349023a2 Date: 2016-05-26 18:10 -0700 http://bitbucket.org/pypy/pypy/changeset/e082349023a2/ Log:fix diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy default: I have no words

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84720:58696fc3617b Date: 2016-05-26 16:51 -0700 http://bitbucket.org/pypy/pypy/changeset/58696fc3617b/ Log:I have no words diff --git a/pypy/doc/release-pypy3-5.1.1-alpha1.rst b/pypy/doc/release-pypy3-5.1.1-alpha1.rst new

[pypy-commit] pypy py3k: fix

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84719:2ef97efcddf2 Date: 2016-05-26 16:37 -0700 http://bitbucket.org/pypy/pypy/changeset/2ef97efcddf2/ Log:fix diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py --- a/lib_pypy/_decimal.py +++ b/lib_pypy/_decimal.py

[pypy-commit] pypy py3k: fix

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84718:ad97f2acb02f Date: 2016-05-26 15:48 -0700 http://bitbucket.org/pypy/pypy/changeset/ad97f2acb02f/ Log:fix diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++ b/lib_pypy/_winapi.py @@

[pypy-commit] pypy py3k: add new funcs for subprocess. there's more needed for multiprocessing

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84717:29d14733e007 Date: 2016-05-26 14:13 -0700 http://bitbucket.org/pypy/pypy/changeset/29d14733e007/ Log:add new funcs for subprocess. there's more needed for multiprocessing diff --git a/lib_pypy/_winapi.py

[pypy-commit] pypy py3k: merge default

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84716:bf1da7965176 Date: 2016-05-26 12:52 -0700 http://bitbucket.org/pypy/pypy/changeset/bf1da7965176/ Log:merge default diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++

[pypy-commit] pypy default: restrict to windows

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84715:614f30ae7e84 Date: 2016-05-26 12:52 -0700 http://bitbucket.org/pypy/pypy/changeset/614f30ae7e84/ Log:restrict to windows diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py --- a/lib_pypy/_subprocess.py +++

[pypy-commit] pypy py3k: refactor into do_utimens, parse_utime_args

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84711:fdc01fc26be2 Date: 2016-05-26 11:52 -0700 http://bitbucket.org/pypy/pypy/changeset/fdc01fc26be2/ Log:refactor into do_utimens, parse_utime_args diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3k: oups

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84702:1bb0c9f6c78e Date: 2016-05-26 00:40 -0700 http://bitbucket.org/pypy/pypy/changeset/1bb0c9f6c78e/ Log:oups diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++

[pypy-commit] pypy py3k: win32 translation fix

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84701:d92b5402ce9f Date: 2016-05-25 23:56 -0700 http://bitbucket.org/pypy/pypy/changeset/d92b5402ce9f/ Log:win32 translation fix diff --git a/pypy/module/faulthandler/__init__.py b/pypy/module/faulthandler/__init__.py

[pypy-commit] pypy py3k: ensurepip from the latest cpython w/ the latest pip/setuptools

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84698:e63dded27736 Date: 2016-05-25 23:49 -0700 http://bitbucket.org/pypy/pypy/changeset/e63dded27736/ Log:ensurepip from the latest cpython w/ the latest pip/setuptools diff --git a/lib-python/3/ensurepip/__init__.py

[pypy-commit] pypy py3k: run test_ensurepip

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84699:a52cb1e0d924 Date: 2016-05-25 23:49 -0700 http://bitbucket.org/pypy/pypy/changeset/a52cb1e0d924/ Log:run test_ensurepip diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++

[pypy-commit] pypy py3k: --version still prints to stdout in 3.3 (changed to stderr in 3.4)

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84700:83e15a9ac426 Date: 2016-05-25 23:50 -0700 http://bitbucket.org/pypy/pypy/changeset/83e15a9ac426/ Log:--version still prints to stdout in 3.3 (changed to stderr in 3.4) diff --git

[pypy-commit] pypy py3k: rearrange

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84697:682e91ff6df6 Date: 2016-05-25 23:25 -0700 http://bitbucket.org/pypy/pypy/changeset/682e91ff6df6/ Log:rearrange diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: try to cleanup by unfortunately duplicating call_rposix here

2016-05-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84696:a8f2ced07ed6 Date: 2016-05-25 23:08 -0700 http://bitbucket.org/pypy/pypy/changeset/a8f2ced07ed6/ Log:try to cleanup by unfortunately duplicating call_rposix here diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3k: add futimes support

2016-05-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84695:018393ac2800 Date: 2016-05-25 21:36 -0700 http://bitbucket.org/pypy/pypy/changeset/018393ac2800/ Log:add futimes support diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: refactor into do_utimes

2016-05-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84694:022c27e72693 Date: 2016-05-25 21:09 -0700 http://bitbucket.org/pypy/pypy/changeset/022c27e72693/ Log:refactor into do_utimes diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: merge default

2016-05-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84693:0d7d00536295 Date: 2016-05-25 20:04 -0700 http://bitbucket.org/pypy/pypy/changeset/0d7d00536295/ Log:merge default diff --git a/lib_pypy/cffi/commontypes.py b/lib_pypy/cffi/commontypes.py ---

[pypy-commit] pypy default: add futimes

2016-05-25 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84692:ae8787c332ca Date: 2016-05-25 20:04 -0700 http://bitbucket.org/pypy/pypy/changeset/ae8787c332ca/ Log:add futimes diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy py3k: add 32bit only unsafe setters for test_decimal

2016-05-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84691:9008c74dc4a6 Date: 2016-05-25 17:27 -0700 http://bitbucket.org/pypy/pypy/changeset/9008c74dc4a6/ Log:add 32bit only unsafe setters for test_decimal diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py ---

[pypy-commit] pypy py3k: fix

2016-05-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84683:284f491f2192 Date: 2016-05-24 23:33 -0700 http://bitbucket.org/pypy/pypy/changeset/284f491f2192/ Log:fix diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: kill dead code

2016-05-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84682:0bc87c87cae3 Date: 2016-05-24 23:27 -0700 http://bitbucket.org/pypy/pypy/changeset/0bc87c87cae3/ Log:kill dead code diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: sys.version isn't boostrapped yet when freezing app_main (win32)

2016-05-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84680:6dc8fac6b793 Date: 2016-05-24 23:14 -0700 http://bitbucket.org/pypy/pypy/changeset/6dc8fac6b793/ Log:sys.version isn't boostrapped yet when freezing app_main (win32) diff --git a/lib-python/3/importlib/_bootstrap.py

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

2016-05-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k-osxfix Changeset: r84681:929007c8d2d9 Date: 2016-05-24 23:14 -0700 http://bitbucket.org/pypy/pypy/changeset/929007c8d2d9/ Log:merge py3k diff --git a/lib-python/3/importlib/_bootstrap.py b/lib-python/3/importlib/_bootstrap.py ---

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

2016-05-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k-osxfix Changeset: r84679:a14a659b4d58 Date: 2016-05-24 22:51 -0700 http://bitbucket.org/pypy/pypy/changeset/a14a659b4d58/ Log:merge py3k diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py ---

[pypy-commit] pypy py3k: fix

2016-05-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84678:768e0680a729 Date: 2016-05-24 21:47 -0700 http://bitbucket.org/pypy/pypy/changeset/768e0680a729/ Log:fix diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py ---

[pypy-commit] pypy py3k: Backed out changeset 0587b09200f1

2016-05-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84675:d10679d1c82c Date: 2016-05-24 19:43 -0700 http://bitbucket.org/pypy/pypy/changeset/d10679d1c82c/ Log:Backed out changeset 0587b09200f1 reenable faulthandler for now, regrtest depends on it diff --git

[pypy-commit] pypy py3k: adjust per py3k and list/tuples now need hardcoding

2016-05-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84674:23f580dcebd6 Date: 2016-05-24 18:58 -0700 http://bitbucket.org/pypy/pypy/changeset/23f580dcebd6/ Log:adjust per py3k and list/tuples now need hardcoding (grafted from bc1be9c89004d3d5a494648b8064a67793c49bcd)

[pypy-commit] pypy py3k-osxfix: adjust per py3k and list/tuples now need hardcoding

2016-05-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k-osxfix Changeset: r84673:bc1be9c89004 Date: 2016-05-24 18:58 -0700 http://bitbucket.org/pypy/pypy/changeset/bc1be9c89004/ Log:adjust per py3k and list/tuples now need hardcoding diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy py3k-osxfix: Backed out changeset b1fbb8f141b8

2016-05-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k-osxfix Changeset: r84672:92c8b0450888 Date: 2016-05-24 18:36 -0700 http://bitbucket.org/pypy/pypy/changeset/92c8b0450888/ Log:Backed out changeset b1fbb8f141b8 diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3k: fix l/utimes args

2016-05-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84671:45c79e88347b Date: 2016-05-24 17:12 -0700 http://bitbucket.org/pypy/pypy/changeset/45c79e88347b/ Log:fix l/utimes args diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: disable faulthandler https://bitbucket.org/pypy/pypy/issues/2294/

2016-05-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84670:0587b09200f1 Date: 2016-05-24 17:11 -0700 http://bitbucket.org/pypy/pypy/changeset/0587b09200f1/ Log:disable faulthandler https://bitbucket.org/pypy/pypy/issues/2294/ diff --git a/pypy/config/pypyoption.py

[pypy-commit] pypy py3k: fix on python3 -A

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84653:58ec8080e84c Date: 2016-05-23 21:27 -0700 http://bitbucket.org/pypy/pypy/changeset/58ec8080e84c/ Log:fix on python3 -A diff --git a/pypy/module/imp/test/support.py b/pypy/module/imp/test/support.py ---

[pypy-commit] pypy py3k: wrong default

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84652:08a4d2a9a77d Date: 2016-05-23 20:54 -0700 http://bitbucket.org/pypy/pypy/changeset/08a4d2a9a77d/ Log:wrong default diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: merge default

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84650:09d354bfe1d5 Date: 2016-05-23 18:48 -0700 http://bitbucket.org/pypy/pypy/changeset/09d354bfe1d5/ Log:merge default diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy py3k: fallback to a/mtime_s to basic utime when ns is specified, fixup lutimes

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84651:5dc9fc79b7b8 Date: 2016-05-23 20:08 -0700 http://bitbucket.org/pypy/pypy/changeset/5dc9fc79b7b8/ Log:fallback to a/mtime_s to basic utime when ns is specified, fixup lutimes diff --git

[pypy-commit] pypy default: fix accepting None and tuples

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84649:13d2662d8896 Date: 2016-05-23 18:47 -0700 http://bitbucket.org/pypy/pypy/changeset/13d2662d8896/ Log:fix accepting None and tuples diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy py3k: always ensure _winreg for importlib

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84648:883edd23f9da Date: 2016-05-23 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/883edd23f9da/ Log:always ensure _winreg for importlib diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py ---

[pypy-commit] pypy py3k: o utilize lutimes to fix follow_symlinks=False on osx

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84647:db0737b2163f Date: 2016-05-23 16:46 -0700 http://bitbucket.org/pypy/pypy/changeset/db0737b2163f/ Log:o utilize lutimes to fix follow_symlinks=False on osx o fix utime(None) on osx diff --git

[pypy-commit] pypy default: add lutimes

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84645:772664c3bb59 Date: 2016-05-23 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/772664c3bb59/ Log:add lutimes diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy py3k: merge default

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84646:c42012dd2124 Date: 2016-05-23 16:44 -0700 http://bitbucket.org/pypy/pypy/changeset/c42012dd2124/ Log:merge default diff --git a/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py

[pypy-commit] pypy py3k: oops

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84644:6ef1b14222a4 Date: 2016-05-23 15:05 -0700 http://bitbucket.org/pypy/pypy/changeset/6ef1b14222a4/ Log:oops diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: handle #ifndef AT_FDCWD

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84643:6abeeb543813 Date: 2016-05-23 14:48 -0700 http://bitbucket.org/pypy/pypy/changeset/6abeeb543813/ Log:handle #ifndef AT_FDCWD diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: missed a couple more osx (10.9?) translation fixes

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84642:b025fb94ae79 Date: 2016-05-23 14:09 -0700 http://bitbucket.org/pypy/pypy/changeset/b025fb94ae79/ Log:missed a couple more osx (10.9?) translation fixes diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3k: more osx (10.9?) translation fixes

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84641:df3f5fb80ba0 Date: 2016-05-23 13:47 -0700 http://bitbucket.org/pypy/pypy/changeset/df3f5fb80ba0/ Log:more osx (10.9?) translation fixes diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3k: osx (10.9?) fixes

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84639:75c91061e23d Date: 2016-05-23 13:00 -0700 http://bitbucket.org/pypy/pypy/changeset/75c91061e23d/ Log:osx (10.9?) fixes diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: fix _DirFD_Unavailable handling of None/not specified

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84636:ece422823370 Date: 2016-05-23 12:25 -0700 http://bitbucket.org/pypy/pypy/changeset/ece422823370/ Log:fix _DirFD_Unavailable handling of None/not specified diff --git a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy py3k-osxfix: more debug

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k-osxfix Changeset: r84634:b1fbb8f141b8 Date: 2016-05-23 12:03 -0700 http://bitbucket.org/pypy/pypy/changeset/b1fbb8f141b8/ Log:more debug diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k-osxfix: debug buildbot's failures

2016-05-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k-osxfix Changeset: r84633:e507f3b2880a Date: 2016-05-23 11:43 -0700 http://bitbucket.org/pypy/pypy/changeset/e507f3b2880a/ Log:debug buildbot's failures diff --git a/pypy/goal/targetpypystandalone.py

[pypy-commit] pypy py3k: skip without hypothesis installed

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84613:77179513ecd2 Date: 2016-05-22 18:12 -0700 http://bitbucket.org/pypy/pypy/changeset/77179513ecd2/ Log:skip without hypothesis installed diff --git a/pypy/module/posix/test/test_interp_posix.py

[pypy-commit] pypy py3k: fix from probably a bad merge: the default branch removed this check

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84612:1de1aad3990e Date: 2016-05-22 17:52 -0700 http://bitbucket.org/pypy/pypy/changeset/1de1aad3990e/ Log:fix from probably a bad merge: the default branch removed this check diff --git

[pypy-commit] pypy py3k: this workaround is now disabled and seemingly no longer necessary

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84611:02818992e583 Date: 2016-05-22 17:29 -0700 http://bitbucket.org/pypy/pypy/changeset/02818992e583/ Log:this workaround is now disabled and seemingly no longer necessary diff --git a/pypy/conftest.py b/pypy/conftest.py

[pypy-commit] pypy py3k: reapply lost sysconfig changes from old py3k, add a skip

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84610:7122d29b9ca9 Date: 2016-05-22 17:03 -0700 http://bitbucket.org/pypy/pypy/changeset/7122d29b9ca9/ Log:reapply lost sysconfig changes from old py3k, add a skip diff --git a/lib-python/3/sysconfig.py

[pypy-commit] pypy py3k: Backed out changeset ba47fac77ffc, this is still needed unfortunately

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84609:d4f72dd6b90a Date: 2016-05-22 16:47 -0700 http://bitbucket.org/pypy/pypy/changeset/d4f72dd6b90a/ Log:Backed out changeset ba47fac77ffc, this is still needed unfortunately diff --git

[pypy-commit] pypy py3k: kill these, importlib handles them now (and we don't pass)

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84608:338bd2b6fc05 Date: 2016-05-22 16:35 -0700 http://bitbucket.org/pypy/pypy/changeset/338bd2b6fc05/ Log:kill these, importlib handles them now (and we don't pass) diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy py3k: skip for now: it's pretty annoying to fix and not that important

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84607:06b95516b5de Date: 2016-05-22 16:24 -0700 http://bitbucket.org/pypy/pypy/changeset/06b95516b5de/ Log:skip for now: it's pretty annoying to fix and not that important diff --git a/lib-python/3/test/test_descr.py

[pypy-commit] pypy py3k: fix test_qualname

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84606:9a7ec898d577 Date: 2016-05-22 16:24 -0700 http://bitbucket.org/pypy/pypy/changeset/9a7ec898d577/ Log:fix test_qualname diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py ---

<    1   2   3   4   5   6   7   8   9   10   >