← Back to team overview

beeseek-devs team mailing list archive

[Branch ~beeseek-devs/beeseek/trunk] Rev 198: Merge highlevel-network-phase-3.

 

------------------------------------------------------------
revno: 198
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: trunk
timestamp: Sat 2009-01-17 17:05:22 +0100
message:
  Merge highlevel-network-phase-3.
modified:
  beeseek/honeybee/handler.py
  beeseek/network/__init__.py
  beeseek/network/highlevel.py
  beeseek/network/http.py
  beeseek/network/lowlevel.py
  beeseek/session.py
  beeseek/tests/network.py
    ------------------------------------------------------------
    revno: 194.1.23
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Sat 2009-01-17 16:56:43 +0100
    message:
      Adapt and speed up.
    modified:
      beeseek/network/highlevel.py
      beeseek/tests/network.py
    ------------------------------------------------------------
    revno: 194.1.22
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Sat 2009-01-17 16:52:47 +0100
    message:
      Add raw_* methods to IProtocol.
    modified:
      beeseek/network/lowlevel.py
    ------------------------------------------------------------
    revno: 194.1.21
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Sat 2009-01-17 13:54:42 +0100
    message:
      Fix various performance and behavior issues.
    modified:
      beeseek/network/highlevel.py
      beeseek/network/http.py
      beeseek/network/lowlevel.py
      beeseek/tests/network.py
    ------------------------------------------------------------
    revno: 194.1.20
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Fri 2009-01-16 18:43:41 +0100
    message:
      Correctly close the socket.
    modified:
      beeseek/network/lowlevel.py
    ------------------------------------------------------------
    revno: 194.1.19
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Fri 2009-01-16 17:53:45 +0100
    message:
      Complete low-level network abstract interfaces.
    modified:
      beeseek/network/highlevel.py
      beeseek/network/http.py
      beeseek/network/lowlevel.py
    ------------------------------------------------------------
    revno: 194.1.18
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Fri 2009-01-16 16:39:19 +0100
    message:
      * Clear all circular references.
      * Improve tests and interfaces
    modified:
      beeseek/network/highlevel.py
      beeseek/network/http.py
      beeseek/tests/network.py
    ------------------------------------------------------------
    revno: 194.1.17
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Thu 2009-01-15 18:47:19 +0100
    message:
      Add IHTTPApplication interface.
    modified:
      beeseek/network/http.py
    ------------------------------------------------------------
    revno: 194.1.16
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Thu 2009-01-15 17:50:33 +0100
    message:
      Add test for HTTP network module.
    modified:
      beeseek/network/http.py
      beeseek/tests/network.py
    ------------------------------------------------------------
    revno: 194.1.15
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Thu 2009-01-15 17:31:43 +0100
    message:
      Correctly close all the fps used.
    modified:
      beeseek/network/lowlevel.py
    ------------------------------------------------------------
    revno: 194.1.14
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Thu 2009-01-15 17:12:04 +0100
    message:
      Add methods to get the HTTP body as it was sent.
    modified:
      beeseek/honeybee/handler.py
      beeseek/network/http.py
    ------------------------------------------------------------
    revno: 194.1.13
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 20:13:11 +0100
    message:
      Rename methods to be more intuitive.
    modified:
      beeseek/network/http.py
    ------------------------------------------------------------
    revno: 194.1.12
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 20:11:55 +0100
    message:
      Close the connection if needed at the end of a request/response.
    modified:
      beeseek/honeybee/handler.py
      beeseek/network/http.py
      beeseek/network/lowlevel.py
    ------------------------------------------------------------
    revno: 194.1.11
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 19:33:20 +0100
    message:
      Adapt code.
    modified:
      beeseek/network/http.py
    ------------------------------------------------------------
    revno: 194.1.10
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 18:26:19 +0100
    message:
      Tidy up the HTTPApplication structure.
    modified:
      beeseek/network/highlevel.py
      beeseek/network/http.py
    ------------------------------------------------------------
    revno: 194.1.9
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 18:10:37 +0100
    message:
      Do not raise an error when trying to send a message to a disconnected 
      peer.
    modified:
      beeseek/network/highlevel.py
      beeseek/network/lowlevel.py
    ------------------------------------------------------------
    revno: 194.1.8
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 17:57:17 +0100
    message:
      Merge IConnector and IProtocol interfaces.
    modified:
      beeseek/network/lowlevel.py
    ------------------------------------------------------------
    revno: 194.1.7
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 17:53:57 +0100
    message:
      Fix few errors.
    modified:
      beeseek/network/highlevel.py
      beeseek/network/lowlevel.py
    ------------------------------------------------------------
    revno: 194.1.6
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 17:44:16 +0100
    message:
      Merge with trunk.
    modified:
      beeseek/interfaces.py
    ------------------------------------------------------------
    revno: 194.1.5
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 17:43:24 +0100
    message:
      Make BaseApplication faster by inheriting BaseProtocol.
    modified:
      beeseek/network/highlevel.py
      beeseek/network/lowlevel.py
    ------------------------------------------------------------
    revno: 194.1.4
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 15:19:22 +0100
    message:
      Merge with trunk.
    modified:
      beeseek/interfaces.py
      beeseek/network/lowlevel.py
    ------------------------------------------------------------
    revno: 194.1.3
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 15:12:24 +0100
    message:
      Remove unuseful attributes.
    modified:
      beeseek/network/highlevel.py
      beeseek/network/lowlevel.py
    ------------------------------------------------------------
    revno: 194.1.2
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 14:26:43 +0100
    message:
      Update imports.
    modified:
      beeseek/network/highlevel.py
      beeseek/network/http.py
      beeseek/session.py
    ------------------------------------------------------------
    revno: 194.1.1
    committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
    branch nick: network
    timestamp: Wed 2009-01-14 14:14:21 +0100
    message:
      * Added __all__ to each network module.
      * Removed old network code.
    modified:
      beeseek/honeybee/handler.py
      beeseek/network/__init__.py
      beeseek/network/highlevel.py
      beeseek/network/http.py
      beeseek/network/lowlevel.py
      beeseek/tests/network.py

The size of the diff (1659 lines) is larger than your specified limit of 1000 lines

--
BeeSeek mainline
https://code.launchpad.net/~beeseek-devs/beeseek/trunk

You are receiving this branch notification because you are subscribed to it.