summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-41634: Fix a typo in the curses documentation (GH-21958)Zackery Spytz2020-08-271-1/+1
* bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845)wmeehan2020-08-272-7/+13
* bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)Irit Katriel2020-08-273-6/+48
* Add missing word (GH-21936)Mason2020-08-271-1/+1
* bpo-41624: fix documentation of typing.Coroutine (GH-21952)MingZhe Hu2020-08-272-1/+2
* bpo-33660: Fix PosixPath to resolve a relative path on rootDong-hee Na2020-08-273-1/+15
* Fix typos in comment (GH-21966)Raymond Hettinger2020-08-261-2/+2
* bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954)Dong-hee Na2020-08-262-156/+143
* bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)Elvis Pranskevichus2020-08-263-3/+24
* bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)Elvis Pranskevichus2020-08-263-2/+41
* bpo-41513: More accurate hypot() (GH-21916)Raymond Hettinger2020-08-252-37/+114
* README: Add link to LICENSE (GH-21565)Will Binns2020-08-241-2/+3
* Document vars behavior when __dict__ is missing (#21466)Andre Delfino2020-08-211-0/+3
* bpo-41573: Update release versions in General FAQ (GH-21915)wyz23x22020-08-211-4/+4
* Update references from travis-ci.org to travis-ci.com (GH-21919)Ernest W. Durbin III2020-08-211-2/+2
* Doc: add a missing period (GH-21819)Mathieu Dupuy2020-08-201-1/+1
* bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)Cleber Rosa2020-08-201-2/+2
* bpo-40994: Ungroup items in collections.abc documentation for improved clarit...Sydney Pemberton2020-08-201-5/+13
* Fix grammar in Doc/tutorial/controlflow.rst (GH-21885)Denis Ovsienko2020-08-191-1/+1
* bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)Paul Ganssle2020-08-171-3/+3
* bpo-1635741: Explict GC collect after PyInterpreterState_Clear() (GH-21902)Hai Shi2020-08-171-4/+2
* bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...James Weaver2020-08-172-1/+2
* Fix typo in message from assert statement (GH-21283)Allen2020-08-171-1/+1
* bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)Victor Stinner2020-08-172-2/+2
* bpo-41521: Rename blacklist parameter to not_exported (GH-21824)Victor Stinner2020-08-1720-97/+98
* Update the comment of termios.c (#21886)Soumendra Ganguly2020-08-161-1/+1
* bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHan...Irit Katriel2020-08-163-1/+27
* bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803)Raymond Hettinger2020-08-163-6/+44
* bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890)Stefan Krah2020-08-151-0/+3
* bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...Dima Tisnek2020-08-152-4/+6
* bpo-40878: xlc cannot handle C99 extern inline. (GH-21887)Stefan Krah2020-08-151-1/+1
* Fix typo in typing doc (GH-21879)Irit Katriel2020-08-141-1/+1
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-1414-19/+22
* bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)Paul Ganssle2020-08-143-3/+5
* bpo-41410: Fix outdated info in mkstemp docs (GH-21701)Rishav Kundu2020-08-142-5/+3
* bpo-41526: Fixed layout of final page of the installer (GH-21871)Steve Dower2020-08-133-5/+5
* Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)Facundo Batista2020-08-131-1/+1
* bpo-40204, doc: Fix syntax of C variables (GH-21846)Victor Stinner2020-08-1319-105/+105
* bpo-41066: Update the comparison section for os vs pathlib (GH-21261)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2020-08-131-0/+3
* bpo-40204: Add :noindex: in the documentation (GH-21859)Victor Stinner2020-08-139-81/+94
* bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)Victor Stinner2020-08-132-7/+7
* bpo-41520: Fix second codeop regression (GH-21848)Terry Jan Reedy2020-08-133-8/+11
* bpo-40204: Fix duplicates in the documentation (GH-21857)Victor Stinner2020-08-132-26/+13
* bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)Victor Stinner2020-08-131-13/+11
* bpo-1635741: Port _winapi ext to multi-stage init (GH-21371)Mohamed Koubaa2020-08-132-73/+79
* bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (G...Pablo Galindo2020-08-133-1/+13
* bpo-1635741: Clean sysdict and builtins of interpreter at exit (GH-21605)Hai Shi2020-08-121-2/+8
* bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)Victor Stinner2020-08-122-0/+13
* Catch all skip_handler cases (GH-21842)Stefan Krah2020-08-121-3/+3
* bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)Victor Stinner2020-08-123-2/+12