COMMITS
/ Misc/NEWS September 6, 2016
V
os.urandom() now blocks on Linux
Victor Stinner committed
V
Add os.getrandom()
Victor Stinner committed
B
Issue #26027: Support path-like objects in PyUnicode-FSConverter().
Brett Cannon committed
N
Issue #21122: Fix LTO builds on OS X.
Ned Deily committed
Z
Closes #27982: Allow keyword arguments to winsound functions
Zachary Ware committed
C
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
Christian Heimes committed
C
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
Christian Heimes committed
S
Issue #25761: Improved error reporting about truncated pickle data in
Serhiy Storchaka committed
C
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
Christian Heimes committed
S
Issue #25596: Optimized glob() and iglob() functions in the
Serhiy Storchaka committed
S
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka committed
B
remove an unanswered question
Benjamin Peterson committed
B
require standard int types to be defined (#17884)
Benjamin Peterson committed
C
C
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
Christian Heimes committed
C
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
Christian Heimes committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
N
Update OS X installer to use SQlite 3.14.1 and XZ 5.2.2.
Ned Deily committed
September 5, 2016
Z
Closes #20366: Build full text search support into SQLite on Windows
Zachary Ware committed
Z
Move NEWS entry to correct section.
Zachary Ware committed
B
Implement the frame evaluation API aspect of PEP 523.
Brett Cannon committed
Z
Issue #25387: Check return value of winsound.MessageBeep
Zachary Ware committed
B
do not pretend to support passing a fd to access()
Benjamin Peterson committed
L
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings committed
C
Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled ciphers.
Christian Heimes committed
C
Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
Christian Heimes committed
E
Issue #24254: Preserve class attribute definition order.
Eric Snow committed
C
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes committed
Z
Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound.
Zachary Ware committed
C
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes committed
S
Z
Issue #27883: Update sqlite to 3.14.1 on Windows
Zachary Ware committed
B
merge 3.5 (#27812)
Benjamin Peterson committed
B
clear out f_gen during generator finalization (closes #27812)
Benjamin Peterson committed
B
merge 3.5 (closes #27811)
Benjamin Peterson committed
B
do not allow _PyGen_Finalize to fail (closes #27811)
Benjamin Peterson committed
September 4, 2016
M
Issue #27427: Additional tests for the math module. Thanks Francisco Couzo.
Mark Dickinson committed
M
Issue #27953: skip failing math and cmath tests for tan on OS X 10.4.
Mark Dickinson committed
September 3, 2016
M
Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Jeff Allen.
Mark Dickinson committed
M
E
R
Issue 27936: Fix inconsistent round() behavior between float and int
Raymond Hettinger committed
September 2, 2016
J
Issue #12885: Merge with 3.5
Jason R. Coombs committed
J
Issue #12885: Merge 3.4
Jason R. Coombs committed
J
Issue #12885: Correct issue reference in NEWS
Jason R. Coombs committed
J
Issue #12885: Merge with 3.5
Jason R. Coombs committed
J
Issue #12285: Merge with 3.4
Jason R. Coombs committed
J
Issue #12285: Update NEWS
Jason R. Coombs committed