issues
search
twisted
/
twisted
Event-driven networking engine written in Python.
https://twisted.org
Other
5.74k
stars
1.19k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Running Twisted Trial - Got KeyboardInterrupt raised by trial
#12444
SoundsSerious
closed
3 weeks ago
3
Test suite should avoid using SHA1 signatures
#12443
Romain-Geissler-1A
opened
3 weeks ago
1
#12441 Fix HelperTests.test_refuteCryptedPassword on RHEL/CentOS 10.
#12442
Romain-Geissler-1A
closed
3 weeks ago
4
HelperTests.test_refuteCryptedPassword doesn't work on RHEL/CentOS 10
#12441
Romain-Geissler-1A
closed
3 weeks ago
1
#12439 Change _observers from list to set
#12440
allrob23
opened
3 weeks ago
8
Optimize LogPublisher observer storage by using a set instead of a list
#12439
allrob23
opened
3 weeks ago
0
#11972 Fixes bug in BindAuthority zone file loading
#12438
kipropbrian
opened
3 weeks ago
7
Duplicate Content-Type Header Parsing Issue
#12437
TUO-Wu
opened
4 weeks ago
2
twisted.web.static should reject the CONNECT method
#12436
TUO-Wu
opened
4 weeks ago
2
Issues in Parsing HTTP Request "Host" Header
#12435
TUO-Wu
opened
1 month ago
1
ubuntu 20.04 github actions runner image deprecation
#12434
glyph
closed
1 month ago
0
brownouts begin for ubuntu 20.04 images this week
#12433
glyph
closed
1 month ago
3
resume porting twisted mail to python3
#12432
glyph
closed
1 month ago
7
twisted.mail.mail.MailService.addDomain does not register its credential checker, and thus does not allow authenticating to the domain
#12431
glyph
closed
1 month ago
0
☂️ Add support for Python 3.14
#12430
adiroiban
opened
1 month ago
0
[heads-up] Python 3.14: `locale.Error: unsupported locale setting` in test_cftp and test_utf8
#12429
befeleme
opened
1 month ago
0
[heads-up] Python 3.14: "BrokenImplementation" in test_httpauth.BasicAuthTests.test_incorrectPadding
#12428
befeleme
opened
1 month ago
0
[heads-up] Python 3.14: test_noFragments fails: `b'http://foo.com/quux#' != b'http://foo.com/quux'`
#12427
befeleme
opened
1 month ago
0
[heads-up] Python 3.14 removes the implicit event loop creation with asyncio.get_event_loop()
#12426
befeleme
opened
1 month ago
0
Would you please publish Python 3.13 and 3.13t wheels for Twisted 23.10?
#12425
0xDEADFED5
closed
2 months ago
2
#12423 Fix web.http not parsing multiple files in multipart form-data
#12424
cas--
closed
2 months ago
1
Regression handling multiple files in multipart/form-data with same name
#12423
cas--
closed
2 months ago
0
#12421 ProccessMonitor: make startProcess() catch exceptions raised by spawn…
#12422
juanpeha
closed
1 month ago
8
ProcessMonitor.startProcess is not handling exception which could be raised by spawnProcess()
#12421
juanpeha
closed
1 month ago
3
explicit configuration file for sphinx per https://about.readthedocs.…
#12420
glyph
closed
2 months ago
1
explicit configuration file specification for readthedocs
#12419
glyph
closed
2 months ago
0
twisted.conch.client.direct.SSHClientTransport.unixServer is undocumented and untested
#12418
glyph
opened
3 months ago
2
TestCase.tearDown is documented to return None which causes a type error if users return a Deferred
#12417
glyph
closed
3 months ago
4
#12414 conch host key cli fix
#12416
glyph
closed
3 months ago
4
twisted.conch.client.default.verifyHostKey should be deprecated
#12415
glyph
opened
3 months ago
1
conch command-line client fails if there is an entry for a host, but not for the matched IP address, in known_hosts
#12414
glyph
closed
3 months ago
1
12412 allow opting out of parsing of multipart and form-encoding upload parsing in twisted.web
#12413
itamarst
closed
3 months ago
9
Allow opting out of parsing of MIME upload parsing in twisted.web
#12412
itamarst
closed
3 months ago
3
Responsibilty confusion for ALPN protocols list between connection creator & `IProtocolNegotiationFactory`
#12411
glyph
opened
3 months ago
1
#12409 Correct example ('' -> b'' for root child name), and don't say "strings" where "bytes" are expected.
#12410
juanpeha
closed
3 months ago
1
error in Twisted Web howto -- child names are bytes, not strings
#12409
juanpeha
closed
3 months ago
1
#12407 Deprecate Deferred.callbacks attribute
#12408
p12tic
closed
3 months ago
3
Direct access to Deferred.callbacks should be deprecated
#12407
p12tic
closed
3 months ago
0
Optimize twisted.trial.unittest.TestCase
#12406
p12tic
opened
3 months ago
1
#12404 Remove waitForDeferred and deferredGenerator
#12405
p12tic
closed
3 months ago
2
waitForDeferred and deferredGenerator should be removed
#12404
p12tic
closed
3 months ago
0
Miscellaneous Deferred optimizations
#12403
p12tic
opened
4 months ago
16
Optimize inlineCallbacks by using single status object
#12402
p12tic
closed
4 months ago
2
Optimize Deferred._runCallbacks() to not create chain list unnecessarily
#12401
p12tic
closed
4 months ago
2
Optimize inlineCallbacks by using list instead of _CancellationStatus
#12400
p12tic
closed
4 months ago
2
Add maybeAwaitable() to help transparent migration of inlineCallbacks code to coroutines
#12399
p12tic
closed
4 months ago
4
Optimize isintance(obj, ...) by hasattr(obj, <some_unique_attribute_name>)
#12398
p12tic
closed
4 months ago
4
websocket server and client protocols based on `wsproto` package
#12397
glyph
opened
4 months ago
4
twisted.internet.defer.returnValue() should be removed
#12396
p12tic
opened
4 months ago
6
Remove support for twisted.internet.defer.returnValue() #12396
#12395
p12tic
opened
4 months ago
12
Next