| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | get skipIf from the right place | Benjamin Peterson | 2016-09-07 | 1 | -1/+1 |
| | | |||||
| * | Issue #6135: Adds encoding and errors parameters to subprocess | Steve Dower | 2016-09-07 | 1 | -18/+41 |
| | | |||||
| * | Fix test_os.GetRandomTests() | Victor Stinner | 2016-09-07 | 1 | -0/+12 |
| | | | | | Issue #27778: Skip getrandom() tests if getrandom() fails with ENOSYS. | ||||
| * | Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec ↵ | Steve Dower | 2016-09-07 | 1 | -33/+29 |
| | | | | | lookup | ||||
| * | Adds test.support.PGO and skips tests that are not useful for PGO. | Steve Dower | 2016-09-07 | 9 | -1/+33 |
| | | |||||
| * | Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder(). | Brett Cannon | 2016-09-07 | 1 | -0/+10 |
| | | |||||
| * | Correct a comment in the test referencing the wrong issue number (issue3100 | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-07 | 1 | -1/+1 |
| | | | | | is correct, not 3110). | ||||
| * | Issue #18844: Add random.weighted_choices() | Raymond Hettinger | 2016-09-07 | 1 | -0/+68 |
| | | |||||
| * | Download hashlib test vectors from pythontest.net | Christian Heimes | 2016-09-06 | 1 | -1/+1 |
| | | |||||
| * | Add os.getrandom() | Victor Stinner | 2016-09-06 | 1 | -0/+32 |
| | | | | | | | | Issue #27778: Expose the Linux getrandom() syscall as a new os.getrandom() function. This change is part of the PEP 524. | ||||
| * | Issue #26027: Support path-like objects in PyUnicode-FSConverter(). | Brett Cannon | 2016-09-06 | 1 | -36/+28 |
| | | | | | | This is to add support for os.exec*() and os.spawn*() functions. Part of PEP 519. | ||||
| * | Closes #27982: Allow keyword arguments to winsound functions | Zachary Ware | 2016-09-06 | 1 | -0/+10 |
| | | |||||
| * | Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name ↵ | Christian Heimes | 2016-09-06 | 3 | -4/+105 |
| |\ | | | | | | | fields in X.509 certs. | ||||
| | * | Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name ↵ | Christian Heimes | 2016-09-06 | 3 | -4/+105 |
| | | | | | | | | | fields in X.509 certs. | ||||
| * | | Issue #25761: Improved error reporting about truncated pickle data in | Serhiy Storchaka | 2016-09-06 | 1 | -2/+1 |
| | | | | | | | | | | | C implementation of unpickler. UnpicklingError is now raised instead of AttributeError and ValueError in some cases. | ||||
| * | | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. | Christian Heimes | 2016-09-06 | 1 | -6/+195 |
| | | | |||||
| * | | Issue #27928: Add scrypt (password-based key derivation function) to hashlib ↵ | Christian Heimes | 2016-09-06 | 1 | -0/+47 |
| | | | | | | | | | module (requires OpenSSL 1.1.0). | ||||
| * | | merge 3.5 (#27969) | Benjamin Peterson | 2016-09-06 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | suppress stderr output when checking gdb (closes #27969) | Benjamin Peterson | 2016-09-06 | 1 | -0/+1 |
| | | | |||||
| * | | Issue 27866: relax get_cipher() test even more. Gentoo buildbot has no ECDHE | Christian Heimes | 2016-09-06 | 1 | -2/+2 |
| | | | |||||
| * | | Issue 27744: skip test if AF_ALG socket bind fails | Christian Heimes | 2016-09-06 | 1 | -1/+5 |
| | | | |||||
| * | | Issue 27866: relax test case for set_cipher() and allow more cipher suites | Christian Heimes | 2016-09-06 | 1 | -4/+3 |
| | | | |||||
| * | | require a long long data type (closes #27961) | Benjamin Peterson | 2016-09-06 | 1 | -18/+3 |
| | | | |||||
| * | | Issue #27748: Merge with 3.5 | Zachary Ware | 2016-09-05 | 1 | -4/+1 |
| |\ \ | |/ | |||||
| | * | Issue #27748: Backed out changeset f845e24d794e | Zachary Ware | 2016-09-05 | 1 | -4/+1 |
| | | | | | | | | | Apparently the test succeeds on XP. | ||||
| * | | Issue 27744: AES-CBC and DRBG need Kernel 3.19+ | Christian Heimes | 2016-09-05 | 1 | -0/+2 |
| | | | |||||
| * | | os.access does not allow a fd | Benjamin Peterson | 2016-09-05 | 1 | -1/+1 |
| | | | |||||
| * | | Issue 27744: Check for AF_ALG support in Kernel | Christian Heimes | 2016-09-05 | 1 | -1/+14 |
| | | | |||||
| * | | Issue #27748: Merge with 3.5 | Zachary Ware | 2016-09-05 | 1 | -1/+4 |
| |\ \ | |/ | |||||
| | * | Issue #27748: strengthen test_alias_nofallback | Zachary Ware | 2016-09-05 | 1 | -1/+4 |
| | | | | | | | | | This test should always raise RuntimeError. | ||||
| * | | Issue #27355: Removed support for Windows CE. It was never finished, | Larry Hastings | 2016-09-05 | 1 | -1/+1 |
| | | | | | | | | | and Windows CE is no longer a relevant platform for Python. | ||||
| * | | Issue #27866: Add SSLContext.get_ciphers() method to get a list of all ↵ | Christian Heimes | 2016-09-05 | 1 | -0/+9 |
| | | | | | | | | | enabled ciphers. | ||||
| * | | Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. | Christian Heimes | 2016-09-05 | 1 | -0/+165 |
| | | | |||||
| * | | Issue #24254: Preserve class attribute definition order. | Eric Snow | 2016-09-05 | 5 | -6/+229 |
| | | | |||||
| * | | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. | Christian Heimes | 2016-09-05 | 1 | -31/+58 |
| |\ \ | |/ | |||||
| | * | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. | Christian Heimes | 2016-09-05 | 1 | -31/+58 |
| | | | |||||
| * | | Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound. | Zachary Ware | 2016-09-05 | 1 | -0/+16 |
| | | | | | | | | | Based on a patch by Tim Lesher. | ||||
| * | | Closes #27748: Merge with 3.5 | Zachary Ware | 2016-09-05 | 2 | -203/+62 |
| |\ \ | |/ | |||||
| | * | Issue #27748: Simplify test_winsound. | Zachary Ware | 2016-09-05 | 2 | -203/+62 |
| | | | | | | | | | | | | | The tests no longer attempt to figure out if a soundcard or particular system sounds are available. Instead, it just tries everything and accepts RuntimeError as a flavor of success. | ||||
| * | | fix skipping #27921 for windows | Benjamin Peterson | 2016-09-05 | 1 | -2/+1 |
| | | | |||||
| * | | merge 3.5 (closes #27811) | Benjamin Peterson | 2016-09-05 | 1 | -0/+8 |
| |\ \ | |/ | |||||
| | * | do not allow _PyGen_Finalize to fail (closes #27811) | Benjamin Peterson | 2016-09-05 | 1 | -0/+8 |
| | | | | | | | | | Patch from Armin Rigo. | ||||
| * | | Merge with 3.5 | Terry Jan Reedy | 2016-09-05 | 1 | -2/+3 |
| |\ \ | |/ | |||||
| | * | Issue #27918# test.resource.is_gui_available no longer flashes tk window. | Terry Jan Reedy | 2016-09-05 | 1 | -2/+3 |
| | | | | | | | | | Also, don't run it if 'gui' is not requested. Patch by Xiang Zhang. | ||||
| * | | issue23591: more docs; slight change to repr | Ethan Furman | 2016-09-04 | 1 | -6/+6 |
| | | | |||||
| * | | Issue #27427: Additional tests for the math module. Thanks Francisco Couzo. | Mark Dickinson | 2016-09-04 | 1 | -6/+22 |
| | | | |||||
| * | | Issue #27953: skip failing math and cmath tests for tan on OS X 10.4. | Mark Dickinson | 2016-09-04 | 2 | -1/+38 |
| | | | |||||
| * | | Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks ↵ | Mark Dickinson | 2016-09-03 | 2 | -87/+319 |
| | | | | | | | | | Jeff Allen. | ||||
| * | | Issue 27921: Remove backslash from another f-string. I'll revert this change ↵ | Eric V. Smith | 2016-09-03 | 2 | -2/+12 |
| | | | | | | | | | before beta 2. I also need to look in to why test_tools/test_unparse fails with the files that are now being skipped. | ||||
| * | | Issue #11734: Add support for IEEE 754 half-precision floats to the struct ↵ | Mark Dickinson | 2016-09-03 | 1 | -2/+105 |
| | | | | | | | | | module. Original patch by Eli Stevens. | ||||
