summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-34490: Fix test_asyncio for AIX - do not call transport.get_extra_i...Andrew Svetlov2018-09-141-0/+2
* closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)Miss Islington (bot)2018-09-131-0/+1
* bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)Miss Islington (bot)2018-09-131-0/+3
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Miss Islington (bot)2018-09-131-0/+3
* closes bpo-34652: Always disable lchmod on Linux. (GH-9234)Miss Islington (bot)2018-09-121-0/+1
* bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)Miss Islington (bot)2018-09-121-0/+2
* closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...Miss Islington (bot)2018-09-121-0/+2
* [3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207)Benjamin Peterson2018-09-121-0/+1
* closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...Miss Islington (bot)2018-09-111-0/+3
* closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque ...Miss Islington (bot)2018-09-111-0/+2
* bpo-28617 Fixed docs inaccuracies about the types that support membership tes...Miss Islington (bot)2018-09-111-0/+2
* bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) (GH-...Miss Islington (bot)2018-09-111-0/+1
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)Miss Islington (bot)2018-09-111-0/+1
* bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148)Miss Islington (bot)2018-09-111-0/+2
* bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)Miss Islington (bot)2018-09-111-0/+1
* [3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (G...orlnub1232018-09-101-0/+1
* bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)Miss Islington (bot)2018-09-101-0/+2
* [3.7] bpo-34621: fix uuid.UUID (un)pickling compatbility with older Python ve...Tal Einat2018-09-101-0/+2
* [3.7] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (...William Grzybowski2018-09-091-0/+2
* bpo-34421 avoid unicode error in distutils logging (GH-8799)Miss Islington (bot)2018-09-081-0/+1
* bpo-34246: Use no mutable default args in smtplib (GH-8554)Miss Islington (bot)2018-09-072-0/+3
* [3.7] bpo-34594: Don't hardcode errno values in the tests. (GH-9094)Zackery Spytz2018-09-071-0/+1
* bpo-25750: fix refcounts in type_getattro() (GH-6118)Miss Islington (bot)2018-09-071-0/+2
* bpo-34542: Update test certs and keys (GH-8997) (GH-9007)Miss Islington (bot)2018-09-061-0/+1
* closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...Miss Islington (bot)2018-09-051-0/+1
* bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...Miss Islington (bot)2018-09-041-0/+1
* bpo-34530: Fix distutils find_executable() (GH-9049)Miss Islington (bot)2018-09-041-0/+2
* closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...Miss Islington (bot)2018-09-011-0/+2
* bpo-34558: Add missing parentheses in _aix.py (GH-9017)Miss Islington (bot)2018-09-011-0/+1
* bpo-34062: Add missing launcher argument and make behavior consistent between...Miss Islington (bot)2018-08-311-0/+1
* [3.7] bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) (GH-8987)Victor Stinner2018-08-292-0/+6
* bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974)Victor Stinner2018-08-282-0/+5
* bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)Miss Islington (bot)2018-08-271-0/+5
* Remove AIX workaround test_subprocess (GH-8939)Miss Islington (bot)2018-08-271-0/+1
* bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)Miss Islington (bot)2018-08-251-0/+1
* bpo-13312: Avoid int underflow in time year. (GH-8912)Miss Islington (bot)2018-08-251-0/+2
* bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)Miss Islington (bot)2018-08-251-1/+1
* bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...Miss Islington (bot)2018-08-241-0/+2
* bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate cod...Miss Islington (bot)2018-08-231-0/+4
* bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclass...Miss Islington (bot)2018-08-201-0/+3
* [3.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8789)Miss Islington (bot)2018-08-161-0/+1
* bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)Miss Islington (bot)2018-08-151-0/+1
* closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)Miss Islington (bot)2018-08-151-0/+1
* bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8763)Miss Islington (bot)2018-08-141-0/+1
* bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)Miss Islington (bot)2018-08-131-0/+1
* closes bpo-34377: Update Valgrind suppressions. (GH-8729)Miss Islington (bot)2018-08-112-11/+14
* bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)Miss Islington (bot)2018-08-111-0/+2
* bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)Miss Islington (bot)2018-08-101-0/+1
* bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)Miss Islington (bot)2018-08-071-0/+3
* bpo-19891: Ignore error while writing history file (GH-8483)Miss Islington (bot)2018-08-061-0/+2