1. 5562c903 remove % from title, since it makes latex barf by Benjamin Peterson · 9 years ago
  2. dce0405 Issue #23488: Random generator objects now consume 2x less memory on 64-bit. by Serhiy Storchaka · 9 years ago
  3. 50c72d2 Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
  4. 3a81f9b Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
  5. 46cf02d merge by Raymond Hettinger · 9 years ago
  6. a378025 Issue #19934: Document *None* as an acceptable input to Counter.most_common([n]) by Raymond Hettinger · 9 years ago
  7. 0907a45 Issue #23695: Explain the zip() example for clustering a data series into n-length groups. by Raymond Hettinger · 9 years ago
  8. 2f3742b Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated. by Berker Peksag · 9 years ago
  9. de7cafa Issue #24064: Add __doc__ to the example in collections.rst. by Berker Peksag · 9 years ago
  10. 5af9e13 Minor stylistic and consistency cleanup. by Raymond Hettinger · 9 years ago
  11. 1bd8d75 Issue #23290: Optimize set_merge() for cases where the target is empty. by Raymond Hettinger · 9 years ago
  12. eac503a Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) by Raymond Hettinger · 9 years ago
  13. f2244ea Issue #20172: Convert the _winapi module to Argument Clinic. by Zachary Ware · 9 years ago
  14. 4552089 Issue #20172: Convert the msvcrt module to Argument Clinic. by Zachary Ware · 9 years ago
  15. fd2d482 Issue #20172: Convert the winreg module to Argument Clinic. by Zachary Ware · 9 years ago
  16. 73f8cfb Issue #20172: Convert the winsound module to Argument Clinic. by Zachary Ware · 9 years ago
  17. 37ac590 Clean up test_coroutines a bit. by Zachary Ware · 9 years ago
  18. baaadbf Issue 24017: fix for "async with" refcounting by Nick Coghlan · 9 years ago
  19. 84d3e76 Issue #23911: Fix ctypes test on Windows. by Zachary Ware · 9 years ago
  20. d9b25bb Issue #23731: Fix tracemalloc test on Windows. by Zachary Ware · 9 years ago
  21. ad3e27a Issue #23193: Skip numeric_owner tests on platforms where they don't make sense by Zachary Ware · 9 years ago
  22. 849564f Extend test coverage to include heapifying large heaps by Raymond Hettinger · 9 years ago
  23. 6364880 More timings suggest that 2500 is closer to the break-even point. by Raymond Hettinger · 9 years ago
  24. ffcd849 Reduce the overhead in functools.total_ordering by localizing NotImplemented. by Raymond Hettinger · 9 years ago
  25. 276e9c8 merge 3.4 by Benjamin Peterson · 9 years ago
  26. 19a3f17 use imperative by Benjamin Peterson · 9 years ago
  27. f0b5015 Converted os._getfullpathname() and os._isdir() to Argument Clinic. by Serhiy Storchaka · 9 years ago
  28. cd4a5cc Added forgotten new files for issues #22681 and #22682. by Serhiy Storchaka · 9 years ago
  29. e960d18 versionadded by Benjamin Peterson · 9 years ago
  30. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 9 years ago
  31. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 9 years ago
  32. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  33. 0d4df75 Issue #15027: The UTF-32 encoder is now 3x to 7x faster. by Serhiy Storchaka · 9 years ago
  34. fdba838 Issue #24017: Unset asyncio event loop after test. by Yury Selivanov · 9 years ago
  35. 08a7a4e asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 9 years ago
  36. e8944cb asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 9 years ago
  37. baa2e56 use our normal bracing style by Benjamin Peterson · 9 years ago
  38. 1dde177 Issue #24017: Plug ref leak. by Yury Selivanov · 9 years ago
  39. 688cd4e Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  40. c2dd680 Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  41. daf0d05 Issue #23796: Null merge. by Berker Peksag · 9 years ago
  42. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  43. d10d6ae Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  44. 1aa5e1d Fixed compilation on Windows for issue #20173. by Serhiy Storchaka · 9 years ago
  45. bedbf96 Issue #23870: The pprint module now supports all standard collections by Serhiy Storchaka · 9 years ago
  46. 0c59ff6 Issue #20173: Converted the _codecs module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  47. 5096088 doc: Briefly mention C API changes in whatsnew. by Yury Selivanov · 9 years ago
  48. b5d6a9d Mention PEP 492 in whatsnew. by Yury Selivanov · 9 years ago
  49. 73287d7 Issue 24017: Update NEWS file. by Yury Selivanov · 9 years ago
  50. df52e67 Fix warnings for gen_get_iter() by Yury Selivanov · 9 years ago
  51. f487a00 Fix warnings for PyEval_GetCoroutineWrapper by Yury Selivanov · 9 years ago
  52. b9db9e1 Defend against a mutation during comparison by Raymond Hettinger · 9 years ago
  53. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  54. 4e6bf4b merge by Raymond Hettinger · 9 years ago
  55. dc6a9c0 asyncio: Merge 3.4 -- Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  56. 1af2bf7 asyncio: Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  57. 99bf9a2 Minor code cleanups. by Raymond Hettinger · 9 years ago
  58. 21ee10b Merge 3.4 (asyncio docs) by Yury Selivanov · 9 years ago
  59. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 9 years ago
  60. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 9 years ago
  61. f7a6c59 Null merge. by Yury Selivanov · 9 years ago
  62. 5d87ec2 Fix NEWS file. by Yury Selivanov · 9 years ago
  63. 9657caf Merge 3.4 (asyncio changes) by Yury Selivanov · 9 years ago
  64. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 9 years ago
  65. 926b990 asyncio: Drop JoinableQueue from 3.5 by Yury Selivanov · 9 years ago
  66. 7a093d9 Merge 3.4 (asyncio) by Yury Selivanov · 9 years ago
  67. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  68. 90ecfe6 asyncio: Sync with github repo by Yury Selivanov · 9 years ago
  69. a032e46 Minor stylistic clean-up. by Raymond Hettinger · 9 years ago
  70. bc33e57 Issue #24155: Optimize heapify for better cache utililzation. by Raymond Hettinger · 9 years ago
  71. a33df31 #21795: advertise 8BITMIME if decode_data is False. by R David Murray · 9 years ago
  72. 0d905d4 merge heads by Benjamin Peterson · 9 years ago
  73. 8ec4ae0 merge 3.4 by Benjamin Peterson · 9 years ago
  74. 37c4f78 add trailing slash by Benjamin Peterson · 9 years ago
  75. a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 9 years ago
  76. 18c30a2 Issue #22906: Do incref before SetCause/SetContext by Yury Selivanov · 9 years ago
  77. 582d3fb Fix news entry for issue 24018. by Guido van Rossum · 9 years ago
  78. 80e4dbe Issue 22906: Increment refcount after PyException_SetContext by Yury Selivanov · 9 years ago
  79. e9ad5a5 Issue 22906: Add test file. by Yury Selivanov · 9 years ago
  80. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  81. bd60e8d Issue #24018: Add a collections.Generator abstract base class. by Raymond Hettinger · 9 years ago
  82. dae2ef1 merge 3.4 by Benjamin Peterson · 9 years ago
  83. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  84. 43e3d22 merge 3.4 (#23042) by Benjamin Peterson · 9 years ago
  85. 07abcf5 merge heads by Benjamin Peterson · 9 years ago
  86. 0171d7f fix libffi compilation on FreeBSD (#23042) by Benjamin Peterson · 9 years ago
  87. 9020a9a merge - upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  88. b0fc24b Upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  89. d924198 Minor updates to the OS X installer ReadMe.rtf. by Ned Deily · 9 years ago
  90. cd797f9 Minor updates to the OS X installer ReadMe.rtf. by Ned Deily · 9 years ago
  91. 3b12e95 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 9 years ago
  92. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 9 years ago
  93. 8093254 Merge from 3.4. by Larry Hastings · 9 years ago
  94. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  95. 0048835 Merge 3.4 by Andrew Svetlov · 9 years ago
  96. b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine by Andrew Svetlov · 9 years ago
  97. 38337d1 Issue #24000: Improved Argument Clinic's mapping of converters to legacy by Larry Hastings · 9 years ago
  98. 95283fb Merge 3.4 by Benjamin Peterson · 9 years ago
  99. 9e77f72 shorten capsule name macro; it doesn't need to be so long by Benjamin Peterson · 9 years ago
  100. 2533d88 merge heads by Benjamin Peterson · 9 years ago