Berker Peksag
|
8a01b71f35
|
Issue #22613: Fix reprlib.Repr subclass example on Python 3.
Reported by Jacques Ducasse.
|
2014-10-12 05:11:40 +03:00 |
|
Berker Peksag
|
edd6ec2dd3
|
Issue #22613: Fix reprlib.Repr subclass example on Python 3.
Reported by Jacques Ducasse.
|
2014-10-12 05:11:16 +03:00 |
|
Nick Coghlan
|
870903e986
|
Merge issue #21061 fix from 3.4
|
2014-10-12 10:25:33 +10:00 |
|
Nick Coghlan
|
36d8ef9cc7
|
Issue #21061: correctly note redirect_stdout is reentrant
|
2014-10-12 10:25:00 +10:00 |
|
Victor Stinner
|
1867e3ef9e
|
Merge 3.4 (asyncio doc)
|
2014-10-11 16:30:21 +02:00 |
|
Victor Stinner
|
ccd8e34508
|
asyncio doc: socket.socketpair() is not available on Windows yet
|
2014-10-11 16:30:02 +02:00 |
|
Victor Stinner
|
a75e887259
|
Merge with 3.4 (asyncio doc)
|
2014-10-11 16:17:21 +02:00 |
|
Victor Stinner
|
04e6df330d
|
asyncio doc: add examples showing the 3 ways to wait for data from an open
socket
|
2014-10-11 16:16:27 +02:00 |
|
Victor Stinner
|
6888b96cee
|
asyncio doc: cleanup Hello World examples
|
2014-10-11 16:15:58 +02:00 |
|
Victor Stinner
|
5121a9ba4a
|
asyncio doc: the "Get HTTP headers" example now supports HTTPS
|
2014-10-11 15:52:14 +02:00 |
|
Georg Brandl
|
35aa10be6c
|
merge with 3.4
|
2014-10-11 15:04:20 +02:00 |
|
Georg Brandl
|
dbf8344404
|
Closes #18959: move optparse and imp to new "superseded modules" chapter
|
2014-10-11 14:47:11 +02:00 |
|
Georg Brandl
|
e8ea355b72
|
Closes #21687: delimiter in Py_SetPath is platform dependent
|
2014-10-11 14:36:02 +02:00 |
|
Georg Brandl
|
c5dd095a9b
|
Closes #21675: fix ordering of description in library intro
|
2014-10-11 14:32:34 +02:00 |
|
Zachary Ware
|
fc260a9a97
|
Closes #15414: Merge with 3.4
|
2014-10-10 16:05:54 -05:00 |
|
Zachary Ware
|
a13dab47cb
|
Issue #15414: Clean and correct the os.path.join docs.
In particular, correctly describe the behavior of ntpath.join.
Based on a patch by Dave Sawyer.
|
2014-10-10 16:03:14 -05:00 |
|
Terry Jan Reedy
|
082c6cb183
|
Merge with 3.4
|
2014-10-10 16:00:39 -04:00 |
|
Terry Jan Reedy
|
f9bd920cfa
|
Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño.
|
2014-10-10 16:00:18 -04:00 |
|
Victor Stinner
|
2debf15593
|
Issue #22564: cleanup SSLObject doc
|
2014-10-10 13:04:08 +02:00 |
|
Victor Stinner
|
29611452b7
|
Issue #22564: ssl doc, add more links to the non-blocking section
|
2014-10-10 12:52:43 +02:00 |
|
Victor Stinner
|
805b262d38
|
Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and
MemoryBIO; move documentation of SSLContext.wrap_bio()
|
2014-10-10 12:49:08 +02:00 |
|
Victor Stinner
|
9558e90315
|
Merge 3.4
|
2014-10-10 12:47:01 +02:00 |
|
Victor Stinner
|
cfb2a0a855
|
Issue #22564: ssl doc: mention asyncio in the non-blocking section
|
2014-10-10 12:45:10 +02:00 |
|
Victor Stinner
|
92127a5edb
|
Merge 3.4
|
2014-10-10 12:43:17 +02:00 |
|
Victor Stinner
|
d28fe8c8f4
|
Issue #22564: ssl doc: mention how SSLSocket are usually created
|
2014-10-10 12:07:19 +02:00 |
|
Victor Stinner
|
3c3d3c73f3
|
Issue #22564: ssl doc: use "class" marker to document the SSLSocket class
|
2014-10-10 12:06:51 +02:00 |
|
Victor Stinner
|
41f92c2818
|
Issue #22564: ssl doc: document read(), write(), pending, server_side and
server_hostname methods and attributes of SSLSocket.
|
2014-10-10 12:05:56 +02:00 |
|
Victor Stinner
|
851a6cc071
|
Issue #22564: ssl doc: fix typos
|
2014-10-10 12:04:15 +02:00 |
|
Serhiy Storchaka
|
7438e4b56f
|
Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()
and re.subn().
|
2014-10-10 11:06:31 +03:00 |
|
R David Murray
|
2623a5db6f
|
Merge: #18176: Change generic UCD PropList link to version specific link.
|
2014-10-09 20:47:31 -04:00 |
|
R David Murray
|
5f16f90d1b
|
#18176: Change generic UCD PropList link to version specific link.
|
2014-10-09 20:45:59 -04:00 |
|
R David Murray
|
532783bd5e
|
Merge: #18176: fix another reference and add it to the makeunicodedata comment.
|
2014-10-09 17:41:55 -04:00 |
|
R David Murray
|
5bd62420f4
|
#18176: fix another reference and add it to the makeunicodedata comment.
|
2014-10-09 17:39:48 -04:00 |
|
R David Murray
|
5ac125cde3
|
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
|
2014-10-09 17:33:15 -04:00 |
|
R David Murray
|
7445a383a6
|
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
Patch by Alexander Belopolsky.
|
2014-10-09 17:30:33 -04:00 |
|
R David Murray
|
4487dd0ed5
|
#18615: Make sndhdr return namedtuples.
Patch by Claudiu Popa.
|
2014-10-09 16:59:30 -04:00 |
|
Victor Stinner
|
8786ea36d0
|
(Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()
The result type is Py_ssize_t (and not int).
|
2014-10-09 11:11:49 +02:00 |
|
Victor Stinner
|
13d3aa502d
|
Closes #22580: Fix documentation of PyUnicode_Tailmatch()
The result type is Py_ssize_t (and not int).
|
2014-10-09 11:11:25 +02:00 |
|
Berker Peksag
|
882c95c7dc
|
whatsnew: Fix markup.
|
2014-10-09 11:46:56 +03:00 |
|
Berker Peksag
|
fa0423b271
|
whatsnew: Add PEP 478.
|
2014-10-09 11:38:19 +03:00 |
|
Berker Peksag
|
f88c070825
|
Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
The correct parameter name is "fp", not "file".
|
2014-10-08 13:15:36 +03:00 |
|
Berker Peksag
|
b2fdafe3d2
|
Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
The correct parameter name is "fp", not "file".
|
2014-10-08 13:15:04 +03:00 |
|
Larry Hastings
|
c78319d9b8
|
Mostly-null-merge from 3.4 branch following 3.4.2 release.
|
2014-10-08 02:56:18 -07:00 |
|
Larry Hastings
|
2ce95d7b7c
|
Merge from 3.4.2 release head back into 3.4 mainline.
|
2014-10-08 02:50:50 -07:00 |
|
Benjamin Peterson
|
b91ed56b9b
|
merge 3.4
|
2014-10-06 21:11:25 -04:00 |
|
Benjamin Peterson
|
57fb11b255
|
use source role instead of linking to svn
|
2014-10-06 21:10:25 -04:00 |
|
Georg Brandl
|
2756e7e281
|
merge with 3.4
|
2014-10-06 17:51:53 +02:00 |
|
Georg Brandl
|
9205e9ebdc
|
Closes #16155: fix a few errors in doctest output of the FAQ pages.
|
2014-10-06 17:51:09 +02:00 |
|
Georg Brandl
|
1f6afef2ea
|
merge with 3.4
|
2014-10-06 16:57:02 +02:00 |
|
Georg Brandl
|
7fa4a8f15a
|
Closes #12148: clarify "or's together option flags" in doctest docs.
|
2014-10-06 16:56:43 +02:00 |
|