lp:~fcorrea/twisted/maybe-3.2

Created by Fernando Correa Neto and last modified
Get this branch:
bzr branch lp:~fcorrea/twisted/maybe-3.2
Only Fernando Correa Neto can upload to this branch. If you are Fernando Correa Neto please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Fernando Correa Neto
Project:
Twisted
Status:
Development

Recent revisions

15926. By Fernando Correa Neto <email address hidden>

- 2to3ed t.python.reflect

15925. By Fernando Correa Neto <email address hidden>

- in anger 2to3ed t.python.utils

15924. By Fernando Correa Neto <email address hidden>

- more 2to3 complaints

15923. By Fernando Correa Neto <email address hidden>

- addressed 2to3 complaints so that twisted can be installed under python3.2

15922. By exarkun

Merge win32-gtk-win32events-4862

Author: exarkun
Reviewer: itamarst
Fixes: #4862

Add `IReactorWin32Events` to the select, iocp, and Gtk reactors on Windows
(if the third-party dependencies are available) by having each of those
reactors run a `Win32Reactor` in a secondary thread and delegating event-
related methods to that reactor.

Significantly, this means all reactors on Windows now support serial ports.

15921. By exarkun

Merge collectwarnings-dict-iteration-4748

Author: fijal
Reviewer: exarkun
Fixes: #4748

When resetting `__warningregistry__` attributes on modules in trial,
iterate over a copy of the values of `sys.modules` so that if modules
are added or removed, trial can continue rather than being interrupted
by a "dictionary changed size during iteration" exception.

15920. By exarkun

Merge inotify-types-decl-5147

Author: exarkun
Reviewer: jesstess
Fixes: #5147

Declare the argument and return types on the ctypes wrapper functions used in
`twisted.python._inotify`. Also fix a case where `inotify_rm_watch` was
incorrectly called with `None` when `INotify.ignore` was called with an unwatched
path.

15919. By jerub

The distutils hokey pokey

15918. By exarkun

Apply patch fixing greedyWrap's line wrapping of paragraphs

Author: termim
Reviewer: exarkun
Fixes: #5144

In `greedyWrap`, pass along the width value to recursive calls used to wrap
paragraphs within the text, so that each paragraph is wrapped to the desired
width.

15917. By jonathanj

Merge irc-heartbeat-5047-2.

Author: jonathanj
Reviewer: exarkun, thijs
Fixes: #5047

Implement a heartbeat, a "PING" message to the server at regular intervals, for IRCClient to avoid having the transport die in a way that does not invoke connectionLost until written to.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:twisted
This branch contains Public information 
Everyone can see this information.