1. e63f1a6 Merge 3.4 (test_asyncio) by Victor Stinner · 9 years ago
  2. 72e1eae Issue #25114: Fix test_asyncio by Victor Stinner · 9 years ago
  3. 7b58a2b Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  4. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
  5. d1fcca8 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  6. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 9 years ago
  7. 6dae395 Issue #25122: test_eintr: the FreeBSD fix will be released in FreeBSD 10.3 by Victor Stinner · 9 years ago
  8. 900db26 Merge 3.4 (test_socket, issue #25138) by Victor Stinner · 9 years ago
  9. 808d641 Issue #25138: test_socket.test_idna() uses support.transient_internet() instead by Victor Stinner · 9 years ago
  10. f2d7ea1 Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 9 years ago
  11. d86a6ef Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 9 years ago
  12. 4b363e2 Merge 3.4 (test_email) by Victor Stinner · 9 years ago
  13. 5393647 Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow by Victor Stinner · 9 years ago
  14. 84ff4ab Merge 3.4 (datetime rounding) by Victor Stinner · 9 years ago
  15. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  16. ec26f83 Issue #25155: Fix _PyTime_Divide() rounding by Victor Stinner · 9 years ago
  17. 4b35217 Issue #25122: sync test_eintr with Python 3.6 by Victor Stinner · 9 years ago
  18. e3bcbd2 Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 9 years ago
  19. e953ba7 Issue #25108: Omitted internal frames in traceback functions print_stack(), by Serhiy Storchaka · 9 years ago
  20. d3ffd32 Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows. by Victor Stinner · 9 years ago
  21. d64cfc2 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  22. a578eb3 test_gdb: fix regex to parse the GDB version by Victor Stinner · 9 years ago
  23. d7f65e5 Issue #25021: Merge 3.4 to 3.5 by Kristján Valur Jónsson · 9 years ago
  24. 95c3e6c Issue #25021: Merge from 3.3 to 3.4 by Kristján Valur Jónsson · 9 years ago
  25. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 9 years ago
  26. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  27. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  28. 9ab9694 Issue #16473: Merge codecs doc and test from 3.4 into 3.5 by Martin Panter · 9 years ago
  29. 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
  30. 6088b7b Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  31. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  32. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  33. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  34. 050a143 Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  35. 5558d4f Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  36. d941d7a Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  37. 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  38. 6c8b66c Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  39. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  40. 3b1bc78 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  41. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  42. ae0d752 Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  43. eba8fee Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  44. 8c85a20 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  45. a091a82 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  46. 96d4943 Reapplied change to test_warnings.py to test_warnings/__init__.py. by Steve Dower · 9 years ago
  47. f35bd30 Merge from 3.5.0 branch. by Steve Dower · 9 years ago
  48. da19767 Issue #25004: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  49. e8d58d1 Issue #25004: Handle out-of-disk-space error in LargeMmapTests by Martin Panter · 9 years ago
  50. e5b5895 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  51. 20a2c64 #23144: merge with 3.4. by Ezio Melotti · 9 years ago
  52. 6f2bb98 #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. by Ezio Melotti · 9 years ago
  53. 2ba3980 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  54. 527ef07 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  55. 5fbadb6 Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  56. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  57. 714e493 Issue #24305: Prevent import subsystem stack frames from being counted by Larry Hastings · 9 years ago
  58. 62b2462 Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think. by Larry Hastings · 9 years ago
  59. dcaf4cc Issue #24917: Backed out changeset 09b62202d9b7 by Steve Dower · 9 years ago
  60. 237060a Merge from 3.5.0 release branch by Steve Dower · 9 years ago
  61. 055a9e0 Merged in ncoghlan/cpython350 (pull request #17) by Larry Hastings · 9 years ago
  62. e989bf5 merge from 3.4 by Terry Jan Reedy · 9 years ago
  63. ca3f435 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
  64. 37fdcbc Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Merge 3.5.0 -> 3.5) by Guido van Rossum · 9 years ago
  65. 373602f Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  66. 9d3c61c Close #24748: Restore imp.load_dynamic compatibility by Nick Coghlan · 9 years ago
  67. 7d293ee Issue #24912: Prevent __class__ assignment to immutable built-in objects. by Guido van Rossum · 9 years ago
  68. 1b66910 Fix issue #24635. by Guido van Rossum · 9 years ago
  69. 647bae6 Issue #24635: Fixed flakiness in test_typing.py. by Guido van Rossum · 9 years ago
  70. 4e63f7a Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  71. 594e54c Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  72. df6b544 Issue #24913: Fix overrun error in deque.index(). by Brett Cannon · 9 years ago
  73. aba2466 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  74. 479fea6 test_gdb: oops, the regex to parse the gdb version was still too strict by Victor Stinner · 9 years ago
  75. a7b76e0 test_wsgiref: add missing import (support) by Victor Stinner · 9 years ago
  76. b541e58 Merge with 3.5. Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  77. 22f2c0e Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  78. ccc546c Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  79. 26afae4 test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n' by Victor Stinner · 9 years ago
  80. 4912e7a Merge 3.4 (test_warnings) by Victor Stinner · 9 years ago
  81. 1c40552 Fix test_warnings: don't modify warnings.filters by Victor Stinner · 9 years ago
  82. 329ca71 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  83. 5b6b4a8 test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings by Victor Stinner · 9 years ago
  84. 2f3ac1e test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise by Victor Stinner · 9 years ago
  85. 2051b84 Merge 3.5 heads (issue #24975) by Yury Selivanov · 9 years ago
  86. b3d5313 Issue #24975: Fix AST compilation for PEP 448 syntax. by Yury Selivanov · 9 years ago
  87. 9157545 merge by Raymond Hettinger · 9 years ago
  88. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  89. 87674ec Issue #24913: Fix overrun error in deque.index(). by Raymond Hettinger · 9 years ago
  90. ab7cc759 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
  91. 77a8cd6 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
  92. 1e26dc7 (Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  93. 6579459 cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  94. 7ca6c55 Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
  95. bb78ade Merge 3.4 (Issue #24867) by Yury Selivanov · 9 years ago
  96. 2339833 Issue #24867: Fix Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
  97. 7c97a05 Merge from 3.5.0 for issue #24492 by Brett Cannon · 9 years ago
  98. f7a9267 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  99. ac37ba0 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  100. 3008bc0 Issue #24492: make sure that ``from ... import ...` raises an by Brett Cannon · 9 years ago