1. 2eb6eca Issue #18401: pdb tests don't read ~/.pdbrc anymore by Łukasz Langa · 8 years ago
  2. a1fd078 Try to fix sizeof unit tests on dict by Victor Stinner · 8 years ago
  3. b067c8f #20476: Deal with the message_factory circular import differently. by R David Murray · 8 years ago
  4. 78601a3 Fix SystemError in compact dict by Victor Stinner · 8 years ago
  5. 89e1b1a Issue 27080: PEP 515: add '_' formatting option. by Eric V. Smith · 8 years ago
  6. 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
  7. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  8. ff70fc2 Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  9. 8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  10. 1319236 Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  11. 347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  12. 5272868 Rename test_strlit -> test_string_literals by Zachary Ware · 8 years ago
  13. f1024f7 merge by Raymond Hettinger · 8 years ago
  14. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 8 years ago
  15. 142aee3 Merge heads by Serhiy Storchaka · 8 years ago
  16. be9a4e5 Issue #433028: Added support of modifier spans in regular expressions. by Serhiy Storchaka · 8 years ago
  17. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  18. 7b3b3dc Merge asyncio upstream. by Guido van Rossum · 8 years ago
  19. 724f6a6 Rename test_pep####.py files by Zachary Ware · 8 years ago
  20. a0154c0 Fix running test_tokenize directly by Zachary Ware · 8 years ago
  21. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 8 years ago
  22. f9b760f Rework CALL_FUNCTION* opcodes by Victor Stinner · 8 years ago
  23. 2a2becc Merge with 3.5 by Steve Dower · 8 years ago
  24. 06aed90 Issue #27576: Fix call order in OrderedDict.__init__(). by Eric Snow · 8 years ago
  25. cce02f8 Remove Lib/test/test_pep247.py by Zachary Ware · 8 years ago
  26. d04e417 tests: use subTest in test_unparse.test_files by Yury Selivanov · 8 years ago
  27. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
  28. 6cff874 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. by Guido van Rossum · 8 years ago
  29. 6d5cf8a Fixes expected error when getting encoding while shutting down. by Steve Dower · 8 years ago
  30. deed5a1 Issue #28038: Remove Tools/parser/com2ann.py and its unit test. by Guido van Rossum · 8 years ago
  31. 2b9b70b Issue #27106: Add test for configparser.__all__ by Martin Panter · 8 years ago
  32. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  33. b96ef55 regrtest: log FS and locale encodings by Victor Stinner · 8 years ago
  34. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  35. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  36. 4c483ad Merge by Raymond Hettinger · 8 years ago
  37. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  38. 33df0c3 More lenient skipping of console tests. by Steve Dower · 8 years ago
  39. f09e2fa Skips console open_fd tests when we don't have real consoles. by Steve Dower · 8 years ago
  40. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 8 years ago
  41. 82733fa Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  42. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  43. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 8 years ago
  44. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  45. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  46. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  47. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  48. 48c8830 capture stderr to silence output during test_coroutines (closes #27968) by Benjamin Peterson · 8 years ago
  49. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  50. 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
  51. cbef66d suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 8 years ago
  52. f4a7381 Issue #27748: Backed out changeset f845e24d794e by Zachary Ware · 8 years ago
  53. 9ed756b Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  54. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  55. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  56. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  57. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  58. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  59. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  60. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  61. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  62. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  63. 3b6a6b4 Add a new private version to the builtin dict type by Victor Stinner · 8 years ago
  64. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  65. f3fd06a Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing. by Eric Snow · 8 years ago
  66. e58571b Fixes tests broken by issue #27781. by Steve Dower · 8 years ago
  67. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  68. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  69. 742da04 Implement compact dict by Victor Stinner · 8 years ago
  70. d8b7770 Issue #27445: Merge from 3.5 by Berker Peksag · 8 years ago
  71. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  72. c49a516 Remove old typo. by Serhiy Storchaka · 8 years ago
  73. 9dda0c9 [merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  74. 8118824 Issue 26798: fetch OSError and HTTPException like other tests that use open_urlresource. by Christian Heimes · 8 years ago
  75. 035a100 Issue #26667: Add path-like object support to importlib.util. by Brett Cannon · 8 years ago
  76. d5f9223 Issue #17211: Yield a namedtuple in pkgutil. by Eric Snow · 8 years ago
  77. 29d1bc0 #24277: The new email API is no longer provisional. by R David Murray · 8 years ago
  78. 4cf7e48 Fix expected error message in PyTextIOWrapperTest by Steve Dower · 8 years ago
  79. db8f463 Added back test code lost during merge. by Vinay Sajip · 8 years ago
  80. 93e6b33 Closes #27930: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  81. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  82. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 8 years ago
  83. 86a7668 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting by Davin Potts · 8 years ago
  84. 1aa642f Issue #27993: Merge plural fixes from 3.5 by Martin Panter · 8 years ago
  85. 1c748f3 Issue #27570: Merge null pointer fixes from 3.5 by Martin Panter · 8 years ago
  86. 46d3a59 fix expected layout of code objects by Benjamin Peterson · 8 years ago
  87. 1badd28 Merge: #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  88. 56b1f1b #27331: add policy keyword argument to all MIME subclasses. by R David Murray · 8 years ago
  89. 91afe7e Merge: 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  90. fe8f4c9 Issue #27959: Prevent ImportError from escaping codec search function by Steve Dower · 8 years ago
  91. c75abff merge 3.5 (closes #27968) by Benjamin Peterson · 8 years ago
  92. e2ffe29 new and exciting shutdown error on windows by Benjamin Peterson · 8 years ago
  93. 6fe2a75 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. by Christian Heimes · 8 years ago
  94. 28aa4a0 Rename weighted_choices() to just choices() by Raymond Hettinger · 8 years ago
  95. 437df90 get skipIf from the right place by Benjamin Peterson · 8 years ago
  96. 050acae Issue #6135: Adds encoding and errors parameters to subprocess by Steve Dower · 8 years ago
  97. 173a1f3 Fix test_os.GetRandomTests() by Victor Stinner · 8 years ago
  98. f5aba58 Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup by Steve Dower · 8 years ago
  99. 22d0698 Adds test.support.PGO and skips tests that are not useful for PGO. by Steve Dower · 8 years ago
  100. a571120 Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder(). by Brett Cannon · 8 years ago