1. f9b760f Rework CALL_FUNCTION* opcodes by Victor Stinner · 8 years ago
  2. 2a2becc Merge with 3.5 by Steve Dower · 8 years ago
  3. 06aed90 Issue #27576: Fix call order in OrderedDict.__init__(). by Eric Snow · 8 years ago
  4. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 8 years ago
  5. cce02f8 Remove Lib/test/test_pep247.py by Zachary Ware · 8 years ago
  6. d04e417 tests: use subTest in test_unparse.test_files by Yury Selivanov · 8 years ago
  7. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
  8. 6cff874 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. by Guido van Rossum · 8 years ago
  9. 6d5cf8a Fixes expected error when getting encoding while shutting down. by Steve Dower · 8 years ago
  10. deed5a1 Issue #28038: Remove Tools/parser/com2ann.py and its unit test. by Guido van Rossum · 8 years ago
  11. 2b9b70b Issue #27106: Add test for configparser.__all__ by Martin Panter · 8 years ago
  12. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  13. b96ef55 regrtest: log FS and locale encodings by Victor Stinner · 8 years ago
  14. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  15. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  16. 4c483ad Merge by Raymond Hettinger · 8 years ago
  17. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  18. 33df0c3 More lenient skipping of console tests. by Steve Dower · 8 years ago
  19. f09e2fa Skips console open_fd tests when we don't have real consoles. by Steve Dower · 8 years ago
  20. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 8 years ago
  21. 82733fa Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  22. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  23. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 8 years ago
  24. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  25. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  26. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  27. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  28. 48c8830 capture stderr to silence output during test_coroutines (closes #27968) by Benjamin Peterson · 8 years ago
  29. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  30. 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
  31. cbef66d suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 8 years ago
  32. f4a7381 Issue #27748: Backed out changeset f845e24d794e by Zachary Ware · 8 years ago
  33. 9ed756b Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  34. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  35. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  36. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  37. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  38. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  39. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  40. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  41. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  42. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  43. 3b6a6b4 Add a new private version to the builtin dict type by Victor Stinner · 8 years ago
  44. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  45. f3fd06a Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing. by Eric Snow · 8 years ago
  46. e58571b Fixes tests broken by issue #27781. by Steve Dower · 8 years ago
  47. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  48. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  49. 742da04 Implement compact dict by Victor Stinner · 8 years ago
  50. d8b7770 Issue #27445: Merge from 3.5 by Berker Peksag · 8 years ago
  51. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  52. c49a516 Remove old typo. by Serhiy Storchaka · 8 years ago
  53. 9dda0c9 [merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  54. 8118824 Issue 26798: fetch OSError and HTTPException like other tests that use open_urlresource. by Christian Heimes · 8 years ago
  55. 035a100 Issue #26667: Add path-like object support to importlib.util. by Brett Cannon · 8 years ago
  56. d5f9223 Issue #17211: Yield a namedtuple in pkgutil. by Eric Snow · 8 years ago
  57. 29d1bc0 #24277: The new email API is no longer provisional. by R David Murray · 8 years ago
  58. 4cf7e48 Fix expected error message in PyTextIOWrapperTest by Steve Dower · 8 years ago
  59. db8f463 Added back test code lost during merge. by Vinay Sajip · 8 years ago
  60. 93e6b33 Closes #27930: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  61. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  62. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 8 years ago
  63. 86a7668 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting by Davin Potts · 8 years ago
  64. 1aa642f Issue #27993: Merge plural fixes from 3.5 by Martin Panter · 8 years ago
  65. 1c748f3 Issue #27570: Merge null pointer fixes from 3.5 by Martin Panter · 8 years ago
  66. 46d3a59 fix expected layout of code objects by Benjamin Peterson · 8 years ago
  67. 1badd28 Merge: #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  68. 56b1f1b #27331: add policy keyword argument to all MIME subclasses. by R David Murray · 8 years ago
  69. 91afe7e Merge: 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  70. fe8f4c9 Issue #27959: Prevent ImportError from escaping codec search function by Steve Dower · 8 years ago
  71. c75abff merge 3.5 (closes #27968) by Benjamin Peterson · 8 years ago
  72. e2ffe29 new and exciting shutdown error on windows by Benjamin Peterson · 8 years ago
  73. 6fe2a75 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. by Christian Heimes · 8 years ago
  74. 28aa4a0 Rename weighted_choices() to just choices() by Raymond Hettinger · 8 years ago
  75. 437df90 get skipIf from the right place by Benjamin Peterson · 8 years ago
  76. 050acae Issue #6135: Adds encoding and errors parameters to subprocess by Steve Dower · 8 years ago
  77. 173a1f3 Fix test_os.GetRandomTests() by Victor Stinner · 8 years ago
  78. f5aba58 Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup by Steve Dower · 8 years ago
  79. 22d0698 Adds test.support.PGO and skips tests that are not useful for PGO. by Steve Dower · 8 years ago
  80. a571120 Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder(). by Brett Cannon · 8 years ago
  81. cd14d5d Correct a comment in the test referencing the wrong issue number (issue3100 by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  82. e8f1e00 Issue #18844: Add random.weighted_choices() by Raymond Hettinger · 8 years ago
  83. 59a0464 Download hashlib test vectors from pythontest.net by Christian Heimes · 8 years ago
  84. 9b1f474 Add os.getrandom() by Victor Stinner · 8 years ago
  85. ec6ce87 Issue #26027: Support path-like objects in PyUnicode-FSConverter(). by Brett Cannon · 8 years ago
  86. c401881 Closes #27982: Allow keyword arguments to winsound functions by Zachary Ware · 8 years ago
  87. fe3c9c1 Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 8 years ago
  88. 90493ab Issue #25761: Improved error reporting about truncated pickle data in by Serhiy Storchaka · 8 years ago
  89. 121b948 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. by Christian Heimes · 8 years ago
  90. 39093e9 Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0). by Christian Heimes · 8 years ago
  91. 45c7514 merge 3.5 (#27969) by Benjamin Peterson · 8 years ago
  92. 582282b Issue 27866: relax get_cipher() test even more. Gentoo buildbot has no ECDHE by Christian Heimes · 8 years ago
  93. 407380f Issue 27744: skip test if AF_ALG socket bind fails by Christian Heimes · 8 years ago
  94. ea9b2dc Issue 27866: relax test case for set_cipher() and allow more cipher suites by Christian Heimes · 8 years ago
  95. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  96. 7eacdcc Issue #27748: Merge with 3.5 by Zachary Ware · 8 years ago
  97. 04960a2 Issue 27744: AES-CBC and DRBG need Kernel 3.19+ by Christian Heimes · 8 years ago
  98. a9ab165 os.access does not allow a fd by Benjamin Peterson · 8 years ago
  99. 4837141 Issue 27744: Check for AF_ALG support in Kernel by Christian Heimes · 8 years ago
  100. cefebf3 Issue #27748: Merge with 3.5 by Zachary Ware · 8 years ago