summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec ...Steve Dower2016-09-072-1/+116
* Fix some warnings from MSVCSteve Dower2016-09-073-6/+3
* merge 3.5Benjamin Peterson2016-09-071-1/+2
|\
| * do not memcpy from NULLBenjamin Peterson2016-09-071-1/+2
* | Silence two warnings in blake2. key_length is between 0 and 64 (block size).Christian Heimes2016-09-072-2/+2
* | Issue #27776: include process.h on Windows for getpid()Victor Stinner2016-09-071-0/+3
* | os.urandom() now blocks on LinuxVictor Stinner2016-09-062-12/+47
* | Add os.getrandom()Victor Stinner2016-09-062-1/+106
* | Run Argument Clinic on posixmodule.cVictor Stinner2016-09-062-11/+11
* | Issue #26798: for loop initial declarations, take 3Christian Heimes2016-09-061-0/+1
* | Issue #26798: for loop initial declarations, take 2Christian Heimes2016-09-064-17/+23
* | Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...Christian Heimes2016-09-061-1/+34
|\ \ | |/
| * Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...Christian Heimes2016-09-061-1/+34
* | Issue #26798: for loop initial declarations are only allowed in C99 or C11 modeChristian Heimes2016-09-064-9/+18
* | Issue #25761: Improved error reporting about truncated pickle data inSerhiy Storchaka2016-09-061-39/+41
* | replace Py_(u)intptr_t with the c99 standard typesBenjamin Peterson2016-09-069-57/+57
* | replace Python aliases for standard integer types with the standard integer t...Benjamin Peterson2016-09-063-36/+32
* | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.Christian Heimes2016-09-0622-8/+4650
* | include (now) int standard headersBenjamin Peterson2016-09-061-6/+2
* | do not need vcstdint.h anymoreBenjamin Peterson2016-09-061-1/+0
* | require standard int types to be defined (#17884)Benjamin Peterson2016-09-061-8/+0
* | Issue #27928: Add scrypt (password-based key derivation function) to hashlib ...Christian Heimes2016-09-062-0/+189
* | replace PY_LONG_LONG with long longBenjamin Peterson2016-09-0613-128/+118
* | Avoid calling functions with an empty string as format stringVictor Stinner2016-09-067-17/+17
* | Avoid inefficient way to call functions without argumentVictor Stinner2016-09-063-6/+6
* | merge 3.5Benjamin Peterson2016-09-061-1/+1
|\ \ | |/
| * explicitly cast away constness to silence compiler warningBenjamin Peterson2016-09-061-1/+1
* | require a long long data type (closes #27961)Benjamin Peterson2016-09-0615-152/+6
* | merge 3.5Benjamin Peterson2016-09-061-0/+2
|\ \ | |/
| * Backed out changeset 8b6be1341770Benjamin Peterson2016-09-061-0/+2
* | merge 3.5Benjamin Peterson2016-09-051-2/+0
|\ \ | |/
| * remove long double from ctypes value unionBenjamin Peterson2016-09-051-2/+0
* | Issue #26470: Use short name rather than name for compression name to fix #27...Christian Heimes2016-09-051-6/+1
|\ \ | |/
| * Issue #26470: Use short name rather than name for compression name to fix #27...Christian Heimes2016-09-051-6/+1
* | merge 3.5Benjamin Peterson2016-09-052-6/+6
|\ \ | |/
| * do not pretend to support passing a fd to access()Benjamin Peterson2016-09-052-6/+6
* | Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-059-1407/+0
* | Issue #27744: correct comment and markupChristian Heimes2016-09-051-1/+1
* | Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enable...Christian Heimes2016-09-052-1/+143
* | Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.Christian Heimes2016-09-051-53/+378
* | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-052-104/+242
|\ \ | |/
| * Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-052-104/+242
* | Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...Mark Dickinson2016-09-031-1/+75
* | Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...Serhiy Storchaka2016-09-012-42/+35
|\ \ | |/
| * Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...Serhiy Storchaka2016-09-012-42/+35
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-3011-13/+13
* | Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.Mark Dickinson2016-08-291-0/+54
* | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-2/+11
|\ \ | |/
| * Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-2/+11
* | Issue #19884: Merge Readline updates from 3.5Martin Panter2016-08-271-12/+15
|\ \ | |/