summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Don't export pending_threadfunc from _testcapi. (GH-8075)Miss Islington (bot)2018-07-031-1/+2
* bpo-25862: Fix several bugs in the _io module. (GH-8026)Miss Islington (bot)2018-06-302-8/+17
* [3.6] bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8025)Tal Einat2018-06-301-3/+6
* [3.6] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)...Zackery Spytz2018-06-291-0/+5
* bpo-33956: update vendored expat to 2.2.5 (GH-7925)Miss Islington (bot)2018-06-268-1464/+1352
* bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) (GH-7872)Victor Stinner2018-06-232-4/+12
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)Miss Islington (bot)2018-06-151-3/+7
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7601)Miss Islington (bot)2018-06-101-0/+11