summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)Christian Heimes2020-06-013-11/+48
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Pablo Galindo2020-05-3110-717/+714
* Fix typo in "What's new in Python 3.9" (GH-20559)Lysandros Nikolaou2020-05-311-1/+1
* bpo-40759: Deprecate the symbol module (GH-20364)Batuhan Taskaya2020-05-314-3/+19
* bpo-40755: Add rich comparisons to Counter (GH-20548)Raymond Hettinger2020-05-315-195/+76
* Fix asyncio.to_thread() documented return type (GH-20547)Kyle Stanley2020-05-312-3/+2
* bpo-40829: Add a what's new entry about deprecation of shuffle's random param...Batuhan Taskaya2020-05-301-0/+3
* bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748)Zackery Spytz2020-05-301-0/+1
* bpo-40798: Generate a different message for already removed elements (GH-20483)Florian Dahlitz2020-05-302-2/+12
* closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)Samuel Gaist2020-05-301-5/+6
* bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)Terry Jan Reedy2020-05-294-16/+52
* bpo-29882: Add an efficient popcount method for integers (#771)Niklas Fiekas2020-05-297-2/+135
* Further de-linting of zoneinfo module (#20499)Paul Ganssle2020-05-294-12/+5
* bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435)Mark Dickinson2020-05-293-0/+24
* Indicate that abs() method accept argument that implement __abs__(), just lik...Windson yang2020-05-291-3/+2
* bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...Abhilash Raj2020-05-293-0/+30
* bpo-40784: Fix sqlite3 deterministic test (GH-20448)Erlend Egeberg Aasland2020-05-281-9/+27
* bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)Fantix King2020-05-281-20/+26
* Note the output ordering of combinatoric functions (GH-19732)Ruaridh Williamson2020-05-281-9/+9
* bpo-40474: Updated coverage.yml to better report coverage stats (#19851)lrjball2020-05-282-0/+4
* bpo-40806: Clarify that itertools.product immediately consumes its inpt (GH-2...Ramil Nugmanov2020-05-281-0/+3
* bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332)Michał Górny2020-05-283-8/+8
* bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489)Victor Stinner2020-05-281-3/+2
* bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-...Petr Viktorin2020-05-282-3/+12
* bpo-40755: Add missing multiset operations to Counter() (GH-20339)Raymond Hettinger2020-05-284-6/+206
* bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177)Victor Stinner2020-05-282-47/+9
* bpo-40275: Fix test.support.threading_helper (GH-20488)Victor Stinner2020-05-281-6/+7
* bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)Hai Shi2020-05-284-14/+10
* bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)Victor Stinner2020-05-281-0/+4
* Revert "Upgrade bundled versions of pip & setuptools (#16782)" (GH-20484)Victor Stinner2020-05-285-7/+6
* bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...Serhiy Storchaka2020-05-2851-187/+187
* Improve IO tutorial's "Old string formatting" section (GH-16251)Adorilson Bezerra2020-05-281-5/+5
* bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH...Elazar Gershuni2020-05-281-1/+1
* bpo-40275: test.support imports subprocess lazily (GH-20471)Victor Stinner2020-05-271-3/+11
* bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468)Victor Stinner2020-05-271-1/+1
* bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)Victor Stinner2020-05-276-41/+79
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-2746-428/+483
* Revert "bpo-32604: PEP 554 for use in test suite (GH-19985)" (#20465)Pablo Galindo2020-05-274-865/+0
* bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)YoSTEALTH2020-05-274-6/+27
* Fix compiler warnings in _zoneinfo.c (GH-20342)Pablo Galindo2020-05-271-30/+26
* bpo-40614: Respect feature version for f-string debug expressions (GH-20196)Shantanu2020-05-274-0/+17
* bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)Christian Heimes2020-05-277-37/+221
* bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369)Fantix King2020-05-273-16/+157
* Refactor error handling code in Parser/pegen/pegen.c (GH-20440)Lysandros Nikolaou2020-05-271-3/+8
* bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)Sean Gillespie2020-05-273-0/+31
* bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)Victor Stinner2020-05-276-14/+44
* bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449)Mark Dickinson2020-05-272-38/+33
* Upgrade bundled versions of pip & setuptools (#16782)Xavier Fernandez2020-05-275-6/+7
* Fix the link to ncurses patch download in macos installer build script (GH-20...Oleg Höfling2020-05-271-1/+1
* bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...Pablo Galindo2020-05-2712-94/+87