Owen Rafferty
6afd203040
python: 3.11.7
2023-12-04 19:08:16 -06:00
Owen Rafferty
f778efd057
python: revert accidental changes
2023-11-10 18:23:56 -06:00
Owen Rafferty
6c02804d91
libelf: 0.190
2023-11-10 18:21:21 -06:00
Owen Rafferty
44c4f529be
python: 3.11.6
2023-10-02 23:11:21 -05:00
Owen Rafferty
63e577a5d9
python: 3.11.5
2023-08-25 17:15:13 -05:00
Owen Rafferty
aa7989ae84
python: 3.11.4
2023-06-07 19:33:53 -05:00
Owen Rafferty
a2a84ea38d
python: 3.11.3
2023-04-05 21:26:51 -05:00
phoebos
7028d50226
*: explicit DESTDIR
2023-03-05 17:34:06 -06:00
phoebos
8bf65f2765
*: remove VERSION markers
2023-03-02 18:00:45 +05:30
git-bruh
90a0410990
python: keep documentation
...
-87MB total
+89MB total
2023-02-16 15:46:33 +05:30
Owen Rafferty
f01cc162a5
python: 3.11.2
2023-02-07 22:18:47 -06:00
git-bruh
d5265cfbac
python: remove --without-doc-strings
...
It breaks the inspect.signature function for classes that don't explicitly set a constructor, because the `__text_signature__` attribute is empty
```
from inspect import signature
class Test:
pass
print(signature(Test.__init__))
```
This is used in some python modules like telethon
2023-01-30 16:09:48 +05:30
Owen Rafferty
d84cb0d3f4
python: 3.11.1
2022-12-06 18:09:39 -06:00
git-bruh
44710574cb
*: b3sum
2022-11-21 17:17:17 +05:30
Owen Rafferty
8ddd06355b
python: 3.11.0
2022-10-24 18:01:58 -05:00
Owen Rafferty
d13c8648ce
python: 3.10.8
2022-10-11 16:51:14 -05:00
Owen Rafferty
d8735b5531
python: 3.10.7
2022-09-06 08:23:50 -05:00
Owen Rafferty
15d3cfee99
python: 3.10.6
2022-08-02 09:04:43 -05:00
Owen Rafferty
d5c661d367
python: 3.10.5
2022-06-06 13:35:27 -05:00
git-bruh
21a42b7bcd
python: 3.10.4
2022-03-26 13:08:43 +05:30
git-bruh
2b7c8238eb
python: 3.10.3 1
2022-03-22 11:47:58 +05:30
git-bruh
ab795fe843
python: 3.10.2
2022-03-06 18:36:14 +05:30
Dylan Araps
fd270041e3
python: 3.10.1
2021-12-08 10:15:31 +02:00
Dylan Araps
0bcde10bff
python: 3.10.0
2021-10-05 06:19:40 +03:00
Dylan Araps
a38805e7e6
python: 3.9.7
2021-08-31 06:31:22 +03:00
Dylan Araps
14849c1eb7
repo: check-in readmes
2021-08-26 07:22:10 +03:00
Dylan Araps
93fb6638f9
python: bump rel
2021-08-10 17:03:01 +00:00
Dylan Araps
2ef91243b5
python: slow startup fix for all pyc files
...
(unrelated: Also gets rid of static lib.)
NOTE: Rebuild python-* packages (meson, ...) to get the fix.
2021-08-10 17:01:13 +00:00
Dylan Araps
42f4937f70
python: fix slow startup time
...
Closes #315
2021-08-10 16:00:58 +00:00
Dylan Araps
a95ba8739b
python: set default stack size to 1MB
2021-08-10 14:13:14 +03:00
Dylan Araps
a2119c220f
python: remove unneeded line
2021-08-10 11:29:24 +03:00
Dylan Araps
9ee14d930c
python: enable ensurepip. Closes #295
2021-07-20 14:43:49 +03:00
Dylan Araps
f2e4cb7076
python: update for new env
2021-07-18 06:09:11 +03:00
Dylan Araps
1c1499d181
python: use VERSION
2021-07-15 10:28:09 +03:00
Dylan Araps
2716d66de1
python: depend on openssl
2021-07-08 00:14:26 +03:00
Dylan Araps
41c785dfd6
python: add libressl to depends
2021-07-06 19:33:27 +03:00
Dylan Araps
526c2462e6
python: 3.9.6
2021-06-30 12:00:05 +00:00
Dylan Araps
6f803a3745
python: bump to 3.9.0
2020-10-06 07:34:15 +03:00
Dylan Araps
6a2d6104b6
python: 3.8.6
2020-09-24 15:49:44 +03:00
Dylan Araps
ed0c3ec4f6
python: bump to 3.8.5
2020-07-21 13:37:34 +03:00
Dylan Araps
06b1e7acdf
python: bump to 3.8.4
2020-07-14 08:53:50 +03:00
Dylan Araps
94f8a65abb
python: Add back 2to3
2020-05-25 08:33:30 +03:00
Dylan Araps
d56bbd7985
libressl: bump to 3.1.1
2020-05-15 10:08:31 +03:00
Dylan Araps
5c3afa2ac3
python: bump to 3.8.3
2020-05-14 15:59:40 +03:00
Dylan Araps
33ee7e748d
python: Re-add CFLAGS as clang (as of 10.0.0) supports it
2020-03-28 13:49:47 +02:00
Dylan Araps
ec965e8675
python: Disable CFLAG for clang. Closes #177
2020-03-24 17:33:01 +02:00
Dylan Araps
878a5ff1d5
python: Drop -r
2020-03-24 15:54:13 +02:00
Dylan Araps
f03ebb1080
python: Drop 90-100MB of STUFF
2020-03-24 15:44:52 +02:00
Dylan Araps
d0dc7f4a04
python: fix chmod
2020-02-26 00:32:57 +02:00
Dylan Araps
b24033a2a0
python: bump to 3.8.2
2020-02-25 19:25:04 +02:00