Commit Graph

24966 Commits

Author SHA1 Message Date
Glyph d508f6a5ad make pypy/pypy3 work in travis configuration 2019-08-09 14:58:10 -07:00
Mark Williams c0def76446 No new public API; use Clock and hamcrest in tests. 2019-08-09 09:13:40 -07:00
Mark Williams 2487b320bb Merge branch 'trunk' into 9653-http2-timeouts 2019-08-09 08:55:09 -07:00
Amber Brown db889fb993 Merge release-19.7.0-9675: Release Twisted 19.7.0
Author: hawkowl
Reviewer: glyph
Fixes: ticket:9675
2019-08-06 13:24:29 +10:00
Amber Brown d5aff284ab update to 19.7.0dev0 2019-08-06 13:23:18 +10:00
Glyph 2864e47e5a
Merge branch 'trunk' into 9687-review-me 2019-08-05 00:39:58 -07:00
Glyph 51943386c3
Merge pull request #1171 from cjwatson/9681-conch-rsa-iqmp
Author: cjwatson

Reviewer: glyph, reaperhulk

Fixes: ticket:9681

Fix iqmp parameter in serialized RSA private keys
2019-08-05 00:07:10 -07:00
Adrián Chaves 1dbfda3ef8 Fix a typo in docs/core/howto/trial.rst 2019-08-05 08:22:42 +02:00
Glyph 6d92107a8c
Merge branch 'trunk' into 9681-conch-rsa-iqmp 2019-08-04 22:30:41 -07:00
Glyph d1b83ab45a misc 2019-08-04 21:41:28 -07:00
Glyph 37c4147a59 merge trunk 2019-08-04 21:39:47 -07:00
Glyph 3458c82bb5 news fragment 2019-08-04 21:32:09 -07:00
Glyph 22920943a5 since people keep trying to skip the process, explain they can't 2019-08-04 21:26:47 -07:00
Glyph 45da3fe4d2
Merge branch 'trunk' into 9687-review-me 2019-08-04 21:16:55 -07:00
Glyph 9129f3041e note that there should be a link to the PR in the Trac comment 2019-08-04 21:15:58 -07:00
Glyph 06cdb975cf update PR template 2019-08-04 21:13:27 -07:00
Glyph 50cf8b3261
Merge branch 'trunk' into patch-3 2019-08-04 17:31:42 -07:00
Glyph 5885bf7c22
Merge branch 'trunk' into patch-2 2019-08-04 17:30:49 -07:00
Glyph 8e51617598
Merge branch 'trunk' into fix-yielde-typo 2019-08-03 14:57:47 -07:00
Tom Most e67fe3567f
Merge branch 'trunk' into 9646-http-header-wsp-colon 2019-08-03 00:14:50 -07:00
Tom Most 2f16887c73
Merge pull request #1174 from twisted/9684-iosim-deprecation
Author: exarkun
Reviewer: twm
Fixes: ticket:9684

Use the undeprecated API in iosim
2019-08-03 00:14:26 -07:00
Tom Most 5c196d2d67
Merge branch 'trunk' into 9684-iosim-deprecation 2019-08-02 23:36:40 -07:00
Tom Most e50032c2ed
Merge pull request #1165 from alex/patch-1
Author: alex, markrwilliams
Reviewer: twm
Fixes: ticket:9677

Removed a dead conditional
2019-08-02 23:36:16 -07:00
Tom Most 6557232391
Merge branch 'trunk' into patch-1 2019-08-02 22:49:40 -07:00
Jean-Paul Calderone 8699b0a74f whitespace lint 2019-08-02 16:54:28 -06:00
Jean-Paul Calderone 5b69caf188 news fragment 2019-08-02 15:49:22 -06:00
Jean-Paul Calderone 37e23c218e use the replacement for proto_helpers instead 2019-08-02 15:48:44 -06:00
Colin Watson 924517fdc8
Merge branch 'trunk' into 9681-conch-rsa-iqmp 2019-08-01 00:11:43 +01:00
Colin Watson 219e45a988 Fix iqmp parameter in serialized RSA private keys
Both OpenSSH and LSH expect the relevant parameter in their serialized
RSA private keys to be q^-1 mod p rather than p^-1 mod q.  Prior to
737db21084, p and q were sometimes
swapped, so this ended up correct anyway, but we should really write out
the correct value.

