summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [doc] Fix markup in logging (GH-22008)Andre Delfino2020-08-301-1/+1
* bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)Vinay Sharma2020-08-303-0/+15
* bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-...Irit Katriel2020-08-304-7/+50
* Further improve accuracy of math.hypot() (GH-22013)Raymond Hettinger2020-08-301-3/+8
* closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)Tony Solomonik2020-08-302-0/+5
* Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882)Roger Iyengar2020-08-291-0/+10
* bpo-41513: Save unnecessary steps in the hypot() calculation (#21994)Raymond Hettinger2020-08-291-5/+10
* bpo-19521: Fix parallel build race condition on AIX (GH-21997)Stefan Krah2020-08-293-20/+50
* Fix error in argparse documentation example (GH-17399)SarahPythonista2020-08-281-2/+2
* bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake ...Petr Viktorin2020-08-271-1/+11
* 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