1. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  2. d827be8 Closes #23730: merge with 3.4 by Zachary Ware · 9 years ago
  3. ae9f0fe Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 9 years ago
  4. 38019d1 Closes #23938: List Windows XP as an unsupported platform. by Zachary Ware · 9 years ago
  5. 8396b8e Fix a grammar error in the porting HOWTO as found by Eric Smith. by Brett Cannon · 9 years ago
  6. fd53f98 Issue #23733: Mention bytes.__mod__ in the porting HOWTO. by Brett Cannon · 9 years ago
  7. 3764fc2 Fix doc build error by Antoine Pitrou · 9 years ago
  8. b9f2ab9 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 9 years ago
  9. 97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 9 years ago
  10. 4269d6d Issue #23732: Mention the new -b semantics in the porting HOWTO. by Brett Cannon · 9 years ago
  11. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  12. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  13. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  14. 3f10346 Closes #23932: Merge with 3.4 by Zachary Ware · 9 years ago
  15. f3b990e Issue #23932: Update the tutorial section on function annotations. by Zachary Ware · 9 years ago
  16. ab792ac Doc clarification / edification on the semantics of the 'w*' format unit. by Larry Hastings · 9 years ago
  17. e6d3abd Merge: #17380: Document tp_init return value in extending docs. by R David Murray · 9 years ago
  18. 354c740 #17380: Document tp_init return value in extending docs. by R David Murray · 9 years ago
  19. e81a773 #23464: remove JoinableQueue that was deprecated in 3.4.4. by R David Murray · 9 years ago
  20. 556e08e Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  21. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  22. 8ad751e Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 9 years ago
  23. 770319d Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 9 years ago
  24. 1c69c3e use imperative by Benjamin Peterson · 9 years ago
  25. eb7a97c Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 9 years ago
  26. fe0a41a Issue #23668: Adds support for os.truncate and os.ftruncate on Windows by Steve Dower · 10 years ago
  27. 8d0c478 Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 9 years ago
  28. 2995cc6 Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 9 years ago
  29. 339e3f3 merge 3.4 by Benjamin Peterson · 9 years ago
  30. 2dbc6e6 Issue #23529: Limit the size of decompressed data when reading from by Antoine Pitrou · 9 years ago
  31. 2ce11d2 Null merge by Serhiy Storchaka · 9 years ago
  32. a7b9a1f Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 9 years ago
  33. da5cbe6 Merge from 3.4 by Tim Golden · 9 years ago
  34. fe5ac52 Fix typo in telnet docs (reported by Keith Briggs) by Tim Golden · 9 years ago
  35. f1c5dea merge 3.4 by Benjamin Peterson · 9 years ago
  36. 6f362fa actually ssl3 is just completely broken by Benjamin Peterson · 9 years ago
  37. 291d7b0 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  38. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  39. 1469070 Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each by Victor Stinner · 9 years ago
  40. 8912d14 Issue #23853: socket.socket.sendall() does no more reset the socket timeout by Victor Stinner · 9 years ago
  41. 3fbcafa Merge doc change from 3.4 by Tim Golden · 9 years ago
  42. 42c235e Added missing right bracket (reported by Daryl Klakouski) by Tim Golden · 9 years ago
  43. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 9 years ago
  44. fcfcf85 Updated pprint examples in according to issue #19105. by Serhiy Storchaka · 9 years ago
  45. 778db28 Issue #10590: xml.sax.parseString() now supports string argument. by Serhiy Storchaka · 9 years ago
  46. 5cf2b72 Issue #15582: inspect.getdoc() now follows inheritance chains. by Serhiy Storchaka · 9 years ago
  47. 32ed750 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  48. 72dcb0a Issue #23219: Update asyncio.wait_for() documentation by Victor Stinner · 9 years ago
  49. 61de087 Issue #2175: SAX parsers now support a character stream of InputSource object. by Serhiy Storchaka · 9 years ago
  50. acd8e7c Issue #23648: Complete the list of modified functions for the PEP 475 by Victor Stinner · 9 years ago
  51. 81c41db Issue #23618: socket.socket.connect() now waits until the connection completes by Victor Stinner · 9 years ago
  52. 708d9ba Issue #23618: Document EINTR changes in socket documentation by Victor Stinner · 9 years ago
  53. bbe3803 What's New in Python 3.5: mention signal.set_wakeup_fd() enhancement on Windows by Victor Stinner · 10 years ago
  54. ef2a397 It wasn't a typo, it is the mnemonic (AT=@). by R David Murray · 10 years ago
  55. f8521d5 merge 3.4 (#12855) by Benjamin Peterson · 10 years ago
  56. 8218bd4 document what exactly str.splitlines() splits on (closes #12855) by Benjamin Peterson · 10 years ago
  57. 41290a6 Issue 23793: Add deque support for __add__(), __mul__(), and __imul__(). by Raymond Hettinger · 10 years ago
  58. 3822093 Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. by Serhiy Storchaka · 10 years ago
  59. eb011cb What's New in Python 3.5, PEP 475: mention modified signal functions by Victor Stinner · 10 years ago
  60. 58e4134 Issue #23611: Serializing more "lookupable" objects (such as unbound methods by Serhiy Storchaka · 10 years ago
  61. 72e731c Issue #13583: sqlite3.Row now supports slice indexing. by Serhiy Storchaka · 10 years ago
  62. b310173 Issue #23485: Enhance and update selectors doc and test_selectors by Victor Stinner · 10 years ago
  63. 45ca48b Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  64. 4448c08 Issue #23485: select.kqueue.control() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  65. b6faf0d Fix typo in Doc/whatsnew/3.5.rst. by Berker Peksag · 10 years ago
  66. c86f252 merge by Raymond Hettinger · 10 years ago
  67. c43a666 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 10 years ago
  68. 41eba22 Issue #23485: select.epoll.poll() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  69. 3c7d6e0 Issue #23485: select.poll.poll() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  70. 9b16666 Ignore .rst files in the venv directory. by Brett Cannon · 10 years ago
  71. f70e1ca Issue #23485: select.select() is now retried automatically with the recomputed by Victor Stinner · 10 years ago
  72. ba6ea9b #2211: Fix typo, address missed review comment. by R David Murray · 10 years ago
  73. 93692bb What's New in Python 3.5: add pep 461 (bytes%args) and 465 (a@b) by Victor Stinner · 10 years ago
  74. 09dab7a Merge 3.5.0a3 release engineering changes back into trunk. by Larry Hastings · 10 years ago
  75. 7901b48 Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. by Serhiy Storchaka · 10 years ago
  76. b2c2dc3 Regenerated pydoc topics and minor doc fixes for 3.5.0a3. by Larry Hastings · 10 years ago
  77. 1813c17 #2211: properly document the Morsel behavior changes. by R David Murray · 10 years ago
  78. 52d1493 format .. note properly by Benjamin Peterson · 10 years ago
  79. a766ddf Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and by Victor Stinner · 10 years ago
  80. 764fc9b Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive by Serhiy Storchaka · 10 years ago
  81. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  82. f6e31b7 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 10 years ago
  83. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  84. 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 10 years ago
  85. a54aae0 Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` by Serhiy Storchaka · 10 years ago
  86. b876df4 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  87. b365a06 change Σ to ν for obscure joke reasons by Benjamin Peterson · 10 years ago
  88. 0f05cea #11468: merge with 3.4. by Ezio Melotti · 10 years ago
  89. bca63b3 Issue #23688: Added support of arbitrary bytes-like objects and avoided by Serhiy Storchaka · 10 years ago
  90. 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 10 years ago
  91. 1b2f4d5 merge by Raymond Hettinger · 10 years ago
  92. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  93. a4d4dd3 #23657 Don't explicitly do an isinstance check for str in zipapp by Paul Moore · 10 years ago
  94. 67057ab merge 3.4 (#22933) by Benjamin Peterson · 10 years ago
  95. 32ea165 Issue 23704: Add index(), copy(), and insert() to deques. Register deques as a MutableSequence. by Raymond Hettinger · 10 years ago
  96. 17d3a58 Issue #22832: Tweaked parameter names for fcntl module to better match by Serhiy Storchaka · 10 years ago
  97. 6faa624 Merge: #11726: Make linecache docs reflect that all files are treated the same. by R David Murray · 10 years ago
  98. 63998a3 #11726: Make linecache docs reflect that all files are treated the same. by R David Murray · 10 years ago
  99. 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 10 years ago
  100. a453cd8 Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried by Victor Stinner · 10 years ago