Initial import to Tizen 09/1609/1 1.0 1.0_branch accepted/trunk/20120904.170045 submit/trunk/20120831.222150
authorJimmy Huang <jimmy.huang@linux.intel.com>
Fri, 31 Aug 2012 22:21:38 +0000 (15:21 -0700)
committerJimmy Huang <jimmy.huang@linux.intel.com>
Fri, 31 Aug 2012 22:21:38 +0000 (15:21 -0700)
commit30d855cbca8385abefa3ffe95811a2bfaa666cf8
treea8831781e15d375080111d26806c2e9b825c4c2f
Initial import to Tizen

Signed-off-by: Jimmy Huang <jimmy.huang@linux.intel.com>
1431 files changed:
INSTALL [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
bin/_preamble.py [new file with mode: 0644]
bin/conch/cftp [new file with mode: 0755]
bin/conch/ckeygen [new file with mode: 0755]
bin/conch/conch [new file with mode: 0755]
bin/conch/tkconch [new file with mode: 0755]
bin/lore/lore [new file with mode: 0755]
bin/mail/mailmail [new file with mode: 0755]
bin/manhole [new file with mode: 0755]
bin/pyhtmlizer [new file with mode: 0755]
bin/tap2deb [new file with mode: 0755]
bin/tap2rpm [new file with mode: 0755]
bin/tapconvert [new file with mode: 0755]
bin/trial [new file with mode: 0755]
bin/twistd [new file with mode: 0755]
doc/conch/benchmarks/README [new file with mode: 0644]
doc/conch/benchmarks/buffering_mixin.py [new file with mode: 0755]
doc/conch/examples/demo.tac [new file with mode: 0644]
doc/conch/examples/demo_draw.tac [new file with mode: 0644]
doc/conch/examples/demo_insults.tac [new file with mode: 0644]
doc/conch/examples/demo_manhole.tac [new file with mode: 0644]
doc/conch/examples/demo_recvline.tac [new file with mode: 0644]
doc/conch/examples/demo_scroll.tac [new file with mode: 0644]
doc/conch/examples/index.html [new file with mode: 0644]
doc/conch/examples/sshsimpleclient.py [new file with mode: 0644]
doc/conch/examples/sshsimpleserver.py [new file with mode: 0755]
doc/conch/examples/telnet_echo.tac [new file with mode: 0644]
doc/conch/examples/window.tac [new file with mode: 0644]
doc/conch/howto/conch_client.html [new file with mode: 0644]
doc/conch/howto/index.html [new file with mode: 0644]
doc/conch/index.html [new file with mode: 0644]
doc/conch/man/cftp-man.html [new file with mode: 0644]
doc/conch/man/cftp.1 [new file with mode: 0644]
doc/conch/man/ckeygen-man.html [new file with mode: 0644]
doc/conch/man/ckeygen.1 [new file with mode: 0644]
doc/conch/man/conch-man.html [new file with mode: 0644]
doc/conch/man/conch.1 [new file with mode: 0644]
doc/conch/man/tkconch-man.html [new file with mode: 0644]
doc/conch/man/tkconch.1 [new file with mode: 0644]
doc/core/benchmarks/banana.py [new file with mode: 0644]
doc/core/benchmarks/deferreds.py [new file with mode: 0644]
doc/core/benchmarks/failure.py [new file with mode: 0644]
doc/core/benchmarks/linereceiver.py [new file with mode: 0644]
doc/core/benchmarks/netstringreceiver.py [new file with mode: 0644]
doc/core/benchmarks/task.py [new file with mode: 0644]
doc/core/benchmarks/timer.py [new file with mode: 0644]
doc/core/benchmarks/tpclient.py [new file with mode: 0644]
doc/core/benchmarks/tpclient_nt.py [new file with mode: 0644]
doc/core/benchmarks/tpserver.py [new file with mode: 0644]
doc/core/benchmarks/tpserver_nt.py [new file with mode: 0644]
doc/core/development/index.html [new file with mode: 0644]
doc/core/development/listings/new_module_template.py [new file with mode: 0644]
doc/core/development/naming.html [new file with mode: 0644]
doc/core/development/philosophy.html [new file with mode: 0644]
doc/core/development/policy/coding-standard.html [new file with mode: 0644]
doc/core/development/policy/doc-standard.html [new file with mode: 0644]
doc/core/development/policy/index.html [new file with mode: 0644]
doc/core/development/policy/svn-dev.html [new file with mode: 0644]
doc/core/development/policy/test-standard.html [new file with mode: 0644]
doc/core/development/policy/writing-standard.html [new file with mode: 0644]
doc/core/development/security.html [new file with mode: 0644]
doc/core/examples/ampclient.py [new file with mode: 0644]
doc/core/examples/ampserver.py [new file with mode: 0644]
doc/core/examples/bananabench.py [new file with mode: 0644]
doc/core/examples/chatserver.py [new file with mode: 0644]
doc/core/examples/courier.py [new file with mode: 0644]
doc/core/examples/cred.py [new file with mode: 0644]
doc/core/examples/dbcred.py [new file with mode: 0755]
doc/core/examples/echoclient.py [new file with mode: 0644]
doc/core/examples/echoclient_ssl.py [new file with mode: 0755]
doc/core/examples/echoclient_udp.py [new file with mode: 0644]
doc/core/examples/echoserv.py [new file with mode: 0644]
doc/core/examples/echoserv_ssl.py [new file with mode: 0644]
doc/core/examples/echoserv_udp.py [new file with mode: 0644]
doc/core/examples/filewatch.py [new file with mode: 0644]
doc/core/examples/ftpclient.py [new file with mode: 0644]
doc/core/examples/ftpserver.py [new file with mode: 0644]
doc/core/examples/gpsfix.py [new file with mode: 0644]
doc/core/examples/index.html [new file with mode: 0644]
doc/core/examples/longex.py [new file with mode: 0644]
doc/core/examples/longex2.py [new file with mode: 0644]
doc/core/examples/mouse.py [new file with mode: 0755]
doc/core/examples/pb_exceptions.py [new file with mode: 0644]
doc/core/examples/pbbenchclient.py [new file with mode: 0644]
doc/core/examples/pbbenchserver.py [new file with mode: 0644]
doc/core/examples/pbecho.py [new file with mode: 0644]
doc/core/examples/pbechoclient.py [new file with mode: 0644]
doc/core/examples/pbgtk2.py [new file with mode: 0644]
doc/core/examples/pbgtk2login.glade [new file with mode: 0644]
doc/core/examples/pbinterop.py [new file with mode: 0644]
doc/core/examples/pbsimple.py [new file with mode: 0644]
doc/core/examples/pbsimpleclient.py [new file with mode: 0644]
doc/core/examples/postfix.py [new file with mode: 0644]
doc/core/examples/ptyserv.py [new file with mode: 0644]
doc/core/examples/pyui_bg.png [new file with mode: 0644]
doc/core/examples/pyuidemo.py [new file with mode: 0755]
doc/core/examples/recvfd.py [new file with mode: 0644]
doc/core/examples/rotatinglog.py [new file with mode: 0644]
doc/core/examples/sendfd.py [new file with mode: 0644]
doc/core/examples/server.pem [new file with mode: 0644]
doc/core/examples/shaper.py [new file with mode: 0644]
doc/core/examples/shoutcast.py [new file with mode: 0644]
doc/core/examples/simple.tac [new file with mode: 0644]
doc/core/examples/simpleclient.py [new file with mode: 0644]
doc/core/examples/simpleserv.py [new file with mode: 0644]
doc/core/examples/stdin.py [new file with mode: 0644]
doc/core/examples/stdiodemo.py [new file with mode: 0644]
doc/core/examples/streaming.py [new file with mode: 0644]
doc/core/examples/testlogging.py [new file with mode: 0644]
doc/core/examples/threadedselect/Cocoa/SimpleWebClient/English.lproj/MainMenu.nib/classes.nib [new file with mode: 0644]
doc/core/examples/threadedselect/Cocoa/SimpleWebClient/English.lproj/MainMenu.nib/info.nib [new file with mode: 0644]
doc/core/examples/threadedselect/Cocoa/SimpleWebClient/English.lproj/MainMenu.nib/keyedobjects.nib [new file with mode: 0644]
doc/core/examples/threadedselect/Cocoa/SimpleWebClient/README.txt [new file with mode: 0644]
doc/core/examples/threadedselect/Cocoa/SimpleWebClient/Twistzilla.py [new file with mode: 0644]
doc/core/examples/threadedselect/Cocoa/SimpleWebClient/setup.py [new file with mode: 0644]
doc/core/examples/threadedselect/README [new file with mode: 0644]
doc/core/examples/threadedselect/blockingdemo.py [new file with mode: 0644]
doc/core/examples/threadedselect/pygamedemo.py [new file with mode: 0644]
doc/core/examples/tkinterdemo.py [new file with mode: 0644]
doc/core/examples/twistd-logging.tac [new file with mode: 0644]
doc/core/examples/wxacceptance.py [new file with mode: 0644]
doc/core/examples/wxdemo.py [new file with mode: 0644]
doc/core/howto/amp.html [new file with mode: 0644]
doc/core/howto/application.html [new file with mode: 0644]
doc/core/howto/basics.html [new file with mode: 0644]
doc/core/howto/book.tex [new file with mode: 0644]
doc/core/howto/choosing-reactor.html [new file with mode: 0644]
doc/core/howto/clients.html [new file with mode: 0644]
doc/core/howto/components.html [new file with mode: 0644]
doc/core/howto/constants.html [new file with mode: 0644]
doc/core/howto/cred.html [new file with mode: 0644]
doc/core/howto/debug-with-emacs.html [new file with mode: 0644]
doc/core/howto/defer.html [new file with mode: 0644]
doc/core/howto/design.html [new file with mode: 0644]
doc/core/howto/dirdbm.html [new file with mode: 0644]
doc/core/howto/endpoints.html [new file with mode: 0644]
doc/core/howto/gendefer.html [new file with mode: 0644]
doc/core/howto/glossary.html [new file with mode: 0644]
doc/core/howto/howto.tidyrc [new file with mode: 0644]
doc/core/howto/index.html [new file with mode: 0644]
doc/core/howto/internet-overview.html [new file with mode: 0644]
doc/core/howto/listings/TwistedQuotes/__init__.py [new file with mode: 0644]
doc/core/howto/listings/TwistedQuotes/pbquote.py [new file with mode: 0644]
doc/core/howto/listings/TwistedQuotes/pbquoteclient.py [new file with mode: 0644]
doc/core/howto/listings/TwistedQuotes/quoteproto.py [new file with mode: 0644]
doc/core/howto/listings/TwistedQuotes/quoters.py [new file with mode: 0644]
doc/core/howto/listings/TwistedQuotes/quotes.txt [new file with mode: 0644]
doc/core/howto/listings/TwistedQuotes/quotetap.py [new file with mode: 0644]
doc/core/howto/listings/TwistedQuotes/quotetap2.py [new file with mode: 0644]
doc/core/howto/listings/TwistedQuotes/webquote.rpy [new file with mode: 0644]
doc/core/howto/listings/amp/basic_client.py [new file with mode: 0644]
doc/core/howto/listings/amp/basic_server.tac [new file with mode: 0644]
doc/core/howto/listings/amp/command_client.py [new file with mode: 0644]
doc/core/howto/listings/application/service.tac [new file with mode: 0644]
doc/core/howto/listings/deferred/synch-validation.py [new file with mode: 0644]
doc/core/howto/listings/pb/cache_classes.py [new file with mode: 0755]
doc/core/howto/listings/pb/cache_receiver.py [new file with mode: 0755]
doc/core/howto/listings/pb/cache_sender.py [new file with mode: 0755]
doc/core/howto/listings/pb/chatclient.py [new file with mode: 0755]
doc/core/howto/listings/pb/chatserver.py [new file with mode: 0755]
doc/core/howto/listings/pb/copy2_classes.py [new file with mode: 0755]
doc/core/howto/listings/pb/copy2_receiver.py [new file with mode: 0755]
doc/core/howto/listings/pb/copy2_sender.py [new file with mode: 0755]
doc/core/howto/listings/pb/copy_receiver.tac [new file with mode: 0755]
doc/core/howto/listings/pb/copy_sender.py [new file with mode: 0755]
doc/core/howto/listings/pb/exc_client.py [new file with mode: 0755]
doc/core/howto/listings/pb/exc_server.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb1client.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb1server.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb2client.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb2server.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb3client.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb3server.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb4client.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb5client.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb5server.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb6client1.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb6client2.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb6server.py [new file with mode: 0755]
doc/core/howto/listings/pb/pb7client.py [new file with mode: 0755]
doc/core/howto/listings/pb/pbAnonClient.py [new file with mode: 0755]
doc/core/howto/listings/pb/pbAnonServer.py [new file with mode: 0755]
doc/core/howto/listings/pb/trap_client.py [new file with mode: 0755]
doc/core/howto/listings/pb/trap_server.py [new file with mode: 0755]
doc/core/howto/listings/process/process.py [new file with mode: 0755]
doc/core/howto/listings/process/quotes.py [new file with mode: 0644]
doc/core/howto/listings/process/trueandfalse.py [new file with mode: 0644]
doc/core/howto/listings/sendmsg/copy_descriptor.py [new file with mode: 0644]
doc/core/howto/listings/sendmsg/send_replacement.py [new file with mode: 0644]
doc/core/howto/listings/servers/chat.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/__init__.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/base_1.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/base_2.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/base_3.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/client_1.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/client_2.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/client_3.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/remote_1.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/remote_2.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/test/__init__.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/test/test_base_1.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/test/test_base_2.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/test/test_base_2b.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/test/test_base_3.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/test/test_client_1.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/test/test_client_2.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/test/test_client_3.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/test/test_remote_1.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/test/test_remote_2.py [new file with mode: 0644]
doc/core/howto/listings/trial/calculus/test/test_remote_3.py [new file with mode: 0644]
doc/core/howto/listings/udp/MulticastClient.py [new file with mode: 0644]
doc/core/howto/listings/udp/MulticastServer.py [new file with mode: 0644]
doc/core/howto/logging.html [new file with mode: 0644]
doc/core/howto/options.html [new file with mode: 0644]
doc/core/howto/pb-clients.html [new file with mode: 0644]
doc/core/howto/pb-copyable.html [new file with mode: 0644]
doc/core/howto/pb-cred.html [new file with mode: 0644]
doc/core/howto/pb-intro.html [new file with mode: 0644]
doc/core/howto/pb-limits.html [new file with mode: 0644]
doc/core/howto/pb-usage.html [new file with mode: 0644]
doc/core/howto/pb.html [new file with mode: 0644]
doc/core/howto/plugin.html [new file with mode: 0644]
doc/core/howto/process.html [new file with mode: 0644]
doc/core/howto/producers.html [new file with mode: 0644]
doc/core/howto/quotes.html [new file with mode: 0644]
doc/core/howto/rdbms.html [new file with mode: 0644]
doc/core/howto/reactor-basics.html [new file with mode: 0644]
doc/core/howto/sendmsg.html [new file with mode: 0644]
doc/core/howto/servers.html [new file with mode: 0644]
doc/core/howto/ssl.html [new file with mode: 0644]
doc/core/howto/stylesheet-unprocessed.css [new file with mode: 0644]
doc/core/howto/stylesheet.css [new file with mode: 0644]
doc/core/howto/tap.html [new file with mode: 0644]
doc/core/howto/template.tpl [new file with mode: 0644]
doc/core/howto/testing.html [new file with mode: 0644]
doc/core/howto/threading.html [new file with mode: 0644]
doc/core/howto/time.html [new file with mode: 0644]
doc/core/howto/trial.html [new file with mode: 0644]
doc/core/howto/tutorial/backends.html [new file with mode: 0644]
doc/core/howto/tutorial/client.html [new file with mode: 0644]
doc/core/howto/tutorial/components.html [new file with mode: 0644]
doc/core/howto/tutorial/configuration.html [new file with mode: 0644]
doc/core/howto/tutorial/factory.html [new file with mode: 0644]
doc/core/howto/tutorial/index.html [new file with mode: 0644]
doc/core/howto/tutorial/intro.html [new file with mode: 0644]
doc/core/howto/tutorial/library.html [new file with mode: 0644]
doc/core/howto/tutorial/listings/finger/etc.users [new file with mode: 0644]
doc/core/howto/tutorial/listings/finger/finger/__init__.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger/finger.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger/tap.py [new file with mode: 0644]
doc/core/howto/tutorial/listings/finger/finger01.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger02.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger03.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger04.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger05.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger06.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger07.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger08.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger09.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger10.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger11.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger12.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger13.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger14.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger15.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger16.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger17.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger18.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger19.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger19a.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger19a_changes.py [new file with mode: 0644]
doc/core/howto/tutorial/listings/finger/finger19b.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger19b_changes.py [new file with mode: 0644]
doc/core/howto/tutorial/listings/finger/finger19c.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger19c_changes.py [new file with mode: 0644]
doc/core/howto/tutorial/listings/finger/finger20.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger21.tac [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger22.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/fingerPBclient.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/fingerXRclient.py [new file with mode: 0755]
doc/core/howto/tutorial/listings/finger/finger_config.py [new file with mode: 0644]
doc/core/howto/tutorial/listings/finger/fingerproxy.tac [new file with mode: 0644]
doc/core/howto/tutorial/listings/finger/organized-finger.tac [new file with mode: 0644]
doc/core/howto/tutorial/listings/finger/simple-finger.tac [new file with mode: 0644]
doc/core/howto/tutorial/listings/finger/twisted/plugins/finger_tutorial.py [new file with mode: 0644]
doc/core/howto/tutorial/pb.html [new file with mode: 0644]
doc/core/howto/tutorial/protocol.html [new file with mode: 0644]
doc/core/howto/tutorial/style.html [new file with mode: 0644]
doc/core/howto/tutorial/web.html [new file with mode: 0644]
doc/core/howto/udp.html [new file with mode: 0644]
doc/core/howto/vision.html [new file with mode: 0644]
doc/core/img/TwistedLogo.bmp [new file with mode: 0644]
doc/core/img/cred-login.dia [new file with mode: 0644]
doc/core/img/cred-login.png [new file with mode: 0644]
doc/core/img/deferred-attach.dia [new file with mode: 0644]
doc/core/img/deferred-attach.png [new file with mode: 0644]
doc/core/img/deferred-process.dia [new file with mode: 0644]
doc/core/img/deferred-process.png [new file with mode: 0644]
doc/core/img/deferred-states.svg [new file with mode: 0644]
doc/core/img/deferred.dia [new file with mode: 0644]
doc/core/img/deferred.png [new file with mode: 0644]
doc/core/index.html [new file with mode: 0644]
doc/core/man/manhole-man.html [new file with mode: 0644]
doc/core/man/manhole.1 [new file with mode: 0644]
doc/core/man/pyhtmlizer-man.html [new file with mode: 0644]
doc/core/man/pyhtmlizer.1 [new file with mode: 0644]
doc/core/man/tap2deb-man.html [new file with mode: 0644]
doc/core/man/tap2deb.1 [new file with mode: 0644]
doc/core/man/tap2rpm-man.html [new file with mode: 0644]
doc/core/man/tap2rpm.1 [new file with mode: 0644]
doc/core/man/tapconvert-man.html [new file with mode: 0644]
doc/core/man/tapconvert.1 [new file with mode: 0644]
doc/core/man/trial-man.html [new file with mode: 0644]
doc/core/man/trial.1 [new file with mode: 0644]
doc/core/man/twistd-man.html [new file with mode: 0644]
doc/core/man/twistd.1 [new file with mode: 0644]
doc/core/specifications/banana.html [new file with mode: 0644]
doc/core/specifications/index.html [new file with mode: 0644]
doc/fun/Twisted.Quotes [new file with mode: 0644]
doc/fun/lightbulb [new file with mode: 0644]
doc/fun/register.html [new file with mode: 0644]
doc/historic/2002/ipc10/twisted-network-framework/errata.html [new file with mode: 0644]
doc/historic/2002/ipc10/twisted-network-framework/index.html [new file with mode: 0644]
doc/historic/2003/europython/doanddont.html [new file with mode: 0644]
doc/historic/2003/europython/index.html [new file with mode: 0644]
doc/historic/2003/europython/lore.html [new file with mode: 0644]
doc/historic/2003/europython/slides-template.tpl [new file with mode: 0644]
doc/historic/2003/europython/tw-deploy.html [new file with mode: 0644]
doc/historic/2003/europython/twisted.html [new file with mode: 0644]
doc/historic/2003/europython/webclients.html [new file with mode: 0644]
doc/historic/2003/haifux/haifux.html [new file with mode: 0644]
doc/historic/2003/haifux/notes.html [new file with mode: 0644]
doc/historic/2003/pycon/applications/applications [new file with mode: 0755]
doc/historic/2003/pycon/applications/applications.html [new file with mode: 0644]
doc/historic/2003/pycon/applications/pynfo-chart.png [new file with mode: 0644]
doc/historic/2003/pycon/conch/conch [new file with mode: 0755]
doc/historic/2003/pycon/conch/conch.html [new file with mode: 0644]
doc/historic/2003/pycon/conch/conchtalk.txt [new file with mode: 0755]
doc/historic/2003/pycon/conch/smalltwisted.png [new file with mode: 0644]
doc/historic/2003/pycon/conch/twistedlogo.png [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferex-bad-adding.py [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferex-chaining.py [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferex-complex-failure.py [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferex-complex-raise.py [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferex-forwarding.py [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferex-listing0.py [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferex-listing1.py [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferex-listing2.py [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferex-simple-failure.py [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferex-simple-raise.py [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferex.html [new file with mode: 0644]
doc/historic/2003/pycon/deferex/deferexex.py [new file with mode: 0644]
doc/historic/2003/pycon/intrinsics-lightning/intrinsics-lightning [new file with mode: 0644]
doc/historic/2003/pycon/lore/lore-presentation [new file with mode: 0755]
doc/historic/2003/pycon/lore/lore-slides.html [new file with mode: 0755]
doc/historic/2003/pycon/lore/lore.html [new file with mode: 0644]
doc/historic/2003/pycon/pb/pb-client1.py [new file with mode: 0755]
doc/historic/2003/pycon/pb/pb-server1.py [new file with mode: 0755]
doc/historic/2003/pycon/pb/pb-slides.py [new file with mode: 0755]
doc/historic/2003/pycon/pb/pb.html [new file with mode: 0644]
doc/historic/2003/pycon/releasing/releasing-twisted [new file with mode: 0755]
doc/historic/2003/pycon/releasing/releasing.html [new file with mode: 0644]
doc/historic/2003/pycon/tw-deploy/tw-deploy [new file with mode: 0755]
doc/historic/2003/pycon/tw-deploy/twisted-overview.png [new file with mode: 0644]
doc/historic/2003/pycon/tw-deploy/twistedlogo.png [new file with mode: 0644]
doc/historic/2003/pycon/twisted-internet/twisted-internet.py [new file with mode: 0644]
doc/historic/2003/pycon/twisted-reality/componentized.svg [new file with mode: 0644]
doc/historic/2003/pycon/twisted-reality/twisted-reality.html [new file with mode: 0644]
doc/historic/2004/ibm/talk.html [new file with mode: 0644]
doc/historic/FirstTenYears.Quotes [new file with mode: 0644]
doc/historic/Twisted-12.1.0.Quotes [new file with mode: 0644]
doc/historic/index.html [new file with mode: 0644]
doc/historic/ipc10errata.html [new file with mode: 0644]
doc/historic/ipc10paper.html [new file with mode: 0644]
doc/historic/stylesheet.css [new file with mode: 0644]
doc/historic/template-notoc.tpl [new file with mode: 0644]
doc/historic/template.tpl [new file with mode: 0644]
doc/historic/twisted-debian.html [new file with mode: 0644]
doc/index.xhtml [new file with mode: 0644]
doc/lore/examples/example.html [new file with mode: 0644]
doc/lore/examples/index.html [new file with mode: 0644]
doc/lore/examples/slides-template.tpl [new file with mode: 0644]
doc/lore/howto/extend-lore.html [new file with mode: 0644]
doc/lore/howto/index.html [new file with mode: 0644]
doc/lore/howto/listings/lore/1st_example.html [new file with mode: 0644]
doc/lore/howto/listings/lore/a_lore_plugin.py [new file with mode: 0644]
doc/lore/howto/listings/lore/factory.py-1 [new file with mode: 0644]
doc/lore/howto/listings/lore/factory.py-2 [new file with mode: 0644]
doc/lore/howto/listings/lore/factory.py-3 [new file with mode: 0644]
doc/lore/howto/listings/lore/spitters.py-1 [new file with mode: 0644]
doc/lore/howto/listings/lore/spitters.py-2 [new file with mode: 0644]
doc/lore/howto/lore.html [new file with mode: 0644]
doc/lore/img/myhtml-output.png [new file with mode: 0644]
doc/lore/index.html [new file with mode: 0644]
doc/lore/man/lore-man.html [new file with mode: 0644]
doc/lore/man/lore.1 [new file with mode: 0644]
doc/mail/examples/emailserver.tac [new file with mode: 0644]
doc/mail/examples/imap4client.py [new file with mode: 0644]
doc/mail/examples/index.html [new file with mode: 0644]
doc/mail/examples/smtpclient_simple.py [new file with mode: 0644]
doc/mail/examples/smtpclient_tls.py [new file with mode: 0644]
doc/mail/index.html [new file with mode: 0644]
doc/mail/man/mailmail-man.html [new file with mode: 0644]
doc/mail/man/mailmail.1 [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient-1.tac [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient-10.tac [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient-11.tac [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient-2.tac [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient-3.tac [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient-4.tac [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient-5.tac [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient-6.tac [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient-7.tac [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient-8.tac [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient-9.tac [new file with mode: 0644]
doc/mail/tutorial/smtpclient/smtpclient.html [new file with mode: 0644]
doc/mail/tutorial/smtpserver/smtpserver-1.tac [new file with mode: 0644]
doc/mail/tutorial/smtpserver/smtpserver-2.tac [new file with mode: 0644]
doc/mail/tutorial/smtpserver/smtpserver-3.tac [new file with mode: 0644]
doc/mail/tutorial/smtpserver/smtpserver-4.tac [new file with mode: 0644]
doc/mail/tutorial/smtpserver/smtpserver-5.tac [new file with mode: 0644]
doc/mail/tutorial/smtpserver/smtpserver-6.tac [new file with mode: 0644]
doc/mail/tutorial/smtpserver/smtpserver-7.tac [new file with mode: 0644]
doc/mail/tutorial/smtpserver/smtpserver-8.tac [new file with mode: 0644]
doc/names/examples/dns-service.py [new file with mode: 0755]
doc/names/examples/gethostbyname.py [new file with mode: 0755]
doc/names/examples/index.html [new file with mode: 0644]
doc/names/examples/testdns.py [new file with mode: 0644]
doc/names/howto/index.html [new file with mode: 0644]
doc/names/howto/listings/names/example-domain.com [new file with mode: 0644]
doc/names/howto/names.html [new file with mode: 0644]
doc/names/index.html [new file with mode: 0644]
doc/pair/examples/index.html [new file with mode: 0644]
doc/pair/examples/pairudp.py [new file with mode: 0644]
doc/pair/howto/index.html [new file with mode: 0644]
doc/pair/howto/twisted-pair.html [new file with mode: 0644]
doc/pair/index.html [new file with mode: 0644]
doc/stylesheet.css [new file with mode: 0644]
doc/web/examples/advogato.py [new file with mode: 0644]
doc/web/examples/dlpage.py [new file with mode: 0644]
doc/web/examples/fortune.rpy.py [new file with mode: 0644]
doc/web/examples/getpage.py [new file with mode: 0644]
doc/web/examples/google.py [new file with mode: 0644]
doc/web/examples/hello.rpy.py [new file with mode: 0644]
doc/web/examples/httpclient.py [new file with mode: 0644]
doc/web/examples/index.html [new file with mode: 0644]
doc/web/examples/lj.rpy.py [new file with mode: 0644]
doc/web/examples/logging-proxy.py [new file with mode: 0644]
doc/web/examples/proxy.py [new file with mode: 0644]
doc/web/examples/report.rpy.py [new file with mode: 0644]
doc/web/examples/reverse-proxy.py [new file with mode: 0644]
doc/web/examples/rootscript.py [new file with mode: 0644]
doc/web/examples/silly-web.py [new file with mode: 0644]
doc/web/examples/simple.rtl [new file with mode: 0644]
doc/web/examples/soap.py [new file with mode: 0644]
doc/web/examples/users.rpy.py [new file with mode: 0644]
doc/web/examples/web.py [new file with mode: 0644]
doc/web/examples/webguard.py [new file with mode: 0644]
doc/web/examples/xmlrpc.py [new file with mode: 0644]
doc/web/examples/xmlrpcclient.py [new file with mode: 0644]
doc/web/howto/client.html [new file with mode: 0644]
doc/web/howto/glossary.html [new file with mode: 0644]
doc/web/howto/index.html [new file with mode: 0644]
doc/web/howto/listings/client/cookies.py [new file with mode: 0644]
doc/web/howto/listings/client/filesendbody.py [new file with mode: 0644]
doc/web/howto/listings/client/gzipdecoder.py [new file with mode: 0644]
doc/web/howto/listings/client/request.py [new file with mode: 0644]
doc/web/howto/listings/client/response.py [new file with mode: 0644]
doc/web/howto/listings/client/sendbody.py [new file with mode: 0644]
doc/web/howto/listings/client/stringprod.py [new file with mode: 0644]
doc/web/howto/listings/element_1.py [new file with mode: 0644]
doc/web/howto/listings/element_2.py [new file with mode: 0644]
doc/web/howto/listings/element_3.py [new file with mode: 0644]
doc/web/howto/listings/iteration-1.py [new file with mode: 0644]
doc/web/howto/listings/iteration-1.xml [new file with mode: 0644]
doc/web/howto/listings/iteration-output-1.xml [new file with mode: 0644]
doc/web/howto/listings/output-1.html [new file with mode: 0644]
doc/web/howto/listings/output-2.html [new file with mode: 0644]
doc/web/howto/listings/output-3.html [new file with mode: 0644]
doc/web/howto/listings/quoting-output.html [new file with mode: 0644]
doc/web/howto/listings/quoting_element.py [new file with mode: 0644]
doc/web/howto/listings/render_1.py [new file with mode: 0644]
doc/web/howto/listings/render_2.py [new file with mode: 0644]
doc/web/howto/listings/render_3.py [new file with mode: 0644]
doc/web/howto/listings/render_quoting.py [new file with mode: 0644]
doc/web/howto/listings/render_slots_attrs.py [new file with mode: 0644]
doc/web/howto/listings/render_transparent.py [new file with mode: 0644]
doc/web/howto/listings/slots-attributes-1.xml [new file with mode: 0644]
doc/web/howto/listings/slots-attributes-output.html [new file with mode: 0644]
doc/web/howto/listings/slots_attributes_1.py [new file with mode: 0644]
doc/web/howto/listings/soap.rpy [new file with mode: 0644]
doc/web/howto/listings/subviews-1.py [new file with mode: 0644]
doc/web/howto/listings/subviews-1.xml [new file with mode: 0644]
doc/web/howto/listings/subviews-output-1.xml [new file with mode: 0644]
doc/web/howto/listings/template-1.xml [new file with mode: 0644]
doc/web/howto/listings/transparent-1.xml [new file with mode: 0644]
doc/web/howto/listings/transparent-output.html [new file with mode: 0644]
doc/web/howto/listings/transparent_element.py [new file with mode: 0644]
doc/web/howto/listings/wait_for_it.py [new file with mode: 0644]
doc/web/howto/listings/waited-for-it.html [new file with mode: 0644]
doc/web/howto/listings/waited-for-it.txt [new file with mode: 0644]
doc/web/howto/listings/webquote.rtl [new file with mode: 0644]
doc/web/howto/listings/xmlAndSoapQuote.py [new file with mode: 0644]
doc/web/howto/listings/xmlquote.rpy [new file with mode: 0644]
doc/web/howto/listings/xmlrpc-customized.py [new file with mode: 0644]
doc/web/howto/resource-templates.html [new file with mode: 0644]
doc/web/howto/twisted-templates.html [new file with mode: 0644]
doc/web/howto/using-twistedweb.html [new file with mode: 0644]
doc/web/howto/web-development.html [new file with mode: 0644]
doc/web/howto/web-in-60/asynchronous-deferred.html [new file with mode: 0644]
doc/web/howto/web-in-60/asynchronous.html [new file with mode: 0644]
doc/web/howto/web-in-60/custom-codes.html [new file with mode: 0644]
doc/web/howto/web-in-60/dynamic-content.html [new file with mode: 0644]
doc/web/howto/web-in-60/dynamic-dispatch.html [new file with mode: 0644]
doc/web/howto/web-in-60/error-handling.html [new file with mode: 0644]
doc/web/howto/web-in-60/handling-posts.html [new file with mode: 0644]
doc/web/howto/web-in-60/http-auth.html [new file with mode: 0644]
doc/web/howto/web-in-60/index.html [new file with mode: 0644]
doc/web/howto/web-in-60/interrupted.html [new file with mode: 0644]
doc/web/howto/web-in-60/logging-errors.html [new file with mode: 0644]
doc/web/howto/web-in-60/rpy-scripts.html [new file with mode: 0644]
doc/web/howto/web-in-60/session-basics.html [new file with mode: 0644]
doc/web/howto/web-in-60/session-endings.html [new file with mode: 0644]
doc/web/howto/web-in-60/session-store.html [new file with mode: 0644]
doc/web/howto/web-in-60/static-content.html [new file with mode: 0644]
doc/web/howto/web-in-60/static-dispatch.html [new file with mode: 0644]
doc/web/howto/web-in-60/wsgi.html [new file with mode: 0644]
doc/web/howto/web-overview.html [new file with mode: 0644]
doc/web/howto/xmlrpc.html [new file with mode: 0644]
doc/web/img/controller.png [new file with mode: 0644]
doc/web/img/livepage.png [new file with mode: 0644]
doc/web/img/model.png [new file with mode: 0644]
doc/web/img/plone_root_model.png [new file with mode: 0644]
doc/web/img/view.png [new file with mode: 0644]
doc/web/img/web-overview.dia [new file with mode: 0644]
doc/web/img/web-overview.png [new file with mode: 0644]
doc/web/img/web-process.png [new file with mode: 0644]
doc/web/img/web-process.svg [new file with mode: 0644]
doc/web/img/web-session.png [new file with mode: 0644]
doc/web/img/web-widgets.dia [new file with mode: 0644]
doc/web/img/web-widgets.png [new file with mode: 0644]
doc/web/index.html [new file with mode: 0644]
doc/words/examples/cursesclient.py [new file with mode: 0644]
doc/words/examples/index.html [new file with mode: 0644]
doc/words/examples/ircLogBot.py [new file with mode: 0644]
doc/words/examples/jabber_client.py [new file with mode: 0644]
doc/words/examples/minchat.py [new file with mode: 0644]
doc/words/examples/msn_example.py [new file with mode: 0644]
doc/words/examples/oscardemo.py [new file with mode: 0755]
doc/words/examples/pb_client.py [new file with mode: 0644]
doc/words/examples/xmpp_client.py [new file with mode: 0644]
doc/words/howto/im.html [new file with mode: 0644]
doc/words/howto/index.html [new file with mode: 0644]
doc/words/index.html [new file with mode: 0644]
packaging/python-twisted.changes [new file with mode: 0644]
packaging/python-twisted.spec [new file with mode: 0644]
setup.py [new file with mode: 0755]
twisted/__init__.py [new file with mode: 0644]
twisted/_version.py [new file with mode: 0644]
twisted/application/__init__.py [new file with mode: 0644]
twisted/application/app.py [new file with mode: 0644]
twisted/application/internet.py [new file with mode: 0644]
twisted/application/reactors.py [new file with mode: 0644]
twisted/application/service.py [new file with mode: 0644]
twisted/application/strports.py [new file with mode: 0644]
twisted/application/test/__init__.py [new file with mode: 0644]
twisted/application/test/test_internet.py [new file with mode: 0644]
twisted/conch/__init__.py [new file with mode: 0644]
twisted/conch/_version.py [new file with mode: 0644]
twisted/conch/avatar.py [new file with mode: 0644]
twisted/conch/checkers.py [new file with mode: 0644]
twisted/conch/client/__init__.py [new file with mode: 0644]
twisted/conch/client/agent.py [new file with mode: 0644]
twisted/conch/client/connect.py [new file with mode: 0644]
twisted/conch/client/default.py [new file with mode: 0644]
twisted/conch/client/direct.py [new file with mode: 0644]
twisted/conch/client/knownhosts.py [new file with mode: 0644]
twisted/conch/client/options.py [new file with mode: 0644]
twisted/conch/error.py [new file with mode: 0644]
twisted/conch/insults/__init__.py [new file with mode: 0644]
twisted/conch/insults/client.py [new file with mode: 0644]
twisted/conch/insults/colors.py [new file with mode: 0644]
twisted/conch/insults/helper.py [new file with mode: 0644]
twisted/conch/insults/insults.py [new file with mode: 0644]
twisted/conch/insults/text.py [new file with mode: 0644]
twisted/conch/insults/window.py [new file with mode: 0644]
twisted/conch/interfaces.py [new file with mode: 0644]
twisted/conch/ls.py [new file with mode: 0644]
twisted/conch/manhole.py [new file with mode: 0644]
twisted/conch/manhole_ssh.py [new file with mode: 0644]
twisted/conch/manhole_tap.py [new file with mode: 0644]
twisted/conch/mixin.py [new file with mode: 0644]
twisted/conch/openssh_compat/__init__.py [new file with mode: 0644]
twisted/conch/openssh_compat/factory.py [new file with mode: 0644]
twisted/conch/openssh_compat/primes.py [new file with mode: 0644]
twisted/conch/recvline.py [new file with mode: 0644]
twisted/conch/scripts/__init__.py [new file with mode: 0644]
twisted/conch/scripts/cftp.py [new file with mode: 0644]
twisted/conch/scripts/ckeygen.py [new file with mode: 0644]
twisted/conch/scripts/conch.py [new file with mode: 0644]
twisted/conch/scripts/tkconch.py [new file with mode: 0644]
twisted/conch/ssh/__init__.py [new file with mode: 0644]
twisted/conch/ssh/agent.py [new file with mode: 0644]
twisted/conch/ssh/channel.py [new file with mode: 0644]
twisted/conch/ssh/common.py [new file with mode: 0644]
twisted/conch/ssh/connection.py [new file with mode: 0644]
twisted/conch/ssh/factory.py [new file with mode: 0644]
twisted/conch/ssh/filetransfer.py [new file with mode: 0644]
twisted/conch/ssh/forwarding.py [new file with mode: 0755]
twisted/conch/ssh/keys.py [new file with mode: 0644]
twisted/conch/ssh/service.py [new file with mode: 0644]
twisted/conch/ssh/session.py [new file with mode: 0755]
twisted/conch/ssh/sexpy.py [new file with mode: 0644]
twisted/conch/ssh/transport.py [new file with mode: 0644]
twisted/conch/ssh/userauth.py [new file with mode: 0644]
twisted/conch/stdio.py [new file with mode: 0644]
twisted/conch/tap.py [new file with mode: 0644]
twisted/conch/telnet.py [new file with mode: 0644]
twisted/conch/test/__init__.py [new file with mode: 0644]
twisted/conch/test/keydata.py [new file with mode: 0644]
twisted/conch/test/test_agent.py [new file with mode: 0644]
twisted/conch/test/test_cftp.py [new file with mode: 0644]
twisted/conch/test/test_channel.py [new file with mode: 0644]
twisted/conch/test/test_checkers.py [new file with mode: 0644]
twisted/conch/test/test_ckeygen.py [new file with mode: 0644]
twisted/conch/test/test_conch.py [new file with mode: 0644]
twisted/conch/test/test_connection.py [new file with mode: 0644]
twisted/conch/test/test_default.py [new file with mode: 0644]
twisted/conch/test/test_filetransfer.py [new file with mode: 0644]
twisted/conch/test/test_helper.py [new file with mode: 0644]
twisted/conch/test/test_insults.py [new file with mode: 0644]
twisted/conch/test/test_keys.py [new file with mode: 0644]
twisted/conch/test/test_knownhosts.py [new file with mode: 0644]
twisted/conch/test/test_manhole.py [new file with mode: 0644]
twisted/conch/test/test_mixin.py [new file with mode: 0644]
twisted/conch/test/test_openssh_compat.py [new file with mode: 0644]
twisted/conch/test/test_recvline.py [new file with mode: 0644]
twisted/conch/test/test_scripts.py [new file with mode: 0644]
twisted/conch/test/test_session.py [new file with mode: 0644]
twisted/conch/test/test_ssh.py [new file with mode: 0644]
twisted/conch/test/test_tap.py [new file with mode: 0644]
twisted/conch/test/test_telnet.py [new file with mode: 0644]
twisted/conch/test/test_text.py [new file with mode: 0644]
twisted/conch/test/test_transport.py [new file with mode: 0644]
twisted/conch/test/test_userauth.py [new file with mode: 0644]
twisted/conch/test/test_window.py [new file with mode: 0644]
twisted/conch/topfiles/NEWS [new file with mode: 0644]
twisted/conch/topfiles/README [new file with mode: 0644]
twisted/conch/topfiles/setup.py [new file with mode: 0644]
twisted/conch/ttymodes.py [new file with mode: 0644]
twisted/conch/ui/__init__.py [new file with mode: 0755]
twisted/conch/ui/ansi.py [new file with mode: 0644]
twisted/conch/ui/tkvt100.py [new file with mode: 0644]
twisted/conch/unix.py [new file with mode: 0644]
twisted/copyright.py [new file with mode: 0644]
twisted/cred/__init__.py [new file with mode: 0644]
twisted/cred/_digest.py [new file with mode: 0644]
twisted/cred/checkers.py [new file with mode: 0644]
twisted/cred/credentials.py [new file with mode: 0644]
twisted/cred/error.py [new file with mode: 0644]
twisted/cred/pamauth.py [new file with mode: 0644]
twisted/cred/portal.py [new file with mode: 0644]
twisted/cred/strcred.py [new file with mode: 0644]
twisted/enterprise/__init__.py [new file with mode: 0644]
twisted/enterprise/adbapi.py [new file with mode: 0644]
twisted/internet/__init__.py [new file with mode: 0644]
twisted/internet/_baseprocess.py [new file with mode: 0644]
twisted/internet/_dumbwin32proc.py [new file with mode: 0644]
twisted/internet/_glibbase.py [new file with mode: 0644]
twisted/internet/_newtls.py [new file with mode: 0644]
twisted/internet/_oldtls.py [new file with mode: 0644]
twisted/internet/_pollingfile.py [new file with mode: 0644]
twisted/internet/_posixserialport.py [new file with mode: 0644]
twisted/internet/_posixstdio.py [new file with mode: 0644]
twisted/internet/_sigchld.c [new file with mode: 0644]
twisted/internet/_signals.py [new file with mode: 0644]
twisted/internet/_ssl.py [new file with mode: 0644]
twisted/internet/_sslverify.py [new file with mode: 0644]
twisted/internet/_threadedselect.py [new file with mode: 0644]
twisted/internet/_win32serialport.py [new file with mode: 0644]
twisted/internet/_win32stdio.py [new file with mode: 0644]
twisted/internet/abstract.py [new file with mode: 0644]
twisted/internet/address.py [new file with mode: 0644]
twisted/internet/base.py [new file with mode: 0644]
twisted/internet/cfreactor.py [new file with mode: 0644]
twisted/internet/default.py [new file with mode: 0644]
twisted/internet/defer.py [new file with mode: 0644]
twisted/internet/endpoints.py [new file with mode: 0644]
twisted/internet/epollreactor.py [new file with mode: 0644]
twisted/internet/error.py [new file with mode: 0644]
twisted/internet/fdesc.py [new file with mode: 0644]
twisted/internet/gireactor.py [new file with mode: 0644]
twisted/internet/glib2reactor.py [new file with mode: 0644]
twisted/internet/gtk2reactor.py [new file with mode: 0644]
twisted/internet/gtk3reactor.py [new file with mode: 0644]
twisted/internet/gtkreactor.py [new file with mode: 0644]
twisted/internet/inotify.py [new file with mode: 0644]
twisted/internet/interfaces.py [new file with mode: 0644]
twisted/internet/iocpreactor/__init__.py [new file with mode: 0644]
twisted/internet/iocpreactor/abstract.py [new file with mode: 0644]
twisted/internet/iocpreactor/build.bat [new file with mode: 0644]
twisted/internet/iocpreactor/const.py [new file with mode: 0644]
twisted/internet/iocpreactor/interfaces.py [new file with mode: 0644]
twisted/internet/iocpreactor/iocpsupport/acceptex.pxi [new file with mode: 0644]
twisted/internet/iocpreactor/iocpsupport/connectex.pxi [new file with mode: 0644]
twisted/internet/iocpreactor/iocpsupport/iocpsupport.c [new file with mode: 0644]
twisted/internet/iocpreactor/iocpsupport/iocpsupport.pyx [new file with mode: 0644]
twisted/internet/iocpreactor/iocpsupport/winsock_pointers.c [new file with mode: 0644]
twisted/internet/iocpreactor/iocpsupport/winsock_pointers.h [new file with mode: 0644]
twisted/internet/iocpreactor/iocpsupport/wsarecv.pxi [new file with mode: 0644]
twisted/internet/iocpreactor/iocpsupport/wsasend.pxi [new file with mode: 0644]
twisted/internet/iocpreactor/notes.txt [new file with mode: 0644]
twisted/internet/iocpreactor/reactor.py [new file with mode: 0644]
twisted/internet/iocpreactor/setup.py [new file with mode: 0644]
twisted/internet/iocpreactor/tcp.py [new file with mode: 0644]
twisted/internet/iocpreactor/udp.py [new file with mode: 0644]
twisted/internet/kqreactor.py [new file with mode: 0644]
twisted/internet/main.py [new file with mode: 0644]
twisted/internet/pollreactor.py [new file with mode: 0644]
twisted/internet/posixbase.py [new file with mode: 0644]
twisted/internet/process.py [new file with mode: 0644]
twisted/internet/protocol.py [new file with mode: 0644]
twisted/internet/pyuisupport.py [new file with mode: 0644]
twisted/internet/qtreactor.py [new file with mode: 0644]
twisted/internet/reactor.py [new file with mode: 0644]
twisted/internet/selectreactor.py [new file with mode: 0644]
twisted/internet/serialport.py [new file with mode: 0644]
twisted/internet/ssl.py [new file with mode: 0644]
twisted/internet/stdio.py [new file with mode: 0644]
twisted/internet/task.py [new file with mode: 0644]
twisted/internet/tcp.py [new file with mode: 0644]
twisted/internet/test/__init__.py [new file with mode: 0644]
twisted/internet/test/_posixifaces.py [new file with mode: 0644]
twisted/internet/test/_win32ifaces.py [new file with mode: 0644]
twisted/internet/test/connectionmixins.py [new file with mode: 0644]
twisted/internet/test/fake_CAs/not-a-certificate [new file with mode: 0644]
twisted/internet/test/fake_CAs/thing1.pem [new file with mode: 0644]
twisted/internet/test/fake_CAs/thing2-duplicate.pem [new file with mode: 0644]
twisted/internet/test/fake_CAs/thing2.pem [new file with mode: 0644]
twisted/internet/test/fakeendpoint.py [new file with mode: 0644]
twisted/internet/test/inlinecb_tests.py [new file with mode: 0644]
twisted/internet/test/process_helper.py [new file with mode: 0644]
twisted/internet/test/reactormixins.py [new file with mode: 0644]
twisted/internet/test/test_abstract.py [new file with mode: 0644]
twisted/internet/test/test_address.py [new file with mode: 0644]
twisted/internet/test/test_base.py [new file with mode: 0644]
twisted/internet/test/test_baseprocess.py [new file with mode: 0644]
twisted/internet/test/test_core.py [new file with mode: 0644]
twisted/internet/test/test_default.py [new file with mode: 0644]
twisted/internet/test/test_endpoints.py [new file with mode: 0644]
twisted/internet/test/test_epollreactor.py [new file with mode: 0644]
twisted/internet/test/test_fdset.py [new file with mode: 0644]
twisted/internet/test/test_filedescriptor.py [new file with mode: 0644]
twisted/internet/test/test_glibbase.py [new file with mode: 0644]
twisted/internet/test/test_gtk3reactor.py [new file with mode: 0644]
twisted/internet/test/test_gtkreactor.py [new file with mode: 0644]
twisted/internet/test/test_inlinecb.py [new file with mode: 0644]
twisted/internet/test/test_inotify.py [new file with mode: 0644]
twisted/internet/test/test_interfaces.py [new file with mode: 0644]
twisted/internet/test/test_iocp.py [new file with mode: 0644]
twisted/internet/test/test_main.py [new file with mode: 0644]
twisted/internet/test/test_newtls.py [new file with mode: 0644]
twisted/internet/test/test_pollingfile.py [new file with mode: 0644]
twisted/internet/test/test_posixbase.py [new file with mode: 0644]
twisted/internet/test/test_posixprocess.py [new file with mode: 0644]
twisted/internet/test/test_process.py [new file with mode: 0644]
twisted/internet/test/test_protocol.py [new file with mode: 0644]
twisted/internet/test/test_qtreactor.py [new file with mode: 0644]
twisted/internet/test/test_serialport.py [new file with mode: 0644]
twisted/internet/test/test_sigchld.py [new file with mode: 0644]
twisted/internet/test/test_socket.py [new file with mode: 0644]
twisted/internet/test/test_stdio.py [new file with mode: 0644]
twisted/internet/test/test_tcp.py [new file with mode: 0644]
twisted/internet/test/test_threads.py [new file with mode: 0644]
twisted/internet/test/test_time.py [new file with mode: 0644]
twisted/internet/test/test_tls.py [new file with mode: 0644]
twisted/internet/test/test_udp.py [new file with mode: 0644]
twisted/internet/test/test_udp_internals.py [new file with mode: 0644]
twisted/internet/test/test_unix.py [new file with mode: 0644]
twisted/internet/test/test_win32events.py [new file with mode: 0644]
twisted/internet/threads.py [new file with mode: 0644]
twisted/internet/tksupport.py [new file with mode: 0644]
twisted/internet/udp.py [new file with mode: 0644]
twisted/internet/unix.py [new file with mode: 0644]
twisted/internet/utils.py [new file with mode: 0644]
twisted/internet/win32eventreactor.py [new file with mode: 0644]
twisted/internet/wxreactor.py [new file with mode: 0644]
twisted/internet/wxsupport.py [new file with mode: 0644]
twisted/lore/__init__.py [new file with mode: 0644]
twisted/lore/_version.py [new file with mode: 0644]
twisted/lore/default.py [new file with mode: 0644]
twisted/lore/docbook.py [new file with mode: 0644]
twisted/lore/htmlbook.py [new file with mode: 0644]
twisted/lore/indexer.py [new file with mode: 0644]
twisted/lore/latex.py [new file with mode: 0644]
twisted/lore/lint.py [new file with mode: 0644]
twisted/lore/lmath.py [new file with mode: 0644]
twisted/lore/man2lore.py [new file with mode: 0644]
twisted/lore/numberer.py [new file with mode: 0644]
twisted/lore/process.py [new file with mode: 0644]
twisted/lore/scripts/__init__.py [new file with mode: 0644]
twisted/lore/scripts/lore.py [new file with mode: 0755]
twisted/lore/slides.py [new file with mode: 0644]
twisted/lore/template.mgp [new file with mode: 0644]
twisted/lore/test/__init__.py [new file with mode: 0644]
twisted/lore/test/lore_index_file_out.html [new file with mode: 0644]
twisted/lore/test/lore_index_file_out_multiple.html [new file with mode: 0644]
twisted/lore/test/lore_index_file_unnumbered_out.html [new file with mode: 0644]
twisted/lore/test/lore_index_test.xhtml [new file with mode: 0644]
twisted/lore/test/lore_index_test2.xhtml [new file with mode: 0644]
twisted/lore/test/lore_numbering_test_out.html [new file with mode: 0644]
twisted/lore/test/lore_numbering_test_out2.html [new file with mode: 0644]
twisted/lore/test/simple.html [new file with mode: 0644]
twisted/lore/test/simple3.html [new file with mode: 0644]
twisted/lore/test/simple4.html [new file with mode: 0644]
twisted/lore/test/template.tpl [new file with mode: 0644]
twisted/lore/test/test_docbook.py [new file with mode: 0644]
twisted/lore/test/test_latex.py [new file with mode: 0644]
twisted/lore/test/test_lint.py [new file with mode: 0644]
twisted/lore/test/test_lmath.py [new file with mode: 0644]
twisted/lore/test/test_lore.py [new file with mode: 0644]
twisted/lore/test/test_man2lore.py [new file with mode: 0644]
twisted/lore/test/test_scripts.py [new file with mode: 0644]
twisted/lore/test/test_slides.py [new file with mode: 0644]
twisted/lore/texi.py [new file with mode: 0644]
twisted/lore/topfiles/NEWS [new file with mode: 0644]
twisted/lore/topfiles/README [new file with mode: 0644]
twisted/lore/topfiles/setup.py [new file with mode: 0644]
twisted/lore/tree.py [new file with mode: 0755]
twisted/lore/xhtml-lat1.ent [new file with mode: 0644]
twisted/lore/xhtml-special.ent [new file with mode: 0644]
twisted/lore/xhtml-symbol.ent [new file with mode: 0644]
twisted/lore/xhtml1-strict.dtd [new file with mode: 0644]
twisted/lore/xhtml1-transitional.dtd [new file with mode: 0644]
twisted/mail/__init__.py [new file with mode: 0644]
twisted/mail/_version.py [new file with mode: 0644]
twisted/mail/alias.py [new file with mode: 0644]
twisted/mail/bounce.py [new file with mode: 0644]
twisted/mail/imap4.py [new file with mode: 0644]
twisted/mail/mail.py [new file with mode: 0644]
twisted/mail/maildir.py [new file with mode: 0644]
twisted/mail/pb.py [new file with mode: 0644]
twisted/mail/pop3.py [new file with mode: 0644]
twisted/mail/pop3client.py [new file with mode: 0644]
twisted/mail/protocols.py [new file with mode: 0644]
twisted/mail/relay.py [new file with mode: 0644]
twisted/mail/relaymanager.py [new file with mode: 0644]
twisted/mail/scripts/__init__.py [new file with mode: 0644]
twisted/mail/scripts/mailmail.py [new file with mode: 0644]
twisted/mail/smtp.py [new file with mode: 0644]
twisted/mail/tap.py [new file with mode: 0644]
twisted/mail/test/__init__.py [new file with mode: 0644]
twisted/mail/test/pop3testserver.py [new file with mode: 0644]
twisted/mail/test/rfc822.message [new file with mode: 0644]
twisted/mail/test/test_bounce.py [new file with mode: 0644]
twisted/mail/test/test_imap.py [new file with mode: 0644]
twisted/mail/test/test_mail.py [new file with mode: 0644]
twisted/mail/test/test_mailmail.py [new file with mode: 0644]
twisted/mail/test/test_options.py [new file with mode: 0644]
twisted/mail/test/test_pop3.py [new file with mode: 0644]
twisted/mail/test/test_pop3client.py [new file with mode: 0644]
twisted/mail/test/test_scripts.py [new file with mode: 0644]
twisted/mail/test/test_smtp.py [new file with mode: 0644]
twisted/mail/topfiles/NEWS [new file with mode: 0644]
twisted/mail/topfiles/README [new file with mode: 0644]
twisted/mail/topfiles/setup.py [new file with mode: 0644]
twisted/manhole/__init__.py [new file with mode: 0644]
twisted/manhole/_inspectro.py [new file with mode: 0644]
twisted/manhole/explorer.py [new file with mode: 0644]
twisted/manhole/gladereactor.glade [new file with mode: 0644]
twisted/manhole/gladereactor.py [new file with mode: 0644]
twisted/manhole/inspectro.glade [new file with mode: 0644]
twisted/manhole/logview.glade [new file with mode: 0644]
twisted/manhole/service.py [new file with mode: 0644]
twisted/manhole/telnet.py [new file with mode: 0644]
twisted/manhole/test/__init__.py [new file with mode: 0644]
twisted/manhole/test/test_explorer.py [new file with mode: 0644]
twisted/manhole/ui/__init__.py [new file with mode: 0644]
twisted/manhole/ui/gtk2manhole.glade [new file with mode: 0644]
twisted/manhole/ui/gtk2manhole.py [new file with mode: 0644]
twisted/manhole/ui/test/__init__.py [new file with mode: 0644]
twisted/manhole/ui/test/test_gtk2manhole.py [new file with mode: 0644]
twisted/names/__init__.py [new file with mode: 0644]
twisted/names/_version.py [new file with mode: 0644]
twisted/names/authority.py [new file with mode: 0644]
twisted/names/cache.py [new file with mode: 0644]
twisted/names/client.py [new file with mode: 0644]
twisted/names/common.py [new file with mode: 0644]
twisted/names/dns.py [new file with mode: 0644]
twisted/names/error.py [new file with mode: 0644]
twisted/names/hosts.py [new file with mode: 0644]
twisted/names/resolve.py [new file with mode: 0644]
twisted/names/root.py [new file with mode: 0644]
twisted/names/secondary.py [new file with mode: 0644]
twisted/names/server.py [new file with mode: 0644]
twisted/names/srvconnect.py [new file with mode: 0644]
twisted/names/tap.py [new file with mode: 0644]
twisted/names/test/__init__.py [new file with mode: 0644]
twisted/names/test/test_cache.py [new file with mode: 0644]
twisted/names/test/test_client.py [new file with mode: 0644]
twisted/names/test/test_common.py [new file with mode: 0644]
twisted/names/test/test_dns.py [new file with mode: 0644]
twisted/names/test/test_hosts.py [new file with mode: 0644]
twisted/names/test/test_names.py [new file with mode: 0644]
twisted/names/test/test_rootresolve.py [new file with mode: 0644]
twisted/names/test/test_srvconnect.py [new file with mode: 0644]
twisted/names/test/test_tap.py [new file with mode: 0644]
twisted/names/topfiles/NEWS [new file with mode: 0644]
twisted/names/topfiles/README [new file with mode: 0644]
twisted/names/topfiles/setup.py [new file with mode: 0644]
twisted/news/__init__.py [new file with mode: 0644]
twisted/news/_version.py [new file with mode: 0644]
twisted/news/database.py [new file with mode: 0644]
twisted/news/news.py [new file with mode: 0644]
twisted/news/nntp.py [new file with mode: 0644]
twisted/news/tap.py [new file with mode: 0644]
twisted/news/test/__init__.py [new file with mode: 0644]
twisted/news/test/test_database.py [new file with mode: 0644]
twisted/news/test/test_news.py [new file with mode: 0644]
twisted/news/test/test_nntp.py [new file with mode: 0644]
twisted/news/topfiles/NEWS [new file with mode: 0644]
twisted/news/topfiles/README [new file with mode: 0644]
twisted/news/topfiles/setup.py [new file with mode: 0644]
twisted/pair/__init__.py [new file with mode: 0644]
twisted/pair/_version.py [new file with mode: 0644]
twisted/pair/ethernet.py [new file with mode: 0644]
twisted/pair/ip.py [new file with mode: 0644]
twisted/pair/raw.py [new file with mode: 0644]
twisted/pair/rawudp.py [new file with mode: 0644]
twisted/pair/test/__init__.py [new file with mode: 0644]
twisted/pair/test/test_ethernet.py [new file with mode: 0644]
twisted/pair/test/test_ip.py [new file with mode: 0644]
twisted/pair/test/test_rawudp.py [new file with mode: 0644]
twisted/pair/topfiles/NEWS [new file with mode: 0644]
twisted/pair/topfiles/README [new file with mode: 0644]
twisted/pair/topfiles/setup.py [new file with mode: 0644]
twisted/pair/tuntap.py [new file with mode: 0644]
twisted/persisted/__init__.py [new file with mode: 0644]
twisted/persisted/aot.py [new file with mode: 0644]
twisted/persisted/crefutil.py [new file with mode: 0644]
twisted/persisted/dirdbm.py [new file with mode: 0644]
twisted/persisted/sob.py [new file with mode: 0644]
twisted/persisted/styles.py [new file with mode: 0644]
twisted/persisted/test/__init__.py [new file with mode: 0644]
twisted/persisted/test/test_styles.py [new file with mode: 0644]
twisted/plugin.py [new file with mode: 0644]
twisted/plugins/__init__.py [new file with mode: 0644]
twisted/plugins/cred_anonymous.py [new file with mode: 0644]
twisted/plugins/cred_file.py [new file with mode: 0644]
twisted/plugins/cred_memory.py [new file with mode: 0644]
twisted/plugins/cred_sshkeys.py [new file with mode: 0644]
twisted/plugins/cred_unix.py [new file with mode: 0644]
twisted/plugins/twisted_conch.py [new file with mode: 0644]
twisted/plugins/twisted_core.py [new file with mode: 0644]
twisted/plugins/twisted_ftp.py [new file with mode: 0644]
twisted/plugins/twisted_inet.py [new file with mode: 0644]
twisted/plugins/twisted_lore.py [new file with mode: 0644]
twisted/plugins/twisted_mail.py [new file with mode: 0644]
twisted/plugins/twisted_manhole.py [new file with mode: 0644]
twisted/plugins/twisted_names.py [new file with mode: 0644]
twisted/plugins/twisted_news.py [new file with mode: 0644]
twisted/plugins/twisted_portforward.py [new file with mode: 0644]
twisted/plugins/twisted_qtstub.py [new file with mode: 0644]
twisted/plugins/twisted_reactors.py [new file with mode: 0644]
twisted/plugins/twisted_runner.py [new file with mode: 0644]
twisted/plugins/twisted_socks.py [new file with mode: 0644]
twisted/plugins/twisted_telnet.py [new file with mode: 0644]
twisted/plugins/twisted_trial.py [new file with mode: 0644]
twisted/plugins/twisted_web.py [new file with mode: 0644]
twisted/plugins/twisted_words.py [new file with mode: 0644]
twisted/protocols/__init__.py [new file with mode: 0644]
twisted/protocols/amp.py [new file with mode: 0644]
twisted/protocols/basic.py [new file with mode: 0644]
twisted/protocols/dict.py [new file with mode: 0644]
twisted/protocols/finger.py [new file with mode: 0644]
twisted/protocols/ftp.py [new file with mode: 0644]
twisted/protocols/gps/__init__.py [new file with mode: 0644]
twisted/protocols/gps/nmea.py [new file with mode: 0644]
twisted/protocols/gps/rockwell.py [new file with mode: 0644]
twisted/protocols/htb.py [new file with mode: 0644]
twisted/protocols/ident.py [new file with mode: 0644]
twisted/protocols/loopback.py [new file with mode: 0644]
twisted/protocols/memcache.py [new file with mode: 0644]
twisted/protocols/mice/__init__.py [new file with mode: 0644]
twisted/protocols/mice/mouseman.py [new file with mode: 0644]
twisted/protocols/pcp.py [new file with mode: 0644]
twisted/protocols/policies.py [new file with mode: 0644]
twisted/protocols/portforward.py [new file with mode: 0644]
twisted/protocols/postfix.py [new file with mode: 0644]
twisted/protocols/shoutcast.py [new file with mode: 0644]
twisted/protocols/sip.py [new file with mode: 0644]
twisted/protocols/socks.py [new file with mode: 0644]
twisted/protocols/stateful.py [new file with mode: 0644]
twisted/protocols/telnet.py [new file with mode: 0644]
twisted/protocols/test/__init__.py [new file with mode: 0644]
twisted/protocols/test/test_tls.py [new file with mode: 0644]
twisted/protocols/tls.py [new file with mode: 0644]
twisted/protocols/wire.py [new file with mode: 0644]
twisted/python/__init__.py [new file with mode: 0644]
twisted/python/_epoll.c [new file with mode: 0644]
twisted/python/_epoll.pyx [new file with mode: 0644]
twisted/python/_initgroups.c [new file with mode: 0644]
twisted/python/_inotify.py [new file with mode: 0644]
twisted/python/_release.py [new file with mode: 0644]
twisted/python/_shellcomp.py [new file with mode: 0644]
twisted/python/compat.py [new file with mode: 0644]
twisted/python/components.py [new file with mode: 0644]
twisted/python/constants.py [new file with mode: 0644]
twisted/python/context.py [new file with mode: 0644]
twisted/python/deprecate.py [new file with mode: 0644]
twisted/python/dist.py [new file with mode: 0644]
twisted/python/failure.py [new file with mode: 0644]
twisted/python/fakepwd.py [new file with mode: 0644]
twisted/python/filepath.py [new file with mode: 0644]
twisted/python/finalize.py [new file with mode: 0644]
twisted/python/formmethod.py [new file with mode: 0644]
twisted/python/hashlib.py [new file with mode: 0644]
twisted/python/hook.py [new file with mode: 0644]
twisted/python/htmlizer.py [new file with mode: 0644]
twisted/python/lockfile.py [new file with mode: 0644]
twisted/python/log.py [new file with mode: 0644]
twisted/python/logfile.py [new file with mode: 0644]
twisted/python/modules.py [new file with mode: 0644]
twisted/python/monkey.py [new file with mode: 0644]
twisted/python/procutils.py [new file with mode: 0644]
twisted/python/randbytes.py [new file with mode: 0644]
twisted/python/rebuild.py [new file with mode: 0644]
twisted/python/reflect.py [new file with mode: 0644]
twisted/python/release.py [new file with mode: 0644]
twisted/python/roots.py [new file with mode: 0644]
twisted/python/runtime.py [new file with mode: 0644]
twisted/python/sendmsg.c [new file with mode: 0644]
twisted/python/shortcut.py [new file with mode: 0644]
twisted/python/syslog.py [new file with mode: 0644]
twisted/python/systemd.py [new file with mode: 0644]
twisted/python/test/__init__.py [new file with mode: 0644]
twisted/python/test/deprecatedattributes.py [new file with mode: 0644]
twisted/python/test/modules_helpers.py [new file with mode: 0644]
twisted/python/test/pullpipe.py [new file with mode: 0644]
twisted/python/test/test_components.py [new file with mode: 0644]
twisted/python/test/test_constants.py [new file with mode: 0644]
twisted/python/test/test_deprecate.py [new file with mode: 0644]
twisted/python/test/test_dist.py [new file with mode: 0644]
twisted/python/test/test_fakepwd.py [new file with mode: 0644]
twisted/python/test/test_hashlib.py [new file with mode: 0644]
twisted/python/test/test_htmlizer.py [new file with mode: 0644]
twisted/python/test/test_inotify.py [new file with mode: 0644]
twisted/python/test/test_release.py [new file with mode: 0644]
twisted/python/test/test_runtime.py [new file with mode: 0644]
twisted/python/test/test_sendmsg.py [new file with mode: 0644]
twisted/python/test/test_shellcomp.py [new file with mode: 0755]
twisted/python/test/test_syslog.py [new file with mode: 0644]
twisted/python/test/test_systemd.py [new file with mode: 0644]
twisted/python/test/test_util.py [new file with mode: 0644]
twisted/python/test/test_versions.py [new file with mode: 0644]
twisted/python/test/test_win32.py [new file with mode: 0644]
twisted/python/test/test_zipstream.py [new file with mode: 0644]
twisted/python/test/test_zshcomp.py [new file with mode: 0644]
twisted/python/text.py [new file with mode: 0644]
twisted/python/threadable.py [new file with mode: 0644]
twisted/python/threadpool.py [new file with mode: 0644]
twisted/python/twisted-completion.zsh [new file with mode: 0644]
twisted/python/urlpath.py [new file with mode: 0644]
twisted/python/usage.py [new file with mode: 0644]
twisted/python/util.py [new file with mode: 0644]
twisted/python/versions.py [new file with mode: 0644]
twisted/python/win32.py [new file with mode: 0644]
twisted/python/zippath.py [new file with mode: 0644]
twisted/python/zipstream.py [new file with mode: 0644]
twisted/python/zsh/README.txt [new file with mode: 0644]
twisted/python/zsh/_cftp [new file with mode: 0644]
twisted/python/zsh/_ckeygen [new file with mode: 0644]
twisted/python/zsh/_conch [new file with mode: 0644]
twisted/python/zsh/_lore [new file with mode: 0644]
twisted/python/zsh/_manhole [new file with mode: 0644]
twisted/python/zsh/_mktap [new file with mode: 0644]
twisted/python/zsh/_pyhtmlizer [new file with mode: 0644]
twisted/python/zsh/_tap2deb [new file with mode: 0644]
twisted/python/zsh/_tap2rpm [new file with mode: 0644]
twisted/python/zsh/_tapconvert [new file with mode: 0644]
twisted/python/zsh/_tkconch [new file with mode: 0644]
twisted/python/zsh/_tkmktap [new file with mode: 0644]
twisted/python/zsh/_trial [new file with mode: 0644]
twisted/python/zsh/_twistd [new file with mode: 0644]
twisted/python/zsh/_websetroot [new file with mode: 0644]
twisted/python/zshcomp.py [new file with mode: 0644]
twisted/runner/__init__.py [new file with mode: 0644]
twisted/runner/_version.py [new file with mode: 0644]
twisted/runner/inetd.py [new file with mode: 0644]
twisted/runner/inetdconf.py [new file with mode: 0644]
twisted/runner/inetdtap.py [new file with mode: 0644]
twisted/runner/portmap.c [new file with mode: 0644]
twisted/runner/procmon.py [new file with mode: 0644]
twisted/runner/procmontap.py [new file with mode: 0644]
twisted/runner/test/__init__.py [new file with mode: 0644]
twisted/runner/test/test_procmon.py [new file with mode: 0644]
twisted/runner/test/test_procmontap.py [new file with mode: 0644]
twisted/runner/topfiles/NEWS [new file with mode: 0644]
twisted/runner/topfiles/README [new file with mode: 0644]
twisted/runner/topfiles/setup.py [new file with mode: 0644]
twisted/scripts/__init__.py [new file with mode: 0644]
twisted/scripts/_twistd_unix.py [new file with mode: 0644]
twisted/scripts/_twistw.py [new file with mode: 0644]
twisted/scripts/htmlizer.py [new file with mode: 0644]
twisted/scripts/manhole.py [new file with mode: 0644]
twisted/scripts/tap2deb.py [new file with mode: 0644]
twisted/scripts/tap2rpm.py [new file with mode: 0755]
twisted/scripts/tapconvert.py [new file with mode: 0644]
twisted/scripts/test/__init__.py [new file with mode: 0644]
twisted/scripts/test/test_scripts.py [new file with mode: 0644]
twisted/scripts/test/test_tap2rpm.py [new file with mode: 0644]
twisted/scripts/tkunzip.py [new file with mode: 0644]
twisted/scripts/trial.py [new file with mode: 0644]
twisted/scripts/twistd.py [new file with mode: 0644]
twisted/spread/__init__.py [new file with mode: 0644]
twisted/spread/banana.py [new file with mode: 0644]
twisted/spread/flavors.py [new file with mode: 0644]
twisted/spread/interfaces.py [new file with mode: 0644]
twisted/spread/jelly.py [new file with mode: 0644]
twisted/spread/pb.py [new file with mode: 0644]
twisted/spread/publish.py [new file with mode: 0644]
twisted/spread/ui/__init__.py [new file with mode: 0644]
twisted/spread/ui/gtk2util.py [new file with mode: 0644]
twisted/spread/ui/login2.glade [new file with mode: 0644]
twisted/spread/ui/tktree.py [new file with mode: 0644]
twisted/spread/ui/tkutil.py [new file with mode: 0644]
twisted/spread/util.py [new file with mode: 0644]
twisted/tap/__init__.py [new file with mode: 0644]
twisted/tap/ftp.py [new file with mode: 0644]
twisted/tap/manhole.py [new file with mode: 0644]
twisted/tap/portforward.py [new file with mode: 0644]
twisted/tap/socks.py [new file with mode: 0644]
twisted/tap/telnet.py [new file with mode: 0644]
twisted/test/__init__.py [new file with mode: 0644]
twisted/test/_preamble.py [new file with mode: 0644]
twisted/test/crash_test_dummy.py [new file with mode: 0644]
twisted/test/generator_failure_tests.py [new file with mode: 0644]
twisted/test/iosim.py [new file with mode: 0644]
twisted/test/mock_win32process.py [new file with mode: 0644]
twisted/test/myrebuilder1.py [new file with mode: 0644]
twisted/test/myrebuilder2.py [new file with mode: 0644]
twisted/test/plugin_basic.py [new file with mode: 0644]
twisted/test/plugin_extra1.py [new file with mode: 0644]
twisted/test/plugin_extra2.py [new file with mode: 0644]
twisted/test/process_cmdline.py [new file with mode: 0644]
twisted/test/process_echoer.py [new file with mode: 0644]
twisted/test/process_fds.py [new file with mode: 0644]
twisted/test/process_linger.py [new file with mode: 0644]
twisted/test/process_reader.py [new file with mode: 0644]
twisted/test/process_signal.py [new file with mode: 0644]
twisted/test/process_stdinreader.py [new file with mode: 0644]
twisted/test/process_tester.py [new file with mode: 0644]
twisted/test/process_tty.py [new file with mode: 0644]
twisted/test/process_twisted.py [new file with mode: 0644]
twisted/test/proto_helpers.py [new file with mode: 0644]
twisted/test/raiser.c [new file with mode: 0644]
twisted/test/raiser.pyx [new file with mode: 0644]
twisted/test/reflect_helper_IE.py [new file with mode: 0644]
twisted/test/reflect_helper_VE.py [new file with mode: 0644]
twisted/test/reflect_helper_ZDE.py [new file with mode: 0644]
twisted/test/server.pem [new file with mode: 0644]
twisted/test/ssl_helpers.py [new file with mode: 0644]
twisted/test/stdio_test_consumer.py [new file with mode: 0644]
twisted/test/stdio_test_halfclose.py [new file with mode: 0644]
twisted/test/stdio_test_hostpeer.py [new file with mode: 0644]
twisted/test/stdio_test_lastwrite.py [new file with mode: 0644]
twisted/test/stdio_test_loseconn.py [new file with mode: 0644]
twisted/test/stdio_test_producer.py [new file with mode: 0644]
twisted/test/stdio_test_write.py [new file with mode: 0644]
twisted/test/stdio_test_writeseq.py [new file with mode: 0644]
twisted/test/test_abstract.py [new file with mode: 0644]
twisted/test/test_adbapi.py [new file with mode: 0644]
twisted/test/test_amp.py [new file with mode: 0644]
twisted/test/test_application.py [new file with mode: 0644]
twisted/test/test_banana.py [new file with mode: 0644]
twisted/test/test_compat.py [new file with mode: 0644]
twisted/test/test_context.py [new file with mode: 0644]
twisted/test/test_cooperator.py [new file with mode: 0644]
twisted/test/test_defer.py [new file with mode: 0644]
twisted/test/test_defgen.py [new file with mode: 0644]
twisted/test/test_dict.py [new file with mode: 0644]
twisted/test/test_digestauth.py [new file with mode: 0644]
twisted/test/test_dirdbm.py [new file with mode: 0644]
twisted/test/test_doc.py [new file with mode: 0644]
twisted/test/test_epoll.py [new file with mode: 0644]
twisted/test/test_error.py [new file with mode: 0644]
twisted/test/test_explorer.py [new file with mode: 0644]
twisted/test/test_factories.py [new file with mode: 0644]
twisted/test/test_failure.py [new file with mode: 0644]
twisted/test/test_fdesc.py [new file with mode: 0644]
twisted/test/test_finger.py [new file with mode: 0644]
twisted/test/test_formmethod.py [new file with mode: 0644]
twisted/test/test_ftp.py [new file with mode: 0644]
twisted/test/test_ftp_options.py [new file with mode: 0644]
twisted/test/test_hook.py [new file with mode: 0644]
twisted/test/test_htb.py [new file with mode: 0644]
twisted/test/test_ident.py [new file with mode: 0644]
twisted/test/test_import.py [new file with mode: 0644]
twisted/test/test_internet.py [new file with mode: 0644]
twisted/test/test_iutils.py [new file with mode: 0644]
twisted/test/test_jelly.py [new file with mode: 0644]
twisted/test/test_lockfile.py [new file with mode: 0644]
twisted/test/test_log.py [new file with mode: 0644]
twisted/test/test_logfile.py [new file with mode: 0644]
twisted/test/test_loopback.py [new file with mode: 0644]
twisted/test/test_manhole.py [new file with mode: 0644]
twisted/test/test_memcache.py [new file with mode: 0644]
twisted/test/test_modules.py [new file with mode: 0644]
twisted/test/test_monkey.py [new file with mode: 0644]
twisted/test/test_newcred.py [new file with mode: 0644]
twisted/test/test_nmea.py [new file with mode: 0644]
twisted/test/test_paths.py [new file with mode: 0644]
twisted/test/test_pb.py [new file with mode: 0644]
twisted/test/test_pbfailure.py [new file with mode: 0644]
twisted/test/test_pcp.py [new file with mode: 0644]
twisted/test/test_persisted.py [new file with mode: 0644]
twisted/test/test_plugin.py [new file with mode: 0644]
twisted/test/test_policies.py [new file with mode: 0644]
twisted/test/test_postfix.py [new file with mode: 0644]
twisted/test/test_process.py [new file with mode: 0644]
twisted/test/test_protocols.py [new file with mode: 0644]
twisted/test/test_randbytes.py [new file with mode: 0644]
twisted/test/test_rebuild.py [new file with mode: 0644]
twisted/test/test_reflect.py [new file with mode: 0644]
twisted/test/test_roots.py [new file with mode: 0644]
twisted/test/test_shortcut.py [new file with mode: 0644]
twisted/test/test_sip.py [new file with mode: 0644]
twisted/test/test_sob.py [new file with mode: 0644]
twisted/test/test_socks.py [new file with mode: 0644]
twisted/test/test_ssl.py [new file with mode: 0644]
twisted/test/test_sslverify.py [new file with mode: 0644]
twisted/test/test_stateful.py [new file with mode: 0644]
twisted/test/test_stdio.py [new file with mode: 0644]
twisted/test/test_strcred.py [new file with mode: 0644]
twisted/test/test_strerror.py [new file with mode: 0644]
twisted/test/test_stringtransport.py [new file with mode: 0644]
twisted/test/test_strports.py [new file with mode: 0644]
twisted/test/test_task.py [new file with mode: 0644]
twisted/test/test_tcp.py [new file with mode: 0644]
twisted/test/test_tcp_internals.py [new file with mode: 0644]
twisted/test/test_text.py [new file with mode: 0644]
twisted/test/test_threadable.py [new file with mode: 0644]
twisted/test/test_threadpool.py [new file with mode: 0644]
twisted/test/test_threads.py [new file with mode: 0644]
twisted/test/test_timehelpers.py [new file with mode: 0644]
twisted/test/test_tpfile.py [new file with mode: 0644]
twisted/test/test_twistd.py [new file with mode: 0644]
twisted/test/test_udp.py [new file with mode: 0644]
twisted/test/test_unix.py [new file with mode: 0644]
twisted/test/test_usage.py [new file with mode: 0644]
twisted/test/testutils.py [new file with mode: 0644]
twisted/test/time_helpers.py [new file with mode: 0644]
twisted/topfiles/CREDITS [new file with mode: 0644]
twisted/topfiles/ChangeLog.Old [new file with mode: 0644]
twisted/topfiles/NEWS [new file with mode: 0644]
twisted/topfiles/README [new file with mode: 0644]
twisted/topfiles/setup.py [new file with mode: 0644]
twisted/trial/__init__.py [new file with mode: 0644]
twisted/trial/itrial.py [new file with mode: 0644]
twisted/trial/reporter.py [new file with mode: 0644]
twisted/trial/runner.py [new file with mode: 0644]
twisted/trial/test/__init__.py [new file with mode: 0644]
twisted/trial/test/detests.py [new file with mode: 0644]
twisted/trial/test/erroneous.py [new file with mode: 0644]
twisted/trial/test/mockcustomsuite.py [new file with mode: 0644]
twisted/trial/test/mockcustomsuite2.py [new file with mode: 0644]
twisted/trial/test/mockcustomsuite3.py [new file with mode: 0644]
twisted/trial/test/mockdoctest.py [new file with mode: 0644]
twisted/trial/test/moduleself.py [new file with mode: 0644]
twisted/trial/test/moduletest.py [new file with mode: 0644]
twisted/trial/test/notpython [new file with mode: 0644]
twisted/trial/test/novars.py [new file with mode: 0644]
twisted/trial/test/packages.py [new file with mode: 0644]
twisted/trial/test/sample.py [new file with mode: 0644]
twisted/trial/test/scripttest.py [new file with mode: 0644]
twisted/trial/test/suppression.py [new file with mode: 0644]
twisted/trial/test/test_assertions.py [new file with mode: 0644]
twisted/trial/test/test_deferred.py [new file with mode: 0644]
twisted/trial/test/test_doctest.py [new file with mode: 0644]
twisted/trial/test/test_keyboard.py [new file with mode: 0644]
twisted/trial/test/test_loader.py [new file with mode: 0644]
twisted/trial/test/test_log.py [new file with mode: 0644]
twisted/trial/test/test_output.py [new file with mode: 0644]
twisted/trial/test/test_plugins.py [new file with mode: 0644]
twisted/trial/test/test_pyunitcompat.py [new file with mode: 0644]
twisted/trial/test/test_reporter.py [new file with mode: 0644]
twisted/trial/test/test_runner.py [new file with mode: 0644]
twisted/trial/test/test_script.py [new file with mode: 0644]
twisted/trial/test/test_test_visitor.py [new file with mode: 0644]
twisted/trial/test/test_testcase.py [new file with mode: 0644]
twisted/trial/test/test_tests.py [new file with mode: 0644]
twisted/trial/test/test_util.py [new file with mode: 0644]
twisted/trial/test/test_warning.py [new file with mode: 0644]
twisted/trial/test/weird.py [new file with mode: 0644]
twisted/trial/unittest.py [new file with mode: 0644]
twisted/trial/util.py [new file with mode: 0644]
twisted/web/__init__.py [new file with mode: 0644]
twisted/web/_auth/__init__.py [new file with mode: 0644]
twisted/web/_auth/basic.py [new file with mode: 0644]
twisted/web/_auth/digest.py [new file with mode: 0644]
twisted/web/_auth/wrapper.py [new file with mode: 0644]
twisted/web/_element.py [new file with mode: 0644]
twisted/web/_flatten.py [new file with mode: 0644]
twisted/web/_newclient.py [new file with mode: 0644]
twisted/web/_stan.py [new file with mode: 0644]
twisted/web/_version.py [new file with mode: 0644]
twisted/web/client.py [new file with mode: 0644]
twisted/web/demo.py [new file with mode: 0644]
twisted/web/distrib.py [new file with mode: 0644]
twisted/web/domhelpers.py [new file with mode: 0644]
twisted/web/error.py [new file with mode: 0644]
twisted/web/failure.xhtml [new file with mode: 0644]
twisted/web/google.py [new file with mode: 0644]
twisted/web/guard.py [new file with mode: 0644]
twisted/web/html.py [new file with mode: 0644]
twisted/web/http.py [new file with mode: 0644]
twisted/web/http_headers.py [new file with mode: 0644]
twisted/web/iweb.py [new file with mode: 0644]
twisted/web/microdom.py [new file with mode: 0644]
twisted/web/proxy.py [new file with mode: 0644]
twisted/web/resource.py [new file with mode: 0644]
twisted/web/rewrite.py [new file with mode: 0644]
twisted/web/script.py [new file with mode: 0644]
twisted/web/server.py [new file with mode: 0644]
twisted/web/soap.py [new file with mode: 0644]
twisted/web/static.py [new file with mode: 0644]
twisted/web/sux.py [new file with mode: 0644]
twisted/web/tap.py [new file with mode: 0644]
twisted/web/template.py [new file with mode: 0644]
twisted/web/test/__init__.py [new file with mode: 0644]
twisted/web/test/_util.py [new file with mode: 0644]
twisted/web/test/test_cgi.py [new file with mode: 0755]
twisted/web/test/test_distrib.py [new file with mode: 0755]
twisted/web/test/test_domhelpers.py [new file with mode: 0644]
twisted/web/test/test_error.py [new file with mode: 0644]
twisted/web/test/test_flatten.py [new file with mode: 0644]
twisted/web/test/test_http.py [new file with mode: 0644]
twisted/web/test/test_http_headers.py [new file with mode: 0644]
twisted/web/test/test_httpauth.py [new file with mode: 0644]
twisted/web/test/test_newclient.py [new file with mode: 0644]
twisted/web/test/test_proxy.py [new file with mode: 0644]
twisted/web/test/test_resource.py [new file with mode: 0644]
twisted/web/test/test_script.py [new file with mode: 0644]
twisted/web/test/test_soap.py [new file with mode: 0644]
twisted/web/test/test_stan.py [new file with mode: 0644]
twisted/web/test/test_static.py [new file with mode: 0644]
twisted/web/test/test_tap.py [new file with mode: 0644]
twisted/web/test/test_template.py [new file with mode: 0644]
twisted/web/test/test_util.py [new file with mode: 0644]
twisted/web/test/test_vhost.py [new file with mode: 0644]
twisted/web/test/test_web.py [new file with mode: 0644]
twisted/web/test/test_webclient.py [new file with mode: 0644]
twisted/web/test/test_wsgi.py [new file with mode: 0644]
twisted/web/test/test_xml.py [new file with mode: 0644]
twisted/web/test/test_xmlrpc.py [new file with mode: 0644]
twisted/web/topfiles/NEWS [new file with mode: 0644]
twisted/web/topfiles/README [new file with mode: 0644]
twisted/web/topfiles/setup.py [new file with mode: 0644]
twisted/web/twcgi.py [new file with mode: 0644]
twisted/web/util.py [new file with mode: 0644]
twisted/web/vhost.py [new file with mode: 0644]
twisted/web/wsgi.py [new file with mode: 0644]
twisted/web/xmlrpc.py [new file with mode: 0644]
twisted/words/__init__.py [new file with mode: 0644]
twisted/words/_version.py [new file with mode: 0644]
twisted/words/ewords.py [new file with mode: 0644]
twisted/words/im/__init__.py [new file with mode: 0644]
twisted/words/im/baseaccount.py [new file with mode: 0644]
twisted/words/im/basechat.py [new file with mode: 0644]
twisted/words/im/basesupport.py [new file with mode: 0644]
twisted/words/im/instancemessenger.glade [new file with mode: 0644]
twisted/words/im/interfaces.py [new file with mode: 0644]
twisted/words/im/ircsupport.py [new file with mode: 0644]
twisted/words/im/locals.py [new file with mode: 0644]
twisted/words/im/pbsupport.py [new file with mode: 0644]
twisted/words/iwords.py [new file with mode: 0644]
twisted/words/protocols/__init__.py [new file with mode: 0644]
twisted/words/protocols/irc.py [new file with mode: 0644]
twisted/words/protocols/jabber/__init__.py [new file with mode: 0644]
twisted/words/protocols/jabber/client.py [new file with mode: 0644]
twisted/words/protocols/jabber/component.py [new file with mode: 0644]
twisted/words/protocols/jabber/error.py [new file with mode: 0644]
twisted/words/protocols/jabber/ijabber.py [new file with mode: 0644]
twisted/words/protocols/jabber/jid.py [new file with mode: 0644]
twisted/words/protocols/jabber/jstrports.py [new file with mode: 0644]
twisted/words/protocols/jabber/sasl.py [new file with mode: 0644]
twisted/words/protocols/jabber/sasl_mechanisms.py [new file with mode: 0644]
twisted/words/protocols/jabber/xmlstream.py [new file with mode: 0644]
twisted/words/protocols/jabber/xmpp_stringprep.py [new file with mode: 0644]
twisted/words/protocols/msn.py [new file with mode: 0644]
twisted/words/protocols/oscar.py [new file with mode: 0644]
twisted/words/service.py [new file with mode: 0644]
twisted/words/tap.py [new file with mode: 0644]
twisted/words/test/__init__.py [new file with mode: 0644]
twisted/words/test/test_basechat.py [new file with mode: 0644]
twisted/words/test/test_basesupport.py [new file with mode: 0644]
twisted/words/test/test_domish.py [new file with mode: 0644]
twisted/words/test/test_irc.py [new file with mode: 0644]
twisted/words/test/test_irc_service.py [new file with mode: 0644]
twisted/words/test/test_ircsupport.py [new file with mode: 0644]
twisted/words/test/test_jabberclient.py [new file with mode: 0644]
twisted/words/test/test_jabbercomponent.py [new file with mode: 0644]
twisted/words/test/test_jabbererror.py [new file with mode: 0644]
twisted/words/test/test_jabberjid.py [new file with mode: 0644]
twisted/words/test/test_jabberjstrports.py [new file with mode: 0644]
twisted/words/test/test_jabbersasl.py [new file with mode: 0644]
twisted/words/test/test_jabbersaslmechanisms.py [new file with mode: 0644]
twisted/words/test/test_jabberxmlstream.py [new file with mode: 0644]
twisted/words/test/test_jabberxmppstringprep.py [new file with mode: 0644]
twisted/words/test/test_msn.py [new file with mode: 0644]
twisted/words/test/test_oscar.py [new file with mode: 0644]
twisted/words/test/test_service.py [new file with mode: 0644]
twisted/words/test/test_tap.py [new file with mode: 0644]
twisted/words/test/test_xishutil.py [new file with mode: 0644]
twisted/words/test/test_xmlstream.py [new file with mode: 0644]
twisted/words/test/test_xmpproutertap.py [new file with mode: 0644]
twisted/words/test/test_xpath.py [new file with mode: 0644]
twisted/words/topfiles/NEWS [new file with mode: 0644]
twisted/words/topfiles/README [new file with mode: 0644]
twisted/words/topfiles/setup.py [new file with mode: 0644]
twisted/words/xish/__init__.py [new file with mode: 0644]
twisted/words/xish/domish.py [new file with mode: 0644]
twisted/words/xish/utility.py [new file with mode: 0644]
twisted/words/xish/xmlstream.py [new file with mode: 0644]
twisted/words/xish/xpath.py [new file with mode: 0644]
twisted/words/xish/xpathparser.g [new file with mode: 0644]
twisted/words/xish/xpathparser.py [new file with mode: 0644]
twisted/words/xmpproutertap.py [new file with mode: 0644]