]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-09-03  Pablo GalindoFix 'gather' rules in the python parser generator ...
2020-09-03  Pablo Galindobpo-41697: Correctly handle KeywordOrStarred when parsi...
2020-09-03  Mario Šaško[doc] Fix a typo in the graphlib docs (#22030)
2020-09-03  Mohamed Koubaabpo-1635741: Port _signal module to multi-phase init...
2020-09-03  Toddbpo-39883: Use BSD0 license for code in docs (GH-17635)
2020-09-03  Ben Darnellbpo-39010: Improve test shutdown (#22066)
2020-09-03  Shantanubpo-41696: Fix handling of debug mode in asyncio.run...
2020-09-02  Pablo Galindobpo-41690: Use a loop to collect args in the parser...
2020-09-02  Benjamin Petersoncloses bpo-41689: Preserve text signature from tp_doc...
2020-09-02  Pablo GalindoFix invalid escape sequences in the peg_highlight Sphin...
2020-09-02  Pablo Galindobpo-41675: Modernize siginterrupt calls (GH-22028)
2020-09-02  Victor Stinnerbpo-41685: Don't pin setuptools version anymore in...
2020-09-02  Victor Stinnerbpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefi...
2020-09-02  Mohamed Koubaabpo-1635741: Port _sha3 module to multi-phase init...
2020-09-02  Mohamed Koubaabpo-1635741: Port _blake2 module to multi-phase init...
2020-09-02  han-soloFixed mistake in test for f-string error description...
2020-09-02  Raymond HettingerImprove hypot() accuracy with three separate accumulato...
2020-09-02  Andre DelfinoRemove reference to Boa Constructor. (GH-22012)
2020-09-02  Andre Delfino[doc] Remove references to PyChecker. (GH-22011)
2020-09-02  Benjamin PetersonNote the buffer slots can be set with PyType_Spec with...
2020-09-01  Shantanubpo-39349: Add cancel_futures to Executor.shutdown...
2020-09-01  Pablo Galindobpo-41654: Fix deallocator of MemoryError to account...
2020-09-01  Marek Madejskibpo-41528: Use math module in turtle (GH-21837)
2020-09-01  Victor Stinnerbpo-41617: Fix pycore_bitutils.h to support clang 3...
2020-09-01  han-solobpo-41681: Fix for `f-string/str.format` error descript...
2020-09-01  Andre Delfino[doc] Add link to FileHandler in logging (GH-21940)
2020-09-01  Ned Deilybpo-41685: Temporarily pin setuptools to 49.2.1 in...
2020-09-01  Andre Delfino[doc] Document VIRTUAL_ENV environment variable (GH...
2020-08-31  Ben Darnellbpo-39010: Fix errors logged on proactor loop restart...
2020-08-30  Andre Delfino[doc] Fix markup in logging (GH-22008)
2020-08-30  Vinay Sharmabpo-41344: Raise ValueError when creating shared memory...
2020-08-30  Irit Katrielbpo-39994: Fix pprint handling of dict subclasses that...
2020-08-30  Raymond HettingerFurther improve accuracy of math.hypot() (GH-22013)
2020-08-30  Tony Solomonikcloses bpo-41533: Fix a potential memory leak when...
2020-08-29  Roger IyengarImprove asyncio-dev 'Concurrency and Multithreading...
2020-08-29  Raymond Hettingerbpo-41513: Save unnecessary steps in the hypot() calcul...
2020-08-29  Stefan Krahbpo-19521: Fix parallel build race condition on AIX...
2020-08-28  SarahPythonistaFix error in argparse documentation example (GH-17399)
2020-08-27  Petr Viktorinbpo-38787: Clarify docs for PyType_GetModule and warn...
2020-08-27  Zackery Spytzbpo-41634: Fix a typo in the curses documentation ...
2020-08-27  wmeehanbpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH...
2020-08-27  Irit Katrielbpo-41609: Fix output of pdb's whatis command for insta...
2020-08-27  MasonAdd missing word (GH-21936)
2020-08-27  MingZhe Hubpo-41624: fix documentation of typing.Coroutine (GH...
2020-08-27  Dong-hee Nabpo-33660: Fix PosixPath to resolve a relative path...
2020-08-26  Raymond HettingerFix typos in comment (GH-21966)
2020-08-26  Dong-hee Nabpo-40077: Convert _operator to use PyType_FromSpec...
2020-08-26  Elvis Pranskevichusbpo-37658: Fix asyncio.wait_for() to respect waited...
2020-08-26  Elvis Pranskevichusbpo-32751: Wait for task cancel in asyncio.wait_for...
2020-08-25  Raymond Hettingerbpo-41513: More accurate hypot() (GH-21916)
2020-08-24  Will BinnsREADME: Add link to LICENSE (GH-21565)
2020-08-21  Andre DelfinoDocument vars behavior when __dict__ is missing (#21466)
2020-08-21  wyz23x2bpo-41573: Update release versions in General FAQ ...
2020-08-21  Ernest W. Durbin IIIUpdate references from travis-ci.org to travis-ci.com...
2020-08-20  Mathieu DupuyDoc: add a missing period (GH-21819)
2020-08-20  Cleber Rosabpo-41572: Fix grammar in BaseTransport.close docstring...
2020-08-20  Sydney Pembertonbpo-40994: Ungroup items in collections.abc documentati...
2020-08-19  Denis OvsienkoFix grammar in Doc/tutorial/controlflow.rst (GH-21885)
2020-08-17  Paul Gansslebpo-41568: Fix refleaks in zoneinfo subclasses (GH...
2020-08-17  Hai Shibpo-1635741: Explict GC collect after PyInterpreterStat...
2020-08-17  James Weaverbpo-40782: Change asyncio.AbstractEventLoop.run_in_exec...
2020-08-17  AllenFix typo in message from assert statement (GH-21283)
2020-08-17  Victor Stinnerbpo-40204: Fix duplicated productionlist names in the...
2020-08-17  Victor Stinnerbpo-41521: Rename blacklist parameter to not_exported...
2020-08-16  Soumendra GangulyUpdate the comment of termios.c (#21886)
2020-08-16  Irit Katrielbpo-41503: Fix race between setTarget and flush in...
2020-08-16  Raymond Hettingerbpo-41513: Improve speed and accuracy of math.hypot...
2020-08-15  Stefan Krahbpo-41540: AIX: skip test that is flaky with a default...
2020-08-15  Dima Tisnekbpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError...
2020-08-15  Stefan Krahbpo-40878: xlc cannot handle C99 extern inline. (GH...
2020-08-14  Irit KatrielFix typo in typing doc (GH-21879)
2020-08-14  Victor Stinnerbpo-40204: Fix reference to terms in the doc (GH-21865)
2020-08-14  Paul Gansslebpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH...
2020-08-14  Rishav Kundubpo-41410: Fix outdated info in mkstemp docs (GH-21701)
2020-08-13  Steve Dowerbpo-41526: Fixed layout of final page of the installer...
2020-08-13  Facundo BatistaFixed comment about pathlib.link_to: it was added in...
2020-08-13  Victor Stinnerbpo-40204, doc: Fix syntax of C variables (GH-21846)
2020-08-13  Srinivas Reddy... bpo-41066: Update the comparison section for os vs...
2020-08-13  Victor Stinnerbpo-40204: Add :noindex: in the documentation (GH-21859)
2020-08-13  Victor Stinnerbpo-41521: Replace denylist with blocklist is http...
2020-08-13  Terry Jan Reedybpo-41520: Fix second codeop regression (GH-21848)
2020-08-13  Victor Stinnerbpo-40204: Fix duplicates in the documentation (GH...
2020-08-13  Victor Stinnerbpo-40204: Fix Sphinx sytanx in howto/instrumentation...
2020-08-13  Mohamed Koubaabpo-1635741: Port _winapi ext to multi-stage init ...
2020-08-13  Pablo Galindobpo-41531: Fix compilation of dict literals with more...
2020-08-12  Hai Shibpo-1635741: Clean sysdict and builtins of interpreter...
2020-08-12  Victor Stinnerbpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH...
2020-08-12  Stefan KrahCatch all skip_handler cases (GH-21842)
2020-08-12  Victor Stinnerbpo-41520: codeop no longer ignores SyntaxWarning ...
2020-08-12  Victor Stinnerbpo-41521, typing: Rename _PROTO_WHITELIST to _PROTO_AL...
2020-08-11  Christopher YehFix typo (GH-21820)
2020-08-11  Stefan KrahCall randseed() before other imports in deccheck.py...
2020-08-11  Ram Rachumbpo-41475: Fix note in "What's new in 3.7" (#21733)
2020-08-11  Petr ViktorinAdd PEP 573 additions to What's New (GH-21374)
2020-08-11  Edward K. ReamAdd links to asttokens, leoAst, LibCST and parso to...
2020-08-11  Victor Stinnerbpo-41521: Replace whitelist/blacklist with allowlist...
2020-08-11  Victor Stinnerbpo-41521: Replace whitelist/blacklist with allowlist...
2020-08-11  Mohamed Koubaabpo-1635741: Port multiprocessing ext to multiphase...
2020-08-10  Hai Shibpo-40275: Fix failed test cases by using test helpers...
2020-08-10  Stefan KrahMSVC: The ARM command line should not define MASM....
next