summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)Jeroen Demeyer2019-06-173-1/+4
* bpo-37231: remove _PyObject_FastCall_Prepend (GH-14153)Jeroen Demeyer2019-06-172-42/+0
* bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148)Victor Stinner2019-06-171-0/+6
* bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)Joost Lek2019-06-172-1/+52
* bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)Zackery Spytz2019-06-173-12/+16
* bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)Terry Jan Reedy2019-06-161-2/+2
* closes bpo-37300: Remove unnecessary Py_XINCREF in classobject.c. (GH-14120)Hai Shi2019-06-162-1/+2
* bpo-28805: document METH_FASTCALL (GH-14079)Jeroen Demeyer2019-06-162-12/+52
* Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131)Mark Dickinson2019-06-161-1/+1
* Simplify negativity checks in math.comb and math.perm. (GH-13870)Mark Dickinson2019-06-161-10/+16
* Doc: Remove an ugly space before a dot. (GH-14123)Julien Palard2019-06-161-1/+1
* bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or...Rémi Lapeyre2019-06-163-14/+26
* bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...Michael Felt2019-06-153-19/+47
* bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099)Pablo Galindo2019-06-151-9/+3
* Doc: Deprecation header: More precise wording. (GH-14109)Julien Palard2019-06-151-1/+1
* Update link in colorsys docs to be https (GH-14062)Alex Gaynor2019-06-151-1/+1
* Doc: Bump Sphinx verison. (#13785)Julien Palard2019-06-153-3/+3
* Fix typo in Lib/concurrent/futures/thread.py (GH-13953)ubordignon2019-06-152-2/+2
* Update weakref.rst (GH-14098)Géry Ogam2019-06-151-5/+6
* Use threadpool for reading from file in sendfile fallback mode (#14076)Andrew Svetlov2019-06-152-1/+2
* bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback...Andrew Svetlov2019-06-153-3/+6
* bpo-36707: Document "m" removal from sys.abiflags (GH-14090)Victor Stinner2019-06-152-0/+20
* Fix Windows release build issues (GH-14091)Steve Dower2019-06-145-8/+16
* Document C API changes in What's New in Python 3.8 (GH-14092)Victor Stinner2019-06-141-0/+27
* bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721)Victor Stinner2019-06-142-21/+32
* bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)Victor Stinner2019-06-148-29/+113
* bpo-37261: Document sys.unraisablehook corner cases (GH-14059)Victor Stinner2019-06-145-23/+30
* bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows...Zackery Spytz2019-06-143-1/+20
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-1446-166/+1691
* bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...Andrew Svetlov2019-06-142-18/+20
* Update concurrent.futures.rst (GH-14061)Géry Ogam2019-06-141-6/+8
* bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)Victor Stinner2019-06-142-7/+10
* bpo-37249: add declaration of _PyObject_GetMethod (GH-14015)Jeroen Demeyer2019-06-143-7/+3
* bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)Pablo Galindo2019-06-143-0/+14
* bpo-37077: Add native thread ID (TID) for AIX (GH-13624)Michael Felt2019-06-135-5/+12
* bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)Victor Stinner2019-06-138-178/+262
* bpo-37213: Handle negative line deltas correctly in the peephole optimizer (G...Pablo Galindo2019-06-136-4145/+4229
* bpo-6689: os.path.commonpath raises ValueError for different drives isn't doc...Makdon2019-06-131-3/+4
* bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)Victor Stinner2019-06-133-2/+35
* bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)Victor Stinner2019-06-133-32/+41
* tbpo-36402: Fix threading.Thread._stop() (GH-14047)Victor Stinner2019-06-132-1/+25
* bpo-37231: optimize calls of special methods (GH-13973)Jeroen Demeyer2019-06-132-72/+88
* bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)Victor Stinner2019-06-133-12/+0
* bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)Jeffrey Kintscher2019-06-132-15/+19
* bpo-37216: update version to 3.9 in mac using document (GH-13966)Makdon2019-06-131-2/+2
* bpo-37257: obmalloc: stop simple arena thrashing (#14039)Tim Peters2019-06-132-2/+8
* Add 3.9 whatsnew file (GH-14040)Ned Deily2019-06-132-0/+116
* bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)Victor Stinner2019-06-131-1/+1
* bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)Victor Stinner2019-06-138-29/+15
* bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)Victor Stinner2019-06-132-4/+20