1. ea525a2 Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. by Serhiy Storchaka · 8 years ago
  2. 620bb27 remove an unanswered question by Benjamin Peterson · 8 years ago
  3. 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
  4. 39093e9 Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0). by Christian Heimes · 8 years ago
  5. ac041c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  6. 03d13c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  7. d953f8e remove some silly defined() tests by Benjamin Peterson · 8 years ago
  8. 003e929 Prevents unnecessary help text appearing in doc build. by Steve Dower · 8 years ago
  9. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  10. 45c7514 merge 3.5 (#27969) by Benjamin Peterson · 8 years ago
  11. cbef66d suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 8 years ago
  12. 582282b Issue 27866: relax get_cipher() test even more. Gentoo buildbot has no ECDHE by Christian Heimes · 8 years ago
  13. 407380f Issue 27744: skip test if AF_ALG socket bind fails by Christian Heimes · 8 years ago
  14. ea9b2dc Issue 27866: relax test case for set_cipher() and allow more cipher suites by Christian Heimes · 8 years ago
  15. c5c83d6 Issue #27960: Merge with 3.4 by Jason R. Coombs · 8 years ago
  16. 1f5fd64 Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885. by Jason R. Coombs · 8 years ago
  17. 1bb0c0b explicitly cast away constness to silence compiler warning by Benjamin Peterson · 8 years ago
  18. 3466bde Avoid calling functions with an empty string as format string by Victor Stinner · 8 years ago
  19. ad8c83a Avoid inefficient way to call functions without argument by Victor Stinner · 8 years ago
  20. ca08301 Issue #27960: Merge with 3.5 by Jason R. Coombs · 8 years ago
  21. b745f92 Issue #27355: Import no longer needed by Martin Panter · 8 years ago
  22. 9d1e4a5 merge 3.5 by Benjamin Peterson · 8 years ago
  23. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  24. b3b0767 Update OS X installer to use SQlite 3.14.1 and XZ 5.2.2. by Ned Deily · 8 years ago
  25. bd63353 Deprecate Tix by Zachary Ware · 8 years ago
  26. f3dd329 merge 3.5 by Benjamin Peterson · 8 years ago
  27. 5130a4d Backed out changeset 8b6be1341770 by Benjamin Peterson · 8 years ago
  28. 56b4872 [merge from 3.5] - Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 8 years ago
  29. 4672060 Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 8 years ago
  30. 6360403 merge 3.5 by Benjamin Peterson · 8 years ago
  31. 6d99980 remove long double from ctypes value union by Benjamin Peterson · 8 years ago
  32. dd2afe9 Closes #20366: Build full text search support into SQLite on Windows by Zachary Ware · 8 years ago
  33. f584656 Move NEWS entry to correct section. by Zachary Ware · 8 years ago
  34. 0061bf5 Issue #26470: Use short name rather than name for compression name to fix #27958. by Christian Heimes · 8 years ago
  35. 281e5f8 Issue #26470: Use short name rather than name for compression name to fix #27958. by Christian Heimes · 8 years ago
  36. 7eacdcc Issue #27748: Merge with 3.5 by Zachary Ware · 8 years ago
  37. f4a7381 Issue #27748: Backed out changeset f845e24d794e by Zachary Ware · 8 years ago
  38. 04960a2 Issue 27744: AES-CBC and DRBG need Kernel 3.19+ by Christian Heimes · 8 years ago
  39. 942889a Issue #27938: Add a fast-path for us-ascii encoding by Victor Stinner · 8 years ago
  40. a9ab165 os.access does not allow a fd by Benjamin Peterson · 8 years ago
  41. b1cb8b2 merge 3.5 by Benjamin Peterson · 8 years ago
  42. 4837141 Issue 27744: Check for AF_ALG support in Kernel by Christian Heimes · 8 years ago
  43. 3cebf93 Implement the frame evaluation API aspect of PEP 523. by Brett Cannon · 8 years ago
  44. 625cb37 Issue #25387: Check return value of winsound.MessageBeep by Zachary Ware · 8 years ago
  45. 768f3b4 do not pretend to support passing a fd to access() by Benjamin Peterson · 8 years ago
  46. cefebf3 Issue #27748: Merge with 3.5 by Zachary Ware · 8 years ago
  47. 9ed756b Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  48. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  49. 8c21ab0 Issue #27744: correct comment and markup by Christian Heimes · 8 years ago
  50. 25bfcd5 Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers. by Christian Heimes · 8 years ago
  51. dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 8 years ago
  52. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  53. 4565986 Issue #27756: Updates installer icons to be the console and launcher icon instead of the setup icon by Steve Dower · 8 years ago
  54. 01113fa Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  55. ae8298b Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound. 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. 0e76e67 Closes #27748: Merge with 3.5 by Zachary Ware · 8 years ago
  58. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  59. c7d1cf4 Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang. by Steve Dower · 8 years ago
  60. 942dd9f merge 3.5 (#27957) by Benjamin Peterson · 8 years ago
  61. f7e2ea2 remove ungrammarical apostrophe (closes #27957) by Benjamin Peterson · 8 years ago
  62. c7fac12 Merge by Raymond Hettinger · 8 years ago
  63. f5b7c7b Improve recipe by showing results of intermediate steps by Raymond Hettinger · 8 years ago
  64. ebbc736 Fix get_externals.bat by Zachary Ware · 8 years ago
  65. 7c510a6 Issue #27883: Update sqlite to 3.14.1 on Windows by Zachary Ware · 8 years ago
  66. 55f4452 remove memory indirections in dict_traverse (closes #27956) by Benjamin Peterson · 8 years ago
  67. 2250c4c Issue #27830: Remove unused _PyStack_AsDict() by Victor Stinner · 8 years ago
  68. ff79396 fix skipping #27921 for windows by Benjamin Peterson · 8 years ago
  69. 1c2400c Closes #27407: Merge with 3.5 by Zachary Ware · 8 years ago
  70. 8c9d99f Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible by Zachary Ware · 8 years ago
  71. 7b24b27 merge 3.5 (#27812) by Benjamin Peterson · 8 years ago
  72. bdddb11 clear out f_gen during generator finalization (closes #27812) by Benjamin Peterson · 8 years ago
  73. 339a6cf merge 3.5 by Benjamin Peterson · 8 years ago
  74. 177a424 merge heads by Benjamin Peterson · 8 years ago
  75. 80109d3 merge heads by Benjamin Peterson · 8 years ago
  76. 9802081 merge 3.5 (closes #27811) by Benjamin Peterson · 8 years ago
  77. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  78. 64c7c86 Minor improvements to the vcs ignore files by Steve Dower · 8 years ago
  79. 63cf72d Minor improvements to the vcs ignore files by Steve Dower · 8 years ago
  80. 4847f31 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  81. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  82. 27682d2 issue23591: more docs; slight change to repr by Ethan Furman · 8 years ago
  83. bce9cba Merge by Raymond Hettinger · 8 years ago
  84. 871a334 Issue 27936: Update doc for round() to indicate that None is an allowable argument. by Raymond Hettinger · 8 years ago
  85. 6579502 Merge by Raymond Hettinger · 8 years ago
  86. 16eb827 Improve docs for random.seed() by Raymond Hettinger · 8 years ago
  87. e02bfd0 Add Francisco Couzo to Misc/ACKS (for issue #27427 patch). by Mark Dickinson · 8 years ago
  88. 31ba1c3 Issue #27427: Additional tests for the math module. Thanks Francisco Couzo. by Mark Dickinson · 8 years ago
  89. 8574654 Issue #27953: skip failing math and cmath tests for tan on OS X 10.4. by Mark Dickinson · 8 years ago
  90. 96f774d Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Jeff Allen. by Mark Dickinson · 8 years ago
  91. 06cf601 Issue 27921: Remove backslash from another f-string. I'll revert this change before beta 2. I also need to look in to why test_tools/test_unparse fails with the files that are now being skipped. by Eric V. Smith · 8 years ago
  92. 7c4e409 Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. by Mark Dickinson · 8 years ago
  93. 2500c98 Closes #27935: returned numeric value for 'FATAL' logging level. by Vinay Sajip · 8 years ago
  94. 44ac3c5 Merge upstream change. by Vinay Sajip · 8 years ago
  95. d635f2f Closes #27937: Merge fix from 3.5. by Vinay Sajip · 8 years ago
  96. ab7b0a0 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  97. 1b8f7b8 Issue 27921: Remove backslash from another f-string. I'll revert this change before beta 2. by Eric V. Smith · 8 years ago
  98. 0a7b7e3 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  99. 6e02560 Issue 27921: Remove backslash from another f-string. by Eric V. Smith · 8 years ago
  100. 6a4efce Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts. by Eric V. Smith · 8 years ago