Commit graph

3409 commits

Author SHA1 Message Date
Antoine Pitrou
deec7566ae Update printout of SSL certificate examples for 3.2+. 2012-01-06 20:09:29 +01:00
Sandro Tosi
5021428c2b Issue #11984: merge with 3.2 2012-01-05 19:06:56 +01:00
Sandro Tosi
412d0f2f98 merge with 3.2 2012-01-04 23:25:20 +01:00
Vinay Sajip
23b94d0b98 Refactored logging rotating handlers for improved flexibility. 2012-01-04 12:02:26 +00:00
Antoine Pitrou
8f746d83e2 Add a subsection explaning cipher selection. 2012-01-04 02:54:12 +01:00
Benjamin Peterson
c095956ca5 merge 3.2 2012-01-03 16:26:34 -06:00
Sandro Tosi
9b5626d52c merge with 3.2 2012-01-03 22:47:28 +01:00
Sandro Tosi
5c91242f88 merge with 3.2 2012-01-03 18:37:46 +01:00
Nadeem Vawda
dc9dd0d340 Add note on memory usage to LZMACompressor doc. 2012-01-02 02:24:20 +02:00
Sandro Tosi
245537a84d merge with 3.2 2012-01-01 12:56:04 +01:00
Sandro Tosi
8df168cc7b merge with 3.2 2011-12-31 19:03:30 +01:00
Sandro Tosi
eb90caa48d fix Exemples/Examples typo; thanks to Ori Livneh from docs@ 2011-12-31 12:59:08 +01:00
Eli Bendersky
ca6b7a1a73 Some formatting & grammar fixes for the multiprocessing doc 2011-12-31 07:22:27 +02:00
Benjamin Peterson
4032802eb6 merge 3.2 2011-12-30 23:09:20 -06:00
Benjamin Peterson
88cb2cafe9 merge 3.2 2011-12-30 13:47:49 -06:00
Antoine Pitrou
78091e63d6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2).
When that parameter is true, symlinks aren't dereferenced and the operation
instead acts on the symlink itself (or creates one, if relevant).

Patch by Hynek Schlawack.
2011-12-29 18:54:15 +01:00
Benjamin Peterson
2fb9ae9dfc add a flags parameter to select.epoll 2011-12-27 15:15:41 -06:00
Sandro Tosi
54af1ba326 merge with 3.2 2011-12-25 17:26:09 +01:00
Sandro Tosi
2d0e48b6fd merge with 3.2 2011-12-25 17:14:28 +01:00
Sandro Tosi
e837b46b89 merge with 3.2 2011-12-25 17:07:38 +01:00
Sandro Tosi
53dd1065ae merge with 3.2 2011-12-25 11:44:55 +01:00
Sandro Tosi
c386c1a59f merge with 3.2 2011-12-25 11:27:51 +01:00
Sandro Tosi
35927dea45 merge with 3.2 2011-12-24 15:53:51 +01:00
Sandro Tosi
d126af8a54 merge with 3.2 2011-12-24 14:52:19 +01:00
Meador Inge
e7e1cccd69 Issue #13632: Update token documentation to reflect actual token types 2011-12-23 23:08:50 -06:00
Senthil Kumaran
cc4ff04bdd Merge changes from 3.2
Issue12798 - Update mimetypes documentation. Correct the doc section where
common_types was mentioned under MimeTypes class, move it to helper function
category and other documentation improvements contributed by Sandro Tosi.
2011-12-23 10:54:11 +08:00
Antoine Pitrou
0e576f1f50 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
SSLContext.load_dh_params() method and the ssl.OP_SINGLE_DH_USE option.
2011-12-22 10:03:38 +01:00
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
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
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
Victor Stinner
25ec056cc2 Issue #13530: Document os.lseek() result
Patch written by Jérémy Anger.
2011-12-17 23:15:22 +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