1. beb0f1d Adds MAX_PATH button to the installer. by Steve Dower · 8 years ago
  2. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  3. c71ec8a sha3: let's keep it simple and always allocate enough extra space for uint64_t[20]. by Christian Heimes · 8 years ago
  4. c49a516 Remove old typo. by Serhiy Storchaka · 8 years ago
  5. 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
  6. cf45ee1 Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create() by Christian Heimes · 8 years ago
  7. 9dda0c9 [merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  8. 82733fa Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  9. 7f9eb6e Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h on big endian. by Christian Heimes · 8 years ago
  10. 8118824 Issue 26798: fetch OSError and HTTPException like other tests that use open_urlresource. by Christian Heimes · 8 years ago
  11. d9fc792 Remove the subjective security and performance claims, fix hyperlinks by Gregory P. Smith · 8 years ago
  12. 8b1b81f move my news entries to the build section as appropriate. by Gregory P. Smith · 8 years ago
  13. bfac23a Move my news entries to the build section. by Gregory P. Smith · 8 years ago
  14. 54924df improve Enum docs by Ethan Furman · 8 years ago
  15. 97be87a Issue #15352: Rebuild frozen modules when marshal.c is changed. by Eric Snow · 8 years ago
  16. 1ba3e6d #24277: Fix some incorrect backslashes in email example. by R David Murray · 8 years ago
  17. bf24dfa #24277: Fix 3.4 whats new link broken by email doc changes. by R David Murray · 8 years ago
  18. 035a100 Issue #26667: Add path-like object support to importlib.util. by Brett Cannon · 8 years ago
  19. d5f9223 Issue #17211: Yield a namedtuple in pkgutil. by Eric Snow · 8 years ago
  20. 8e7cdb2 #24277: What's New and news entries for previous commit. by R David Murray · 8 years ago
  21. 29d1bc0 #24277: The new email API is no longer provisional. by R David Murray · 8 years ago
  22. 23e8633 fix reST by Benjamin Peterson · 8 years ago
  23. 8f4b247 make sure expected values are interpreted as doubles by Benjamin Peterson · 8 years ago
  24. eb35eac Updated Misc/NEWS by Davin Potts · 8 years ago
  25. 4cf7e48 Fix expected error message in PyTextIOWrapperTest by Steve Dower · 8 years ago
  26. 627b755 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  27. 9719161 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  28. 08c24c7 merge heads by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  29. 0c578d6 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  30. dd1c638 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  31. db8f463 Added back test code lost during merge. by Vinay Sajip · 8 years ago
  32. ef37dfc Issue #28005: Allow ImportErrors in encoding implementation to propagate. by Steve Dower · 8 years ago
  33. 8195219 Null merge. by Vinay Sajip · 8 years ago
  34. 93e6b33 Closes #27930: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  35. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  36. 441f1e3 Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  37. 52794db Issue #27911: Remove some unnecessary error checks in import.c. by Brett Cannon · 8 years ago
  38. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  39. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 8 years ago
  40. 86a7668 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting by Davin Potts · 8 years ago
  41. 1aa642f Issue #27993: Merge plural fixes from 3.5 by Martin Panter · 8 years ago
  42. 1c748f3 Issue #27570: Merge null pointer fixes from 3.5 by Martin Panter · 8 years ago
  43. f3b5bca Fixes Issue #27983: Cause lack of llvm-profdata tool when using clang as by Gregory P. Smith · 8 years ago
  44. 799520c Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 8 years ago
  45. 2e7c5e9 replace some Py_LOCAL_INLINE with the inline keyword by Benjamin Peterson · 8 years ago
  46. 46d3a59 fix expected layout of code objects by Benjamin Peterson · 8 years ago
  47. 840ef8f more linux -> __linux__ by Benjamin Peterson · 8 years ago
  48. 1badd28 Merge: #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  49. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  50. d0600ed Make PyCodeObject.co_extra even more private to force users through the proper API. by Brett Cannon · 8 years ago
  51. d39206a use c++ style comments by Benjamin Peterson · 8 years ago
  52. b6c3458 use the '__linux__' instead 'linux' preprocessor define by Benjamin Peterson · 8 years ago
  53. 56be5f5 Eliminate a tautological-pointer-compare warning found by Clang. by Brett Cannon · 8 years ago
  54. 56b1f1b #27331: add policy keyword argument to all MIME subclasses. by R David Murray · 8 years ago
  55. 3788b85 Change error return value to be more consistent with the rest of Python by Brett Cannon · 8 years ago
  56. d170256 put -std=c99 in CFLAGS_NODIST by Benjamin Peterson · 8 years ago
  57. 7490577 compile with -std=c99 by Benjamin Peterson · 8 years ago
  58. 0d67ed5 permit intermingled declarations by Benjamin Peterson · 8 years ago
  59. 1233744 hardcode sizeof(_Bool) on windows by Benjamin Peterson · 8 years ago
  60. 1bf494b use a the bool type for a boolean variable by Benjamin Peterson · 8 years ago
  61. 5c4de28 Add the co_extra field and accompanying APIs to code objects. by Brett Cannon · 8 years ago
  62. a9296e7 require C99 bool by Benjamin Peterson · 8 years ago
  63. 2195d53 Merge: #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  64. 6b46ec7 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  65. 91afe7e Merge: 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  66. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  67. 5223f08 make _Py_static_string_init use a designated initializer by Benjamin Peterson · 8 years ago
  68. fe8f4c9 Issue #27959: Prevent ImportError from escaping codec search function by Steve Dower · 8 years ago
  69. 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 8 years ago
  70. c75abff merge 3.5 (closes #27968) by Benjamin Peterson · 8 years ago
  71. 48c8830 capture stderr to silence output during test_coroutines (closes #27968) by Benjamin Peterson · 8 years ago
  72. e2ffe29 new and exciting shutdown error on windows by Benjamin Peterson · 8 years ago
  73. 9d2617b merge 3.5 (#27968) by Benjamin Peterson · 8 years ago
  74. b88db87 supress coroutine warning when an exception is pending (#27968) by Benjamin Peterson · 8 years ago
  75. 6a137e8 add recipes for pseudo-valueless enums by Ethan Furman · 8 years ago
  76. eaa3f5f Issue #16113: one more C90 violation in big endian code. by Christian Heimes · 8 years ago
  77. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 8 years ago
  78. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  79. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  80. fa15c85 Issue #16113: take 2 on big endian machines. by Christian Heimes · 8 years ago
  81. 393b82e Issue #16113: compile the module on Windows, too. by Christian Heimes · 8 years ago
  82. b205fe9 Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet. by Christian Heimes · 8 years ago
  83. 6fe2a75 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. by Christian Heimes · 8 years ago
  84. dfb9ef1 blake2: silence two more warnings on platforms with size_t < uint64_t. Don't use SSE2 when cross-compiling by Christian Heimes · 8 years ago
  85. 680cb15 Issue #26032: Optimized globbing in pathlib by using os.scandir(); it is now by Serhiy Storchaka · 8 years ago
  86. 1194c6d issue20842 - null merge with 3.5 by Senthil Kumaran · 8 years ago
  87. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  88. 28aa4a0 Rename weighted_choices() to just choices() by Raymond Hettinger · 8 years ago
  89. c98b26a Issue #25596: Falls back to listdir in glob for bytes paths on Windows. by Serhiy Storchaka · 8 years ago
  90. 1de1a6a Issue #27905: Docs for typing.Type[C], by Michael Lee. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  91. e848cd7 Issue #27905: Docs for typing.Type[C], by Michael Lee. by Guido van Rossum · 8 years ago
  92. 4b9abf3 merge 3.5 by Benjamin Peterson · 8 years ago
  93. 19ab0fd Issue #27731: Opt-out of MAX_PATH on Windows 10 by Steve Dower · 8 years ago
  94. 33d2a49 promote some shifts to unsigned, so as not to invoke undefined behavior by Benjamin Peterson · 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. 6cebd48 Issue #27959: Updates NEWS and whatsnew by Steve Dower · 8 years ago
  99. 5a71327 Issue #27959: Documents new encoding and alias. by Steve Dower · 8 years ago
  100. f5aba58 Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup by Steve Dower · 8 years ago