R David Murray
|
d4c1b36c39
|
Merge: Reflow paragraphs.
(I got a merge conflict on this in urllib.request.rst, which makes no sense to
me. Hopefully I didn't screw up the previous 3.3 commit.)
|
2013-04-28 11:30:19 -04:00 |
|
R David Murray
|
9330a94467
|
Reflow paragraphs.
I know one of them looks worse, but now it is <80 chars and
matches the 2.7 text.
|
2013-04-28 11:24:35 -04:00 |
|
R David Murray
|
876f08e3ae
|
Merge #7152: Clarify that ProxyHandler is added only if proxy settings are detected.
Behavior confirmation and initial patch by Jessica McKellar.
|
2013-04-28 11:08:27 -04:00 |
|
R David Murray
|
5aea37ad1d
|
#7152: Clarify that ProxyHandler is added only if proxy settings are detected.
Behavior confirmation and initial patch by Jessica McKellar.
|
2013-04-28 11:07:16 -04:00 |
|
Brett Cannon
|
1f6ee73c1e
|
merge for issue #17357
|
2013-04-27 23:20:55 -04:00 |
|
Brett Cannon
|
4067aa272e
|
Issue #17357: Use more stern wording for
importlib.invalidate_caches().
|
2013-04-27 23:20:32 -04:00 |
|
Antoine Pitrou
|
9f14681959
|
Issue #17804: New function `struct.iter_unpack ` allows for streaming struct unpacking.
|
2013-04-27 00:20:04 +02:00 |
|
Serhiy Storchaka
|
fcd9f22238
|
Issue #16624: subprocess.check_output now accepts an input argument,
allowing the subprocess's stdin to be provided as a (byte) string.
Patch by Zack Weinberg.
|
2013-04-22 20:20:54 +03:00 |
|
Ned Deily
|
7503b4f463
|
Issue #17670: merge from 3.3
|
2013-04-21 13:07:27 -07:00 |
|
Ned Deily
|
bebe91a0ef
|
Issue #17670: Provide an example of expandtabs() usage.
|
2013-04-21 13:05:21 -07:00 |
|
R David Murray
|
a6d67e6c5d
|
Merge #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.
|
2013-04-20 13:40:33 -04:00 |
|
R David Murray
|
bdf940d3bd
|
#17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.
|
2013-04-20 13:37:34 -04:00 |
|
Eli Bendersky
|
3bdead1113
|
Add some documentation for IncrementalParesr
|
2013-04-20 09:06:27 -07:00 |
|
Eli Bendersky
|
10e0af8493
|
Fix trailing whitespace
|
2013-04-20 05:54:29 -07:00 |
|
Eli Bendersky
|
ab2a76c8a8
|
Update ET documentation reprhasing the mention of the new IncrementalParser in
the doc for iterparse.
|
2013-04-20 05:53:50 -07:00 |
|
Barry Warsaw
|
24aa15959b
|
Merge 3.3
|
2013-04-19 11:32:54 -04:00 |
|
Barry Warsaw
|
0aa685a33c
|
Minor typo in example.
|
2013-04-19 11:32:25 -04:00 |
|
Antoine Pitrou
|
5b235d0923
|
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications.
|
2013-04-18 19:37:06 +02:00 |
|
R David Murray
|
bca1a2629a
|
#17135: Add note in imp to use importlib for new programs.
|
2013-04-18 09:51:17 -04:00 |
|
R David Murray
|
33a3c50db5
|
#17135: mark imp as deprecated as of 3.4.
|
2013-04-17 18:50:12 -04:00 |
|
Ezio Melotti
|
5aa7685a1c
|
#17771: merge with 3.3.
|
2013-04-17 07:34:31 +03:00 |
|
Ezio Melotti
|
a68c1ab571
|
#17771: fix typo. Patch by Andriy Mysyk.
|
2013-04-17 07:34:13 +03:00 |
|
Ezio Melotti
|
3533ef2d21
|
#17740: merge with 3.3.
|
2013-04-17 04:10:51 +03:00 |
|
Ezio Melotti
|
c048d98501
|
#17740: fix links to the socket function. Initial patch by Zachary Ware.
|
2013-04-17 04:10:26 +03:00 |
|
Antoine Pitrou
|
9b42128e2c
|
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets.
Thanks to David D Lowe for reporting.
|
2013-04-16 20:28:15 +02:00 |
|
Antoine Pitrou
|
d34941ad4e
|
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets.
Thanks to David D Lowe for reporting.
|
2013-04-16 20:27:17 +02:00 |
|
Ezio Melotti
|
acfc454c10
|
#13510: merge with 3.3.
|
2013-04-15 19:09:29 +03:00 |
|
Ezio Melotti
|
ed3cd7e445
|
#13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti.
|
2013-04-15 19:08:31 +03:00 |
|
Eric V. Smith
|
7d55a40b9a
|
Issue #17728: Merge with 3.3.
|
2013-04-15 09:53:49 -04:00 |
|
Eric V. Smith
|
45fe62dc9c
|
Issue #17728: Specify default precision for float.format for presentation types e, f, and g.
|
2013-04-15 09:51:54 -04:00 |
|
R David Murray
|
8a34596bbe
|
#2118: IOError is deprecated, use OSError.
|
2013-04-14 06:46:35 -04:00 |
|
Georg Brandl
|
c8fb047d69
|
merge with 3.3
|
2013-04-14 12:03:01 +02:00 |
|
Georg Brandl
|
1aca953a40
|
Fix example ignoring ".svn" directories in compileall.
|
2013-04-14 12:02:43 +02:00 |
|
Georg Brandl
|
e827ea866d
|
merge with 3.3
|
2013-04-14 11:59:19 +02:00 |
|
Georg Brandl
|
1e1134a314
|
The Integral class does not contain implementations for the bit-shifting operations. (See #3056.)
|
2013-04-14 11:58:54 +02:00 |
|
Georg Brandl
|
f221377d8b
|
merge with 3.3
|
2013-04-14 10:50:13 +02:00 |
|
Georg Brandl
|
5f4b4ac73e
|
Update code examples using collections.abc classes.
|
2013-04-14 10:50:05 +02:00 |
|
R David Murray
|
8e37d5df95
|
#2118: Make SMTPException a subclass of IOError.
Initial patch by Ned Jackson Lovely.
|
2013-04-13 14:49:48 -04:00 |
|
R David Murray
|
c1d3daf58b
|
Merge #2118: clarify smtplib exception documentation.
|
2013-04-13 14:42:36 -04:00 |
|
R David Murray
|
0bfd6acf03
|
Reflow paragraph.
|
2013-04-13 14:40:51 -04:00 |
|
R David Murray
|
14ee3cf244
|
#2118: clarify smtplib exception documentation.
|
2013-04-13 14:40:33 -04:00 |
|
Mark Dickinson
|
9b6fdf8401
|
Fix incorrect indentation on 'versionadded' for weakref.ref.__callback__.
|
2013-04-13 16:09:18 +01:00 |
|
Mark Dickinson
|
556e94b8fe
|
Issue #17643: Add __callback__ attribute to weakref.ref.
|
2013-04-13 15:45:44 +01:00 |
|
Ezio Melotti
|
3121e32952
|
#17653: merge with 3.3.
|
2013-04-12 19:19:45 +03:00 |
|
Ezio Melotti
|
a3b255f275
|
#17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.
|
2013-04-12 19:19:21 +03:00 |
|
Vinay Sajip
|
a713079ed8
|
Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate.
|
2013-04-12 17:04:23 +01:00 |
|
Ezio Melotti
|
cbc2d29636
|
#6696: merge with 3.3.
|
2013-04-12 15:44:37 +03:00 |
|
Ezio Melotti
|
075d87cf05
|
#6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney.
|
2013-04-12 15:42:06 +03:00 |
|
Antoine Pitrou
|
50b24d0d7c
|
Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name.
Patch by Kazuhiro Yoshida.
(originally issue #8109)
|
2013-04-11 20:48:42 +02:00 |
|
Georg Brandl
|
526575d537
|
Fix invalid markup.
|
2013-04-11 16:10:13 +02:00 |
|