summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-34536: raise error for invalid _missing_ results (GH-9147)Ethan Furman2018-09-121-0/+2
* bpo-34638: Store a weak reference to stream reader to break strong references...Andrew Svetlov2018-09-121-0/+3
* bpo-34637: Make the *start* argument for *sum()* visible as a keyword argumen...Raymond Hettinger2018-09-121-0/+1
* bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)orlnub1232018-09-122-0/+3
* bpo-33437: add __new__ vs __init__ example (GH-9145)Ethan Furman2018-09-121-0/+1
* closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)Cheryl Sabella2018-09-121-0/+1
* bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059)Sergey Fedoseev2018-09-111-0/+2
* closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...Max BĂ©langer2018-09-111-0/+2
* bpo-34636: Use fast path for more chars in SRE category macros. (GH-9170)Sergey Fedoseev2018-09-111-0/+2
* Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)Victor Stinner2018-09-111-4/+0
* closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...guoci2018-09-111-0/+3
* closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque ...Oren Milman2018-09-111-0/+2
* bpo-28617 Fixed docs inaccuracies about the types that support membership tes...wim glenn2018-09-111-0/+2
* bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)Andrew Svetlov2018-09-111-0/+4
* closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163)Oren Milman2018-09-111-0/+2
* closes bpo-32490: Fix filename duplication in subprocess exception message. (...Zackery Spytz2018-09-111-0/+2
* bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)Ned Deily2018-09-111-0/+1
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)Benjamin Peterson2018-09-111-0/+1
* bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785)Matthias Bussonnier2018-09-111-0/+3
* bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)Lew Kurtz2018-09-111-0/+1
* bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242)Gregory P. Smith2018-09-111-0/+2
* bpo-8110: Refactor platform detection in subprocess (GH-9053)Zachary Ware2018-09-101-0/+2
* bpo-33217: Raise TypeError for non-Enum lookups in Enums (GH-6651)Rahul Jha2018-09-101-0/+2
* bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH...Matthias Bussonnier2018-09-101-0/+2
* bpo-26502: Implement FrameSummary.__len__() (GH-8632)Berker Peksag2018-09-101-0/+2
* bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)Benjamin Peterson2018-09-101-0/+2
* bpo-34421 avoid unicode error in distutils logging (GH-8799)Julien Malard2018-09-081-0/+1
* bpo-34246: Use no mutable default args in smtplib (GH-8554)Pablo Aguiar2018-09-072-0/+3
* bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098)William Grzybowski2018-09-071-0/+2
* bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)Victor Stinner2018-09-071-0/+4
* bpo-20104: Add flag capabilities to posix_spawn (GH-6693)Pablo Galindo2018-09-071-0/+2
* bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081)William Grzybowski2018-09-071-0/+3
* bpo-25750: fix refcounts in type_getattro() (GH-6118)jdemeyer2018-09-071-0/+2
* closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076)Zackery Spytz2018-09-061-0/+1
* bpo-30977: make uuid.UUID use __slots__ (GH-9078)Tal Einat2018-09-061-0/+2
* closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...Erik Janssens2018-09-051-0/+1
* bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...Alexander Buchkovsky2018-09-041-0/+1
* bpo-34530: Fix distutils find_executable() (GH-9049)Victor Stinner2018-09-041-0/+2
* bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850)Pablo Galindo2018-09-041-0/+3
* bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149)Pablo Galindo2018-09-031-0/+2
* closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...Thomas Herzog2018-09-011-0/+2
* bpo-34558: Add missing parentheses in _aix.py (GH-9017)Michael Felt2018-09-011-0/+1
* bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInte...Pablo Galindo2018-08-311-0/+1
* bpo-34062: Add missing launcher argument and make behavior consistent between...Brendan Gerrity2018-08-311-0/+1
* bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (G...Naris R2018-08-301-0/+1
* bpo-34542: Update test certs and keys (GH-8997)Christian Heimes2018-08-301-0/+1
* bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)Victor Stinner2018-08-291-0/+2
* bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)Victor Stinner2018-08-291-0/+2
* bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)Victor Stinner2018-08-291-0/+3
* bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)Victor Stinner2018-08-291-0/+3