1. 21ee10b Merge 3.4 (asyncio docs) by Yury Selivanov · 10 years ago
  2. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 10 years ago
  3. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 10 years ago
  4. a33df31 #21795: advertise 8BITMIME if decode_data is False. by R David Murray · 10 years ago
  5. a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 10 years ago
  6. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 10 years ago
  7. bd60e8d Issue #24018: Add a collections.Generator abstract base class. by Raymond Hettinger · 10 years ago
  8. 0048835 Merge 3.4 by Andrew Svetlov · 10 years ago
  9. b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine by Andrew Svetlov · 10 years ago
  10. ec9b772 merge 3.4 by Benjamin Peterson · 10 years ago
  11. ad643b5 remove word we don't need by Benjamin Peterson · 10 years ago
  12. 828946e Fix copy/paste errors. by Zachary Ware · 10 years ago
  13. b174b85 merge 3.4 (#24118) by Benjamin Peterson · 10 years ago
  14. ac87ed7 update example, since python.org is HTTPS-only now (closes #24118) by Benjamin Peterson · 10 years ago
  15. 24559e4 Issue #22619: Added negative limit support in the traceback module. by Serhiy Storchaka · 10 years ago
  16. 3b85377 Merge: #24108: Update fnmatch.translate example to show correct output. by R David Murray · 10 years ago
  17. 4590c3d #24108: Update fnmatch.translate example to show correct output. by R David Murray · 10 years ago
  18. deed215 Merge: #24081: Remove obsolete caveat from import docs. by R David Murray · 10 years ago
  19. 6d877ef #24081: Remove obsolete caveat from import docs. by R David Murray · 10 years ago
  20. 3b4d30a Closes #24060: Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  21. bbd95a9 Issue #24060: Made logging.Formatter documentation a little clearer. by Vinay Sajip · 10 years ago
  22. a567e56 remove deleted method by Benjamin Peterson · 10 years ago
  23. 0f51d04 Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 10 years ago
  24. 2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 10 years ago
  25. a7edf1e Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 10 years ago
  26. 8c99a6d Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 10 years ago
  27. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 10 years ago
  28. 644adc6 merge 3.4 (#24057) by Benjamin Peterson · 10 years ago
  29. d87dd43 fix relative link (closes #24057) by Benjamin Peterson · 10 years ago
  30. d86ef05 Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist. by Berker Peksag · 10 years ago
  31. c3a7f18 Merge from 3.4 by Andrew Kuchling · 10 years ago
  32. 333518e #15183: clarify timeit documentation to say that setup statement isn't timed by Andrew Kuchling · 10 years ago
  33. 4d9d256 #17445: difflib: add diff_bytes(), to compare bytes rather than str by Greg Ward · 10 years ago
  34. d19458a merge 3.4 (#23989) by Benjamin Peterson · 10 years ago
  35. 6de708f recommend requests library (closes #23989) by Benjamin Peterson · 10 years ago
  36. cdbe299 fix grammar by Benjamin Peterson · 10 years ago
  37. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 10 years ago
  38. 6627389 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 10 years ago
  39. 37de910 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 10 years ago
  40. 0002d3c Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 10 years ago
  41. e4dde50 Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 10 years ago
  42. 1a16a83 Closes #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 10 years ago
  43. 2d965c2 Issue #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 10 years ago
  44. 6d7dced Fix two typos in AbstractBasicAuthHandler documentation. by Berker Peksag · 10 years ago
  45. 2e6ad42 #16914: reflow paragraph and add missing versionchanged. by R David Murray · 10 years ago
  46. 0c49b89 #16914: add timestamps to smtplib debugging output via new debuglevel 2. by R David Murray · 10 years ago
  47. 4c7f995 #7159: generalize urllib prior auth support. by R David Murray · 10 years ago
  48. d2bc389 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari by Steve Dower · 10 years ago
  49. cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. by Steve Dower · 10 years ago
  50. 7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). by Eric V. Smith · 10 years ago
  51. ef9ffcb properly wrap by Benjamin Peterson · 10 years ago
  52. 6e73000 Add a subprocess.run() function than returns a CalledProcess instance for a by Gregory P. Smith · 10 years ago
  53. 7c63fd3 issue9859: add the missing versionadded tag to the documentation. by Gregory P. Smith · 10 years ago
  54. 4e72cce issue9859: Document test.support.detect_api_mismatch() and simplify its test. by Gregory P. Smith · 10 years ago
  55. 2f86a03 remove trailing space by Gregory P. Smith · 10 years ago
  56. 23a6a0d remove trailing space :) by Gregory P. Smith · 10 years ago
  57. 6eda1be issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 10 years ago
  58. f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 10 years ago
  59. f887a61 #21146: give a more efficient recipe in gzip docs by Andrew Kuchling · 10 years ago
  60. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 10 years ago
  61. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 10 years ago
  62. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 10 years ago
  63. d827be8 Closes #23730: merge with 3.4 by Zachary Ware · 10 years ago
  64. ae9f0fe Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 10 years ago
  65. b9f2ab9 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 10 years ago
  66. 97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 10 years ago
  67. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 10 years ago
  68. e81a773 #23464: remove JoinableQueue that was deprecated in 3.4.4. by R David Murray · 10 years ago
  69. 556e08e Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 10 years ago
  70. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 10 years ago
  71. 8ad751e Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 10 years ago
  72. 1c69c3e use imperative by Benjamin Peterson · 10 years ago
  73. eb7a97c Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 10 years ago
  74. fe0a41a Issue #23668: Adds support for os.truncate and os.ftruncate on Windows by Steve Dower · 10 years ago
  75. 8d0c478 Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 10 years ago
  76. 339e3f3 merge 3.4 by Benjamin Peterson · 10 years ago
  77. 2dbc6e6 Issue #23529: Limit the size of decompressed data when reading from by Antoine Pitrou · 10 years ago
  78. 2ce11d2 Null merge by Serhiy Storchaka · 10 years ago
  79. a7b9a1f Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 10 years ago
  80. da5cbe6 Merge from 3.4 by Tim Golden · 10 years ago
  81. fe5ac52 Fix typo in telnet docs (reported by Keith Briggs) by Tim Golden · 10 years ago
  82. f1c5dea merge 3.4 by Benjamin Peterson · 10 years ago
  83. 6f362fa actually ssl3 is just completely broken by Benjamin Peterson · 10 years ago
  84. 291d7b0 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 10 years ago
  85. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 10 years ago
  86. 1469070 Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each by Victor Stinner · 10 years ago
  87. 8912d14 Issue #23853: socket.socket.sendall() does no more reset the socket timeout by Victor Stinner · 10 years ago
  88. 3fbcafa Merge doc change from 3.4 by Tim Golden · 10 years ago
  89. 42c235e Added missing right bracket (reported by Daryl Klakouski) by Tim Golden · 10 years ago
  90. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 10 years ago
  91. fcfcf85 Updated pprint examples in according to issue #19105. by Serhiy Storchaka · 10 years ago
  92. 778db28 Issue #10590: xml.sax.parseString() now supports string argument. by Serhiy Storchaka · 10 years ago
  93. 5cf2b72 Issue #15582: inspect.getdoc() now follows inheritance chains. by Serhiy Storchaka · 10 years ago
  94. 32ed750 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  95. 72dcb0a Issue #23219: Update asyncio.wait_for() documentation by Victor Stinner · 10 years ago
  96. 61de087 Issue #2175: SAX parsers now support a character stream of InputSource object. by Serhiy Storchaka · 10 years ago
  97. 81c41db Issue #23618: socket.socket.connect() now waits until the connection completes by Victor Stinner · 10 years ago
  98. 708d9ba Issue #23618: Document EINTR changes in socket documentation by Victor Stinner · 10 years ago
  99. f8521d5 merge 3.4 (#12855) by Benjamin Peterson · 10 years ago
  100. 8218bd4 document what exactly str.splitlines() splits on (closes #12855) by Benjamin Peterson · 10 years ago