beeseek-devs team mailing list archive
-
beeseek-devs team
-
Mailing list archive
-
Message #00107
[Branch ~beeseek-devs/beeseek/trunk] Rev 193: Merge highlevel-network-phase-1.
------------------------------------------------------------
revno: 193
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2009-01-14 13:47:29 +0100
message:
Merge highlevel-network-phase-1.
added:
beeseek/network/highlevel.py
modified:
beeseek/honeybee/handler.py
beeseek/network/__init__.py
beeseek/network/http.py
beeseek/network/lowlevel.py
beeseek/session.py
beeseek/utils/__init__.py
------------------------------------------------------------
revno: 186.1.24
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Thu 2009-01-08 17:23:40 +0100
message:
Fill HTTPServerApplication.
modified:
beeseek/network/highlevel.py
beeseek/network/http.py
------------------------------------------------------------
revno: 186.1.23
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Thu 2009-01-08 12:01:33 +0100
message:
Fix various HTTP problems.
modified:
beeseek/network/http.py
------------------------------------------------------------
revno: 186.1.22
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Thu 2009-01-08 12:00:41 +0100
message:
Adapt network applications objects to new IConnector.
modified:
beeseek/network/highlevel.py
------------------------------------------------------------
revno: 186.1.21
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Thu 2009-01-08 11:58:39 +0100
message:
Make IConnector more generic removing send/recv methods and derivates.
modified:
beeseek/network/lowlevel.py
------------------------------------------------------------
revno: 186.1.20
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Fri 2009-01-02 17:19:22 +0100
message:
Add read methods.
modified:
beeseek/network/http.py
------------------------------------------------------------
revno: 186.1.19
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Thu 2009-01-01 17:14:03 +0100
message:
Moved _write_chunk and _end_chunked_request to HTTPApplication.
modified:
beeseek/network/http.py
------------------------------------------------------------
revno: 186.1.18
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Thu 2009-01-01 16:51:40 +0100
message:
* Add more docstrings and comments.
* Improve read_status_line's return value.
modified:
beeseek/network/http.py
------------------------------------------------------------
revno: 186.1.17
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Thu 2009-01-01 13:51:43 +0100
message:
* Moved _get_transfer_style and _split_tokens to HTTPParser.
* Added HTTP version definitions to HTTPParser.
* Also added more docstrings and comments.
modified:
beeseek/network/http.py
------------------------------------------------------------
revno: 186.1.16
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Wed 2008-12-31 18:41:56 +0100
message:
Add write and end_request methods to HTTPClientApplication based on
transfer style.
modified:
beeseek/network/http.py
------------------------------------------------------------
revno: 186.1.15
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Wed 2008-12-31 18:41:09 +0100
message:
Add raw send/recv methods to BaseApplication.
modified:
beeseek/network/highlevel.py
------------------------------------------------------------
revno: 186.1.14
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Wed 2008-12-31 18:39:29 +0100
message:
Accept both dicts and iters in CaseInsensitiveDict.update()
modified:
beeseek/utils/__init__.py
------------------------------------------------------------
revno: 186.1.13
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Wed 2008-12-31 15:21:36 +0100
message:
Add HTTPApplication, base for all HTTP application objects.
modified:
beeseek/network/http.py
------------------------------------------------------------
revno: 186.1.12
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Wed 2008-12-31 15:07:11 +0100
message:
Merge from lp:~andrea-bs/beeseek/scalable-interfaces to get latest interface
implementation.
modified:
beeseek/interfaces.py
beeseek/session.py
beeseek/utils/__init__.py
------------------------------------------------------------
revno: 186.1.11
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Wed 2008-12-31 14:26:03 +0100
message:
Merge from trunk.
modified:
beeseek/interfaces.py
beeseek/utils/__init__.py
------------------------------------------------------------
revno: 186.1.10
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Wed 2008-12-31 14:24:54 +0100
message:
Add HTTP methods definitions.
modified:
beeseek/network/http.py
------------------------------------------------------------
revno: 186.1.9
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Tue 2008-12-30 14:06:04 +0100
message:
Add HTTPClient's start_request method.
modified:
beeseek/network/http.py
------------------------------------------------------------
revno: 186.1.8
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Tue 2008-12-30 14:04:12 +0100
message:
* Call __init__ when creating new BaseApplication objects
* Use variable args with start_* and end_* methods in IApplicationProtocol
modified:
beeseek/network/highlevel.py
------------------------------------------------------------
revno: 186.1.7
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Sun 2008-12-28 13:53:25 +0100
message:
Save memory removing unuseful objects and caching types created with __new__:
* Merge *ConnectionHandler types with *ApplicationProtocols
* Cache types produced in BaseApplication
modified:
beeseek/honeybee/handler.py
beeseek/network/highlevel.py
beeseek/network/http.py
beeseek/network/lowlevel.py
------------------------------------------------------------
revno: 186.1.6
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Sat 2008-12-27 17:44:54 +0100
message:
Add HTTPParser, HTTPClientApplication and HTTPClientApplication.
modified:
beeseek/network/http.py
------------------------------------------------------------
revno: 186.1.5
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Sat 2008-12-27 17:42:58 +0100
message:
Correct class name.
modified:
beeseek/session.py
------------------------------------------------------------
revno: 186.1.4
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Sat 2008-12-27 17:42:13 +0100
message:
Correctly instance BaseConnectionHandler (sub)types.
modified:
beeseek/network/highlevel.py
------------------------------------------------------------
revno: 186.1.3
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Wed 2008-12-24 16:05:04 +0100
message:
* Add waitinput method to BaseProtocol
* Add high level BaseConnectionHandler
modified:
beeseek/network/highlevel.py
beeseek/network/lowlevel.py
------------------------------------------------------------
revno: 186.1.2
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Sun 2008-11-16 18:06:53 +0100
message:
Add IConnectionHandler interface.
modified:
beeseek/honeybee/handler.py
beeseek/network/highlevel.py
------------------------------------------------------------
revno: 186.1.1
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: network
timestamp: Sun 2008-11-16 17:55:04 +0100
message:
Add highlevel networking interfaces.
added:
beeseek/network/highlevel.py
modified:
beeseek/network/__init__.py
beeseek/network/lowlevel.py
The size of the diff (1014 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.