]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2021-04-30  Ammar Askarbpo-43888: Remove coverage builds from CI (GH-25679)
2021-04-30  Dong-hee Nabpo-43979: Remove unnecessary operation from urllib...
2021-04-30  Pablo Galindobpo-43981: Fix reference leaks in test_squeezer (GH...
2021-04-30  Victor Stinnerbpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIAT...
2021-04-30  Pablo Galindobpo-43901: Fix refleaks in test_module (GH-25754)
2021-04-30  Victor Stinnerbpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INST...
2021-04-30  Erlend Egeberg... bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION...
2021-04-30  Erlend Egeberg... bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANT...
2021-04-30  Mark Shannonbpo-43933: Set frame.f_lineno during call to __exit__...
2021-04-30  Erlend Egeberg... bpo-43908: check_set_special_type_attr() checks Py_TPFL...
2021-04-30  Jakub Kulíkbpo-43667: Fix broken Unicode encoding in non-UTF local...
2021-04-30  Victor Stinnerbpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_I...
2021-04-30  Victor Stinnerbpo-43916: Remove _disabled_new() function (GH-25745)
2021-04-30  Victor Stinnerbpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type...
2021-04-30  Erlend Egeberg... bpo-43973: object_set_class() checks Py_TPFLAGS_IMMUTA...
2021-04-30  Mark Shannonbpo-43977: Use tp_flags for collection matching (GH...
2021-04-30  Zackery Spytzbpo-43954: Fix a missing word in the unittest docs...
2021-04-30  larryhastingsbpo-43817: Add inspect.get_annotations(). (#25522)
2021-04-30  Terry Jan Reedybpo-43981: Fix error in idle-test leak test (GH-25739)
2021-04-30  larryhastingsTwo minor fixes for accessing a module's name. (#25658)
2021-04-30  larryhastingsbpo-43901: Lazy-create an empty annotations dict in...
2021-04-30  Brandt Bucherbpo-43892: Validate the first term of complex literal...
2021-04-30  Steve Dowerbpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
2021-04-29  Ryan Hilemanbpo-42800: add audit hooks for f_code and tb_frame...
2021-04-29  Mark Shannonbpo-43933: Show frame.f_lineno as None, rather than...
2021-04-29  sblondonbpo-42589: Change URL for 'from' link when used in...
2021-04-29  Senthil Kumaranbpo-43882 - urllib.parse should sanitize urls containin...
2021-04-29  Petr Viktorinbpo-28254: Add PyGC_ functions to the stable ABI manife... 11789/head
2021-04-29  Mark Shannonbpo-42739: Don't use sentinels to mark end of line...
2021-04-29  Inada Naokibpo-43651: Fix test_logging (GH-25715)
2021-04-29  Victor Stinnerbpo-43774: Enhance debug build documentation (GH-25712)
2021-04-29  Terry Jan Reedybpo-37892: Use space indents in IDLE Shell (GH-25678)
2021-04-29  Petr Viktorinbpo-43795: Generate python3dll.c and doc data from...
2021-04-29  Victor Stinnerbpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
2021-04-29  Victor Stinnerbpo-28254: Cleanup test_subprocess.test_preexec_gc_modu...
2021-04-29  Victor Stinnerbpo-43908: Document Static Types in the C API (GH-25710)
2021-04-29  Erlend Egeberg... bpo-43908: Make array.array type immutable (GH-25696)
2021-04-29  Erlend Egeberg... bpo-43908: Make re types immutable (GH-25697)
2021-04-29  Nick Coghlanbpo-43892: Make match patterns explicit in the AST...
2021-04-29  Inada Naokibpo-41139: Deprecate `cgi.log()` (GH-25625)
2021-04-29  Inada Naokibpo-43651: Fix EncodingWarning in `os.fdopen()` and...
2021-04-29  Inada Naokibpo-43651: Fix EncodingWarning in tests. (GH-25655)
2021-04-29  Hristo Venevbpo-24275: Don't downgrade unicode-only dicts to mixed...
2021-04-29  Andre Delfino[doc] Be more clear on super() regarding multiple base...
2021-04-29  Andre Delfino[doc] Do some polishing in IDEs section (GH-22070)
2021-04-28  Paul MooreDocument importlib.metadata.PackagePath.locate method...
2021-04-28  kfollstadbpo-43970: Optimize Path.cwd() in pathlib by not instan...
2021-04-28  Tal Einatbpo-37903: IDLE: Shell sidebar with prompts (GH-22682)
2021-04-28  Victor Stinnerbpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disab...
2021-04-28  Erlend Egeberg... bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
2021-04-28  scoderbpo-28254: Add a C-API for controlling the GC state...
2021-04-28  Barney Galebpo-43757: Make pathlib use os.path.realpath() to resol...
2021-04-28  Ken Jinbpo-41559: Change PEP 612 implementation to pure Python...
2021-04-28  Steve Dowerbpo-43955: Handle the case where the distutils warning...
2021-04-28  scoderbpo-43959: clarify the documentation of the PyContextVa...
2021-04-28  Victor Stinnerbpo-43961: Fix test_logging.test_namer_rotator_inherita...
2021-04-28  Victor Stinnerbpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
2021-04-28  Irit Katrielbpo-43960: test_pdb resets breakpoints (GH-25673)
2021-04-28  M. Kocherbpo-43776: Remove list call from args in Popen repr...
2021-04-28  Ma Linbpo-41486: Faster bz2/lzma/zlib via new output bufferin...
2021-04-28  Victor Stinnerbpo-43963: Add _signal module state (GH-25676)
2021-04-28  Inada Naokibpo-37751: Update `codecs.register()` doc. (GH-25643)
2021-04-27  Victor Stinnerbpo-43963: Fix import _signal in subinterpreters (GH...
2021-04-27  Ethan Furmanbpo-43957: [Enum] Deprecate ``TypeError`` from containm...
2021-04-27  Anthony Sottilebpo-8978: improve tarfile.open error message when lzma...
2021-04-27  Ned DeilyFix generated file name for installer builds on macOS...
2021-04-27  Erlend Egeberg... bpo-43492: Update macOS installer to use SQLite 3.35...
2021-04-27  Erlend Egeberg... bpo-43492: Upgrade Windows installer to use SQLite...
2021-04-27  Shreyan Avigyanbpo-43864: Silence deprecation warning in test_importli...
2021-04-27  Ken Jinbpo-43766: Fix TypeGuard docs (#25660)
2021-04-27  Ken Jinbpo-43766: Implement PEP 647 (User-Defined Type Guards...
2021-04-27  Tzu-ping Chungbpo-43312: Functions returning default and preferred...
2021-04-27  Ma LinFix thread locks in zlib module may go wrong in rare...
2021-04-27  Inada Naokibpo-43651: Fix EncodingWarning in fileinput and its...
2021-04-27  Inada Naokibpo-43651: Fix EncodingWarning in zipfile (GH-25650)
2021-04-27  Ethan Furmanbpo-43945: [Enum] Deprecate non-standard mixin format...
2021-04-27  Inada Naokibpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645)
2021-04-27  Andre Delfino[doc] Remove duplicated operator.itemgetter example...
2021-04-27  Inada Naokibpo-43651: Fix EncodingWarning in `pydoc`. (GH-25644)
2021-04-27  Dennis Sweeneybpo-38530: Require 50% similarity in NameError and...
2021-04-26  Erlend Egeberg... bpo-43762: Add audit events for loading of sqlite3...
2021-04-26  Andre DelfinoUse the zero argument form of super() in examples for...
2021-04-26  Ken Jinbpo-40432: Use python 3.8 or higher to compile CPython...
2021-04-26  Llandy Riveron... bpo-43938: improve dataclasses.FrozenInstanceError...
2021-04-26  Ken Jinbpo-42904: Change search order of typing.get_type_hints...
2021-04-26  Eric V. SmithAdd additional keyword-only tests. (GH-25633)
2021-04-26  Adorilson BezerraDoc: Fix the array.fromfile method doc (GH-22037)
2021-04-26  Christian Heimesbpo-43466: Link with libz in PY_UNSUPPORTED_OPENSSL_BUI...
2021-04-26  Christian Heimesbpo-18233: Add internal methods to access peer chain...
2021-04-26  Christian Heimesbpo-38820: Old OpenSSL 3.0.0 releases are in /old/3...
2021-04-26  Gabriel R FUpdate asyncio-subprocess.rst (GH-21680)
2021-04-26  Etienne Gautierdocumentation: clarification about the function remove...
2021-04-26  Taneli HukkinenFix documentation typos of argparse exit_on_error ...
2021-04-26  uy-rrodriguezQuick pydoc update to smtplib.py (GH-22292)
2021-04-26  Denis LaxaldeFix id of 'Internet Message Format' RFC in email doc...
2021-04-26  Andre DelfinoFix copy.Error casing in documentation GH-22004
2021-04-26  Andre DelfinoFix broken links and improve stand-alone tools list...
2021-04-26  Eric V. SmithAdd keyword-only fields to dataclasses. (GH=25608)
2021-04-25  Sergey FedoseevRemove mention of dst parameter from description of...
2021-04-25  Géry OgamFix a typo in datamodel reference document (GH-24930)
next