~stub/ubuntu/lucid/python-urllib3/devel

« back to all changes in this revision

Viewing changes to PKG-INFO

  • Committer: Package Import Robot
  • Author(s): Daniele Tricoli
  • Date: 2012-03-29 02:09:04 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120329020904-4y7l9bn2ou5g42vb
Tags: 1.3-1
* New upstream release
* debian/control
  - Bumped Standards-Version to 3.9.3 (no changes needed)
* debian/patches/01_do-not-use-embedded-python-six.patch
  - Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Metadata-Version: 1.0
2
2
Name: urllib3
3
 
Version: 1.2.2
 
3
Version: 1.3
4
4
Summary: HTTP library with thread-safe connection pooling, file post, and more.
5
5
Home-page: http://urllib3.readthedocs.org/
6
6
Author: Andrey Petrov
16
16
        - Built-in redirection and retries (optional).
17
17
        - Supports gzip and deflate decoding.
18
18
        - Thread-safe and sanity-safe.
 
19
        - Works with AppEngine, gevent, and eventlib.
19
20
        - Tested on Python 2.6+ and Python 3.2+, 99% unit test coverage.
20
21
        - Small and easy to understand codebase perfect for extending and building upon.
21
22
          For a more comprehensive solution, have a look at
108
109
        Changes
109
110
        =======
110
111
        
 
112
        1.3 (2012-03-25)
 
113
        ++++++++++++++++
 
114
        
 
115
        * Removed pre-1.0 deprecated API.
 
116
        
 
117
        * Refactored helpers into a ``urllib3.util`` submodule.
 
118
        
 
119
        * Fixed multipart encoding to support list-of-tuples for keys with multiple
 
120
          values. (Issue #48)
 
121
        
 
122
        * Fixed multiple Set-Cookie headers in response not getting merged properly in
 
123
          Python 3. (Issue #53)
 
124
        
 
125
        * AppEngine support with Py27. (Issue #61)
 
126
        
 
127
        * Minor ``encode_multipart_formdata`` fixes related to Python 3 strings vs
 
128
          bytes.
 
129
        
111
130
        
112
131
        1.2.2 (2012-02-06)
113
132
        ++++++++++++++++++