lp:~spiv/twisted/ftp-async-close-3462

Created by Andrew Bennetts and last modified
Get this branch:
bzr branch lp:~spiv/twisted/ftp-async-close-3462
Only Andrew Bennetts can upload to this branch. If you are Andrew Bennetts please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrew Bennetts
Project:
Twisted
Status:
Development

Recent revisions

15457. By Andrew Bennetts

Apply t3462-3.diff from warner.

15456. By spiv

Branching to ftp-async-close-3462.

15455. By exarkun

Merge popen-compatibility-733-6

Author: glyph, itamar, exarkun, (perhaps others sorry if I forgot you)
Reviewer: glyph, dreid, jknight
Fixes: #733

Change the reactors to, on POSIX, use `signal.set_wakeup_fd`
and `signal.siginterrupt` to support child processes without
creating the possibility for causing syscalls to fail with
EINTR. On Python 2.5 and older, where these APIs are not
available, a new extension module is added to implement the
functionality. If neither of these is available, revert to
the old behavior. Also Glib2/Gtk2 reactor retain the old
behavior due to implementation difficulties.

15454. By pahan

Remove timestamps

15453. By glyph

No. They are not words.

15452. By glyph

Deferreds now support cancellation.

15451. By exarkun

Apply removed_reference.patch

Author: jtanis
Reviewer: terrycojones
Fixes: #4272

Remove outdated reference to `pb.getObjectAt`.

15450. By pahan

Merge recvfrom-segfault-4172

Author: PenguinOfDoom
Reviewer: therve
Fixes #4172

Allocate lpFromlen for WSARecvFrom on the heap instead of the stack.
Change iocpsupport from Pyrex to Cython and fix a minor related issue.

15449. By therve

Merge reactor-newstyle-mixin-4287

Author: fijal
Reviewers: jkakar, therve
Fixes #4287

Make _SignalReactorMixin a newstyle class to speedup pypy.

15448. By therve

Merge conch-hmac-3849

Authors: jtanis, therve
Reviewer: terrycojones
Fixes #3849

Remove usage of Crypto.Hash from twisted.conch.client.

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.

Subscribers