Georg Brandl
|
b3ac84322f
|
#16040: fix unlimited read from connection in nntplib.
|
2014-10-12 08:50:11 +02:00 |
Georg Brandl
|
bfd7881aa6
|
#22568: merge with 3.4
|
2014-10-12 08:45:26 +02:00 |
Georg Brandl
|
e1a7d9dbf5
|
Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases.
|
2014-10-12 08:45:15 +02:00 |
Terry Jan Reedy
|
c6066ea2bf
|
Issue #14105: Merge with 3.4
|
2014-10-12 01:11:44 -04:00 |
Terry Jan Reedy
|
6b04dc9bcc
|
Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.
|
2014-10-12 01:11:05 -04:00 |
Berker Peksag
|
51a4a2b97f
|
README: 3.5 release schedule PEP is PEP 478.
|
2014-10-12 06:59:14 +03:00 |
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
|
4cc0551773
|
merge
|
2014-10-11 15:08:18 +02:00 |
Georg Brandl
|
983db8905c
|
merge
|
2014-10-11 15:08:12 +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 |
Victor Stinner
|
2de8a6980a
|
(Merge 3.4) Issue #22601: run_forever() now consumes BaseException of the
temporary task
If the coroutine raised a BaseException, consume the exception to not log a
warning. The caller doesn't have access to the local task.
|
2014-10-11 14:35:33 +02:00 |
Georg Brandl
|
c5dd095a9b
|
Closes #21675: fix ordering of description in library intro
|
2014-10-11 14:32:34 +02:00 |
Victor Stinner
|
c8bd53f815
|
Issue #22601: run_forever() now consumes BaseException of the temporary task
If the coroutine raised a BaseException, consume the exception to not log a
warning. The caller doesn't have access to the local task.
|
2014-10-11 14:30:18 +02:00 |
Zachary Ware
|
86a89f02e2
|
Issue #21907: Try to make the pre-Vista Windows buildbots happier.
Initial patch by David Bolen.
|
2014-10-11 01:43:35 -05:00 |
Zachary Ware
|
30270c8729
|
Issue #22489: Update .gitignore to ignore Windows build output.
Initial patch by Robert Collins.
|
2014-10-10 23:42:59 -05:00 |
Benjamin Peterson
|
588dad0308
|
merge 3.4 (closes #22605)
|
2014-10-10 20:58:43 -04:00 |
Benjamin Peterson
|
682124ccc3
|
prevent passing NULL to memcpy (closes #22605)
Patch by Jakub Wilk.
|
2014-10-10 20:58:30 -04:00 |
Terry Jan Reedy
|
da821db837
|
Merge with 3.4: #21986, don't pickle user code objects.
|
2014-10-10 19:34:38 -04:00 |
Terry Jan Reedy
|
ad0c57fed8
|
Issue #21986: Idle now matches interpreter in not pickling user code objects.
Patch by Claudiu Popa
|
2014-10-10 19:33:45 -04:00 |
Antoine Pitrou
|
759920c5cb
|
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
|
2014-10-10 23:51:04 +02:00 |
Antoine Pitrou
|
9086f9260f
|
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
|
2014-10-10 23:49:32 +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
|
439da843e4
|
Merge with 3.4
|
2014-10-10 16:53:56 -04:00 |
Terry Jan Reedy
|
64138c438c
|
Issue 22603: add Francisco Fernández Castaño to ACKS.
|
2014-10-10 16:53:41 -04:00 |
Brett Cannon
|
1eb32c2045
|
Issue #20152: Port the array module to Argument Clinic.
|
2014-10-10 16:26:45 -04: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 |
Petri Lehtinen
|
221439dd61
|
#11694: merge with 3.4
|
2014-10-10 21:29:43 +03:00 |
Petri Lehtinen
|
3894b2a24f
|
Issue #11694: Raise ConversionError in xdrlib as documented
|
2014-10-10 21:21:52 +03:00 |
Brett Cannon
|
5e8b04eefb
|
Issue #21052: Don't raise ImportWarning for sys.meta_path or
sys.path_hooks when set to None during interpreter shutdown.
Thanks to Martin Panter for the initial bug report.
|
2014-10-10 10:54:28 -04:00 |
Victor Stinner
|
1aa3cb6030
|
(Merge 3.4) test_venv: use support.rmtree() instead of shutil.rmtree() to fix
sporadic failures on Windows
|
2014-10-10 14:23:25 +02:00 |
Victor Stinner
|
866c4e2188
|
test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic
failures on Windows
|
2014-10-10 14:23:00 +02:00 |
Berker Peksag
|
8ee1513ada
|
Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.
Patch by Remi Pointel.
|
2014-10-10 14:35:51 +03:00 |
Berker Peksag
|
b77983d2bd
|
Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.
Patch by Remi Pointel.
|
2014-10-10 14:34:16 +03: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 |