summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)David H2019-01-172-1/+7
* bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454)Dong-hee Na2019-01-175-4/+17
* Fixes typo in asyncio.queue doc (GH-11581)Slam2019-01-171-1/+1
* bpo-35486: Note Py3.6 import system API requirement change (GH-11540)Nick Coghlan2019-01-172-1/+13
* Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582)Victor Stinner2019-01-163-13/+6
* bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)Victor Stinner2019-01-163-6/+13
* bpo-35674: Add os.posix_spawnp() (GH-11554)Joannah Nanjekye2019-01-169-112/+322
* bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452)Victor Stinner2019-01-154-0/+99
* bpo-35746: Fix segfault in ssl's cert parser (GH-11569)Christian Heimes2019-01-154-0/+51
* bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566)Victor Stinner2019-01-152-1/+9
* bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561)Serhiy Storchaka2019-01-152-10/+16
* bpo-11555: Enhance IocpProactor.close() log again (GH-11563)Victor Stinner2019-01-151-3/+2
* bpo-34323: Enhance IocpProactor.close() log (GH-11555)Victor Stinner2019-01-152-3/+18
* bpo-35738: Update the example for timer.Timer.repeat(). (GH-11559)Henry Chen2019-01-151-1/+1
* bpo-29707: Document that os.path.ismount() is not able to reliable detect bin...Serhiy Storchaka2019-01-151-3/+4
* bpo-35619: Improve support of custom data descriptors in help() and pydoc. (G...Serhiy Storchaka2019-01-153-46/+182
* bpo-34756: Silence only ImportError and AttributeError in sys.breakpointhook(...Serhiy Storchaka2019-01-141-0/+6
* bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692)MichaelSaah2019-01-143-5/+24
* bpo-35730: Disable IDLE test_reload assertion. (GH-11543)Terry Jan Reedy2019-01-131-1/+3
* bpo-35196: Optimize Squeezer's write() interception (GH-10454)Tal Einat2019-01-136-263/+247
* bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)Anthony Sottile2019-01-1313-51/+91
* bpo-34512: Document platform-specific strftime() behavior for non-ASCII forma...Alexey Izbyshev2019-01-121-0/+6
* bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_Fro...Serhiy Storchaka2019-01-123-6/+21
* bpo-35634: Raise an error when first passed kwargs contains duplicated keys. ...Serhiy Storchaka2019-01-123-48/+94
* bpo-35494: Improve syntax error messages for unbalanced parentheses in f-stri...Serhiy Storchaka2019-01-123-17/+51
* bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516)Serhiy Storchaka2019-01-124-0/+26
* bpo-35719: Optimize multi-argument math functions. (GH-11527)Serhiy Storchaka2019-01-122-19/+20
* bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524)Serhiy Storchaka2019-01-122-24/+28
* bpo-34838: Use subclass_of for math.dist. (GH-9659)Ammar Askar2019-01-123-9/+14
* bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972)Eric Snow2019-01-114-25/+94
* bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9...Michael Felt2019-01-112-1/+3
* bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)Serhiy Storchaka2019-01-1130-408/+561
* bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...Serhiy Storchaka2019-01-1160-778/+6194
* bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489)Victor Stinner2019-01-112-24/+56
* bpo-35716: Update time.CLOCK_MONOTONIC_RAW doc (GH-11517)Joannah Nanjekye2019-01-111-2/+2
* bpo-32146: Add documentation about frozen executables on Unix (GH-5850)Bo Bayles2019-01-102-0/+9
* bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503)Joannah Nanjekye2019-01-104-0/+22
* bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx()....Zackery Spytz2019-01-101-1/+0
* bpo-24746: Fix doctest failures when running the testsuite with -R (#11501)Pablo Galindo2019-01-101-2/+1
* asyncio: __del__() keep reference to warnings.warn (GH-11491)Victor Stinner2019-01-107-24/+16
* IocpProactor: prevent modification if closed (GH-11494)Victor Stinner2019-01-101-6/+22
* bpo-34855: Fix EXTERNALS_DIR build variable for Windows (GH-11177)antektek2019-01-103-3/+3
* Distutils no longer needs to remain compatible with 2.3 (GH-11423)Miro HronĨok2019-01-091-2/+0
* Update bugs.rst (GH-9648)Andre Delfino2019-01-091-1/+1
* bpo-35404: Clarify how to import _structure in email.message doc (GH-10886)Charles-Axel Dein2019-01-091-1/+1
* Add example to the documentation for calling unittest.mock.patch with create=...Pablo Galindo2019-01-091-7/+28
* bpo-35641: Move IDLE blurb to IDLE directory (#11479)Terry Jan Reedy2019-01-091-0/+0
* bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639)Sanyam Khurana2019-01-093-3/+49
* bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469)Victor Stinner2019-01-082-0/+5
* bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport re...Steve Dower2019-01-084-7/+36