Commit Graph

  • 311d8dbaf4
    #12023 Add GitHub security policy (#12024) main Adi Roiban 2023-11-06 20:53:33 +0000
  • 4a146a59b8
    Merge branch 'trunk' into 12023-github-security-policy Adi Roiban 2023-11-06 20:17:16 +0000
  • ef5b35db21
    #12015 Replace cgi.escape and cgi.parse_header (#12016) Adi Roiban 2023-11-03 14:06:17 +0000
  • b4d3a834fd
    Merge branch 'trunk' into 12015-cgi-escape-to-html Adi Roiban 2023-11-03 13:56:32 +0000
  • db0d98010d
    type annotate more tests (#12030) Thomas Grainger 2023-11-01 13:22:01 -0700
  • 8412c1405d
    add newsfragment Thomas Grainger 2023-11-01 19:00:08 +0000
  • 060a1822eb
    Merge branch 'trunk' into more-type-annotations-7 Thomas Grainger 2023-11-01 11:59:23 -0700
  • ca3f79ed51
    #12018 Fix flaky twisted.test.test_twistd tests. (#12019) Adi Roiban 2023-10-31 18:42:09 +0000
  • 607b6e7a44 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-10-31 18:29:41 +0000
  • be02f112b4
    Apply suggestions from code review Adi Roiban 2023-10-31 18:28:21 +0000
  • d522aea8e0
    Merge branch 'trunk' into 12018-twistd-flaky-tests Adi Roiban 2023-10-31 08:50:06 +0000
  • 95c6776630
    #12021 Release 23.10.0 (#12022) Adi Roiban 2023-10-31 08:44:15 +0000
  • 91886950c0
    Merge branch 'trunk' into 12018-twistd-flaky-tests Adi Roiban 2023-10-31 08:39:18 +0000
  • f68ff03f10 python -m incremental.update Twisted --post Adi Roiban 2023-10-31 08:18:49 +0000
  • f3f3389b1e python -m incremental.update Twisted --newversion twisted-23.10.0 Adi Roiban 2023-10-31 07:13:58 +0000
  • 57c02ca285 Fix filename. Adi Roiban 2023-10-26 11:09:33 +0100
  • a25bff85d1 Fix markdown. Adi Roiban 2023-10-25 09:51:13 +0100
  • 1b3505f7fe Update release notes to mention that CVE ids are required. Adi Roiban 2023-10-25 09:45:15 +0100
  • b38394b531 Add initial SECURITY md file. Adi Roiban 2023-10-25 09:45:00 +0100
  • 2d15c00ba2 Add CVE id to bug. Adi Roiban 2023-10-25 09:10:59 +0100
  • 61c46d40eb tox -e towncrier twisted-23.10.0rc1 Adi Roiban 2023-10-24 23:31:33 +0100
  • 650c59df32 python -m incremental.update Twisted --rc Adi Roiban 2023-10-24 23:30:51 +0100
  • 157cd8e659
    #11985 fix DeferredLock.run/Semaphore.run/maybeDeferred/ensureDeferred/inlineCallbacks and fromCoroutine type annotation (#11986) Thomas Grainger 2023-10-16 02:44:52 -0700
  • ed25d4ad07 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-10-16 09:35:39 +0000
  • 5eb2078110
    Merge branch 'trunk' into fix-concurrency-primative-type Thomas Grainger 2023-10-16 02:34:38 -0700
  • 2df4c76a41
    Update src/twisted/test/test_defer.py Thomas Grainger 2023-10-16 10:34:14 +0100
  • a9aacc93fa Move tests back. Use explicit pid for tests. Adi Roiban 2023-10-13 10:19:07 +0100
  • cb4f3da7a8 Remove setuid skip since unix should alwasy have it. Adi Roiban 2023-10-13 00:03:23 +0100
  • 77f4e16bde Close log file. Adi Roiban 2023-10-12 23:58:05 +0100
  • f22eb6ecbe Add custom pidfile. Adi Roiban 2023-10-12 23:24:33 +0100
  • 52a10231dd Remove comment from duplicate issue. Adi Roiban 2023-10-12 23:03:26 +0100
  • 007c82ad11 Move tests in the same testcase. Adi Roiban 2023-10-12 22:41:07 +0100
  • 105a9f5a2e
    #11989 Lots of small writes to the TLS transport use a lot of cpu (#11996) Itamar Turner-Trauring 2023-10-12 17:03:36 -0400
  • 524a2fae10 Fix lint Itamar Turner-Trauring 2023-10-12 16:43:13 -0400
  • 44643d37b2 Pacify mypy Itamar Turner-Trauring 2023-10-12 16:04:50 -0400
  • 79cd66846c Fix lint Itamar Turner-Trauring 2023-10-12 16:03:43 -0400
  • 324c4f99ac Remove code necessitated by the now-fixed 5206. Itamar Turner-Trauring 2023-10-12 16:02:40 -0400
  • b94ceca834
    Merge branch 'trunk' into 11989-lots-of-small-writes-to-tls-transport-use-a-lot-of-cpu Itamar Turner-Trauring 2023-10-12 15:55:35 -0400
  • 0f79a9cae0
    #5206 When using ReactorBuilder, twisted.internet.reactor points to the temporary reactor (#11991) Itamar Turner-Trauring 2023-10-12 15:55:21 -0400
  • c3947e4c22 Minimal end-to-end test for small-write buffering in TLS Itamar Turner-Trauring 2023-10-12 15:36:52 -0400
  • 37fcdc04f0 Pacify mypy Itamar Turner-Trauring 2023-10-12 15:28:47 -0400
  • 4d0885a875 Improve explanations Itamar Turner-Trauring 2023-10-12 15:12:44 -0400
  • 0b17d03b35 Address review comments Itamar Turner-Trauring 2023-10-12 15:09:23 -0400
  • 713c6b7c6f Merge remote-tracking branch 'origin/5206-reactorbuilder-test-infrastructure-breaks-code-that-uses-the-global-reactor' into 5206-reactorbuilder-test-infrastructure-breaks-code-that-uses-the-global-reactor Itamar Turner-Trauring 2023-10-12 15:05:10 -0400
  • 76be97233f Lint Itamar Turner-Trauring 2023-10-12 14:58:47 -0400
  • bda4675063 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-10-12 18:43:28 +0000
  • d6f72ae3e1 Make unbuildReactor private Itamar Turner-Trauring 2023-10-12 14:41:37 -0400
  • 255823c190 Explicitly use buildReactor Itamar Turner-Trauring 2023-10-12 14:38:09 -0400
  • 656288de76
    Merge branch 'trunk' into 5206-reactorbuilder-test-infrastructure-breaks-code-that-uses-the-global-reactor Itamar Turner-Trauring 2023-10-12 14:25:54 -0400
  • fad77f17a4
    Apply suggestions from code review Itamar Turner-Trauring 2023-10-12 14:25:01 -0400
  • 16e44c7f0c Merge remote-tracking branch 'origin/11989-lots-of-small-writes-to-tls-transport-use-a-lot-of-cpu' into 11989-lots-of-small-writes-to-tls-transport-use-a-lot-of-cpu Itamar Turner-Trauring 2023-10-12 09:17:30 -0400
  • e990344fe0
    fix more Generator[Deferred[object], object, None] types Thomas Grainger 2023-10-12 12:12:55 +0100
  • 46f8453826
    Merge branch 'trunk' into fix-concurrency-primative-type Thomas Grainger 2023-10-12 04:11:23 -0700
  • bb3e718964 Fix annotation style for older python versions. Adi Roiban 2023-10-12 01:42:12 +0100
  • 2bceedc79f Fix mypy. Adi Roiban 2023-10-12 01:33:16 +0100
  • 7a122620cb Update newsfragment. Adi Roiban 2023-10-12 01:24:16 +0100
  • e6bf82b0a7 Replace parse content type. Adi Roiban 2023-10-12 01:17:34 +0100
  • 0dd7e834c3 use simple os.environ for test. Adi Roiban 2023-10-12 00:57:07 +0100
  • 4c9e788b37 More CGI revert. Adi Roiban 2023-10-12 00:49:39 +0100
  • ddabffaf0e Merge branch 'trunk' into 12015-cgi-escape-to-html Adi Roiban 2023-10-12 00:41:47 +0100
  • 0311f731d7 Revert vendored code. Adi Roiban 2023-10-12 00:38:32 +0100
  • 0a41d60b82
    #12012 Fix loading JQuery for Read The Docs theme. (#12013) Glyph 2023-10-11 13:01:21 -0700
  • eb7b38a5ff Try to load the jquery. Adi Roiban 2023-10-11 11:36:54 +0100
  • f3aa770371
    Merge branch 'trunk' into 11989-lots-of-small-writes-to-tls-transport-use-a-lot-of-cpu Itamar Turner-Trauring 2023-10-10 16:00:01 -0400
  • 4029b5b3f5 Lint fixes Itamar Turner-Trauring 2023-10-10 15:59:01 -0400
  • 829fdfc319 Refactor to be clearer, maybe Itamar Turner-Trauring 2023-10-10 15:57:38 -0400
  • 112258db8a WIP Itamar Turner-Trauring 2023-10-10 15:35:56 -0400
  • ec00dd7180 Refactor for clarity. Itamar Turner-Trauring 2023-10-10 15:30:05 -0400
  • 97e847c933 Exit early for clarity. Itamar Turner-Trauring 2023-10-10 15:28:26 -0400
  • a1591e9f39 Make buffer size a class attribute. Itamar Turner-Trauring 2023-10-10 15:25:09 -0400
  • 7d74d6a7c6 Handle changed class name Itamar Turner-Trauring 2023-10-10 15:24:59 -0400
  • a2f82eafab Refactor iosim code so clock advancing is built-in. Itamar Turner-Trauring 2023-10-10 15:09:19 -0400
  • ba097997cc Make the class private Itamar Turner-Trauring 2023-10-10 14:53:14 -0400
  • 88172f74de
    Avoid circular reference with `defer.inlineCallbacks` (#11886) Adi Roiban 2023-10-04 19:25:07 +0100
  • 3440936d4a Newsfile Erik Johnston 2023-10-04 12:28:22 +0100
  • cd57734e53 Move inlineCallback tests to their own class Erik Johnston 2023-10-04 12:18:04 +0100
  • ae6265c93e Stricter typing Erik Johnston 2023-10-04 11:53:07 +0100
  • 3e04a6286d
    Merge branch 'trunk' into circular_references_inlineCallbacks Erik Johnston 2023-10-04 13:47:58 +0300
  • 1d1e59525d Review comments Erik Johnston 2023-10-04 11:40:07 +0100
  • 8cd855a745
    #12005 Fixing license for PyPI so that it appears there (#12010) Adi Roiban 2023-10-02 22:50:00 +0100
  • e336aa1756 #12005 Fixing license for PyPI Alexander Behrmann 2023-10-02 17:43:41 +0000
  • 9d6a3a86eb #12005 Fixing license for PyPI Alexander Behrmann 2023-10-02 17:33:25 +0000
  • 332b2ce95e
    type annotate twisted.web.test.test_tap Thomas Grainger 2023-10-02 13:29:05 +0100
  • 341ddfa3e2
    type annotate twisted.web.test.test_resource Thomas Grainger 2023-10-02 12:50:02 +0100
  • b02692dd3c
    type annotate twisted.web.test.test_pages Thomas Grainger 2023-10-02 12:37:41 +0100
  • 095918ee71 Merge remote-tracking branch 'origin/trunk' into circular_references_inlineCallbacks Erik Johnston 2023-10-02 10:52:47 +0100
  • 5150bd8a51 Fix up type hints Erik Johnston 2023-10-02 10:45:38 +0100
  • 731f65f106
    #12009 type annotate more tests (#12008) Thomas Grainger 2023-09-30 11:26:17 -0700
  • a18f331182
    add newsfragment Thomas Grainger 2023-09-30 17:18:53 +0100
  • 349671a67a
    Merge branch 'trunk' into more-type-annotations-6 Thomas Grainger 2023-09-30 09:18:18 -0700
  • 3db4e1c70b
    #12004 type annotate more tests (#12003) Thomas Grainger 2023-09-30 09:16:12 -0700
  • 0dceb027dd
    type annotate twisted.conch.test.test_channel Thomas Grainger 2023-09-30 17:01:23 +0100
  • f6a2513f6c
    type annotate twisted.conch.test.test_ckeygen Thomas Grainger 2023-09-30 16:34:35 +0100
  • 48d60a2702
    type annotate twisted.conch.test.test_forwarding Thomas Grainger 2023-09-30 11:57:33 +0100
  • 4af34f01c9
    type annotate twisted.conch.test.test_helper Thomas Grainger 2023-09-29 12:30:08 +0100
  • 31766aa981
    type annotate twisted.conch.test.test_mixin Thomas Grainger 2023-09-29 12:19:04 +0100
  • b7c6e77eb7
    type annotate twisted.internet.test.test_abstract Thomas Grainger 2023-09-29 12:16:44 +0100
  • bfec5506b6
    type annotate twisted.internet.test.test_udp_internals Thomas Grainger 2023-09-29 11:07:10 +0100
  • 2c1ffbc389 Merge remote-tracking branch 'origin/trunk' into circular_references_inlineCallbacks Erik Johnston 2023-09-27 12:57:34 +0100
  • b1ef939c92
    Merge branch 'trunk' into 11989-lots-of-small-writes-to-tls-transport-use-a-lot-of-cpu Itamar Turner-Trauring 2023-09-26 10:39:31 -0400