1. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  2. 358cfd4 Issue 28043: SSLContext has improved default settings by Christian Heimes · 8 years ago
  3. c5111b5 Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files by Steve Dower · 8 years ago
  4. 109bc3a Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files by Steve Dower · 8 years ago
  5. b0d497c Issue #24693: Changed some RuntimeError's in the zipfile module to more by Serhiy Storchaka · 8 years ago
  6. 99e843b Correct spelling in documentation and code comment by Martin Panter · 8 years ago
  7. 0fc55a2 test_platform: Save/restore os.environ on Windows by Victor Stinner · 8 years ago
  8. b161562 Issue #17909: Accept binary input in json.loads by Nick Coghlan · 8 years ago
  9. 457fc9a Issue #27137: align Python & C implementations of functools.partial by Nick Coghlan · 8 years ago
  10. eddc4b7 Merge 3.5 (regrtest) by Victor Stinner · 8 years ago
  11. c7a070e regrtest: accept options after test names by Victor Stinner · 8 years ago
  12. c50cccf test_eintr: Fix ResourceWarning warnings by Victor Stinner · 8 years ago
  13. 8f9cafa Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 8 years ago
  14. 8ddcf3a Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 8 years ago
  15. bc62626 Issue #18401: Fix test_pdb on Windows by Victor Stinner · 8 years ago
  16. 11ea044 Issue #18401: Fix test_pdb if $HOME is not set by Victor Stinner · 8 years ago
  17. 2eb6eca Issue #18401: pdb tests don't read ~/.pdbrc anymore by Łukasz Langa · 8 years ago
  18. a1fd078 Try to fix sizeof unit tests on dict by Victor Stinner · 8 years ago
  19. e617521 Use raw string for regexp by Guido van Rossum · 8 years ago
  20. b067c8f #20476: Deal with the message_factory circular import differently. by R David Murray · 8 years ago
  21. 78601a3 Fix SystemError in compact dict by Victor Stinner · 8 years ago
  22. 89e1b1a Issue 27080: PEP 515: add '_' formatting option. by Eric V. Smith · 8 years ago
  23. 451d0e3 Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. by Eric V. Smith · 8 years ago
  24. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  25. ff70fc2 Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  26. 8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  27. 1319236 Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  28. 347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  29. 5272868 Rename test_strlit -> test_string_literals by Zachary Ware · 8 years ago
  30. f1024f7 merge by Raymond Hettinger · 8 years ago
  31. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 8 years ago
  32. 142aee3 Merge heads by Serhiy Storchaka · 8 years ago
  33. be9a4e5 Issue #433028: Added support of modifier spans in regular expressions. by Serhiy Storchaka · 8 years ago
  34. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  35. 7b3b3dc Merge asyncio upstream. by Guido van Rossum · 8 years ago
  36. 724f6a6 Rename test_pep####.py files by Zachary Ware · 8 years ago
  37. a0154c0 Fix running test_tokenize directly by Zachary Ware · 8 years ago
  38. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 8 years ago
  39. f9b760f Rework CALL_FUNCTION* opcodes by Victor Stinner · 8 years ago
  40. 2a2becc Merge with 3.5 by Steve Dower · 8 years ago
  41. 06aed90 Issue #27576: Fix call order in OrderedDict.__init__(). by Eric Snow · 8 years ago
  42. cce02f8 Remove Lib/test/test_pep247.py by Zachary Ware · 8 years ago
  43. d04e417 tests: use subTest in test_unparse.test_files by Yury Selivanov · 8 years ago
  44. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
  45. 6cff874 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. by Guido van Rossum · 8 years ago
  46. 6d5cf8a Fixes expected error when getting encoding while shutting down. by Steve Dower · 8 years ago
  47. deed5a1 Issue #28038: Remove Tools/parser/com2ann.py and its unit test. by Guido van Rossum · 8 years ago
  48. 2b9b70b Issue #27106: Add test for configparser.__all__ by Martin Panter · 8 years ago
  49. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  50. b96ef55 regrtest: log FS and locale encodings by Victor Stinner · 8 years ago
  51. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  52. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  53. 4c483ad Merge by Raymond Hettinger · 8 years ago
  54. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  55. 33df0c3 More lenient skipping of console tests. by Steve Dower · 8 years ago
  56. f09e2fa Skips console open_fd tests when we don't have real consoles. by Steve Dower · 8 years ago
  57. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 8 years ago
  58. 82733fa Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  59. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  60. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 8 years ago
  61. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  62. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  63. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  64. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  65. 48c8830 capture stderr to silence output during test_coroutines (closes #27968) by Benjamin Peterson · 8 years ago
  66. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  67. 1c03abd Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 8 years ago
  68. cbef66d suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 8 years ago
  69. f4a7381 Issue #27748: Backed out changeset f845e24d794e by Zachary Ware · 8 years ago
  70. 9ed756b Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  71. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  72. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  73. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  74. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  75. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  76. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  77. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  78. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  79. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  80. 3b6a6b4 Add a new private version to the builtin dict type by Victor Stinner · 8 years ago
  81. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  82. f3fd06a Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing. by Eric Snow · 8 years ago
  83. e58571b Fixes tests broken by issue #27781. by Steve Dower · 8 years ago
  84. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  85. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  86. 742da04 Implement compact dict by Victor Stinner · 8 years ago
  87. d8b7770 Issue #27445: Merge from 3.5 by Berker Peksag · 8 years ago
  88. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  89. c49a516 Remove old typo. by Serhiy Storchaka · 8 years ago
  90. 9dda0c9 [merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  91. 8118824 Issue 26798: fetch OSError and HTTPException like other tests that use open_urlresource. by Christian Heimes · 8 years ago
  92. 035a100 Issue #26667: Add path-like object support to importlib.util. by Brett Cannon · 8 years ago
  93. d5f9223 Issue #17211: Yield a namedtuple in pkgutil. by Eric Snow · 8 years ago
  94. 29d1bc0 #24277: The new email API is no longer provisional. by R David Murray · 8 years ago
  95. 4cf7e48 Fix expected error message in PyTextIOWrapperTest by Steve Dower · 8 years ago
  96. db8f463 Added back test code lost during merge. by Vinay Sajip · 8 years ago
  97. 93e6b33 Closes #27930: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  98. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  99. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 8 years ago
  100. 86a7668 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting by Davin Potts · 8 years ago