1. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  2. b957b0c Issue #28030: Update the language reference for PEP 468. by Eric Snow · 8 years ago
  3. a68c1bc Remove legacy "from __future__ import with_statement" lines. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  4. 18a7d2b Add missing versionadded directive by Berker Peksag · 8 years ago
  5. 41356f9 indicate the dependence of odict and dictobject on dict-common.h by Benjamin Peterson · 8 years ago
  6. 3c56929 do not worry about 64-bit dict sizes on 32-bit platforms by Benjamin Peterson · 8 years ago
  7. 3b6a6b4 Add a new private version to the builtin dict type by Victor Stinner · 8 years ago
  8. 70897ec Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 8 years ago
  9. 37156a7 Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 8 years ago
  10. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  11. 186122e access dk_indices through a union by Benjamin Peterson · 8 years ago
  12. a4348cc Add documentation to the dict implementation by Victor Stinner · 8 years ago
  13. 58f7c5a Reindeint DK_xxx macros by Victor Stinner · 8 years ago
  14. 208857e dk_get_index/dk_set_index uses a type indices variable by Victor Stinner · 8 years ago
  15. b6e3634 make some peps high level sections by Benjamin Peterson · 8 years ago
  16. 82cce4c use static inline instead of Py_LOCAL_INLINE by Benjamin Peterson · 8 years ago
  17. 9ae3fb5 Issue #27350: Add credits by Raymond Hettinger · 8 years ago
  18. a8a7148 merge heads by Benjamin Peterson · 8 years ago
  19. d52cfc7 Issue #28027: Mention the names of the removed modules in Misc/NEWS by Zachary Ware · 8 years ago
  20. 20737cc Issue #28027: Remove Lib/plat-* files by Zachary Ware · 8 years ago
  21. a13e367 simplify Py_UCSN definitions with stdint types by Benjamin Peterson · 8 years ago
  22. 1699757 document --with-optimizations in the README for issue26359. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  23. 014d52f document --with-optimizations in the README for issue26359. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  24. 207116b use Py_MAX by Benjamin Peterson · 8 years ago
  25. 940f33a Issue #23524: Finish removing _PyVerify_fd from sources by Steve Dower · 8 years ago
  26. dee6e25 Split lookdict_unicode_nodummy() assertion to debug by Victor Stinner · 8 years ago
  27. f3fd06a Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing. by Eric Snow · 8 years ago
  28. e58571b Fixes tests broken by issue #27781. by Steve Dower · 8 years ago
  29. ee178e6 fix spelling by Benjamin Peterson · 8 years ago
  30. b1a9588 fix pep role by Benjamin Peterson · 8 years ago
  31. 71211e3 Add assertions to dk_set_index() by Victor Stinner · 8 years ago
  32. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  33. 513d747 Fix mismatched if blocks in posixmodule.c. by Steve Dower · 8 years ago
  34. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  35. cfbd48b add a note about c99 by Benjamin Peterson · 8 years ago
  36. 003f059 link to canonical blogspot by Benjamin Peterson · 8 years ago
  37. e5e3edb improve compact dict changelog by Benjamin Peterson · 8 years ago
  38. 2376316 Issue #27853: Add section headers to the importlib example docs by Brett Cannon · 8 years ago
  39. 7322225 use native inline instead of Py_LOCAL_INLINE by Benjamin Peterson · 8 years ago
  40. f0acae2 rearrange to make gcc happy by Benjamin Peterson · 8 years ago
  41. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 8 years ago
  42. 98ee9d5 Add Py_MEMBER_SIZE macro by Victor Stinner · 8 years ago
  43. 82733fa Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  44. bfac23a Move my news entries to the build section. by Gregory P. Smith · 8 years ago
  45. 9719161 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  46. 742da04 Implement compact dict by Victor Stinner · 8 years ago
  47. d8b7770 Issue #27445: Merge from 3.5 by Berker Peksag · 8 years ago
  48. cc85449 clinic: PY_LONG_LONG -> long long by Benjamin Peterson · 8 years ago
  49. c235af4 fix a PY_LONG_LONG straggler by Benjamin Peterson · 8 years ago
  50. beb0f1d Adds MAX_PATH button to the installer. by Steve Dower · 8 years ago
  51. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  52. c71ec8a sha3: let's keep it simple and always allocate enough extra space for uint64_t[20]. by Christian Heimes · 8 years ago
  53. c49a516 Remove old typo. by Serhiy Storchaka · 8 years ago
  54. 5940c53 Issue #26798: Coverity complains about potential memcpy() of overlapped regions. It doesn't hurt to use memmove() here. CID 1372514 / CID 1372515. Upstream https://github.com/BLAKE2/BLAKE2/issues/32 by Christian Heimes · 8 years ago
  55. cf45ee1 Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create() by Christian Heimes · 8 years ago
  56. 9dda0c9 [merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  57. 7f9eb6e Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h on big endian. by Christian Heimes · 8 years ago
  58. 8118824 Issue 26798: fetch OSError and HTTPException like other tests that use open_urlresource. by Christian Heimes · 8 years ago
  59. d9fc792 Remove the subjective security and performance claims, fix hyperlinks by Gregory P. Smith · 8 years ago
  60. 8b1b81f move my news entries to the build section as appropriate. by Gregory P. Smith · 8 years ago
  61. 54924df improve Enum docs by Ethan Furman · 8 years ago
  62. 97be87a Issue #15352: Rebuild frozen modules when marshal.c is changed. by Eric Snow · 8 years ago
  63. 1ba3e6d #24277: Fix some incorrect backslashes in email example. by R David Murray · 8 years ago
  64. bf24dfa #24277: Fix 3.4 whats new link broken by email doc changes. by R David Murray · 8 years ago
  65. 035a100 Issue #26667: Add path-like object support to importlib.util. by Brett Cannon · 8 years ago
  66. d5f9223 Issue #17211: Yield a namedtuple in pkgutil. by Eric Snow · 8 years ago
  67. 8e7cdb2 #24277: What's New and news entries for previous commit. by R David Murray · 8 years ago
  68. 29d1bc0 #24277: The new email API is no longer provisional. by R David Murray · 8 years ago
  69. 23e8633 fix reST by Benjamin Peterson · 8 years ago
  70. 8f4b247 make sure expected values are interpreted as doubles by Benjamin Peterson · 8 years ago
  71. eb35eac Updated Misc/NEWS by Davin Potts · 8 years ago
  72. 4cf7e48 Fix expected error message in PyTextIOWrapperTest by Steve Dower · 8 years ago
  73. 627b755 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  74. 08c24c7 merge heads by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  75. 0c578d6 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  76. dd1c638 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  77. db8f463 Added back test code lost during merge. by Vinay Sajip · 8 years ago
  78. ef37dfc Issue #28005: Allow ImportErrors in encoding implementation to propagate. by Steve Dower · 8 years ago
  79. 8195219 Null merge. by Vinay Sajip · 8 years ago
  80. 93e6b33 Closes #27930: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  81. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  82. 441f1e3 Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  83. 52794db Issue #27911: Remove some unnecessary error checks in import.c. by Brett Cannon · 8 years ago
  84. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  85. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 8 years ago
  86. 86a7668 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting by Davin Potts · 8 years ago
  87. 1aa642f Issue #27993: Merge plural fixes from 3.5 by Martin Panter · 8 years ago
  88. 1c748f3 Issue #27570: Merge null pointer fixes from 3.5 by Martin Panter · 8 years ago
  89. f3b5bca Fixes Issue #27983: Cause lack of llvm-profdata tool when using clang as by Gregory P. Smith · 8 years ago
  90. 799520c Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 8 years ago
  91. 2e7c5e9 replace some Py_LOCAL_INLINE with the inline keyword by Benjamin Peterson · 8 years ago
  92. 46d3a59 fix expected layout of code objects by Benjamin Peterson · 8 years ago
  93. 840ef8f more linux -> __linux__ by Benjamin Peterson · 8 years ago
  94. 1badd28 Merge: #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  95. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  96. d0600ed Make PyCodeObject.co_extra even more private to force users through the proper API. by Brett Cannon · 8 years ago
  97. d39206a use c++ style comments by Benjamin Peterson · 8 years ago
  98. b6c3458 use the '__linux__' instead 'linux' preprocessor define by Benjamin Peterson · 8 years ago
  99. 56be5f5 Eliminate a tautological-pointer-compare warning found by Clang. by Brett Cannon · 8 years ago
  100. 56b1f1b #27331: add policy keyword argument to all MIME subclasses. by R David Murray · 8 years ago