summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #26032: Optimized globbing in pathlib by using os.scandir(); it is nowSerhiy Storchaka2016-09-071-55/+39
* Rename weighted_choices() to just choices()Raymond Hettinger2016-09-072-30/+30
* Issue #25596: Falls back to listdir in glob for bytes paths on Windows.Serhiy Storchaka2016-09-071-7/+16
* get skipIf from the right placeBenjamin Peterson2016-09-071-1/+1
* Issue #6135: Adds encoding and errors parameters to subprocessSteve Dower2016-09-072-60/+86
* Fix test_os.GetRandomTests()Victor Stinner2016-09-071-0/+12
* Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec ...Steve Dower2016-09-075-49/+81
* Adds test.support.PGO and skips tests that are not useful for PGO.Steve Dower2016-09-079-1/+33
* Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().Brett Cannon2016-09-071-0/+10
* Bypass __get_openssl_constructor() and always use our own blake2 implementationChristian Heimes2016-09-071-0/+3
* Correct a comment in the test referencing the wrong issue number (issue3100Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-071-1/+1
* Issue #18844: Add random.weighted_choices()Raymond Hettinger2016-09-072-1/+95
* os.urandom() now blocks on LinuxVictor Stinner2016-09-061-9/+0
* Download hashlib test vectors from pythontest.netChristian Heimes2016-09-061-1/+1
* Issue #27974: Remove importlib._bootstrap._ManageReload.Brett Cannon2016-09-061-17/+0
* Add os.getrandom()Victor Stinner2016-09-061-0/+32
* Issue #21250: Merge from 3.5Berker Peksag2016-09-061-1/+100
|\
| * Issue #21250: Add tests for SQLite's ON CONFLICT clauseBerker Peksag2016-09-061-1/+100
* | Issue #26027: Support path-like objects in PyUnicode-FSConverter().Brett Cannon2016-09-061-36/+28
* | Closes #27982: Allow keyword arguments to winsound functionsZachary Ware2016-09-061-0/+10
* | Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...Christian Heimes2016-09-063-4/+105
|\ \ | |/
| * Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...Christian Heimes2016-09-063-4/+105
* | Issue #25761: Improved error reporting about truncated pickle data inSerhiy Storchaka2016-09-061-2/+1
* | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.Christian Heimes2016-09-062-16/+217
* | Issue #25596: Optimized glob() and iglob() functions in theSerhiy Storchaka2016-09-061-29/+41
* | Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.Serhiy Storchaka2016-09-062-2/+4
* | Issue #27928: Add scrypt (password-based key derivation function) to hashlib ...Christian Heimes2016-09-062-0/+53
* | Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...Christian Heimes2016-09-061-15/+21
|\ \ | |/
| * Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...Christian Heimes2016-09-061-15/+21
* | merge 3.5 (#27969)Benjamin Peterson2016-09-061-0/+1
|\ \ | |/
| * suppress stderr output when checking gdb (closes #27969)Benjamin Peterson2016-09-061-0/+1
* | Issue 27866: relax get_cipher() test even more. Gentoo buildbot has no ECDHEChristian Heimes2016-09-061-2/+2
* | Issue 27744: skip test if AF_ALG socket bind failsChristian Heimes2016-09-061-1/+5
* | Issue 27866: relax test case for set_cipher() and allow more cipher suitesChristian Heimes2016-09-061-4/+3
* | Issue #27355: Import no longer neededMartin Panter2016-09-061-1/+1
* | require a long long data type (closes #27961)Benjamin Peterson2016-09-061-18/+3
* | [merge from 3.5] - Update pkgutil docs to reference appropriate finder and lo...Senthil Kumaran2016-09-061-4/+4
|\ \ | |/
| * Update pkgutil docs to reference appropriate finder and loader object documen...Senthil Kumaran2016-09-061-4/+4
* | 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
|\ \ | |/