2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415) |
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \
future Python 3.8
|
2019-08-19 18:59:55 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.14. From the changelog:
- remove socket setblocking() calls which should be no longer needed,
and which may have caused hangups. Thanks: Viacheslav Chimishuk.
- correct version number string in error message. Thanks: Piet
van Oostrum.
|
2019-04-26 16:12:50 by Maya Rashish | Files touched by this commit (205) |
Log message:
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2019-02-23 05:06:55 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.13. From the changelog:
- second attempt at fixing SNI change with Python < 2.7. Thanks: \
"Cimbal".
|
2019-02-22 16:01:38 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.12. From the changelog:
- bugfix: the SNI change broke something else with Python 2.6 and earlier;
fixed. Thanks: "Cimbal".
|
2019-02-16 07:23:13 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.11. From the changelog:
- bugfix: the SNI change did not work correctly with Python < 2.7.13;
should be fixed now. Thanks: Scott Robbins.
|
2019-02-13 00:25:22 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 5.10. From the changelog:
- experimental: when SSL SNI support is present in the underlying Python
(and OpenSSL), send SNI by default in the SSL setup. This should work
around Gmail's brokenness with TLSv.1.3 connections when SNI is not sent.
|
2019-02-07 23:23:12 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
Update to 5.9. From the changelog:
- documentation-only update; add note with workaround for Gmail SSL
connections with OpenSSL 1.1.1 and later.
- update copyright dates.
|