1. ac6e578 Merge from 3.3 by Andrew Kuchling · 11 years ago
  2. 46ff4ee Clarify versionchanged sentence. Closes #20497. by Andrew Kuchling · 11 years ago
  3. 30f2401 merge 3.3 by Benjamin Peterson · 11 years ago
  4. 4da9ab0 #20237: make a revision pass over the XML vulnerabilities section by Andrew Kuchling · 11 years ago
  5. 504f6e8 #19890: merge with 3.3. by Ezio Melotti · 11 years ago
  6. e426b71 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
  7. 2877346 ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if by Victor Stinner · 11 years ago
  8. 2167e29 whatsnew: os.path.samestat on windows, keyword defaults evaluation order. by R David Murray · 11 years ago
  9. d630e79 whatsnew: object.__format__ raises TypeError on non-empty string. by R David Murray · 11 years ago
  10. bbe3335 Deprecate Popen.wait()'s undocumented endtime parameter. issue20572. by Gregory P. Smith · 11 years ago
  11. ad88d7a Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. by Larry Hastings · 11 years ago
  12. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 11 years ago
  13. 136fea2 More complete documentation of event loops and policies. by Eli Bendersky · 11 years ago
  14. b73c833 Various formatting & grammar fixes in asyncio* docs. by Eli Bendersky · 11 years ago
  15. 8b40262 Fix typo in library/ipc.rst by Eli Bendersky · 11 years ago
  16. 0b094ce do not line break reference by Benjamin Peterson · 11 years ago
  17. 0c3949c asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent by Victor Stinner · 11 years ago
  18. c9d1a6b merge by Brian Curtin · 11 years ago
  19. a1afeec Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com by Brian Curtin · 11 years ago
  20. 12c68b2 asyncio doc: fix gather() doc by Victor Stinner · 11 years ago
  21. aa029da Tweaks to What's New and some referenced docs by Nick Coghlan · 11 years ago
  22. 96bb437 Close #20563: Declare ipaddress API stable by Nick Coghlan · 11 years ago
  23. 1272426 merge from 3.3 by Senthil Kumaran · 11 years ago
  24. 409ea5d Include the mention of ResourceWarning being displayed by default by the test runner. by Senthil Kumaran · 11 years ago
  25. c1567df asyncio doc: document missing event loop methods by Victor Stinner · 11 years ago
  26. ffbe3c6 asyncio doc: sort methods by Victor Stinner · 11 years ago
  27. ca1b794 Close issue20534: all pickle protocols now supported. by Ethan Furman · 11 years ago
  28. 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 11 years ago
  29. 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 11 years ago
  30. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 11 years ago
  31. 790202d asyncio doc: mention that asyncio is not thread-safe by Victor Stinner · 11 years ago
  32. 02384bf #20477: add examples of using the new contentmanager API. by R David Murray · 11 years ago
  33. 303718c Fix empty strings to empty bytes objects. by Serhiy Storchaka · 11 years ago
  34. 5e028ae Fix empty strings to empty bytes objects. by Serhiy Storchaka · 11 years ago
  35. c72e638 Close issue20412: Updated Enum docs to have referencable Enum and IntEnum classes by Ethan Furman · 11 years ago
  36. 3303b6a Merge for issue #20488 by Brett Cannon · 11 years ago
  37. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 11 years ago
  38. 94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files by Ronald Oussoren · 11 years ago
  39. 58af25e #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 11 years ago
  40. 2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 11 years ago
  41. 3c9bb69 Add missing word ("thread") to sentence about call_soon_threadsafe. by Guido van Rossum · 11 years ago
  42. 5cb84ed asyncio doc: add an example to schedule a coroutine from a different thread by Victor Stinner · 11 years ago
  43. d8b24d7 Closes #20509: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  44. 6068b6c Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 11 years ago
  45. e48d4db asyncio doc: add an example of asyncio.subprocess with communicate() and wait() by Victor Stinner · 11 years ago
  46. b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 11 years ago
  47. 233eac4 remove extra backtick by Benjamin Peterson · 11 years ago
  48. 3bc647c Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it by Victor Stinner · 11 years ago
  49. 9c2389d Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  50. be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  51. 0844438 asyncio: document the new asyncio.subprocess module by Victor Stinner · 11 years ago
  52. 4885f49 whatsnew: filecmp.clear_cache, and reword description of cache in docs. by R David Murray · 11 years ago
  53. 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 11 years ago
  54. 606ab03 asyncio doc: add "Concurrency and multithreading" section by Victor Stinner · 11 years ago
  55. 45b27ed asyncio doc: document the granularity of the event loop by Victor Stinner · 11 years ago
  56. 607bc3d Merge with 3.3 by Zachary Ware · 11 years ago
  57. 19c1f3d Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 11 years ago
  58. d71e52f inspect.doc: Soften the note about inspect.signature not supporting by Yury Selivanov · 11 years ago
  59. 224c9c1 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 11 years ago
  60. 7835689 inspect.docs: Document constructors for Signature & Parameter #20442 by Yury Selivanov · 11 years ago
  61. 1ad5afc asyncio: document iscoroutine(), iscoroutinefunction() and wait_for() by Victor Stinner · 11 years ago
  62. f40c663 asyncio doc: close the loop at exit by Victor Stinner · 11 years ago
  63. eecbbad Fix doc reference to OS X 10.9 Mavericks. by Ned Deily · 11 years ago
  64. 041ff9b asyncio doc: list Windows and Mac OS X limitations and explain how to work by Victor Stinner · 11 years ago
  65. eedf1c1 asyncio doc: subprocess_exec/subprocess_shell are not available on Windows by Victor Stinner · 11 years ago
  66. 2393dca inspect.signature: Use '/' to separate positional-only parameters from by Yury Selivanov · 11 years ago
  67. ea2d66e doc/inspect: Clarify docs for __defaults__, add docs for __kwdefaults__ #20380 by Yury Selivanov · 11 years ago
  68. 32970b8 asyncio: IncompleteReadError is a subclass of EOFError by Victor Stinner · 11 years ago
  69. b7f19ff asyncio: document the IncompleteReadError exception by Victor Stinner · 11 years ago
  70. 8b86348 asyncio: document add_signal_handler/remove_signal_handler, add an example for by Victor Stinner · 11 years ago
  71. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 11 years ago
  72. e6994ff Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments. by Guido van Rossum · 11 years ago
  73. 9ad116b Document asyncio.QueueFull/Empty. by Guido van Rossum · 11 years ago
  74. 669eeaf Merge latest Tulip into asyncio by Victor Stinner · 11 years ago
  75. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 11 years ago
  76. f67255a Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum by Victor Stinner · 11 years ago
  77. 635fca9 Issue #20311: selectors: Add a resolution attribute to BaseSelector. by Victor Stinner · 11 years ago
  78. 62f8ecc asyncio doc: document StreamWriter.drain() by Victor Stinner · 11 years ago
  79. 8c462c5 asyncio doc: move AbstractServer to the event loop page by Victor Stinner · 11 years ago
  80. 4b4f9eb asyncio doc: add a "Coroutines and protocols" section by Victor Stinner · 11 years ago
  81. 1374bd4 asyncio: mention that transports/protocols are low-level, streams are high-level by Victor Stinner · 11 years ago
  82. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  83. c520edc asyncio doc: add an client example using streams by Victor Stinner · 11 years ago
  84. 24f8ebf asyncio doc: Move streams to their own dedicated page by Victor Stinner · 11 years ago
  85. c8ea813 asyncio doc: link create_connection() to open_connection() and create_server() by Victor Stinner · 11 years ago
  86. 7235c05 asyncio doc: move stream classes to their own class by Victor Stinner · 11 years ago
  87. 3eb45d3 asyncio: Fix open_connection() documentation, writer is a StreamWriter by Victor Stinner · 11 years ago
  88. 5116f78 Issue #20301: Merge with 3.3 by Zachary Ware · 11 years ago
  89. f7d2874 Issue #20301: Mention the correct KEY_* value as the default by Zachary Ware · 11 years ago
  90. a67a79d Merge with 3.3 by Terry Jan Reedy · 11 years ago
  91. 30ffe7e Issue #20222: file is no longer a builtin in 3.x. by Terry Jan Reedy · 11 years ago
  92. b645724 Fix the description of pickle protocol numbers by Antoine Pitrou · 11 years ago
  93. 679688e Fix grammar and add markup by Eli Bendersky · 11 years ago
  94. 3245e79 Formatting & rst link markup fixes by Eli Bendersky · 11 years ago
  95. 029981b Clarify what the loop arguments means for functions listed in 18.5.2.5 by Eli Bendersky · 11 years ago
  96. 2d26af8 Explain the 'result' argument in asyncio.sleep by Eli Bendersky · 11 years ago
  97. 5a6d4bf Fixes Issue #20165: The unittest module no longer considers tests marked with by Gregory P. Smith · 11 years ago
  98. 27b490c merge 3.3 (#6627) by Benjamin Peterson · 11 years ago
  99. 1cfe009 put notes in a ..note section by Benjamin Peterson · 11 years ago
  100. f6ffb4b document that a new Python thread context is created in ctypes callbacks (closes #6627) by Benjamin Peterson · 11 years ago