1. e285cdd Use https:// URLs for the bug tracker in the :issue: role. by Alex Gaynor · 10 years ago
  2. 88f64ce issue22626: Use https:// for a link to the bug tracker by Alex Gaynor · 10 years ago
  3. e6798bb merge 3.4 by Benjamin Peterson · 10 years ago
  4. 157da6f merge 3.3 by Benjamin Peterson · 10 years ago
  5. 77a75b3 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 10 years ago
  6. 3efa148 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  7. ed8e3a9 asyncio: add missing @coroutine decorator by Victor Stinner · 10 years ago
  8. 6682efa Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  9. ab1c853 asyncio doc: update debug traces by Victor Stinner · 10 years ago
  10. 980dd84 asyncio doc: more explicit doc for async() by Victor Stinner · 10 years ago
  11. 33f6abe asyncio doc: reformat create_server() doc by Victor Stinner · 10 years ago
  12. ed05159 asyncio doc: add TCP echo client/server using streams by Victor Stinner · 10 years ago
  13. 5382c25 Merge: #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
  14. 2ac7a89 #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
  15. 7728fe8 merge with 3.4 by Georg Brandl · 10 years ago
  16. 62b0813 Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 10 years ago
  17. e0c988a Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  18. 5366434 asyncio doc: enhance TCP client example by Victor Stinner · 10 years ago
  19. cfbea3a asyncio doc: clarify how servers create protocol instances by Victor Stinner · 10 years ago
  20. 65dc79b Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  21. c7edffd asyncio doc: add UDP client and server examples by Victor Stinner · 10 years ago
  22. c2721b4 asyncio doc: use server.wait_closed() in TCP echo server example by Victor Stinner · 10 years ago
  23. 8a01b71 Issue #22613: Fix reprlib.Repr subclass example on Python 3. by Berker Peksag · 10 years ago
  24. edd6ec2 Issue #22613: Fix reprlib.Repr subclass example on Python 3. by Berker Peksag · 10 years ago
  25. 870903e Merge issue #21061 fix from 3.4 by Nick Coghlan · 10 years ago
  26. 36d8ef9 Issue #21061: correctly note redirect_stdout is reentrant by Nick Coghlan · 10 years ago
  27. 1867e3e Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  28. ccd8e34 asyncio doc: socket.socketpair() is not available on Windows yet by Victor Stinner · 10 years ago
  29. a75e887 Merge with 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  30. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 10 years ago
  31. 6888b96 asyncio doc: cleanup Hello World examples by Victor Stinner · 10 years ago
  32. 5121a9b asyncio doc: the "Get HTTP headers" example now supports HTTPS by Victor Stinner · 10 years ago
  33. 35aa10b merge with 3.4 by Georg Brandl · 10 years ago
  34. dbf8344 Closes #18959: move optparse and imp to new "superseded modules" chapter by Georg Brandl · 10 years ago
  35. e8ea355 Closes #21687: delimiter in Py_SetPath is platform dependent by Georg Brandl · 10 years ago
  36. c5dd095 Closes #21675: fix ordering of description in library intro by Georg Brandl · 10 years ago
  37. fc260a9 Closes #15414: Merge with 3.4 by Zachary Ware · 10 years ago
  38. a13dab4 Issue #15414: Clean and correct the os.path.join docs. by Zachary Ware · 10 years ago
  39. 082c6cb Merge with 3.4 by Terry Jan Reedy · 10 years ago
  40. f9bd920 Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño. by Terry Jan Reedy · 10 years ago
  41. 2debf15 Issue #22564: cleanup SSLObject doc by Victor Stinner · 10 years ago
  42. 2961145 Issue #22564: ssl doc, add more links to the non-blocking section by Victor Stinner · 10 years ago
  43. 805b262 Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and by Victor Stinner · 10 years ago
  44. 9558e90 Merge 3.4 by Victor Stinner · 10 years ago
  45. cfb2a0a Issue #22564: ssl doc: mention asyncio in the non-blocking section by Victor Stinner · 10 years ago
  46. 92127a5 Merge 3.4 by Victor Stinner · 10 years ago
  47. d28fe8c Issue #22564: ssl doc: mention how SSLSocket are usually created by Victor Stinner · 10 years ago
  48. 3c3d3c7 Issue #22564: ssl doc: use "class" marker to document the SSLSocket class by Victor Stinner · 10 years ago
  49. 41f92c2 Issue #22564: ssl doc: document read(), write(), pending, server_side and by Victor Stinner · 10 years ago
  50. 851a6cc Issue #22564: ssl doc: fix typos by Victor Stinner · 10 years ago
  51. 7438e4b Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() by Serhiy Storchaka · 10 years ago
  52. 2623a5d Merge: #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  53. 5f16f90 #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  54. 532783b Merge: #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  55. 5bd6242 #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  56. 5ac125c Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  57. 7445a38 #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  58. 4487dd0 #18615: Make sndhdr return namedtuples. by R David Murray · 10 years ago
  59. 8786ea3 (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  60. 13d3aa5 Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  61. 882c95c whatsnew: Fix markup. by Berker Peksag · 10 years ago
  62. fa0423b whatsnew: Add PEP 478. by Berker Peksag · 10 years ago
  63. f88c070 Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. by Berker Peksag · 10 years ago
  64. b2fdafe Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. by Berker Peksag · 10 years ago
  65. c78319d Mostly-null-merge from 3.4 branch following 3.4.2 release. by Larry Hastings · 10 years ago
  66. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  67. b91ed56 merge 3.4 by Benjamin Peterson · 10 years ago
  68. 57fb11b use source role instead of linking to svn by Benjamin Peterson · 10 years ago
  69. 2756e7e merge with 3.4 by Georg Brandl · 10 years ago
  70. 9205e9e Closes #16155: fix a few errors in doctest output of the FAQ pages. by Georg Brandl · 10 years ago
  71. 1f6afef merge with 3.4 by Georg Brandl · 10 years ago
  72. 7fa4a8f Closes #12148: clarify "or's together option flags" in doctest docs. by Georg Brandl · 10 years ago
  73. 033ec05 merge with 3.4 by Georg Brandl · 10 years ago
  74. 4dd27a3 Closes #21782: the default hash(x) is not exactly id(x) but derived from it. by Georg Brandl · 10 years ago
  75. 4f8fed2 merge with 3.4 by Georg Brandl · 10 years ago
  76. a94ad1e Closes #10031: overhaul the "imports" section of the programming FAQ. by Georg Brandl · 10 years ago
  77. 92b47a4 merge with 3.4 by Georg Brandl · 10 years ago
  78. f6d6dc2 Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods. by Georg Brandl · 10 years ago
  79. 4ae7839 merge with 3.4 by Georg Brandl · 10 years ago
  80. a920b6d Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. by Georg Brandl · 10 years ago
  81. c53bc48 merge with 3.4 by Georg Brandl · 10 years ago
  82. eb7e8f6 Document builtin classes as such, not functions. by Georg Brandl · 10 years ago
  83. b65ff1d merge with 3.4 by Georg Brandl · 10 years ago
  84. 9743516 Closes #22565: fix argument types of PyErr_WarnEx. by Georg Brandl · 10 years ago
  85. 9dedc63 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  86. c6ad576 Issue #22546: update doc for mini-language float None presentation type. by Terry Jan Reedy · 10 years ago
  87. c6256e5 Update pydoc topics and fix supsicious markup for 3.4.2 final. by Larry Hastings · 10 years ago
  88. 1fe8ada merge 3.4 (#18494) by Benjamin Peterson · 10 years ago
  89. 1c262a6 PyObject not PyType (closes #18494) by Benjamin Peterson · 10 years ago
  90. b1fdf47 Issue #21965: Add support for in-memory SSL to the ssl module. by Antoine Pitrou · 10 years ago
  91. 861470c #16518: Bring error messages in harmony with docs ("bytes-like object") by R David Murray · 10 years ago
  92. 31e34fe merge with 3.4 by Georg Brandl · 10 years ago
  93. 340c749 Closes #19477: remove outdated documentation of tp_print type object slot. by Georg Brandl · 10 years ago
  94. 7790f84 Merge: #14201: Update ctypes docs to match behavior changed from 214b28d7a999. by R David Murray · 10 years ago
  95. 9db487b #14201: Update ctypes docs to match behavior changed from 214b28d7a999. by R David Murray · 10 years ago
  96. 4aae276 Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize* by Antoine Pitrou · 10 years ago
  97. 2e6a907 Merge packaging doc updates from 3.4 by Nick Coghlan · 10 years ago
  98. 5c4fbd5 Realign packaging docs with PyPUG changes by Nick Coghlan · 10 years ago
  99. 84bf989 Merge: #14056: Small improvements to the tarfile documentation. by R David Murray · 10 years ago
  100. bf92bce #14056: Small improvements to the tarfile documentation. by R David Murray · 10 years ago