- 1c4b892 Add a sequence diagram for the chained coroutines example by Victor Stinner · 11 years ago
- 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
- b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
- 1f609e9 Issue #19407: merge PPUG notes from 3.3 by Nick Coghlan · 11 years ago
- b5c4fd0 Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
- a6fa153 asyncio doc: simplify task example by Victor Stinner · 11 years ago
- 0839ed4 asyncio doc: don't document Task.cancel(), already documented in Future.cancel() by Victor Stinner · 11 years ago
- 742520b asyncio: document Task.current_task() by Victor Stinner · 11 years ago
- fc25d62 asyncio: don't document private functions by Victor Stinner · 11 years ago
- 34f2946 asyncio: fix 2nd task example by Victor Stinner · 11 years ago
- dbd8950 asyncio doc: rewrite the callback hello world to use call_soon() instead of a by Victor Stinner · 11 years ago
- b69d62d assyncio doc: rewrite, improve and move coroutine, Future and Task examples by Victor Stinner · 11 years ago
- 29e6454 Fix typo. by Stefan Krah · 11 years ago
- 345ec35 Fix whitespace. by Stefan Krah · 11 years ago
- 2d181de Merge 3.3. by Stefan Krah · 11 years ago
- a881a7f asyncio doc: explain why the loop is running twice by Victor Stinner · 11 years ago
- d8f11e9 asyncio: another Future example using add_done_callback() by Victor Stinner · 11 years ago
- 45c2fd9 asyncio doc: add an example with Future by Victor Stinner · 11 years ago
- 1761fa9 Add libmpdec license. by Stefan Krah · 11 years ago
- bd6932a Closes #18430: Document that peek() may change the position of the underlying by Nadeem Vawda · 11 years ago
- 6976104 #18430: Document that peek() may change the position of the underlying file for by Nadeem Vawda · 11 years ago
- ca616a2 - Issue #19736: Add module-level statvfs constants defined for GNU/glibc by doko@ubuntu.com · 11 years ago
- 5bb414d Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. by Christian Heimes · 11 years ago
- 9710ff0 Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor. by Guido van Rossum · 11 years ago
- d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
- d45a46b merge 3.3 (#19910) by Benjamin Peterson · 11 years ago
- 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 11 years ago
- 9bcb112 Mention pickle protocol 4, and some tweaks. by Antoine Pitrou · 11 years ago
- 9858e8b Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
- d4d6055 Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
- 1b8b868 Merged minor documentation update from 3.3. by Vinay Sajip · 11 years ago
- b1a92a4 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
- 710280b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
- dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
- f9c5494 Merge socket doc changes from 3.3 by Antoine Pitrou · 11 years ago
- a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 11 years ago
- e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 11 years ago
- 31d8322 asyncio doc: add some notes on the ping example by Victor Stinner · 11 years ago
- 99c2ab4 asyncio doc: oh, asyncio module has its own Future class by Victor Stinner · 11 years ago
- cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 11 years ago
- c6fba92 asyncio doc: add one more example of coroutines by Victor Stinner · 11 years ago
- 85a2be7 ayncio: replace the disclamer with a seealso section by Victor Stinner · 11 years ago
- 15faa9c asyncio doc: simplify ping example, remove the useless timeout by Victor Stinner · 11 years ago
- afbf827 asyncio doc: fix definition of stop() method by Victor Stinner · 11 years ago
- 933a8c8 asyncio doc: reorder methods; typo by Victor Stinner · 11 years ago
- 1ca5ba6 asyncio io: group transports and protocols in a new title by Victor Stinner · 11 years ago
- 0c6f1ca asyncio doc: write a complete TCP echo example, client and server by Victor Stinner · 11 years ago
- 3e09e32 asyncio doc: move coroutine example to the Task page by Victor Stinner · 11 years ago
- ea3183f Split asyncio documentation into subfiles by Victor Stinner · 11 years ago
- fa2ce78 asyncio doc: change level of titles by Victor Stinner · 11 years ago
- b3be72c asyncio doc: reorder sections by Victor Stinner · 11 years ago
- 34d8df5 asyncio: document wait() function by Victor Stinner · 11 years ago
- dd339a2 asyncio doc by Victor Stinner · 11 years ago
- a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
- 216d463 Issue #19783: nntplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
- 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
- b8a3f58 merge by Christian Heimes · 11 years ago
- 48aae57 Issue #19782: imaplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
- 6de88b3 Fixed formatting (was parsed as description list). by Serhiy Storchaka · 11 years ago
- 475546f Fixed regex match representation in an example. by Serhiy Storchaka · 11 years ago
- 0c924b8 asyncio: sort some methods by Victor Stinner · 11 years ago
- b09f9b3 asyncio doc: group transport method by classes by Victor Stinner · 11 years ago
- e91f180 asyncio: more documentation by Victor Stinner · 11 years ago
- be49063 asyncio: document network functions, and stream reader/writer by Victor Stinner · 11 years ago
- b55c4d4 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
- f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
- c37dd61 asyncio: document locks by Victor Stinner · 11 years ago
- 0da1d29 asyncio: document Queue classes by Victor Stinner · 11 years ago
- 60efaae Document Task class and task functions by Victor Stinner · 11 years ago
- 3c3c4f5 asyncio: cleanup doc by Victor Stinner · 11 years ago
- 550a09e Issue #19833: Document more asyncio.BaseEventLoop methods by Victor Stinner · 11 years ago
- 4e70bb8 Issue #19833: add 2 examples to asyncio doc (hello world) by Victor Stinner · 11 years ago
- 8dc434e Issue #19833: asyncio doc: add class name to methods by Victor Stinner · 11 years ago
- 5f5657e (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
- 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
- e5b5edf Issue #19781: ftplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
- 1aa9a75 Issue #19509: Add SSLContext.check_hostname to match the peer's certificate by Christian Heimes · 11 years ago
- 837a6e0 Issue #19849: selectors: Document the possibility of early select() wakeup upon by Charles-François Natali · 11 years ago
- 7c63c85 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
- f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
- 8b1e2f3 Closes #19789: Merged update from 3.3. by Vinay Sajip · 11 years ago
- a9c179b Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
- 8519e5a More realistic example for selectors.py. by Guido van Rossum · 11 years ago
- a951f3d Remove trailing blanks. by Charles-François Natali · 11 years ago
- a9f90bc Set the FDs non-blocking in the selectors example. by Charles-François Natali · 11 years ago
- 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
- fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
- b6e66eb Some minor clarifications in the documentation of pathlib + inheritance diagram by Eli Bendersky · 11 years ago
- 889d24e Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). by Serhiy Storchaka · 11 years ago
- c034156 Change pathlib documentation to use "raise" instead of "throw". by Ned Deily · 11 years ago
- 5362abf Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore by Victor Stinner · 11 years ago
- 3c0481d Close #19798: replace "maximum" term with "peak" in get_traced_memory() by Victor Stinner · 11 years ago
- 5143ce5 merge 3.3 (#19805) by Benjamin Peterson · 11 years ago
- b152e17 recommend OrderedDict for this FAQ (closes #19805) by Benjamin Peterson · 11 years ago
- 03cc565 Issue #19793: Improved markup for True/False constants in pathlib documentation. by Serhiy Storchaka · 11 years ago
- 6bfe392 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
- 22dc4d5 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
- 5831882 merge with 3.3 by Georg Brandl · 11 years ago
- 1833ac3 Markup fix. by Georg Brandl · 11 years ago
- 8e3708d Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) by Victor Stinner · 11 years ago