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