| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | replace Amazon links in the documentation (closes #23579) | Benjamin Peterson | 2015-03-07 | 2 | -4/+4 |
|
|
* | expose X509_V_FLAG_TRUSTED_FIRST | Benjamin Peterson | 2015-03-05 | 1 | -3/+11 |
|
|
* | wrap everything at 80 chars | Benjamin Peterson | 2015-03-02 | 1 | -98/+97 |
|
|
* | link to the correct dis method or function (closes #23561) | Benjamin Peterson | 2015-03-02 | 1 | -3/+3 |
|
|
* | Issue #20521: Change ``TOS`` to TOS in dis documentation. | Berker Peksag | 2015-03-02 | 1 | -4/+4 |
|
|
* | Fix copy/paste error in bytes.isupper() doc. | Zachary Ware | 2015-02-27 | 1 | -2/+2 |
|
|
* | asyncio doc: lock classes are not thread safe | Victor Stinner | 2015-02-26 | 1 | -3/+11 |
|
|
* | asyncio: add a note about (non) thread safety in each class | Victor Stinner | 2015-02-25 | 6 | -0/+22 |
|
|
* | asyncio doc: begin with warnings on asyncio traps | Victor Stinner | 2015-02-25 | 1 | -0/+5 |
|
|
* | asyncio doc: move queues to a new page | Victor Stinner | 2015-02-25 | 3 | -166/+174 |
|
|
* | Remove unsupported (in latex) character from the source. | Georg Brandl | 2015-02-25 | 1 | -1/+1 |
|
|
* | asyncio doc: close explicitly event loops | Victor Stinner | 2015-02-23 | 1 | -0/+2 |
|
|
* | Issue #23499: Fix grammar error noticed by SilentGhost | Ned Deily | 2015-02-23 | 1 | -2/+2 |
|
|
* | Issues #814253, #9179: Warnings now are raised when group references and | Serhiy Storchaka | 2015-02-21 | 1 | -2/+5 |
|
|
* | Issue #23439: Add missing entries to http.client.__all__. | Berker Peksag | 2015-02-20 | 1 | -0/+6 |
|
|
* | Fix typo pointed out on docs@ by Yaniv Sayeh | Zachary Ware | 2015-02-20 | 1 | -1/+1 |
|
|
* | document the requestline and close_connection attributes, use real booleans, ... | Benjamin Peterson | 2015-02-18 | 1 | -0/+12 |
|
|
* | asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done | Victor Stinner | 2015-02-17 | 1 | -28/+36 |
|
|
* | Fix typo in os.supports_effective_ids documentation. | Berker Peksag | 2015-02-16 | 1 | -1/+2 |
|
|
* | Issue #13637: Remove outdated versionchanged directives. | Berker Peksag | 2015-02-14 | 1 | -6/+0 |
|
|
* | asyncio doc: annotate coroutine on coroutine functions and methods | Victor Stinner | 2015-02-12 | 5 | -42/+46 |
|
|
* | Fix missing :ref: for idle in doc build. | Ned Deily | 2015-02-06 | 1 | -3/+3 |
|
|
* | asyncio doc: explain how to display ResourceWarning in the debug mode section | Victor Stinner | 2015-02-04 | 1 | -15/+24 |
|
|
* | asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull | Victor Stinner | 2015-02-03 | 1 | -6/+4 |
|
|
* | Issue #23099: Closing io.BytesIO with exported buffer is rejected now to | Serhiy Storchaka | 2015-02-03 | 1 | -6/+7 |
|
|
* | Fix asyncio doc typo. | R David Murray | 2015-01-30 | 1 | -1/+1 |
|
|
* | asyncio doc: document the new ResourceWarning warnings | Victor Stinner | 2015-01-30 | 1 | -0/+11 |
|
|
* | asyncio doc: add a section about task cancellation | Victor Stinner | 2015-01-29 | 1 | -0/+37 |
|
|
* | Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace | Victor Stinner | 2015-01-29 | 1 | -0/+23 |
|
|
* | asyncio doc: document Protocol state machine | Victor Stinner | 2015-01-29 | 1 | -0/+8 |
|
|
* | Issue #14099: Backout changeset e5bb3044402b (except adapted tests). | Serhiy Storchaka | 2015-01-26 | 1 | -2/+8 |
|
|
* | Issue #18518: timeit now rejects statements which can't be compiled outside | Serhiy Storchaka | 2015-01-26 | 1 | -6/+0 |
|
|
* | #23215: reflow paragraph. | R David Murray | 2015-01-25 | 1 | -6/+6 |
|
|
* | #23251: Note that time.sleep affects the calling thread only. | R David Murray | 2015-01-25 | 1 | -1/+2 |
|
|
* | Issue #23305: clarified RotatingFileHandler documentation. | Vinay Sajip | 2015-01-23 | 1 | -9/+10 |
|
|
* | Issue #22317: Document the action parameter in ArgumentParser.add_subparsers(... | Berker Peksag | 2015-01-20 | 1 | -3/+6 |
|
|
* | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 5 | -11/+11 |
|
|
* | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 1 | -2/+2 |
|
|
* | Issue22997: minor doc update; thanks to Simoen Visser | Ethan Furman | 2015-01-15 | 1 | -3/+7 |
|
|
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
|
|
* | Issue #22952: improve multiprocessing doc introduction and defer notes until ... | Antoine Pitrou | 2015-01-11 | 1 | -32/+54 |
|
|
* | Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy... | Mark Dickinson | 2015-01-11 | 1 | -4/+4 |
|
|
* | asyncio: SelectSelector is limited to 512 sockets on Windows | Victor Stinner | 2015-01-09 | 1 | -1/+2 |
|
|
* | asyncio doc: fix section of event loop examples | Victor Stinner | 2015-01-09 | 1 | -5/+5 |
|
|
* | asyncio doc: list limitations to run subprocesses from different threads | Victor Stinner | 2015-01-09 | 2 | -0/+24 |
|
|
* | Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. | Berker Peksag | 2015-01-07 | 1 | -3/+4 |
|
|
* | Issue 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 4 | -309/+335 |
|
|
* | Cosmetic fixes to the 'Develop with asyncio' page | Zachary Ware | 2015-01-06 | 1 | -8/+10 |
|
|
* | the current marshal version is 4 (closes #23167) | Benjamin Peterson | 2015-01-04 | 1 | -1/+1 |
|
|
* | update docs for #23111 | Benjamin Peterson | 2014-12-30 | 1 | -1/+1 |
|
|