1. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 9 years ago
  2. 926b990 asyncio: Drop JoinableQueue from 3.5 by Yury Selivanov · 9 years ago
  3. 7a093d9 Merge 3.4 (asyncio) by Yury Selivanov · 9 years ago
  4. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  5. 90ecfe6 asyncio: Sync with github repo by Yury Selivanov · 9 years ago
  6. a33df31 #21795: advertise 8BITMIME if decode_data is False. by R David Murray · 9 years ago
  7. a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 9 years ago
  8. e9ad5a5 Issue 22906: Add test file. by Yury Selivanov · 9 years ago
  9. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  10. bd60e8d Issue #24018: Add a collections.Generator abstract base class. by Raymond Hettinger · 9 years ago
  11. dae2ef1 merge 3.4 by Benjamin Peterson · 9 years ago
  12. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  13. 9020a9a merge - upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  14. b0fc24b Upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  15. 8093254 Merge from 3.4. by Larry Hastings · 9 years ago
  16. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  17. fe373a5 Fixed English in error message. by Serhiy Storchaka · 9 years ago
  18. 4b5367c Fixed English in error message. by Serhiy Storchaka · 9 years ago
  19. 24d3b7f Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  20. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  21. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  22. 9749b5a Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  23. ab91478 Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  24. 076dbd0 Fix remaining tests and remove an unused import. by Berker Peksag · 9 years ago
  25. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  26. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  27. ad17be7 Issue #24113: Remove unreachable code in shlex. by Raymond Hettinger · 9 years ago
  28. 00607e9 Issue #23911: Fix mixed bytes/strings. by Eric Snow · 9 years ago
  29. 63a6a6f merge 3.4 (#24096) by Benjamin Peterson · 9 years ago
  30. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 9 years ago
  31. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  32. 24559e4 Issue #22619: Added negative limit support in the traceback module. by Serhiy Storchaka · 9 years ago
  33. 88abdef merge 3.4 (#24094) by Benjamin Peterson · 9 years ago
  34. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 9 years ago
  35. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  36. 97bd4b0 Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. (Merged from 3.4 branch.) by Guido van Rossum · 9 years ago
  37. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 9 years ago
  38. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  39. 1dfd247 remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore by Benjamin Peterson · 9 years ago
  40. 32d34bc Use assertEqual rather than assertEquals to avoid the deprecation warning. by Gregory P. Smith · 9 years ago
  41. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 9 years ago
  42. 84de1bf Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  43. 71f73ca Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  44. f28d54d Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago
  45. 3bd66ab Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago
  46. 244afcf Issue #23887: urllib.error.HTTPError now has a proper repr() representation. by Facundo Batista · 9 years ago
  47. 30912f3 Issue #21483: Skip test_timestamp_overflow on NFS. by Berker Peksag · 9 years ago
  48. 949c416 Merge heads by Serhiy Storchaka · 9 years ago
  49. 71b49dd Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  50. 3af7a38 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  51. d86ef05 Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist. by Berker Peksag · 9 years ago
  52. aec0509 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  53. 462c357 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  54. c3a7f18 Merge from 3.4 by Andrew Kuchling · 9 years ago
  55. 333518e #15183: clarify timeit documentation to say that setup statement isn't timed by Andrew Kuchling · 9 years ago
  56. f5e8540 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  57. b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  58. 273a720 merge 3.4 (#24022) by Benjamin Peterson · 9 years ago
  59. d73aca7 do not call into python api if an exception is set (#24022) by Benjamin Peterson · 9 years ago
  60. 4d9d256 #17445: difflib: add diff_bytes(), to compare bytes rather than str by Greg Ward · 9 years ago
  61. f75d4a7 Fix asyncio issue 235 (merge from 3.4). by Guido van Rossum · 9 years ago
  62. 0bd16bc Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. by Guido van Rossum · 9 years ago
  63. 1acdb95 Merge Python 3.5.0a4 release engineering commits. by Larry Hastings · 9 years ago
  64. 7e9d1d1 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 9 years ago
  65. 2b0d200 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 9 years ago
  66. e3037e1 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 9 years ago
  67. 2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 9 years ago
  68. c74bb9d Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 9 years ago
  69. 16b2e4f Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 9 years ago
  70. 55907f4 Version number bump for Python 3.5.0a4. by Larry Hastings · 9 years ago
  71. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 9 years ago
  72. 37f1ba9 #16914: fix test errors under -W error::BytesWarning. by R David Murray · 9 years ago
  73. 0c49b89 #16914: add timestamps to smtplib debugging output via new debuglevel 2. by R David Murray · 9 years ago
  74. 4c7f995 #7159: generalize urllib prior auth support. by R David Murray · 9 years ago
  75. 2b78129 #18128: use standard +NNNN timezone format in POT-Creation-Date header. by R David Murray · 9 years ago
  76. 6a69466 Backported tests from issue #20175. by Serhiy Storchaka · 9 years ago
  77. f24131f Issue #20175: Converted the _io module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  78. 3b81248 Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension by Ned Deily · 9 years ago
  79. 20416f7 Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a. by Berker Peksag · 9 years ago
  80. d2bc389 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari by Steve Dower · 9 years ago
  81. 4171bbe #23949: Improve tuple unpacking error messages. by R David Murray · 9 years ago
  82. cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. by Steve Dower · 9 years ago
  83. 807b80d - #22980: fix typo in Lib/test/test_sysconfig.py triplet test by doko@ubuntu.com · 9 years ago
  84. d3899c1 - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include by doko@ubuntu.com · 9 years ago
  85. 7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). by Eric V. Smith · 9 years ago
  86. 6e73000 Add a subprocess.run() function than returns a CalledProcess instance for a by Gregory P. Smith · 9 years ago
  87. a8723a0 Issue #21217: inspect.getsourcelines() now tries to compute the start and by Antoine Pitrou · 9 years ago
  88. 687592d Merge: #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 9 years ago
  89. f4bbc53 #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 9 years ago
  90. 14a88ab issue9859: Use an expected failure rather than a skip. by Gregory P. Smith · 9 years ago
  91. cadbab2 Closes #23956: Merge with 3.4 by Zachary Ware · 9 years ago
  92. 50db6ac Issue #23956: Fix typo in imp.py docstring. by Zachary Ware · 9 years ago
  93. 4e72cce issue9859: Document test.support.detect_api_mismatch() and simplify its test. by Gregory P. Smith · 9 years ago
  94. 1bef907 issue9859: rename CPyMatchTest to APIMismatchTest and add @support.cpython_only. by Gregory P. Smith · 9 years ago
  95. 054b065 issue9859: Adds a CPyMatchTest test case to compare the exposed APIs by Gregory P. Smith · 9 years ago
  96. e334e3f issue9859: Adds a test.support.detect_api_mismatch function useful to by Gregory P. Smith · 9 years ago
  97. 012e287 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  98. 34c9be7 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  99. 19ddaf6 Merge from 3.4 by Andrew Kuchling · 9 years ago
  100. 467a546 Merge from 3.4 by Andrew Kuchling · 9 years ago