summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* bpo-34794: Fix a leak in Tkinter. (GH-10025)Miss Islington (bot)2018-10-231-3/+1
* Fix error handling bugs in _elementtree.c. (GH-10060)Miss Islington (bot)2018-10-231-11/+11
* closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu...Miss Islington (bot)2018-10-201-0/+4
* bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...Miss Islington (bot)2018-10-191-3/+15
* bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9744)Miss Islington (bot)2018-10-201-2/+7
* Elaborate datetime.timedelta docstring (GH-7458)Miss Islington (bot)2018-10-191-1/+5
* Fix several reference counting bugs in pyexpat.c. (GH-9955)Miss Islington (bot)2018-10-191-4/+8
* bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)Miss Islington (bot)2018-10-181-31/+64
* [3.6] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9941)Miss Islington (bot)2018-10-171-0/+4
* [3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937)Stéphane Wirtel2018-10-181-5/+3
* [3.6] bpo-34941: Fix searching Element subclasses. (GH-9766) (GH-9868)Serhiy Storchaka2018-10-141-12/+13
* [3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods...Miss Islington (bot)2018-10-111-1/+4
* [3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...Serhiy Storchaka2018-10-117-239/+184
* [3.6] bpo-34906: Doc: Fix typos (2) (GH-9735)Stéphane Wirtel2018-10-101-1/+1
* Fix a compiler warning added in bpo-34872. (GH-9722). (GH-9726) (GH-9728)Miss Islington (bot)2018-10-051-1/+1
* [3.6] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (G...Elvis Pranskevichus2018-10-031-3/+8
* Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630)Miss Islington (bot)2018-09-281-1/+1
* [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)Christian Heimes2018-09-232-8/+109
* [3.6] bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) (GH-9492)Christian Heimes2018-09-211-2/+2
* bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)Miss Islington (bot)2018-09-211-0/+1
* closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261)Miss Islington (bot)2018-09-201-31/+31
* bpo-32215: Fix performance regression in sqlite3 (GH-8511)Miss Islington (bot)2018-09-201-4/+4
* bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)Miss Islington (bot)2018-09-182-0/+10
* bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)Steve Dower2018-09-171-59/+67
* bpo-34710: fix SSL module build (GH-9347)Miss Islington (bot)2018-09-171-0/+1
* bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)Miss Islington (bot)2018-09-155-6/+221
* bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)Miss Islington (bot)2018-09-131-3/+3
* closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...Miss Islington (bot)2018-09-121-0/+6
* [3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209)Benjamin Peterson2018-09-111-3/+3
* Delete old expat comment. (GH-9197)Miss Islington (bot)2018-09-111-8/+0
* [3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections....Benjamin Peterson2018-09-111-3/+13
* bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149)Miss Islington (bot)2018-09-101-10/+14
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9158)Miss Islington (bot)2018-09-104-27/+69
* [3.6] Fix misleading mentions of tp_size in comments (GH-9137)Benjamin Peterson2018-09-1010-14/+14
* [3.6] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (...William Grzybowski2018-09-092-2/+2
* [3.6] bpo-34563: Fix for invalid assert on big output of multiprocessing.Proc...Alexander Buchkovsky2018-09-072-9/+9
* bpo-13312: Avoid int underflow in time year. (GH-8912)Miss Islington (bot)2018-08-251-0/+6
* bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)Miss Islington (bot)2018-08-221-0/+2
* bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH...Miss Islington (bot)2018-08-162-42/+22
* bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)Christian Heimes2018-08-141-0/+4
* Fix docstring of Profiler class (GH-8651)Miss Islington (bot)2018-08-031-2/+2
* [3.6] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) (...Serhiy Storchaka2018-07-311-16/+17
* bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ...Steve Dower2018-07-291-1/+5
* [3.6] bpo-29097: Forego fold detection on windows for low timestamp values (G...Ammar Askar2018-07-271-1/+16
* bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...Serhiy Storchaka2018-07-171-4/+7
* [3.6] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8218)Benjamin Peterson2018-07-094-20/+20
* delete some unused pysqlite forward declarations (GH-8211)Miss Islington (bot)2018-07-091-4/+0
* Make various internal _testbuffer symbols static. (GH-8160)Miss Islington (bot)2018-07-071-4/+4
* Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)Miss Islington (bot)2018-07-061-2/+2
* Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127)Miss Islington (bot)2018-07-051-2/+2