Berker Peksag
|
77a6b20a35
|
Issue #23432: Remove duplicate content from SystemExit docs.
Also, document SystemExit.code attribute explicitly.
|
2015-03-10 14:47:15 +02:00 |
|
Victor Stinner
|
47c41b4e4d
|
Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example
|
2015-03-10 13:31:47 +01:00 |
|
Ned Deily
|
8be2142377
|
Issue #23617: Correct plurals typo noted by Kentrell Johnson.
|
2015-03-09 01:55:02 -07:00 |
|
Benjamin Peterson
|
c8358273ae
|
indicate correct version (closes #23608)
|
2015-03-08 09:42:25 -04:00 |
|
Benjamin Peterson
|
8c69ecf95d
|
replace Amazon links in the documentation (closes #23579)
Patch by Sayan Chowdhury.
|
2015-03-07 09:34:16 -05:00 |
|
Benjamin Peterson
|
990fcaac3c
|
expose X509_V_FLAG_TRUSTED_FIRST
|
2015-03-04 22:49:41 -05:00 |
|
Benjamin Peterson
|
bdf525b77c
|
wrap everything at 80 chars
|
2015-03-02 09:31:40 -05:00 |
|
Benjamin Peterson
|
29fec92875
|
link to the correct dis method or function (closes #23561)
|
2015-03-02 09:27:43 -05:00 |
|
Berker Peksag
|
ab4040e3c6
|
Issue #20521: Change `TOS ` to TOS in dis documentation.
TOS is an abbreviation of top-of-stack.
Patch by Sven Berkvens-Matthijsse.
|
2015-03-02 06:33:30 +02:00 |
|
Zachary Ware
|
0b49637890
|
Fix copy/paste error in bytes.isupper() doc.
Reported by Jon Colburn on docs@.
|
2015-02-27 01:40:22 -06:00 |
|
Victor Stinner
|
7b2c3c6840
|
asyncio doc: lock classes are not thread safe
|
2015-02-26 10:39:16 +01:00 |
|
Victor Stinner
|
83704963c0
|
asyncio: add a note about (non) thread safety in each class
|
2015-02-25 14:24:15 +01:00 |
|
Victor Stinner
|
532c69a428
|
asyncio doc: begin with warnings on asyncio traps
|
2015-02-25 14:23:51 +01:00 |
|
Victor Stinner
|
615a58eaab
|
asyncio doc: move queues to a new page
|
2015-02-25 13:55:43 +01:00 |
|
Georg Brandl
|
7e91af3a91
|
Remove unsupported (in latex) character from the source.
|
2015-02-25 13:05:53 +01:00 |
|
Victor Stinner
|
b8064a8a16
|
asyncio doc: close explicitly event loops
|
2015-02-23 11:41:56 +01:00 |
|
Ned Deily
|
75790938a4
|
Issue #23499: Fix grammar error noticed by SilentGhost
|
2015-02-22 16:14:32 -08:00 |
|
Serhiy Storchaka
|
a3369a524c
|
Issues #814253, #9179: Warnings now are raised when group references and
conditional group references are used in lookbehind assertions in regular
expressions.
|
2015-02-21 12:08:52 +02:00 |
|
Berker Peksag
|
babc688180
|
Issue #23439: Add missing entries to http.client.__all__.
Also, document the LineTooLong exception since it can be raised by
the members of public API (e.g. http.client.HTTPResponse).
Patch by Martin Panter.
|
2015-02-20 09:39:38 +02:00 |
|
Zachary Ware
|
56dee1e463
|
Fix typo pointed out on docs@ by Yaniv Sayeh
|
2015-02-19 22:30:15 -06:00 |
|
Benjamin Peterson
|
70e2847347
|
document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410)
Patch by Martin Panter.
|
2015-02-17 21:11:10 -05:00 |
|
Victor Stinner
|
f91d845797
|
asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done
methods
|
2015-02-17 23:09:52 +01:00 |
|
Berker Peksag
|
4d6c6063bf
|
Fix typo in os.supports_effective_ids documentation.
|
2015-02-16 03:36:10 +02:00 |
|
Berker Peksag
|
50ef8a8e67
|
Issue #13637: Remove outdated versionchanged directives.
Patch by Martin Panter.
|
2015-02-15 00:05:42 +02:00 |
|
Victor Stinner
|
bdd574d09a
|
asyncio doc: annotate coroutine on coroutine functions and methods
|
2015-02-12 22:49:18 +01:00 |
|
Ned Deily
|
50afcc09ac
|
Fix missing :ref: for idle in doc build.
|
2015-02-06 15:42:06 +11:00 |
|
Victor Stinner
|
6a1b004b83
|
asyncio doc: explain how to display ResourceWarning in the debug mode section
|
2015-02-04 16:14:33 +01:00 |
|
Victor Stinner
|
17d87f8ae4
|
asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull
|
2015-02-03 15:09:24 +01:00 |
|
Serhiy Storchaka
|
c057c3859c
|
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
prevent corrupting exported buffer.
|
2015-02-03 02:00:18 +02:00 |
|
R David Murray
|
756f0b1982
|
Fix asyncio doc typo.
|
2015-01-29 19:53:33 -05:00 |
|
Victor Stinner
|
188f2c0b75
|
asyncio doc: document the new ResourceWarning warnings
|
2015-01-30 01:35:14 +01:00 |
|
Victor Stinner
|
1077dee457
|
asyncio doc: add a section about task cancellation
|
2015-01-30 00:55:58 +01:00 |
|
Victor Stinner
|
7a55b88d9c
|
Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace
the lack of timeout parameter for locks and queues.
|
2015-01-30 00:37:04 +01:00 |
|
Victor Stinner
|
54a231d539
|
asyncio doc: document Protocol state machine
|
2015-01-29 13:33:15 +01:00 |
|
Serhiy Storchaka
|
b76bcc4ffc
|
Issue #14099: Backout changeset e5bb3044402b (except adapted tests).
|
2015-01-26 13:45:39 +02:00 |
|
Serhiy Storchaka
|
2bef58577f
|
Issue #18518: timeit now rejects statements which can't be compiled outside
a function or a loop (e.g. "return" or "break").
|
2015-01-26 12:09:17 +02:00 |
|
R David Murray
|
1923b627b5
|
#23215: reflow paragraph.
|
2015-01-25 15:46:22 -05:00 |
|
R David Murray
|
f1f9675b8a
|
#23251: Note that time.sleep affects the calling thread only.
This change parallels the language used in the unix man page.
|
2015-01-25 15:45:14 -05:00 |
|
Vinay Sajip
|
ff37cfe9cc
|
Issue #23305: clarified RotatingFileHandler documentation.
|
2015-01-23 21:19:04 +00:00 |
|
Berker Peksag
|
5a494f6ad8
|
Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs.
Patch by Mike Short.
|
2015-01-20 06:45:53 +02:00 |
|
Serhiy Storchaka
|
d3faf43f9b
|
Issue #23181: More "codepoint" -> "code point".
|
2015-01-18 11:28:37 +02:00 |
|
Ned Deily
|
ccb416fee2
|
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Patch by Al Sweigart.
|
2015-01-17 21:06:27 -08:00 |
|
Ethan Furman
|
8a12329281
|
Issue22997: minor doc update; thanks to Simoen Visser
|
2015-01-14 22:31:50 -08:00 |
|
Benjamin Peterson
|
82f34ada45
|
fix instances of consecutive articles (closes #23221)
Patch by Karan Goel.
|
2015-01-13 09:17:24 -05:00 |
|
Antoine Pitrou
|
73dd030c8b
|
Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate.
Patch by Davin Potts.
|
2015-01-11 15:05:29 +01:00 |
|
Mark Dickinson
|
dfe0b2326b
|
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians.
|
2015-01-11 13:08:05 +00:00 |
|
Victor Stinner
|
7eb10311be
|
asyncio: SelectSelector is limited to 512 sockets on Windows
|
2015-01-09 15:59:44 +01:00 |
|
Victor Stinner
|
a092a615f5
|
asyncio doc: fix section of event loop examples
|
2015-01-09 15:58:41 +01:00 |
|
Victor Stinner
|
399c59d7bd
|
asyncio doc: list limitations to run subprocesses from different threads
|
2015-01-09 01:32:02 +01:00 |
|
Berker Peksag
|
283f1aa881
|
Issue #20487: Clarify meaning of "side effect" in the magic mock documentation.
Patch by A.M. Kuchling.
|
2015-01-07 21:15:02 +02:00 |
|