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_)

- - - - -
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

- - - - -
265835ac by Matti Picus at 2023-10-02T14:49:13+03:00
follow upstream performance patch for datetime.py (issue 4008_)

--HG--
branch : py3.9

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

- - - - -
514dfa5c by Matti Picus at 2023-10-03T20:36:13+03:00
remove extraneous print from _ssl (issue 4010_)

--HG--
branch : py3.9

- - - - -
394cbb3e by Matti Picus at 2023-10-03T20:50:23+03:00
merge default

--HG--
branch : py3.9

- - - - -
23c53a4e by Matti Picus at 2023-10-06T16:31:33+03:00
if object does not have __len__, default to itemcount=0 (issue 4013_)

--HG--
branch : py3.9

- - - - -
b249f61c by Matti Picus at 2023-10-09T23:20:28+03:00
fix logic in _PyObject_NewVar by copying CPython code

--HG--
branch : py3.9

- - - - -
2e9a2051 by Matti Picus at 2023-10-11T11:11:14+03:00
allocate tp_itemsize + tp_basicsize, like in _generic_alloc

--HG--
branch : py3.9

- - - - -
d1664f91 by Matti Picus at 2023-10-12T09:17:54+03:00
sync a little with py3.10

--HG--
branch : py3.9

- - - - -
a8e6bf36 by Carl Friedrich Bolz-Tereick at 2023-10-16T08:17:18+02:00
#4016: fix small_int.__rpow__(large_int)

--HG--
branch : py3.9

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

- - - - -
be682aa9 by Carl Friedrich Bolz-Tereick at 2023-10-16T09:18:39+02:00
#4007: make mmap.mmap.__setitem__ accept a buffer

--HG--
branch : py3.9

- - - - -
28f8f65b by Matti Picus at 2023-10-16T17:09:53+03:00
fix translation

--HG--
branch : py3.9

- - - - -
2131e7dc by Matti Picus at 2023-10-16T17:10:27+03:00
merge default

--HG--
branch : py3.9

- - - - -
3fc2a7a4 by Matti Picus at 2023-10-19T05:14:08+03:00
add prototype, fix definitions

--HG--
branch : py3.9

- - - - -
b803fabb by Matti Picus at 2023-07-31T12:38:17+03:00
when re-assigning to type.__bases__, rebuild the cpyext type struct (issue 3976)

--HG--
branch : py3.9

- - - - -
5ba94f93 by Matti Picus at 2023-10-21T21:27:20+03:00
test, fix missing object in error formatting

--HG--
branch : py3.9

- - - - -
ee6e5be4 by Matti Picus at 2023-10-26T15:47:18+03:00
remove newline in line read from PYPY_PORTABLE_DEPS.txt, (issue 4019_)

--HG--
branch : py3.9

- - - - -
d3420f7b by Matti Picus at 2023-10-26T21:53:21+03:00
merge py3.9

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

- - - - -


30 changed files:

- .hgtags
- dotviewer/graphserver.py
- dotviewer/sshgraphserver.py
- lib-python/3/datetime.py
- lib-python/3/venv/__init__.py
- lib_pypy/_cffi_ssl/_stdssl/__init__.py
- pypy/doc/index-of-release-notes.rst
- pypy/doc/release-v7.3.13.rst
- pypy/module/cpyext/api.py
- pypy/module/cpyext/include/object.h
- pypy/module/cpyext/pyobject.py
- pypy/module/cpyext/sequence.py
- pypy/module/cpyext/src/object.c
- pypy/module/cpyext/src/typeobject.c
- pypy/module/cpyext/test/test_sequence.py
- pypy/module/cpyext/test/test_typeobject.py
- pypy/module/cpyext/typeobject.py
- pypy/module/mmap/interp_mmap.py
- pypy/module/mmap/test/test_mmap.py
- pypy/objspace/std/intobject.py
- pypy/objspace/std/test/test_intobject.py
- pypy/objspace/std/typeobject.py
- pypy/tool/release/check_versions.py
- pypy/tool/release/repackage.sh
- pypy/tool/release/versions.json
- rpython/flowspace/operation.py
- rpython/flowspace/test/test_objspace.py
- rpython/memory/gc/incminimark.py
- rpython/rlib/rposix.py
- rpython/rtyper/lltypesystem/rffi.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/ab5c821f8c8f175e3377e3dcb921637854223a6f...d3420f7bf116b4800e5e820c70592c965d8ffb81

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/ab5c821f8c8f175e3377e3dcb921637854223a6f...d3420f7bf116b4800e5e820c70592c965d8ffb81
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