summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #27748: Merge with 3.5Zachary Ware2016-09-051-4/+1
|\ \ | |/
| * Issue #27748: Backed out changeset f845e24d794eZachary Ware2016-09-051-4/+1
* | Issue 27744: AES-CBC and DRBG need Kernel 3.19+Christian Heimes2016-09-051-0/+2
* | os.access does not allow a fdBenjamin Peterson2016-09-051-1/+1
* | Issue 27744: Check for AF_ALG support in KernelChristian Heimes2016-09-051-1/+14
* | Issue #27748: Merge with 3.5Zachary Ware2016-09-051-1/+4
|\ \ | |/
| * Issue #27748: strengthen test_alias_nofallbackZachary Ware2016-09-051-1/+4
* | Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-0511-64/+20
* | Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enable...Christian Heimes2016-09-051-0/+9
* | Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.Christian Heimes2016-09-051-0/+165
* | Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-057-7/+234
* | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-052-39/+68
|\ \ | |/
| * Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-052-39/+68
* | Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound.Zachary Ware2016-09-051-0/+16
* | Closes #27748: Merge with 3.5Zachary Ware2016-09-052-203/+62
|\ \ | |/
| * Issue #27748: Simplify test_winsound.Zachary Ware2016-09-052-203/+62
* | fix skipping #27921 for windowsBenjamin Peterson2016-09-051-2/+1
* | merge 3.5 (closes #27811)Benjamin Peterson2016-09-051-0/+8
|\ \ | |/
| * do not allow _PyGen_Finalize to fail (closes #27811)Benjamin Peterson2016-09-051-0/+8
* | Merge with 3.5Terry Jan Reedy2016-09-051-2/+3
|\ \ | |/
| * Issue #27918# test.resource.is_gui_available no longer flashes tk window.Terry Jan Reedy2016-09-051-2/+3
* | issue23591: more docs; slight change to reprEthan Furman2016-09-042-14/+11
* | MergeRaymond Hettinger2016-09-041-3/+5
|\ \ | |/
| * Improve docs for random.seed()Raymond Hettinger2016-09-041-3/+5
| * Fixes #27937: optimise code used in all logging calls.Vinay Sajip2016-09-031-4/+5
* | Issue #27427: Additional tests for the math module. Thanks Francisco Couzo.Mark Dickinson2016-09-041-6/+22
* | Issue #27953: skip failing math and cmath tests for tan on OS X 10.4.Mark Dickinson2016-09-042-1/+38
* | Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Je...Mark Dickinson2016-09-032-87/+319
* | Issue 27921: Remove backslash from another f-string. I'll revert this change ...Eric V. Smith2016-09-033-4/+14
* | Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...Mark Dickinson2016-09-031-2/+105
* | Closes #27935: returned numeric value for 'FATAL' logging level.Vinay Sajip2016-09-032-0/+5
* | Merge upstream change.Vinay Sajip2016-09-031-14/+14
|\ \
| * | Issue 27921: Remove backslash from another f-string. I'll revert this change ...Eric V. Smith2016-09-031-14/+14
* | | Fixes #27937: optimise code used in all logging calls.Vinay Sajip2016-09-031-2/+3
|/ /
* | Issue 27921: Remove backslash from another f-string.Eric V. Smith2016-09-031-1/+1
* | Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem...Eric V. Smith2016-09-034-98/+54
* | MergeRaymond Hettinger2016-09-032-1/+12
|\ \ | |/
| * Issue 27936: Fix inconsistent round() behavior between float and intRaymond Hettinger2016-09-032-1/+12
* | issue23591: bool(empty_flags) == False; more docs & testsEthan Furman2016-09-022-0/+19
* | issue23591: optimize _high_bit()Ethan Furman2016-09-021-7/+2
* | PEP 7 style for if/else in CVictor Stinner2016-09-021-0/+1
* | issue23591: add docs; code cleanup; more testsEthan Furman2016-09-022-21/+75
* | Merge backout for test suite fixJason R. Coombs2016-09-021-2/+9
|\ \ | |/
| * Merge backout for test suite fixJason R. Coombs2016-09-021-2/+9
| |\
| | * Backed out changeset cc86e9e102e8Jason R. Coombs2016-09-021-2/+9
* | | Issue #12885: Merge with 3.5Jason R. Coombs2016-09-022-31/+59
|\ \ \ | |/ /
| * | Issue #12285: Merge with 3.4Jason R. Coombs2016-09-022-31/+59
| |\ \ | | |/
| | * Issue #12285: Replace implementation of findall with implementation from Setu...Jason R. Coombs2015-09-191-27/+21
| | * Sort result to avoid spurious errors due to order.Jason R. Coombs2015-08-301-2/+2
| | * Add docstring and additional test revealing nuances of the implementation as ...Jason R. Coombs2015-09-191-0/+16