[pypy-commit] [Git][pypy/pypy][branch/py3.6] 25 commits: typo

Matti Picus foss at heptapod.net
Wed Sep 23 03:39:57 EDT 2020



Matti Picus pushed to branch branch/py3.6 at PyPy / pypy


Commits:
f1377391 by Matti Picus at 2020-09-14T20:49:26+03:00
typo

- - - - -
7ff7bd6c by Matti Picus at 2020-09-15T00:13:17+03:00
typo

- - - - -
5830135d by Michał Górny at 2020-09-15T08:00:57+02:00
sync test_xmlrpc to CPython 2.7 to fix test failure

- - - - -
0ac5b28d by Matti Picus at 2020-09-15T09:47:51+03:00
typo (again). which will happen first: correctly formatting or the release

- - - - -
2bf6d207 by Matti Picus at 2020-09-16T14:19:10+03:00
Added tag release-pypy2.7-v7.3.2rc2 for changeset 513d750d64de

- - - - -
a7742911 by Matti Picus at 2020-09-16T14:19:32+03:00
Added tag release-pypy3.6-v7.3.2rc2 for changeset bef50b0f3fe7

- - - - -
d728bc1a by Matti Picus at 2020-09-16T14:19:46+03:00
Added tag release-pypy3.7-v7.3.2rc2 for changeset ade3eeb8331f

- - - - -
fa54da53 by Dan Villiom Podlaski Christiansen at 2020-09-17T12:38:45+02:00
darwin: don't define _POSIX_C_SOURCE, as it hides e.g. getpagesize()

- - - - -
74e9314f by Dan Villiom Podlaski Christiansen at 2020-09-17T12:51:25+02:00
darwin: sysctlbyname is in sys/sysctl.h

- - - - -
a5639069 by Dan Villiom Podlaski Christiansen at 2020-09-17T12:55:34+02:00
fix inconsistent #ifdef's surrounding get_vmprof_stack()

- - - - -
8dfa45d2 by Dan Villiom Podlaski Christiansen at 2020-09-17T12:56:22+02:00
darwin: strlen() is in <string.h>

- - - - -
d0441a61 by Dan Villiom Podlaski Christiansen at 2020-09-17T13:33:16+02:00
boehm gc: try using pkg-config to find it

- - - - -
e4f103a2 by Dan Villiom Podlaski Christiansen at 2020-09-17T14:17:03+02:00
rvmprof: avoid missing prototype, which is an error in Clang 11

- - - - -
017dc84d by Dan Villiom Podlaski Christiansen at 2020-09-17T16:38:55+02:00
fix curses build

- - - - -
0f38a218 by Dan Villiom Podlaski Christiansen at 2020-09-17T17:35:25+02:00
build_cffi_imports: use an HTTP mirror; fix building gdbm on Darwin

- - - - -
de23b457 by Matti Picus at 2020-09-22T10:38:52+03:00
mangle the _Py_subtype_dealloc name so tests on a pypy2 host will not be confused

This is needed due to the code using the function pointer internally

- - - - -
8232fed9 by Matti Picus at 2020-09-22T11:22:31+03:00
lzma is not available via http, only https

- - - - -
567a5f14 by Antonio Cuni at 2020-09-22T10:35:52+02:00
remove duplicate entry and ignore the content of the bin/ directory (which is useful if you ./pypy -m pip install stuff inside your working copy

- - - - -
fc501ec5 by Matti Picus at 2020-09-22T12:09:34+03:00
fix link, http works but the suffix is bz2

- - - - -
c101bf47 by Antonio Cuni at 2020-09-22T11:48:51+02:00
Suppress the cpyext warnings like:
   missing slot '__setattr__'/'tp_setattr', discovered on 'object'
   ...

They have been around forever and nobody looks at them anyway

- - - - -
afa884f1 by Matti Picus at 2020-09-22T15:57:31+03:00
follow CPython and include wchar.h in unicodeobject.h, it is needed elsewhere

- - - - -
05bcd838 by Stefano Rivera at 2020-09-22T14:35:38-07:00
Update path to build_cffi_imports.py

- - - - -
586220d0 by Matti Picus at 2020-09-23T10:02:22+03:00
more split info getting for time.time

--HG--
branch : py3.6

- - - - -
a66270a3 by Matti Picus at 2020-09-23T10:29:56+03:00
python is no longer a valid command on some systems (tumbleweed)

- - - - -
1eebbaa9 by Matti Picus at 2020-09-23T10:38:28+03:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -


19 changed files:

- .hgignore
- .hgtags
- Makefile
- lib_pypy/_curses_build.py
- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/doc/release-v7.3.2.rst
- pypy/module/cpyext/api.py
- pypy/module/cpyext/include/unicodeobject.h
- pypy/module/cpyext/src/typeobject.c
- pypy/module/cpyext/typeobject.py
- pypy/module/posix/test/test_posix2.py
- pypy/module/time/interp_time.py
- rpython/memory/gc/env.py
- rpython/rlib/rvmprof/src/rvmprof.h
- rpython/rlib/rvmprof/src/shared/machine.c
- rpython/rlib/rvmprof/src/shared/vmprof_common.h
- rpython/rlib/rvmprof/src/shared/vmprof_get_custom_offset.h
- rpython/rtyper/tool/rffi_platform.py
- rpython/translator/c/src/precommondefs.h


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/d3b10736ca639c56775c05c3735c54dc6e6c97b3...1eebbaa92a0e197816f1dbbf0719f7269a7ae865

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/d3b10736ca639c56775c05c3735c54dc6e6c97b3...1eebbaa92a0e197816f1dbbf0719f7269a7ae865
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200923/abc6af64/attachment-0001.html>


More information about the pypy-commit mailing list