Download project files

How do I verify a download?


110 of 11 releases

1.2.4 release from the trunk series released

Release information
Release notes:

Rocket 1.2.4 brings two new features:
- Rocket.start(background=False) - if background is passed as True, Rocket will run in background threads and start() will return as soon as it is finished starting everything.
- Added server-supported Futures (experimental and disabled by default)

Changelog:

BUGFIXES:
- Rocket.stop() no longer stops logging by default. This behavior is considered deprecated and will notify you if you call it explicitly.
- Fixed the "restart" behavior to actually work
- Removed some race conditions where the monitor would not restart correctly.
- Fixed the timeout issue when sending HTTP headers.

Features:
- Rocket.start(background=False) - if background is passed as True, Rocket will run in background threads and start() will return as soon as it is finished starting everything.
- Added server-supported Futures (experimental and disabled by default)

File Description Downloads
download icon Rocket-src-1.2.4.zip (md5) Source Distribution 997
last downloaded 21 weeks ago
download icon Rocket-mono-1.2.4.zip (md5) Monolithic Module 417
last downloaded 6 weeks ago
download icon Rocket-docs-1.2.4.zip (md5) Documentation 495
last downloaded 6 weeks ago
Total downloads: 1,909

1.2.3 release from the trunk series released

Release information
Release notes:

This is a bugfix release that contains one major and one minor bugfix both introduced in 1.2.2
- major bug: URLs with %20 codes in them were not being parsed properly
- minor bug: occasionally monitor would raise an exception on shutdown

File Description Downloads
download icon Rocket-mono-1.2.3.zip (md5) Monolithic Module 74
last downloaded 24 hours ago
download icon Rocket-src-1.2.3.zip (md5) Source Distribution 67
last downloaded 37 weeks ago
download icon Rocket-docs-1.2.3.zip (md5) Documentation 53
last downloaded 37 weeks ago
Total downloads: 194

1.2.2 release from the trunk series released

Release information
Release notes:

The focus of this release was easy speedups. Some changes are:
- ChunkedReader doesn't cache anymore
- new-style classes and slots (where appropriate) are used to reduce memory consumption
- the request line is parsed with a regexp on all platforms except Jython
- tests just keep getting more comprehensive.

File Description Downloads
download icon Rocket-src-1.2.2.zip (md5) Source Distribution 34
last downloaded 37 weeks ago
download icon Rocket-mono-1.2.2.zip (md5) Monolithic Module 30
last downloaded 37 weeks ago
download icon Rocket-docs-1.2.2.zip (md5) Documentation 27
last downloaded 42 weeks ago
Total downloads: 91

1.2.1 release from the trunk series released

Release information
Release notes:

FEATURES:
- Wrapped all DEBUG logging in "if __debug__" statements so you can use python optimization to speed things a bit.
- polling support for the monitor thread (on platforms that support it)
- things are slightly trimmer and faster
- added lots of unittests

Changelog:

FEATURES:
- Wrapped all DEBUG logging in "if __debug__" statements so you can use python optimization to speed things a bit.
- polling support for the monitor thread (on platforms that support it)
- things are slightly trimmer and faster
- added lots of unittests

BUGFIXES:
- Threadpool was not "growing" properly.
- proxy-type HTTP Request were getting interpreted incorrectly
- ChunkedReader no longer mishandles chunks that end in '\r\n'

File Description Downloads
download icon Rocket-src-1.2.1.zip (md5) Source Distribution 29
last downloaded 37 weeks ago
download icon Rocket-mono-1.2.1.zip (md5) Monolithic Module 28
last downloaded 37 weeks ago
download icon Rocket-docs-1.2.1.zip (md5) Documentation 24
last downloaded 37 weeks ago
Total downloads: 81

1.2 release from the trunk series released

Release information
Release notes:

Rocket 1.2 is largely an internal change. Much of the code is better structured and will behave better. The only think worth noting to users is that this fixes the thread-starvation issue that could happen on some improperly configured servers.

File Description Downloads
download icon Rocket-mono-1.2.0.zip (md5) Monolithic module 34
last downloaded 36 weeks ago
download icon Rocket-src-1.2.0.zip (md5) Source Snapshot 48
last downloaded 37 weeks ago
download icon Rocket-docs-1.2.0.zip (md5) Documentation 34
last downloaded 37 weeks ago
Total downloads: 116

1.1.1 release from the 1.1 series released

Release information
Changelog:

BUGFIX: Directory indexes were serving incorrect links when serving alternate document roots.
UPDATE: The included distribute script has been updated.

File Description Downloads
download icon Rocket-mono-1.1.1.zip (md5) Monolithic module 82
last downloaded 37 weeks ago
download icon Rocket-src-1.1.1.zip (md5) Source Snapshot 102
last downloaded 37 weeks ago
download icon Rocket-docs-1.1.1.zip (md5) Documentation 88
last downloaded 37 weeks ago
Total downloads: 272

1.1 release from the 1.1 series released

Release information
Release notes:

Release 1.1 brings basic file-system serving to Rocket. Look for the "fs" method in the documentation.

File Description Downloads
download icon Rocket-src-1.1.0.zip (md5) Source Snapshot 37
last downloaded 42 weeks ago
download icon Rocket-mono-1.1.0.zip (md5) Monolithic module 36
last downloaded 40 weeks ago
download icon Rocket-docs-1.1.0.zip (md5) Documentation 35
last downloaded 37 weeks ago
Total downloads: 108

1.0.6 release from the 1.0 series released

Release information
Release notes:

Release a minor bugfix.

Changelog:

1.0.6 contains a small bugfix. A technique of some attackers is to send an invalid HTTP request line. Previously Rocket would pass a blank path on to the app in such as case. In 1.0.6, Rocket responds with an HTTP 400 Bad Request error immediately.

File Description Downloads
download icon Rocket-src-1.0.6.zip (md5) Source Snapshot 42
last downloaded 37 weeks ago
download icon Rocket-mono-1.0.6.zip (md5) Monolithic module 37
last downloaded 37 weeks ago
download icon Rocket-docs-1.0.6.zip (md5) Documentation 39
last downloaded 37 weeks ago
Total downloads: 118

1.0.5 release from the 1.0 series released

Release information
Release notes:

Minor changes to the build process and a more friendly response to clients when requesting HTTP on HTTPS sockets.

Changelog:

- Previously, connecting to an HTTPS Rocket socket as a normal HTTP client would cause the client to hang (and sometimes the server as well). This is now fixed. Rocket sends a 400 Bad Request on such connections.

File Description Downloads
download icon Rocket-docs-1.0.5.zip (md5) Documentation 53
last downloaded 37 weeks ago
download icon Rocket-mono-1.0.5.zip (md5) Monolithic module 48
last downloaded 37 weeks ago
download icon Rocket-src-1.0.5.zip (md5) Source Snapshot 55
last downloaded 40 weeks ago
Total downloads: 156

1.0.3 release from the 1.0 series released

Release information
Release notes:

Up on Python Package Index

Changelog:

Added some changes from 1.0.2 that fix Py3k and clean up the setup.py script to make easy_install work.

File Description Downloads
download icon Rocket-src-1.0.3.zip (md5) Source Snapshot 67
last downloaded 37 weeks ago
download icon Rocket-mono-1.0.3.zip (md5) Monolithic module 55
last downloaded 37 weeks ago
download icon Rocket-docs-1.0.3.zip (md5) Documentation 62
last downloaded 37 weeks ago
Total downloads: 184

110 of 11 releases