The "Secure Shell Key Agent v3" case may well need the same treatment,
but I haven't been able to work out which specific SSH implementation
that corresponds to in order to check.
2019-07-31 14:02:52 +01:00
Glyph 4e30d05898
Merge pull request #1166 from evilham/9100-evilham-pop3-spaces-in-pass
Author: evilham

Reviewer: glyph

Fixes: ticket:9100

The POP3 server implemented by twisted.mail.pop3 now accepts passwords that contain spaces.
2019-07-30 21:19:12 -07:00
Mike Mattice 454ab69a25 shorten some lines under 80 2019-07-29 10:04:42 -07:00
Amber H. Brown f2ff3f9692 Fix something Incremental missed 2019-07-28 19:17:29 +10:00
Amber H. Brown 04d865d8cc Towncrier for 19.7.0 2019-07-28 18:25:32 +10:00
Amber H. Brown 0f3e8cd689 Incremental to 19.7.0 2019-07-28 18:24:45 +10:00
Amber H. Brown 4d61c62cd0 Move some miscategorised newsfragments 2019-07-28 18:24:17 +10:00
Amber H. Brown 7d88fca85a Revert "towncrier for 19.7.0rc1"
This reverts commit 17084eab78.
2019-07-28 18:20:31 +10:00
Mike Mattice c7b43bc090 fix ISFTPServer.openFile documentation 2019-07-25 11:40:00 -07:00
Mike Mattice 3df6f5cb85 fix IKnownHostEntry.matchesHost docstring 2019-07-25 11:37:35 -07:00
Alex Gaynor 4103165864
Remove duplicate import 2019-07-23 22:30:43 -04:00
Alex Gaynor 9b1edcabca
Fixed a syntax error in a docstring 2019-07-23 22:23:04 -04:00
Mark Williams 2c9ddb00e7 Newsfragment. 2019-07-23 08:25:38 -07:00
Evilham 40db1d19f5 Make linter happy in spite of contextual style. 2019-07-23 16:34:27 +02:00
Evilham 6eb978caa1 Fix subtle py3 bug in t.m.pop3 detected by higher coverage.
Before this, protocol error messages would send literal "b'error message'" to
the clients.
2019-07-23 16:01:40 +02:00
Alex Gaynor bd8e057bc0
twistedchecker 2019-07-23 08:05:35 -04:00
Evilham 6985b744c8 Handle passwords with spaces in POP3 server.
Closes trac #9100.
2019-07-23 13:56:37 +02:00
Alex Gaynor e1733139f2
Removed a dead conditional
We've required a minimum python version > 2.4 for many moons now.
2019-07-23 07:55:12 -04:00
Jean-Paul Calderone e79b08e11c
Merge pull request #1155 from twisted/9655-twisted-web-tempfile-parameter
Parameterized Request content file

Author: exarkun
Reviewer: hawkowl
Fixes: ticket:9655
2019-07-22 15:55:03 -04:00
Wilfredo Sánchez Vega c2fbd43161
Merge pull request #691 from twisted/9006-coro-result-assertions
successResultOf, failureResultOf, assertNoResult should accept coroutines
2019-07-22 11:54:59 -07:00
Wilfredo Sánchez Vega f165299c50
Merge branch 'trunk' into 9006-coro-result-assertions 2019-07-22 11:36:13 -07:00
Tom Most a4c171b461
Merge pull request #1148 from cjwatson/8267-circular-reporter
Fix circular import in twisted.trial.reporter
2019-07-21 19:05:39 -07:00