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. 41519b2 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  9. 6cff874 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. by Guido van Rossum · 8 years ago
  10. 7bcf793 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  11. 6d5cf8a Fixes expected error when getting encoding while shutting down. by Steve Dower · 8 years ago
  12. 4db86bc Changes pyvenv.cfg trick into an actual sys.path file. by Steve Dower · 8 years ago
  13. 783c9ef Merge 3.5 by Donald Stufft · 8 years ago
  14. 6bde454 Merge 3.4 by Donald Stufft · 8 years ago
  15. 16d7d59 Upgrade setuptools to 27.1.2 by Donald Stufft · 8 years ago
  16. deed5a1 Issue #28038: Remove Tools/parser/com2ann.py and its unit test. by Guido van Rossum · 8 years ago
  17. 18591e4 Revert #27959: ImportError within an encoding module should also skip the encoding by Steve Dower · 8 years ago
  18. 722b685 Merge 3.5 by Donald Stufft · 8 years ago
  19. 621333d Merge 3.4 by Donald Stufft · 8 years ago
  20. d25d9dc Upgrade setuptools to 27.1.1 by Donald Stufft · 8 years ago
  21. 2b9b70b Issue #27106: Add test for configparser.__all__ by Martin Panter · 8 years ago
  22. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  23. b96ef55 regrtest: log FS and locale encodings by Victor Stinner · 8 years ago
  24. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  25. f03bcfd Merge: #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. by R David Murray · 8 years ago
  26. eaab1ca #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. by R David Murray · 8 years ago
  27. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  28. 301edfa Add policy keyword to email.generator.DecodedGenerator. by R David Murray · 8 years ago
  29. 4c483ad Merge by Raymond Hettinger · 8 years ago
  30. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  31. 33df0c3 More lenient skipping of console tests. by Steve Dower · 8 years ago
  32. f09e2fa Skips console open_fd tests when we don't have real consoles. by Steve Dower · 8 years ago
  33. 10427f4 [merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequest by Senthil Kumaran · 8 years ago
  34. 5dc504c Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. by Senthil Kumaran · 8 years ago
  35. 37156a7 Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 8 years ago
  36. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 8 years ago
  37. 82733fa Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  38. 9719161 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  39. dd1c638 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  40. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  41. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 8 years ago
  42. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  43. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  44. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  45. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  46. 48c8830 capture stderr to silence output during test_coroutines (closes #27968) by Benjamin Peterson · 8 years ago
  47. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  48. 4bf580d Issue #21250: Add tests for SQLite's ON CONFLICT clause by Berker Peksag · 8 years ago
  49. 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
  50. 03d13c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  51. cbef66d suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 8 years ago
  52. 1f5fd64 Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885. by Jason R. Coombs · 8 years ago
  53. 4672060 Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 8 years ago
  54. f4a7381 Issue #27748: Backed out changeset f845e24d794e by Zachary Ware · 8 years ago
  55. 9ed756b Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  56. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  57. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  58. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  59. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  60. 16eb827 Improve docs for random.seed() by Raymond Hettinger · 8 years ago
  61. ab7b0a0 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  62. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  63. 79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. by Jason R. Coombs · 8 years ago
  64. b44c849 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  65. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 8 years ago
  66. 65e3319 Issue #12285: Merge with 3.4 by Jason R. Coombs · 8 years ago
  67. 2891492 Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. by Serhiy Storchaka · 8 years ago
  68. 00b1e0f Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 8 years ago
  69. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  70. 4786787 Fix ordering issues in UNIX read/write pipe transport constructors. by Guido van Rossum · 8 years ago
  71. 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
  72. 09c22ad Issue #27907: variable rename. (Ville Skyttä) by Guido van Rossum · 8 years ago
  73. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  74. a68c1bc Remove legacy "from __future__ import with_statement" lines. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  75. 3b6a6b4 Add a new private version to the builtin dict type by Victor Stinner · 8 years ago
  76. 70897ec Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 8 years ago
  77. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  78. 20737cc Issue #28027: Remove Lib/plat-* files by Zachary Ware · 8 years ago
  79. f3fd06a Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing. by Eric Snow · 8 years ago
  80. e58571b Fixes tests broken by issue #27781. by Steve Dower · 8 years ago
  81. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  82. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  83. 742da04 Implement compact dict by Victor Stinner · 8 years ago
  84. d8b7770 Issue #27445: Merge from 3.5 by Berker Peksag · 8 years ago
  85. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  86. c49a516 Remove old typo. by Serhiy Storchaka · 8 years ago
  87. 9dda0c9 [merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  88. 8118824 Issue 26798: fetch OSError and HTTPException like other tests that use open_urlresource. by Christian Heimes · 8 years ago
  89. 035a100 Issue #26667: Add path-like object support to importlib.util. by Brett Cannon · 8 years ago
  90. d5f9223 Issue #17211: Yield a namedtuple in pkgutil. by Eric Snow · 8 years ago
  91. 29d1bc0 #24277: The new email API is no longer provisional. by R David Murray · 8 years ago
  92. 4cf7e48 Fix expected error message in PyTextIOWrapperTest by Steve Dower · 8 years ago
  93. 627b755 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  94. 08c24c7 merge heads by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  95. 0c578d6 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  96. db8f463 Added back test code lost during merge. by Vinay Sajip · 8 years ago
  97. ef37dfc Issue #28005: Allow ImportErrors in encoding implementation to propagate. by Steve Dower · 8 years ago
  98. 93e6b33 Closes #27930: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  99. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  100. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 8 years ago