summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...Steve Dower2018-03-081-22/+32
* [3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155...Miss Islington (bot)2018-03-082-2/+39
* bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Miss Islington (bot)2018-03-071-3/+18
* [3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)Steve Dower2018-03-051-28/+38
* bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946)Miss Islington (bot)2018-03-011-7/+7
* [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding...Serhiy Storchaka2018-02-274-18/+45
* Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145)Miss Islington (bot)2018-02-261-1/+1
* [3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)animalize2018-02-261-0/+67
* [3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881)Christian Heimes2018-02-252-24/+29
* [3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)Christian Heimes2018-02-252-11/+24
* bpo-32185: Don't send IP in SNI TLS extension (#5865)Christian Heimes2018-02-251-2/+40
* bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)Miss Islington (bot)2018-02-251-2/+4
* bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)Miss Islington (bot)2018-02-241-0/+3
* closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)Miss Islington (bot)2018-02-211-1/+1
* Update comment in posixmodule.c (GH-5681)Miss Islington (bot)2018-02-141-1/+1
* bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)INADA Naoki2018-02-134-9/+21
* bpo-29248: Fix os.readlink() on Windows (GH-5577)Miss Islington (bot)2018-02-121-3/+3
* bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...Miss Islington (bot)2018-02-061-4/+4
* [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)Terry Jan Reedy2018-02-044-4/+4
* bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH...Miss Islington (bot)2018-02-011-10/+20
* [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)Antoine Pitrou2018-01-281-4/+10
* [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)Victor Stinner2018-01-151-6/+26
* correct the typos (GH-4950) (#4951)Miss Islington (bot)2017-12-211-2/+2
* bpo-32329: Fix sys.flags.hash_randomization (#4875)Victor Stinner2017-12-151-1/+0
* bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-47...Miss Islington (bot)2017-12-141-0/+1
* [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#...Andrew Svetlov2017-12-141-1/+1
* bpo-32255: Always quote a single empty field when write into a CSV file. (GH-...Miss Islington (bot)2017-12-121-1/+1
* bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795)Miss Islington (bot)2017-12-111-1/+1
* bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)Miss Islington (bot)2017-12-011-1/+5
* bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-408...Miss Islington (bot)2017-11-301-38/+98
* bpo-31440: Changed default module search path for windows (#4613)Miss Islington (bot)2017-11-281-2/+2
* bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416)Victor Stinner2017-11-161-3/+19
* bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_arr...Miss Islington (bot)2017-11-141-1/+3
* bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() ...Miss Islington (bot)2017-11-131-1/+5
* [3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4...Serhiy Storchaka2017-11-092-58/+61
* bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...Miss Islington (bot)2017-11-071-0/+5
* bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...Miss Islington (bot)2017-11-071-8/+7
* bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4...Miss Islington (bot)2017-11-032-4/+8
* bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4261)Miss Islington (bot)2017-11-031-1/+4
* [3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-42...Tal Einat2017-11-032-5/+5
* bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (G...Miss Islington (bot)2017-11-011-12/+26
* bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...Miss Islington (bot)2017-11-011-2/+10
* bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)Miss Islington (bot)2017-11-011-2/+4
* Remove nested comments in blake2 (GH-4173) (#4214)Miss Islington (bot)2017-11-011-2/+4
* bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...Miss Islington (bot)2017-11-011-8/+16
* bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (GH-4196) ...Miss Islington (bot)2017-10-311-4/+4
* bpo-31893: Fixed select.kqueue(). (GH-4166) (#4190)Miss Islington (bot)2017-10-311-47/+71
* bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)Miss Islington (bot)2017-10-311-33/+40
* [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...xdegaye2017-10-261-0/+63
* bpo-31752: Fix possible crash in timedelta constructor called with custom int...Miss Islington (bot)2017-10-231-2/+7