Victor Stinner
|
dd339a248c
|
asyncio doc
* complete create_connection() prototype
* link to Server
* document get_extra_info() keys
|
2013-12-03 00:32:48 +01:00 |
|
Christian Heimes
|
a5768f7292
|
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
|
2013-12-02 20:44:17 +01:00 |
|
Christian Heimes
|
216d463b1f
|
Issue #19783: nntplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
|
2013-12-02 20:20:11 +01:00 |
|
Christian Heimes
|
1bc7068d7f
|
Issue #19784: poplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
|
2013-12-02 20:10:50 +01:00 |
|
Christian Heimes
|
b8a3f58158
|
merge
|
2013-12-02 20:02:04 +01:00 |
|
Christian Heimes
|
48aae57996
|
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
|
2013-12-02 20:01:29 +01:00 |
|
Serhiy Storchaka
|
475546facf
|
Fixed regex match representation in an example.
|
2013-12-02 20:23:19 +02:00 |
|
Victor Stinner
|
0c924b83ee
|
asyncio: sort some methods
|
2013-12-02 17:52:31 +01:00 |
|
Victor Stinner
|
b09f9b33d2
|
asyncio doc: group transport method by classes
Declare classes because they are mentionned in documentation of other functions
|
2013-12-02 17:46:04 +01:00 |
|
Victor Stinner
|
e91f180efe
|
asyncio: more documentation
|
2013-12-02 17:40:48 +01:00 |
|
Victor Stinner
|
be490633be
|
asyncio: document network functions, and stream reader/writer
|
2013-12-02 17:28:32 +01:00 |
|
Eli Bendersky
|
b55c4d4539
|
Issue #19814: Clarify argparse's docs w.r.t prefix matching
|
2013-12-02 05:50:48 -08:00 |
|
Eli Bendersky
|
f3114532e4
|
Issue #19814: Clarify argparse's docs w.r.t prefix matching
|
2013-12-02 05:49:54 -08:00 |
|
Victor Stinner
|
c37dd614b6
|
asyncio: document locks
|
2013-12-02 14:31:16 +01:00 |
|
Victor Stinner
|
0da1d29c8a
|
asyncio: document Queue classes
|
2013-12-02 14:06:03 +01:00 |
|
Victor Stinner
|
60efaae4f9
|
Document Task class and task functions
|
2013-12-02 13:47:23 +01:00 |
|
Victor Stinner
|
3c3c4f5a11
|
asyncio: cleanup doc
|
2013-12-02 13:04:25 +01:00 |
|
Victor Stinner
|
550a09ef86
|
Issue #19833: Document more asyncio.BaseEventLoop methods
|
2013-12-02 12:41:54 +01:00 |
|
Victor Stinner
|
4e70bb84e6
|
Issue #19833: add 2 examples to asyncio doc (hello world)
|
2013-12-02 12:21:30 +01:00 |
|
Victor Stinner
|
8dc434e092
|
Issue #19833: asyncio doc: add class name to methods
|
2013-12-02 12:20:57 +01:00 |
|
Victor Stinner
|
5f5657ee50
|
(Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation
|
2013-12-02 12:17:29 +01:00 |
|
Victor Stinner
|
22d0418f71
|
Issue #19728: Fix sys.getfilesystemencoding() documentation
|
2013-12-02 12:16:46 +01:00 |
|
Christian Heimes
|
e5b5edfa2c
|
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
|
2013-12-02 02:56:02 +01:00 |
|
Christian Heimes
|
1aa9a75fbf
|
Issue #19509: Add SSLContext.check_hostname to match the peer's certificate
with server_hostname on handshake.
|
2013-12-02 02:41:19 +01:00 |
|
Charles-François Natali
|
837a6e012f
|
Issue #19849: selectors: Document the possibility of early select() wakeup upon
EINTR.
|
2013-12-01 13:23:48 +01:00 |
|
Vinay Sajip
|
8b1e2f351d
|
Closes #19789: Merged update from 3.3.
|
2013-11-30 22:46:29 +00:00 |
|
Vinay Sajip
|
a9c179bd3e
|
Issue #19789: Clarified documentation for logging.disable.
|
2013-11-30 22:45:29 +00:00 |
|
Guido van Rossum
|
8519e5ade6
|
More realistic example for selectors.py.
|
2013-11-29 14:51:18 -08:00 |
|
Charles-François Natali
|
a951f3d1ac
|
Remove trailing blanks.
|
2013-11-29 18:57:47 +01:00 |
|
Charles-François Natali
|
a9f90bc602
|
Set the FDs non-blocking in the selectors example.
|
2013-11-29 18:52:51 +01:00 |
|
Serhiy Storchaka
|
0e90e99188
|
Issue #19795: Improved markup of True/False constants.
|
2013-11-29 12:19:53 +02:00 |
|
Serhiy Storchaka
|
fbc1c26803
|
Issue #19795: Improved markup of True/False constants.
|
2013-11-29 12:17:13 +02:00 |
|
Eli Bendersky
|
b6e66ebdf7
|
Some minor clarifications in the documentation of pathlib + inheritance diagram
|
2013-11-28 06:53:05 -08:00 |
|
Serhiy Storchaka
|
889d24ee3a
|
Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795).
|
2013-11-29 23:40:35 +02:00 |
|
Ned Deily
|
c034156f26
|
Change pathlib documentation to use "raise" instead of "throw".
|
2013-11-27 14:42:55 -08:00 |
|
Victor Stinner
|
5362abf4ec
|
Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore
|
2013-11-27 23:39:55 +01:00 |
|
Victor Stinner
|
3c0481d426
|
Close #19798: replace "maximum" term with "peak" in get_traced_memory()
documentation. Use also the term "current" for the current size.
|
2013-11-27 21:39:49 +01:00 |
|
Serhiy Storchaka
|
03cc56539f
|
Issue #19793: Improved markup for True/False constants in pathlib documentation.
|
2013-11-26 21:37:12 +02:00 |
|
Serhiy Storchaka
|
6bfe39272e
|
Issue #19794: Improved markup for True/False constants.
|
2013-11-26 17:33:13 +02:00 |
|
Serhiy Storchaka
|
22dc4d5fa8
|
Issue #19794: Improved markup for True/False constants.
|
2013-11-26 17:32:16 +02:00 |
|
Georg Brandl
|
5831882c08
|
merge with 3.3
|
2013-11-26 08:25:45 +01:00 |
|
Georg Brandl
|
1833ac37b5
|
Markup fix.
|
2013-11-26 08:25:24 +01:00 |
|
Victor Stinner
|
8e3708d88b
|
Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)
with traceback_limit=1
|
2013-11-26 00:45:47 +01:00 |
|
Victor Stinner
|
00773df9f3
|
Issue #18874: apply Jim Jewett's patch on tracemalloc doc
|
2013-11-26 00:40:10 +01:00 |
|
Antoine Pitrou
|
c7cf5fca7c
|
Issue #19691: remove outdated mention about RuntimeError
|
2013-11-25 19:11:07 +01:00 |
|
Antoine Pitrou
|
9527f16bf4
|
Issue #19691: remove outdated mention about RuntimeError
|
2013-11-25 19:08:32 +01:00 |
|
Georg Brandl
|
d476ab1276
|
merge with 3.3
|
2013-11-25 08:52:24 +01:00 |
|
Georg Brandl
|
37b70bb908
|
Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.
|
2013-11-25 08:48:37 +01:00 |
|
Georg Brandl
|
db5e74fab3
|
Fix doc markup error.
|
2013-11-25 08:29:44 +01:00 |
|
Ezio Melotti
|
fb310a9ec6
|
Merge broken link fix from 3.3.
|
2013-11-25 06:41:00 +02:00 |
|