Senthil Kumaran
|
c90959947b
|
Docs and News update for Issue13620. Chrome support in webbrowser.py
|
2011-12-21 22:31:36 +08:00 |
|
Antoine Pitrou
|
de911b2915
|
Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool.
Patch by Hynek Schlawack.
|
2011-12-21 11:03:24 +01:00 |
|
Antoine Pitrou
|
501da61671
|
Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.
(followup to issue #13627)
|
2011-12-21 09:27:41 +01:00 |
|
Benjamin Peterson
|
97193c1a16
|
merge 3.2
|
2011-12-20 10:13:05 -06:00 |
|
Benjamin Peterson
|
0f1e3ac897
|
note the blinding speed of these functions
|
2011-12-20 10:12:41 -06:00 |
|
Antoine Pitrou
|
0831676962
|
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings.
|
2011-12-20 13:58:41 +01:00 |
|
Antoine Pitrou
|
8abdb8abd8
|
Issue #13634: Add support for querying and disabling SSL compression.
|
2011-12-20 10:13:40 +01:00 |
|
Benjamin Peterson
|
3563b18c19
|
merge 3.2
|
2011-12-19 16:42:28 -05:00 |
|
Benjamin Peterson
|
1c92cfea4a
|
don't mention implementation detail
|
2011-12-19 16:41:11 -05:00 |
|
Antoine Pitrou
|
923df6f22a
|
Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman
key exchange, through the SSLContext.set_ecdh_curve() method and the
ssl.OP_SINGLE_ECDH_USE option.
|
2011-12-19 17:16:51 +01:00 |
|
Antoine Pitrou
|
6db4944cc5
|
Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers
choose the cipher based on their own preferences, rather than on the
client's.
|
2011-12-19 13:27:11 +01:00 |
|
Ezio Melotti
|
5ce6f8ed5c
|
#13387: merge with 3.2.
|
2011-12-19 07:07:00 +02:00 |
|
Ezio Melotti
|
80a61e8d4c
|
#13387: rephrase unclear sentence.
|
2011-12-19 07:04:48 +02:00 |
|
Victor Stinner
|
25ec056cc2
|
Issue #13530: Document os.lseek() result
Patch written by Jérémy Anger.
|
2011-12-17 23:15:22 +01:00 |
|
Victor Stinner
|
e83f899364
|
Issue #13530: Document os.lseek() result
Patch written by Jérémy Anger.
|
2011-12-17 23:15:09 +01:00 |
|
Ezio Melotti
|
9987d9351c
|
#13613: merge with 3.2.
|
2011-12-17 01:20:02 +02:00 |
|
Ezio Melotti
|
e5b2ac8987
|
#13613: fix example in re doc.
|
2011-12-17 01:17:17 +02:00 |
|
Antoine Pitrou
|
6ec29e299b
|
Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem
encoding and the surrogateescape error handler, rather than UTF-8. Patch
by David Watson.
|
2011-12-16 14:46:36 +01:00 |
|
Benjamin Peterson
|
bfebb7b54a
|
improve abstract property support (closes #11610)
Thanks to Darren Dale for patch.
|
2011-12-15 15:34:02 -05:00 |
|
Antoine Pitrou
|
a8ff01ca74
|
Issue #13597: Improve documentation of standard streams.
|
2011-12-15 16:26:03 +01:00 |
|
Antoine Pitrou
|
7158e06212
|
Issue #13597: Improve documentation of standard streams.
|
2011-12-15 16:25:34 +01:00 |
|
Giampaolo Rodola'
|
556ba04a8d
|
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications
|
2011-12-14 14:38:45 +01:00 |
|
Giampaolo Rodola'
|
73520d57eb
|
Fix #8684: make sched.scheduler class thread-safe
|
2011-12-14 13:34:26 +01:00 |
|
Lars Gustäbel
|
521dfb02dd
|
Add missing versionchanged information.
|
2011-12-12 10:22:56 +01:00 |
|
Benjamin Peterson
|
8bbe788deb
|
merge heads
|
2011-12-10 17:55:31 -05:00 |
|
Benjamin Peterson
|
2122cf717f
|
alias resource.error to OSError
|
2011-12-10 17:50:22 -05:00 |
|
Lars Gustäbel
|
0a9dd2f11d
|
Issue #5689: Add support for lzma compression to the tarfile module.
|
2011-12-10 20:38:14 +01:00 |
|
Lars Gustäbel
|
c67c0b0db1
|
Merge with 3.2: Fix doc typo.
|
2011-12-10 12:48:03 +01:00 |
|
Lars Gustäbel
|
0c6cbbd632
|
Fix doc typo.
|
2011-12-10 12:45:45 +01:00 |
|
Florent Xicluna
|
67317750af
|
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd).
|
2011-12-10 11:07:42 +01:00 |
|
Florent Xicluna
|
1b7458b2a1
|
Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.
|
2011-12-09 22:35:06 +01:00 |
|
Antoine Pitrou
|
38d9643d5e
|
Issue #13464: Add a readinto() method to http.client.HTTPResponse.
Patch by Jon Kuhn.
|
2011-12-06 22:33:57 +01:00 |
|
Antoine Pitrou
|
d0784b75cb
|
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
from the doc. These two projects appear dead.
|
2011-12-04 23:57:55 +01:00 |
|
Antoine Pitrou
|
c1bd4896cf
|
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
from the doc. These two projects appear dead.
|
2011-12-04 23:56:30 +01:00 |
|
Antoine Pitrou
|
7dc0047d53
|
Merge doc fixes from 3.2
|
2011-12-03 21:07:50 +01:00 |
|
Antoine Pitrou
|
5dd95d6f2d
|
Mention PySide in the "other GUIs" page.
|
2011-12-03 21:07:01 +01:00 |
|
Antoine Pitrou
|
7462e87134
|
Mention the new GTK+ 3 bindings.
|
2011-12-03 20:59:24 +01:00 |
|
Meador Inge
|
80c219b5e7
|
Issue #13513: IOBase docs incorrectly link to the readline module
|
2011-12-03 12:50:18 -06:00 |
|
Meador Inge
|
777bebb0ef
|
Issue #13513: IOBase docs incorrectly link to the readline module
|
2011-12-03 12:29:54 -06:00 |
|
Éric Araujo
|
fe0472e7de
|
Fix glitches in email.policy docs (#12208)
|
2011-12-03 16:00:56 +01:00 |
|
Ezio Melotti
|
c42512dfc6
|
#13494: merge with 3.2.
|
2011-12-02 19:49:02 +02:00 |
|
Ezio Melotti
|
c1f26f6fc1
|
#13494: s/cast/convert/. Also add a link.
|
2011-12-02 19:47:24 +02:00 |
|
Ezio Melotti
|
a9a2ddf7be
|
#13499: merge with 3.2.
|
2011-12-02 19:29:10 +02:00 |
|
Ezio Melotti
|
b1b3fd23b7
|
#13499: fix example adding >>> before the comments.
|
2011-12-02 19:28:36 +02:00 |
|
Nadeem Vawda
|
3ff069ebc6
|
Issue #6715: Add module for compression using the LZMA algorithm.
|
2011-11-30 00:25:06 +02:00 |
|
Éric Araujo
|
c8e032006a
|
Merge 3.2
|
2011-11-29 17:14:27 +01:00 |
|
Éric Araujo
|
c4d7d8c49d
|
Mark up constants in sockets docs as such
|
2011-11-29 16:46:38 +01:00 |
|
Éric Araujo
|
2bddc53cb9
|
Fix typo (#13467)
|
2011-11-29 16:34:58 +01:00 |
|
Victor Stinner
|
0fdfceb782
|
Issue #12567: The curses module uses Unicode functions for Unicode arguments
when it is linked to the ncurses library. It encodes also Unicode strings to
the locale encoding instead of UTF-8.
|
2011-11-25 22:10:02 +01:00 |
|
Antoine Pitrou
|
86a36b500a
|
PEP 3155 / issue #13448: Qualified name for classes and functions.
|
2011-11-25 18:56:07 +01:00 |
|