6
6
:Release: |release |
7
7
:Date: |today |
8
8
9
- .. Fix accents on Kristjan Valur Jonsson, Fuerstenau
10
-
11
9
.. Big jobs: pep 391 example
12
10
13
11
.. hyperlink all the methods & functions.
@@ -911,7 +909,7 @@ changes, or look through the Subversion logs for all the details.
911
909
912
910
* The :mod: `bz2 ` module's :class: `~bz2.BZ2File ` now supports the context
913
911
management protocol, so you can write ``with bz2.BZ2File(...) as f: ... ``.
914
- (Contributed by Hagen Fuerstenau ; :issue: `3860 `.)
912
+ (Contributed by Hagen Fürstenau ; :issue: `3860 `.)
915
913
916
914
* New class: the :class: `~collections.Counter ` class in the :mod: `collections `
917
915
module is useful for tallying data. :class: `~collections.Counter ` instances
@@ -1125,7 +1123,7 @@ changes, or look through the Subversion logs for all the details.
1125
1123
1126
1124
* The :mod: `gzip ` module's :class: `~gzip.GzipFile ` now supports the context
1127
1125
management protocol, so you can write ``with gzip.GzipFile(...) as f: ... ``
1128
- (contributed by Hagen Fuerstenau ; :issue: `3860 `), and it now implements
1126
+ (contributed by Hagen Fürstenau ; :issue: `3860 `), and it now implements
1129
1127
the :class: `io.BufferedIOBase ` ABC, so you can wrap it with
1130
1128
:class: `io.BufferedReader ` for faster processing
1131
1129
(contributed by Nir Aides; :issue: `7471 `).
@@ -1145,7 +1143,7 @@ changes, or look through the Subversion logs for all the details.
1145
1143
1146
1144
* The default :class: `~httplib.HTTPResponse ` class used by the :mod: `httplib ` module now
1147
1145
supports buffering, resulting in much faster reading of HTTP responses.
1148
- (Contributed by Kristjan Valur Jonsson ; :issue: `4879 `.)
1146
+ (Contributed by Kristján Valur Jónsson ; :issue: `4879 `.)
1149
1147
1150
1148
The :class: `~httplib.HTTPConnection ` and :class: `~httplib.HTTPSConnection ` classes
1151
1149
now support a *source_address * parameter, a ``(host, port) `` 2-tuple
@@ -1358,7 +1356,7 @@ changes, or look through the Subversion logs for all the details.
1358
1356
a timeout in seconds that will be applied to the request socket; if
1359
1357
no request is received within that time, :meth: `handle_timeout `
1360
1358
will be called and :meth: `handle_request ` will return.
1361
- (Contributed by Kristjan Valur Jonsson ; :issue: `6192 ` and :issue: `6267 `.)
1359
+ (Contributed by Kristján Valur Jónsson ; :issue: `6192 ` and :issue: `6267 `.)
1362
1360
1363
1361
* The XML-RPC client and server, provided by the :mod: `xmlrpclib ` and
1364
1362
:mod: `SimpleXMLRPCServer ` modules, have improved performance by
@@ -1367,7 +1365,7 @@ changes, or look through the Subversion logs for all the details.
1367
1365
controlled by the :attr: `encode_threshold ` attribute of
1368
1366
:class: `SimpleXMLRPCRequestHandler `, which contains a size in bytes;
1369
1367
responses larger than this will be compressed.
1370
- (Contributed by Kristjan Valur Jonsson ; :issue: `6267 `.)
1368
+ (Contributed by Kristján Valur Jónsson ; :issue: `6267 `.)
1371
1369
1372
1370
1373
1371
* Updated module: the :mod: `sqlite3 ` module has been updated to
@@ -1538,7 +1536,7 @@ changes, or look through the Subversion logs for all the details.
1538
1536
controlled by the :attr: `encode_threshold ` attribute of
1539
1537
:class: `SimpleXMLRPCRequestHandler `, which contains a size in bytes;
1540
1538
responses larger than this will be compressed.
1541
- (Contributed by Kristjan Valur Jonsson ; :issue: `6267 `.)
1539
+ (Contributed by Kristján Valur Jónsson ; :issue: `6267 `.)
1542
1540
1543
1541
* The :mod: `zipfile ` module's :class: `~zipfile.ZipFile ` now supports the context
1544
1542
management protocol, so you can write ``with zipfile.ZipFile(...) as f: ... ``.
@@ -1944,7 +1942,7 @@ Changes to Python's build process and to the C API include:
1944
1942
* :cfunc: `Py_AddPendingCall ` is now thread-safe, letting any
1945
1943
worker thread submit notifications to the main Python thread. This
1946
1944
is particularly useful for asynchronous IO operations.
1947
- (Contributed by Kristjan Valur Jonsson ; :issue: `4293 `.)
1945
+ (Contributed by Kristján Valur Jónsson ; :issue: `4293 `.)
1948
1946
1949
1947
* New function: :cfunc: `PyCode_NewEmpty ` creates an empty code object;
1950
1948
only the filename, function name, and first line number are required.
@@ -2140,7 +2138,7 @@ Port-Specific Changes: Windows
2140
2138
2141
2139
* The new :cfunc: `_beginthreadex ` API is used to start threads, and
2142
2140
the native thread-local storage functions are now used.
2143
- (Contributed by Kristjan Valur Jonsson ; :issue: `3582 `.)
2141
+ (Contributed by Kristján Valur Jónsson ; :issue: `3582 `.)
2144
2142
2145
2143
* The :func: `os.kill ` function now works on Windows. The signal value
2146
2144
can be the constants :const: `CTRL_C_EVENT `,
0 commit comments