- 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
- 00773df Issue #18874: apply Jim Jewett's patch on tracemalloc doc by Victor Stinner · 11 years ago
- dd7e291 #13592, #17087: add whatsnew entry about regex/match object repr improvements. by Ezio Melotti · 11 years ago
- 613a97e #19778: fix a couple of re reprs in the documentation. by Ezio Melotti · 11 years ago
- c7cf5fc Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
- 9527f16 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
- d2736af Mention the new tracemalloc module in the What's New in Python 3.4 document by Victor Stinner · 11 years ago
- d476ab1 merge with 3.3 by Georg Brandl · 11 years ago
- 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 11 years ago
- db5e74f Fix doc markup error. by Georg Brandl · 11 years ago
- fb310a9 Merge broken link fix from 3.3. by Ezio Melotti · 11 years ago
- f500588 Fix broken link in html.entities docs. by Ezio Melotti · 11 years ago
- 250a06c Add whatsnew section about the html package. by Ezio Melotti · 11 years ago
- 4d01c4b merge with 3.3 by Georg Brandl · 11 years ago
- 44d2429 Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
- ed007d5 Fix suspicious markup in the docs. by Georg Brandl · 11 years ago
- 472a65a Fix a few markup problems in the new import doc. by Georg Brandl · 11 years ago
- a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
- d27b455 Issue #13477: Added command line interface to the tarfile module. by Serhiy Storchaka · 11 years ago
- 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
- 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 11 years ago
- 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
- 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
- 6bdd986 #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by Ezio Melotti · 11 years ago
- 7571941 #19639: update the repr of the match objects in the docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
- c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
- 95401c5 #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. by Ezio Melotti · 11 years ago
- be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
- 5bef410 Tweak ssl docs by Antoine Pitrou · 11 years ago
- 5de397e merge by Christian Heimes · 11 years ago
- 4c05b47 Issue #19689: Add ssl.create_default_context() factory function. It creates by Christian Heimes · 11 years ago