95480 Commits (7c510a6a2d420103eaa5412f241f7a2f75f17665)
 

Author SHA1 Message Date
Zachary Ware 7c510a6a2d Issue #27883: Update sqlite to 3.14.1 on Windows 10 years ago
Benjamin Peterson 55f445282d remove memory indirections in dict_traverse (closes #27956) 10 years ago
Victor Stinner 2250c4cb81 Issue #27830: Remove unused _PyStack_AsDict() 10 years ago
Benjamin Peterson ff79396c83 fix skipping #27921 for windows 10 years ago
Zachary Ware 1c2400cfdc Closes #27407: Merge with 3.5 10 years ago
Zachary Ware 8c9d99ff22 Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible 10 years ago
Benjamin Peterson 7b24b27302 merge 3.5 (#27812) 10 years ago
Benjamin Peterson bdddb11b0e clear out f_gen during generator finalization (closes #27812) 10 years ago
Benjamin Peterson 339a6cf79b merge 3.5 10 years ago
Benjamin Peterson 177a42438d merge heads 10 years ago
Benjamin Peterson 80109d3351 merge heads 10 years ago
Benjamin Peterson 98020812e6 merge 3.5 (closes #27811) 10 years ago
Benjamin Peterson 2f40ed4b94 do not allow _PyGen_Finalize to fail (closes #27811) 10 years ago
Steve Dower 64c7c86389 Minor improvements to the vcs ignore files 10 years ago
Steve Dower 63cf72d692 Minor improvements to the vcs ignore files 10 years ago
Terry Jan Reedy 4847f3194d Merge with 3.5 10 years ago
Terry Jan Reedy fb5ce7eea1 Issue #27918# test.resource.is_gui_available no longer flashes tk window. 10 years ago
Ethan Furman 27682d2698 issue23591: more docs; slight change to repr 10 years ago
Raymond Hettinger bce9cbaf98 Merge 10 years ago
Raymond Hettinger 871a3340b7 Issue 27936: Update doc for round() to indicate that None is an allowable argument. 10 years ago
Raymond Hettinger 6579502c7e Merge 10 years ago
Raymond Hettinger 16eb827b33 Improve docs for random.seed() 10 years ago
Mark Dickinson e02bfd0ba0 Add Francisco Couzo to Misc/ACKS (for issue #27427 patch). 10 years ago
Mark Dickinson 31ba1c3de8 Issue #27427: Additional tests for the math module. Thanks Francisco Couzo. 10 years ago
Mark Dickinson 85746542ea Issue #27953: skip failing math and cmath tests for tan on OS X 10.4. 10 years ago
Mark Dickinson 96f774d824 Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Jeff Allen. 10 years ago
Eric V. Smith 06cf601e4f 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. 10 years ago
Mark Dickinson 7c4e409d07 Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. 10 years ago
Vinay Sajip 2500c98278 Closes #27935: returned numeric value for 'FATAL' logging level. 10 years ago
Vinay Sajip 44ac3c5fe9 Merge upstream change. 10 years ago
Vinay Sajip d635f2f54f Closes #27937: Merge fix from 3.5. 10 years ago
Vinay Sajip ab7b0a03b5 Fixes #27937: optimise code used in all logging calls. 10 years ago
Eric V. Smith 1b8f7b818f Issue 27921: Remove backslash from another f-string. I'll revert this change before beta 2. 10 years ago
Vinay Sajip 0a7b7e30ff Fixes #27937: optimise code used in all logging calls. 10 years ago
Eric V. Smith 6e025608a2 Issue 27921: Remove backslash from another f-string. 10 years ago
Eric V. Smith 6a4efce7a5 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. 10 years ago
Raymond Hettinger 3b09cd64e0 Merge 10 years ago
Raymond Hettinger f0f1c239e4 Issue 27936: Fix inconsistent round() behavior between float and int 10 years ago
Ethan Furman 25d94bbf05 issue23591: bool(empty_flags) == False; more docs & tests 10 years ago
Ethan Furman 0443953067 issue23591: optimize _high_bit() 10 years ago
Victor Stinner 1a05d6c04d PEP 7 style for if/else in C 10 years ago
Ethan Furman 65a5a47d79 issue23591: add docs; code cleanup; more tests 10 years ago
Jason R. Coombs c19f00b238 Issue #12885: Merge with 3.5 10 years ago
Jason R. Coombs 22c108f019 Issue #12885: Merge with 3.4, retaining commits reverted there. 10 years ago
Jason R. Coombs 79ae9671ff Issue #12885: Revert commits in 3.4 branch which is security-only fixes. 10 years ago
Jason R. Coombs 742d32ac63 Issue #12885: Merge with 3.5 10 years ago
Jason R. Coombs 0c7e42e8f7 Issue #12885: Merge 3.4 10 years ago
Jason R. Coombs 6f5d3fd4d1 Issue #12885: Correct issue reference in NEWS 10 years ago
Jason R. Coombs 9650b19212 Merge backout for test suite fix 10 years ago
Jason R. Coombs b44c849de4 Merge backout for test suite fix 10 years ago