summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256)pxinwr2020-11-281-0/+1
* bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...Zackery Spytz2020-11-281-0/+2
* bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...Yurii Karabas2020-11-281-0/+2
* bpo-41818: Make test_openpty() avoid unexpected success due to number of rows...Soumendra Ganguly2020-11-271-0/+1
* bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-2...Alex Grönholm2020-11-261-0/+2
* bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)Yurii Karabas2020-11-261-0/+2
* bpo-41818: Updated tests for the standard pty library (GH-22962)Soumendra Ganguly2020-11-251-0/+1
* bpo-42299: Remove formatter module (GH-23476)Dong-hee Na2020-11-251-0/+5
* bpo-42202: Store func annotations as a tuple (GH-23316)Yurii Karabas2020-11-251-0/+2
* bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)Julien Palard2020-11-251-0/+4
* bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)Julien Palard2020-11-251-0/+2
* bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)Hai Shi2020-11-241-0/+3
* bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)Yurii Karabas2020-11-241-0/+2
* bpo-42212: smelly.py also checks the dynamic library (GH-23423)Victor Stinner2020-11-241-0/+3
* Added support for negative indexes to PurePath.parents (GH-21799)Yaroslav Pankovych2020-11-233-1/+3
* bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)Nick Crews2020-11-232-0/+3
* bpo-28850: Fix PrettyPrinter.format overrides ignored for contents of small c...Irit Katriel2020-11-231-0/+1
* bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)Serhiy Storchaka2020-11-221-0/+4
* bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461)Serhiy Storchaka2020-11-221-0/+2
* bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)Serhiy Storchaka2020-11-221-0/+3
* bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301)Ronald Oussoren2020-11-221-0/+1
* bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)Serhiy Storchaka2020-11-221-0/+1
* bpo-38443: Check that the specified universal architectures work (GH-22910)Ronald Oussoren2020-11-221-0/+2
* bpo-1635741: Port select module to multiphase init (GH-23409)Christian Heimes2020-11-211-0/+2
* bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406)Christian Heimes2020-11-211-0/+1
* bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)David CARLIER2020-11-211-0/+1
* bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...Filipe Laíns2020-11-211-0/+1
* bpo-40791: Make compare_digest more constant-time. (GH-20444)Devin Jeanpierre2020-11-211-0/+1
* bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)Joshua Cannon2020-11-202-0/+2
* bpo-1635741: Convert _sre types to heap types and establish module state (PEP...Erlend Egeberg Aasland2020-11-201-0/+2
* bpo-42333: Port _ssl extension module to heap types (GH-23392)Christian Heimes2020-11-201-0/+1
* bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)Christian Heimes2020-11-201-0/+1
* bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)Terry Jan Reedy2020-11-201-0/+1
* bpo-1635741: Port _posixshmem extension module to multiphase initialization (...Christian Heimes2020-11-191-0/+1
* bpo-1635741: Port gc module to multiphase initialization (GH-23377)Christian Heimes2020-11-191-0/+1
* bpo-1635741: Port _struct to multiphase initialization (GH-23398)Christian Heimes2020-11-191-0/+1
* bpo-42403: Simplify importlib external bootstrap (GH-23397)Victor Stinner2020-11-191-0/+5
* bpo-1635741: Port spwd to multiphase initialization (GH-23390)Christian Heimes2020-11-191-0/+1
* bpo-1635741: Port _queue to multiphase initialization (GH-23376)Christian Heimes2020-11-191-0/+1
* bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360)Christian Heimes2020-11-191-0/+2
* bpo-1635741: Port _random to multiphase initialization (GH-23359)Christian Heimes2020-11-191-0/+1
* bpo-42375: subprocess DragonFlyBSD build update. (GH-23320)David CARLIER2020-11-191-0/+1
* bpo-1635741: Port _warnings to the multi-phase init (GH-23379)Victor Stinner2020-11-181-0/+2
* bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)Victor Stinner2020-11-181-0/+4
* bpo-40998: Address compiler warnings found by ubsan (GH-20929)Christian Heimes2020-11-181-0/+2
* bpo-1635741: Port _hashlib to multiphase initialization (GH-23358)Christian Heimes2020-11-181-0/+1
* bpo-1635741: Port symtable module to multiphase initialization (GH-23361)Christian Heimes2020-11-181-0/+2
* bpo-42398: Fix "make regen-all" race condition (GH-23362)Victor Stinner2020-11-181-0/+4
* bpo-41561: skip test_min_max_version_mismatch (GH-22308)Christian Heimes2020-11-181-0/+1
* bpo-41713: Port _signal module to multi-phase init (GH-23355)Victor Stinner2020-11-171-0/+2