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