Matti Picus pushed to branch branch/win-scandir-symlinks at PyPy / pypy


Commits:
1e9dbaa6 by Matti Picus at 2023-09-27T16:48:22+03:00
link the releas note to the index, and tweaks

- - - - -
96c7a9a3 by Carl Friedrich Bolz-Tereick at 2023-09-28T11:53:23+02:00
tweak release announcement

- - - - -
39d4f188 by Matti Picus at 2023-09-28T13:07:10+03:00
more release note tweaks

- - - - -
e3a9054a by Matti Picus at 2023-09-28T22:44:08+03:00
Added tag release-pypy2.7-v7.3.13 for changeset 1a478a401673

- - - - -
b5ba5cba by Matti Picus at 2023-09-28T22:44:30+03:00
Added tag release-pypy3.9-v7.3.13 for changeset c52629946204

- - - - -
742ebfca by Matti Picus at 2023-09-28T22:44:45+03:00
Added tag release-pypy3.10-v7.3.13 for changeset f1607341da97

- - - - -
85945d2e by Matti Picus at 2023-09-29T10:49:50+03:00
finish the releaseL update release note, versions.json

- - - - -
462c73ce by Carl Friedrich Bolz-Tereick at 2023-09-29T12:33:07+02:00
try to make sshgraphserver work on python3 as well (the rest of the dotviewer
already does)

- - - - -
f1f6b1ef by Matti Picus at 2023-09-30T20:12:58+03:00
fix release date (issue 4006_)

- - - - -
a7266bb4 by Matti Picus at 2023-10-03T08:22:55+03:00
fix for compilation with "-Werror=strict-prototypes"

- - - - -
0d0740ed by Carl Friedrich Bolz-Tereick at 2023-10-02T12:01:30+02:00
expose the time taken in GC to the logs too

it's computed anyway, no reason not to show it as well

- - - - -
ee9b959e by Carl Friedrich Bolz-Tereick at 2023-10-16T08:36:02+02:00
#4018: fix constfolding of str() without arguments (used to crash)

- - - - -
c43c08f2 by Carl Friedrich Bolz-Tereick at 2023-10-27T18:01:03+02:00
#4023: fix astcompiler bug where sometimes a return with a value wasn't 
being
caught inside an async generator

--HG--
branch : py3.9

- - - - -
17e5bd7a by Carl Friedrich Bolz-Tereick at 2023-10-27T23:06:09+02:00
#3996: start implementing the ag_running logic of asynchronous generators

--HG--
branch : py3.9

- - - - -
fc2e8d6b by Matti Picus at 2023-10-26T23:05:40+03:00
document the two Overlapped classes

--HG--
branch : py3.9

- - - - -
2edfdaf7 by Matti Picus at 2023-10-31T10:33:42+02:00
add getppid, getlogin on windows

--HG--
branch : py3.9

- - - - -
e77b5c0b by Matti Picus at 2023-10-31T11:05:32+02:00
resync rpython with py3.9 (mostly symlink and getlogin for windows)

- - - - -
34ec4df7 by Matti Picus at 2023-11-01T21:04:31+02:00
remove wrong c-level define for windows (issue 4024)

- - - - -
4743a235 by Matti Picus at 2023-11-01T21:05:21+02:00
merge default

--HG--
branch : py3.9

- - - - -
412b3f18 by Matti Picus at 2023-11-01T21:15:24+02:00
skip test that fails inside a docker

--HG--
branch : py3.9

- - - - -
4e595786 by Matti Picus at 2023-11-02T08:43:45+02:00
fix backporting in e904752a5d06 for python2

- - - - -
855bcdbb by Matti Picus at 2023-11-02T08:45:30+02:00
fix backporting in e904752a5d06 for python2

--HG--
branch : py3.9

- - - - -
2403b5f5 by Matti Picus at 2023-11-02T17:49:06+02:00
merge py3.9

--HG--
branch : win-scandir-symlinks

- - - - -


13 changed files:

- lib_pypy/_overlapped.py
- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/astcompiler/symtable.py
- pypy/interpreter/generator.py
- pypy/interpreter/test/apptest_coroutine.py
- pypy/interpreter/test/test_syntax.py
- pypy/module/posix/interp_nt.py
- pypy/module/posix/interp_posix.py
- pypy/module/posix/moduledef.py
- pypy/module/posix/test/test_posix2.py
- rpython/rlib/rposix.py
- rpython/rlib/rvmprof/src/vmprof_stack.h
- rpython/rlib/rwin32.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/403e8e9681118b2db3f5449d41d2e1bbf418d774...2403b5f5dafb92320047a41c7a8838c9665c0198

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/403e8e9681118b2db3f5449d41d2e1bbf418d774...2403b5f5dafb92320047a41c7a8838c9665c0198
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to