1. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 9 years ago
  2. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 9 years ago
  3. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  4. 0d4df75 Issue #15027: The UTF-32 encoder is now 3x to 7x faster. by Serhiy Storchaka · 9 years ago
  5. fdba838 Issue #24017: Unset asyncio event loop after test. by Yury Selivanov · 9 years ago
  6. 08a7a4e asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 9 years ago
  7. e8944cb asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 9 years ago
  8. baa2e56 use our normal bracing style by Benjamin Peterson · 9 years ago
  9. 1dde177 Issue #24017: Plug ref leak. by Yury Selivanov · 9 years ago
  10. 688cd4e Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  11. c2dd680 Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  12. daf0d05 Issue #23796: Null merge. by Berker Peksag · 9 years ago
  13. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  14. d10d6ae Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  15. 1aa5e1d Fixed compilation on Windows for issue #20173. by Serhiy Storchaka · 9 years ago
  16. bedbf96 Issue #23870: The pprint module now supports all standard collections by Serhiy Storchaka · 9 years ago
  17. 0c59ff6 Issue #20173: Converted the _codecs module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  18. 5096088 doc: Briefly mention C API changes in whatsnew. by Yury Selivanov · 9 years ago
  19. b5d6a9d Mention PEP 492 in whatsnew. by Yury Selivanov · 9 years ago
  20. 73287d7 Issue 24017: Update NEWS file. by Yury Selivanov · 9 years ago
  21. df52e67 Fix warnings for gen_get_iter() by Yury Selivanov · 9 years ago
  22. f487a00 Fix warnings for PyEval_GetCoroutineWrapper by Yury Selivanov · 9 years ago
  23. b9db9e1 Defend against a mutation during comparison by Raymond Hettinger · 9 years ago
  24. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  25. 4e6bf4b merge by Raymond Hettinger · 9 years ago
  26. dc6a9c0 asyncio: Merge 3.4 -- Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  27. 1af2bf7 asyncio: Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  28. 99bf9a2 Minor code cleanups. by Raymond Hettinger · 9 years ago
  29. 21ee10b Merge 3.4 (asyncio docs) by Yury Selivanov · 9 years ago
  30. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 9 years ago
  31. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 9 years ago
  32. f7a6c59 Null merge. by Yury Selivanov · 9 years ago
  33. 5d87ec2 Fix NEWS file. by Yury Selivanov · 9 years ago
  34. 9657caf Merge 3.4 (asyncio changes) by Yury Selivanov · 9 years ago
  35. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 9 years ago
  36. 926b990 asyncio: Drop JoinableQueue from 3.5 by Yury Selivanov · 9 years ago
  37. 7a093d9 Merge 3.4 (asyncio) by Yury Selivanov · 9 years ago
  38. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  39. 90ecfe6 asyncio: Sync with github repo by Yury Selivanov · 9 years ago
  40. a032e46 Minor stylistic clean-up. by Raymond Hettinger · 9 years ago
  41. bc33e57 Issue #24155: Optimize heapify for better cache utililzation. by Raymond Hettinger · 9 years ago
  42. a33df31 #21795: advertise 8BITMIME if decode_data is False. by R David Murray · 9 years ago
  43. 0d905d4 merge heads by Benjamin Peterson · 9 years ago
  44. 8ec4ae0 merge 3.4 by Benjamin Peterson · 9 years ago
  45. 37c4f78 add trailing slash by Benjamin Peterson · 9 years ago
  46. a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 9 years ago
  47. 18c30a2 Issue #22906: Do incref before SetCause/SetContext by Yury Selivanov · 9 years ago
  48. 582d3fb Fix news entry for issue 24018. by Guido van Rossum · 9 years ago
  49. 80e4dbe Issue 22906: Increment refcount after PyException_SetContext by Yury Selivanov · 9 years ago
  50. e9ad5a5 Issue 22906: Add test file. by Yury Selivanov · 9 years ago
  51. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  52. bd60e8d Issue #24018: Add a collections.Generator abstract base class. by Raymond Hettinger · 9 years ago
  53. dae2ef1 merge 3.4 by Benjamin Peterson · 9 years ago
  54. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  55. 43e3d22 merge 3.4 (#23042) by Benjamin Peterson · 9 years ago
  56. 07abcf5 merge heads by Benjamin Peterson · 9 years ago
  57. 0171d7f fix libffi compilation on FreeBSD (#23042) by Benjamin Peterson · 9 years ago
  58. 9020a9a merge - upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  59. b0fc24b Upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  60. d924198 Minor updates to the OS X installer ReadMe.rtf. by Ned Deily · 9 years ago
  61. cd797f9 Minor updates to the OS X installer ReadMe.rtf. by Ned Deily · 9 years ago
  62. 3b12e95 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 9 years ago
  63. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 9 years ago
  64. 8093254 Merge from 3.4. by Larry Hastings · 9 years ago
  65. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  66. 0048835 Merge 3.4 by Andrew Svetlov · 9 years ago
  67. b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine by Andrew Svetlov · 9 years ago
  68. 38337d1 Issue #24000: Improved Argument Clinic's mapping of converters to legacy by Larry Hastings · 9 years ago
  69. 95283fb Merge 3.4 by Benjamin Peterson · 9 years ago
  70. 9e77f72 shorten capsule name macro; it doesn't need to be so long by Benjamin Peterson · 9 years ago
  71. 2533d88 merge heads by Benjamin Peterson · 9 years ago
  72. ec9b772 merge 3.4 by Benjamin Peterson · 9 years ago
  73. ad643b5 remove word we don't need by Benjamin Peterson · 9 years ago
  74. 7a04a89 Merge from 3.4. by Zachary Ware · 9 years ago
  75. 828946e Fix copy/paste errors. by Zachary Ware · 9 years ago
  76. fe373a5 Fixed English in error message. by Serhiy Storchaka · 9 years ago
  77. 4b5367c Fixed English in error message. by Serhiy Storchaka · 9 years ago
  78. 24d3b7f Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  79. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  80. 8d0f620 Use specialized functions intead of Py_BuildValue() in _tkinter. by Serhiy Storchaka · 9 years ago
  81. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  82. 008d88b Issue #24009: Got rid of using rare "y#" format unit in TextIOWrapper.tell(). by Serhiy Storchaka · 9 years ago
  83. 9749b5a Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  84. ab91478 Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  85. 076dbd0 Fix remaining tests and remove an unused import. by Berker Peksag · 9 years ago
  86. c4c5905 Merge heads. by Berker Peksag · 9 years ago
  87. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  88. 3350700 Remove an unnecessary flag. by Eric Snow · 9 years ago
  89. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  90. 4ccc151 - merge 3.4 by doko@ubuntu.com · 9 years ago
  91. e8042e5 - Issue #24122, fix quoting for LIBPL by doko@ubuntu.com · 9 years ago
  92. 19dac07 Issue 24088: Clarify semantics of yield expression (merge from 3.4). by Guido van Rossum · 9 years ago
  93. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 9 years ago
  94. ad17be7 Issue #24113: Remove unreachable code in shlex. by Raymond Hettinger · 9 years ago
  95. 00607e9 Issue #23911: Fix mixed bytes/strings. by Eric Snow · 9 years ago
  96. dbfdc38 Issue #24001: Argument Clinic converters now use accept={type} by Larry Hastings · 9 years ago
  97. cb98556 Issue #20159. Converted the _elementtree module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  98. 1d4880d Enables shortcuts to be deselected when installing on Windows. by Steve Dower · 9 years ago
  99. 2d0a69a Fix Windows build breakage from checkins on Issues #20148 and #20168. by Larry Hastings · 9 years ago
  100. b174b85 merge 3.4 (#24118) by Benjamin Peterson · 9 years ago