1. f9c5494 Merge socket doc changes from 3.3 by Antoine Pitrou · 11 years ago
  2. a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 11 years ago
  3. e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 11 years ago
  4. 31d8322 asyncio doc: add some notes on the ping example by Victor Stinner · 11 years ago
  5. 99c2ab4 asyncio doc: oh, asyncio module has its own Future class by Victor Stinner · 11 years ago
  6. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 11 years ago
  7. c6fba92 asyncio doc: add one more example of coroutines by Victor Stinner · 11 years ago
  8. 85a2be7 ayncio: replace the disclamer with a seealso section by Victor Stinner · 11 years ago
  9. 15faa9c asyncio doc: simplify ping example, remove the useless timeout by Victor Stinner · 11 years ago
  10. afbf827 asyncio doc: fix definition of stop() method by Victor Stinner · 11 years ago
  11. 933a8c8 asyncio doc: reorder methods; typo by Victor Stinner · 11 years ago
  12. 1ca5ba6 asyncio io: group transports and protocols in a new title by Victor Stinner · 11 years ago
  13. 0c6f1ca asyncio doc: write a complete TCP echo example, client and server by Victor Stinner · 11 years ago
  14. 3e09e32 asyncio doc: move coroutine example to the Task page by Victor Stinner · 11 years ago
  15. ea3183f Split asyncio documentation into subfiles by Victor Stinner · 11 years ago
  16. fa2ce78 asyncio doc: change level of titles by Victor Stinner · 11 years ago
  17. b3be72c asyncio doc: reorder sections by Victor Stinner · 11 years ago
  18. 34d8df5 asyncio: document wait() function by Victor Stinner · 11 years ago
  19. dd339a2 asyncio doc by Victor Stinner · 11 years ago
  20. a5768f7 Issue #19785: smtplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  21. 216d463 Issue #19783: nntplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  22. 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  23. b8a3f58 merge by Christian Heimes · 11 years ago
  24. 48aae57 Issue #19782: imaplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  25. 6de88b3 Fixed formatting (was parsed as description list). by Serhiy Storchaka · 11 years ago
  26. 475546f Fixed regex match representation in an example. by Serhiy Storchaka · 11 years ago
  27. 0c924b8 asyncio: sort some methods by Victor Stinner · 11 years ago
  28. b09f9b3 asyncio doc: group transport method by classes by Victor Stinner · 11 years ago
  29. e91f180 asyncio: more documentation by Victor Stinner · 11 years ago
  30. be49063 asyncio: document network functions, and stream reader/writer by Victor Stinner · 11 years ago
  31. b55c4d4 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  32. f311453 Issue #19814: Clarify argparse's docs w.r.t prefix matching by Eli Bendersky · 11 years ago
  33. c37dd61 asyncio: document locks by Victor Stinner · 11 years ago
  34. 0da1d29 asyncio: document Queue classes by Victor Stinner · 11 years ago
  35. 60efaae Document Task class and task functions by Victor Stinner · 11 years ago
  36. 3c3c4f5 asyncio: cleanup doc by Victor Stinner · 11 years ago
  37. 550a09e Issue #19833: Document more asyncio.BaseEventLoop methods by Victor Stinner · 11 years ago
  38. 4e70bb8 Issue #19833: add 2 examples to asyncio doc (hello world) by Victor Stinner · 11 years ago
  39. 8dc434e Issue #19833: asyncio doc: add class name to methods by Victor Stinner · 11 years ago
  40. 5f5657e (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  41. 22d0418 Issue #19728: Fix sys.getfilesystemencoding() documentation by Victor Stinner · 11 years ago
  42. e5b5edf Issue #19781: ftplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  43. 1aa9a75 Issue #19509: Add SSLContext.check_hostname to match the peer's certificate by Christian Heimes · 11 years ago
  44. 837a6e0 Issue #19849: selectors: Document the possibility of early select() wakeup upon by Charles-François Natali · 11 years ago
  45. 7c63c85 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  46. f8ceb04 Issue #19845: Updated the Compiling Python on Windows docs. by Zachary Ware · 11 years ago
  47. 8b1e2f3 Closes #19789: Merged update from 3.3. by Vinay Sajip · 11 years ago
  48. a9c179b Issue #19789: Clarified documentation for logging.disable. by Vinay Sajip · 11 years ago
  49. 8519e5a More realistic example for selectors.py. by Guido van Rossum · 11 years ago
  50. a951f3d Remove trailing blanks. by Charles-François Natali · 11 years ago
  51. a9f90bc Set the FDs non-blocking in the selectors example. by Charles-François Natali · 11 years ago
  52. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  53. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  54. b6e66eb Some minor clarifications in the documentation of pathlib + inheritance diagram by Eli Bendersky · 11 years ago
  55. 889d24e Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). by Serhiy Storchaka · 11 years ago
  56. c034156 Change pathlib documentation to use "raise" instead of "throw". by Ned Deily · 11 years ago
  57. 5362abf Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore by Victor Stinner · 11 years ago
  58. 3c0481d Close #19798: replace "maximum" term with "peak" in get_traced_memory() by Victor Stinner · 11 years ago
  59. 5143ce5 merge 3.3 (#19805) by Benjamin Peterson · 11 years ago
  60. b152e17 recommend OrderedDict for this FAQ (closes #19805) by Benjamin Peterson · 11 years ago
  61. 03cc565 Issue #19793: Improved markup for True/False constants in pathlib documentation. by Serhiy Storchaka · 11 years ago
  62. 6bfe392 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  63. 22dc4d5 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  64. 5831882 merge with 3.3 by Georg Brandl · 11 years ago
  65. 1833ac3 Markup fix. by Georg Brandl · 11 years ago
  66. 8e3708d Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) by Victor Stinner · 11 years ago
  67. 00773df Issue #18874: apply Jim Jewett's patch on tracemalloc doc by Victor Stinner · 11 years ago
  68. dd7e291 #13592, #17087: add whatsnew entry about regex/match object repr improvements. by Ezio Melotti · 11 years ago
  69. 613a97e #19778: fix a couple of re reprs in the documentation. by Ezio Melotti · 11 years ago
  70. c7cf5fc Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  71. 9527f16 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  72. d2736af Mention the new tracemalloc module in the What's New in Python 3.4 document by Victor Stinner · 11 years ago
  73. d476ab1 merge with 3.3 by Georg Brandl · 11 years ago
  74. 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 11 years ago
  75. db5e74f Fix doc markup error. by Georg Brandl · 11 years ago
  76. fb310a9 Merge broken link fix from 3.3. by Ezio Melotti · 11 years ago
  77. f500588 Fix broken link in html.entities docs. by Ezio Melotti · 11 years ago
  78. 250a06c Add whatsnew section about the html package. by Ezio Melotti · 11 years ago
  79. 4d01c4b merge with 3.3 by Georg Brandl · 11 years ago
  80. 44d2429 Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
  81. ed007d5 Fix suspicious markup in the docs. by Georg Brandl · 11 years ago
  82. 472a65a Fix a few markup problems in the new import doc. by Georg Brandl · 11 years ago
  83. a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
  84. d27b455 Issue #13477: Added command line interface to the tarfile module. by Serhiy Storchaka · 11 years ago
  85. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
  86. 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 11 years ago
  87. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
  88. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  89. 6bdd986 #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by Ezio Melotti · 11 years ago
  90. 7571941 #19639: update the repr of the match objects in the docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  91. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  92. 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
  93. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
  94. 5bef410 Tweak ssl docs by Antoine Pitrou · 11 years ago
  95. 5de397e merge by Christian Heimes · 11 years ago
  96. 4c05b47 Issue #19689: Add ssl.create_default_context() factory function. It creates by Christian Heimes · 11 years ago
  97. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
  98. 6b2ff98 Correct documentation clientAuth -> CLIENT_AUTH by Christian Heimes · 11 years ago
  99. 72d2850 Issue #19292: Add SSLContext.load_default_certs() to load default root CA by Christian Heimes · 11 years ago
  100. a30d82f Document create_connection by Antoine Pitrou · 11 years ago