1. d69755d Minor code clean-up. by Raymond Hettinger · 10 years ago
  2. 29655df Issue #24064: Docuement that oroperty docstrings are now writeable. by Raymond Hettinger · 10 years ago
  3. 42b50d1 Fixes default per-user install precompiling the standard library. by Steve Dower · 10 years ago
  4. 0cd2bf4 Issue 24200: Fix broken unittest. by Yury Selivanov · 10 years ago
  5. f229bc5 inspect: Remove "0x..." IDs from Signature objects' __repr__ by Yury Selivanov · 10 years ago
  6. 51b5832 Closes #24013: Improve os.scandir() and DirEntry documentation by Victor Stinner · 10 years ago
  7. 56f6526 os module doc: remove availability when useless by Victor Stinner · 10 years ago
  8. 3f6538f Issue 22547: Implement informative __repr__ for inspect.BoundArguments by Yury Selivanov · 10 years ago
  9. 6b4046f Merge by Yury Selivanov · 10 years ago
  10. 4cfd4ea inspect: Test that BoundArguments.__eq__ repects the order of params by Yury Selivanov · 10 years ago
  11. 692b340 inspect: Micro-optimize __eq__ for Signature, Parameter and BoundArguments by Yury Selivanov · 10 years ago
  12. 8aad7f2 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  13. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 10 years ago
  14. dee32bd Issue 24191: Document BoundArguments.signature by Yury Selivanov · 10 years ago
  15. 8279619 Issue 24191: Document BoundArguments.signature by Yury Selivanov · 10 years ago
  16. e0104ae Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc. by Yury Selivanov · 10 years ago
  17. 7d0d6ee Merge: Make sentence correct English. by R David Murray · 10 years ago
  18. 2249d9f Make sentence correct English. by R David Murray · 10 years ago
  19. c8241cf Issue #24186: Disable optimised OpenSSL functions on 64-bit Windows to avoid crashing. by Steve Dower · 10 years ago
  20. 08e5300 collections.abc.tests: Remove some unnecessary code. by Yury Selivanov · 10 years ago
  21. aded55c collections.abc: Test that if an object is a Coroutine it is also an Awaitable by Yury Selivanov · 10 years ago
  22. 71f574f Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions are always available. by Steve Dower · 10 years ago
  23. 812bc1b Merge: #23088: Clarify null termination of bytes and strings in C API. by R David Murray · 10 years ago
  24. 0a560a1 #23088: Clarify null termination of bytes and strings in C API. by R David Murray · 10 years ago
  25. b01a1fd merge by Raymond Hettinger · 10 years ago
  26. 3afdb28 Fix mangled wording by Raymond Hettinger · 10 years ago
  27. 6abe032 inspect: Add __slots__ to BoundArguments. by Yury Selivanov · 10 years ago
  28. 9113dc7 Issue 24017: More tests for 'async for' and 'async with'. by Yury Selivanov · 10 years ago
  29. c41632a asyncio/tests: Drop unused import. by Yury Selivanov · 10 years ago
  30. 6c792bd asyncio: Add a test for asyncio.iscoroutine(). by Yury Selivanov · 10 years ago
  31. af928b6 asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine. by Yury Selivanov · 10 years ago
  32. c58cca5 asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5) by Yury Selivanov · 10 years ago
  33. 53ffdbd Merge 3.4. by Yury Selivanov · 10 years ago
  34. d08c363 Sync asyncio code from default branch. by Yury Selivanov · 10 years ago
  35. 33c6b56 Issue 24179: Support 'async for' for asyncio.StreamReader. by Yury Selivanov · 10 years ago
  36. d4be691 Issue #24064: Help property() support GC by Raymond Hettinger · 10 years ago
  37. 29f88c2 Issue 24178: support 'async with' for asyncio locks. by Yury Selivanov · 10 years ago
  38. 77772c0 Issue #20172: Update clinicizations to current clinic. by Zachary Ware · 10 years ago
  39. 14ef1a1 remove extra space by Benjamin Peterson · 10 years ago
  40. 5562c903 remove % from title, since it makes latex barf by Benjamin Peterson · 10 years ago
  41. dce0405 Issue #23488: Random generator objects now consume 2x less memory on 64-bit. by Serhiy Storchaka · 10 years ago
  42. 50c72d2 Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 10 years ago
  43. 3a81f9b Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 10 years ago
  44. 46cf02d merge by Raymond Hettinger · 10 years ago
  45. a378025 Issue #19934: Document *None* as an acceptable input to Counter.most_common([n]) by Raymond Hettinger · 10 years ago
  46. 0907a45 Issue #23695: Explain the zip() example for clustering a data series into n-length groups. by Raymond Hettinger · 10 years ago
  47. 2f3742b Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated. by Berker Peksag · 10 years ago
  48. de7cafa Issue #24064: Add __doc__ to the example in collections.rst. by Berker Peksag · 10 years ago
  49. 5af9e13 Minor stylistic and consistency cleanup. by Raymond Hettinger · 10 years ago
  50. 1bd8d75 Issue #23290: Optimize set_merge() for cases where the target is empty. by Raymond Hettinger · 10 years ago
  51. eac503a Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) by Raymond Hettinger · 10 years ago
  52. f2244ea Issue #20172: Convert the _winapi module to Argument Clinic. by Zachary Ware · 10 years ago
  53. 4552089 Issue #20172: Convert the msvcrt module to Argument Clinic. by Zachary Ware · 10 years ago
  54. fd2d482 Issue #20172: Convert the winreg module to Argument Clinic. by Zachary Ware · 10 years ago
  55. 73f8cfb Issue #20172: Convert the winsound module to Argument Clinic. by Zachary Ware · 10 years ago
  56. 37ac590 Clean up test_coroutines a bit. by Zachary Ware · 10 years ago
  57. baaadbf Issue 24017: fix for "async with" refcounting by Nick Coghlan · 10 years ago
  58. 84d3e76 Issue #23911: Fix ctypes test on Windows. by Zachary Ware · 10 years ago
  59. d9b25bb Issue #23731: Fix tracemalloc test on Windows. by Zachary Ware · 10 years ago
  60. ad3e27a Issue #23193: Skip numeric_owner tests on platforms where they don't make sense by Zachary Ware · 10 years ago
  61. 849564f Extend test coverage to include heapifying large heaps by Raymond Hettinger · 10 years ago
  62. 6364880 More timings suggest that 2500 is closer to the break-even point. by Raymond Hettinger · 10 years ago
  63. ffcd849 Reduce the overhead in functools.total_ordering by localizing NotImplemented. by Raymond Hettinger · 10 years ago
  64. 276e9c8 merge 3.4 by Benjamin Peterson · 10 years ago
  65. 19a3f17 use imperative by Benjamin Peterson · 10 years ago
  66. f0b5015 Converted os._getfullpathname() and os._isdir() to Argument Clinic. by Serhiy Storchaka · 10 years ago
  67. cd4a5cc Added forgotten new files for issues #22681 and #22682. by Serhiy Storchaka · 10 years ago
  68. e960d18 versionadded by Benjamin Peterson · 10 years ago
  69. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 10 years ago
  70. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 10 years ago
  71. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 10 years ago
  72. 0d4df75 Issue #15027: The UTF-32 encoder is now 3x to 7x faster. by Serhiy Storchaka · 10 years ago
  73. fdba838 Issue #24017: Unset asyncio event loop after test. by Yury Selivanov · 10 years ago
  74. 08a7a4e asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 10 years ago
  75. e8944cb asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 10 years ago
  76. baa2e56 use our normal bracing style by Benjamin Peterson · 10 years ago
  77. 1dde177 Issue #24017: Plug ref leak. by Yury Selivanov · 10 years ago
  78. 688cd4e Issue #23983: Update the pty module example. by Berker Peksag · 10 years ago
  79. c2dd680 Issue #23983: Update the pty module example. by Berker Peksag · 10 years ago
  80. daf0d05 Issue #23796: Null merge. by Berker Peksag · 10 years ago
  81. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 10 years ago
  82. d10d6ae Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 10 years ago
  83. 1aa5e1d Fixed compilation on Windows for issue #20173. by Serhiy Storchaka · 10 years ago
  84. bedbf96 Issue #23870: The pprint module now supports all standard collections by Serhiy Storchaka · 10 years ago
  85. 0c59ff6 Issue #20173: Converted the _codecs module to Argument Clinic. by Serhiy Storchaka · 10 years ago
  86. 5096088 doc: Briefly mention C API changes in whatsnew. by Yury Selivanov · 10 years ago
  87. b5d6a9d Mention PEP 492 in whatsnew. by Yury Selivanov · 10 years ago
  88. 73287d7 Issue 24017: Update NEWS file. by Yury Selivanov · 10 years ago
  89. df52e67 Fix warnings for gen_get_iter() by Yury Selivanov · 10 years ago
  90. f487a00 Fix warnings for PyEval_GetCoroutineWrapper by Yury Selivanov · 10 years ago
  91. b9db9e1 Defend against a mutation during comparison by Raymond Hettinger · 10 years ago
  92. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 10 years ago
  93. 4e6bf4b merge by Raymond Hettinger · 10 years ago
  94. dc6a9c0 asyncio: Merge 3.4 -- Support PEP 492. Issue #24017. by Yury Selivanov · 10 years ago
  95. 1af2bf7 asyncio: Support PEP 492. Issue #24017. by Yury Selivanov · 10 years ago
  96. 99bf9a2 Minor code cleanups. by Raymond Hettinger · 10 years ago
  97. 21ee10b Merge 3.4 (asyncio docs) by Yury Selivanov · 10 years ago
  98. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 10 years ago
  99. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 10 years ago
  100. f7a6c59 Null merge. by Yury Selivanov · 10 years ago