]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2022-04-28  Brett Cannongh-91217: deprecate uu (GH-92009)
2022-04-27  Ashwin RamaswamiAdd note that headers added via urllib.request.add_head...
2022-04-27  slatenygh-84459: Make wording more specific for Path.replace...
2022-04-27  Simon de VliegerCorrect method name typo (#91970)
2022-04-27  Serhiy Storchakagh-87999: Change warning type for numeric literal follo...
2022-04-27  Serhiy Storchakagh-91810: Expand ElementTree.write() tests to use non...
2022-04-27  David CARLIERgh-91498: socket: Add TCP_CONNECTION_INFO on macOS...
2022-04-27  Dennis Sweeneygh-91719: Mark pycore_opcode.h as generated in .gitattr...
2022-04-27  Victor Stinnergh-91320: Add _Py_reinterpret_cast() macro (#91959)
2022-04-27  Alexander ShadchinFix missing `f` prefix on f-strings (GH-91910)
2022-04-26  Victor Stinnergh-68966: Deprecate the mailcap module (#91951)
2022-04-26  slatenybpo-21761: Clarify __file__/__cached__ in import refere...
2022-04-26  Serhiy Storchakagh-91870: Remove unsupported SRE opcode CALL (GH-91872)
2022-04-26  Brett Cannongh-91217: deprecate telnetlib (GH-91958)
2022-04-26  Serhiy Storchakagh-91917: Fix test_zipfile on non-UTF-8 locale (GH...
2022-04-26  Serhiy Storchakagh-91916: Fix test_runpy on non-UTF-8 locale (GH-91920)
2022-04-26  Serhiy Storchakagh-91914: Fix test_curses on non-UTF-8 locale (GH-91919)
2022-04-26  Serhiy Storchakagh-91915: Fix test_netrc on non-UTF-8 locale (GH-91918)
2022-04-26  Jelle Zijlstragh-91860: Add typing.dataclass_transform (PEP 681)...
2022-04-25  Brett Cannongh-91217: deprecate sunau (GH-91866)
2022-04-25  Gregory P.... gh-91401: Add a failsafe way to disable vfork. (#91490)
2022-04-25  Mariusz Felisiakbpo-46907: Update Windows installer to SQLite 3.38...
2022-04-25  Victor Stinnergh-91719: Add pycore_opcode.h internal header file...
2022-04-25  Victor Stinnergh-64783: Fix signal.NSIG value on FreeBSD (#91929)
2022-04-25  Victor Stinnergh-89653: PEP 670: Functions don't cast pointers (...
2022-04-25  David Hewittgh-91880: add try/except around `signal.signal` (#91881)
2022-04-25  Serhiy Storchakagh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUA...
2022-04-25  Jelle Zijlstragh-90633: Improve error and docs for typing.assert_neve...
2022-04-25  Christian Heimesgh-84461: Include _emscripten_info in pythoninfo output...
2022-04-25  Ezio Melottigh-91888: add a `:gh:` role to the documentation (...
2022-04-24  Barry WarsawRewrite audio.py to jive with image.py (#91886)
2022-04-24  Jelle Zijlstragh-91821: Make decimal test succeed consistently (...
2022-04-24  Jelle Zijlstragh-91491: What's New in 3.11 section for typing PEPs...
2022-04-24  Serhiy StorchakaSimplify testing the warning filename (GH-91868)
2022-04-24  Zac Hatfield... gh-91230: Concise catch_warnings with simplefilter...
2022-04-23  Brett Cannongh-91217: deprecate spwd (#91846)
2022-04-23  Serhiy StorchakaRE: Pre-split the list of opcode names (GH-91859)
2022-04-23  Christian Heimesgh-84461: Add --enable-wasm-pthreads and more file...
2022-04-23  Serhiy Storchakagh-91308: Simplify parsing inline flag "x" (verbose...
2022-04-23  Serhiy StorchakaRE: Add more tests for inline flag "x" and re.VERBOSE...
2022-04-23  Christian Heimesgh-84461: Add sys._emscripten_info, improve docs and...
2022-04-23  Pablo Galindo... gh-88116: Enhance the inspect frame APIs to use the...
2022-04-23  slatenygh-85864: Mark positional-only args in io docs (#91683)
2022-04-22  Shantanugh-91547: Remove "Undocumented modules" page (#91682)
2022-04-22  Brett Cannongh-91217: deprecate-sndhdr (#91806)
2022-04-22  Géry Ogambpo-46720: Add support for path-like objects to multipr...
2022-04-22  Serhiy Storchakagh-91575: Add a script for generating data for case...
2022-04-22  Serhiy Storchakagh-91700: Validate the group number in conditional...
2022-04-22  Serhiy Storchakagh-90568: Fix exception type for \N with a named sequen...
2022-04-22  Guido van Rossumgh-89279: In ceval.c, redefine some macros for speed...
2022-04-22  Dominic Davis... gh-91764: Mark version typing.Unpack and LiteralString...
2022-04-22  Erlend Egeberg... gh-89653: PEP 670: Amend docs (GH-91813)
2022-04-22  Victor Stinnergh-80527: Deprecate PEP 623 Unicode functions (#91801)
2022-04-22  Petr ViktorinDocs: Clarify availability of PyOS_CheckStack (GH-91816)
2022-04-22  Sam Ezehgh-91291: Accept attributes as keyword arguments in...
2022-04-22  Matthew Rahtzbpo-43224: Implement pickling of TypeVarTuples (#32119)
2022-04-22  Brett Cannongh-91217: deprecate-pipes (GH-91779)
2022-04-22  Erlend Egeberg... gh-69093: Add indexing and slicing support to sqlite3...
2022-04-22  Inada Naokigh-91156: Use `locale.getencoding()` instead of getpref...
2022-04-21  Victor Stinnergh-89653: Add assertions to unicodeobject.h functions...
2022-04-21  Victor Stinnergh-89653: PEP 670: Convert unicodeobject.h macros to...
2022-04-21  Victor Stinnergh-89373: _Py_Dealloc() checks tp_dealloc exception...
2022-04-21  Victor Stinnergh-79315: Add Include/cpython/pythread.h header (#91798)
2022-04-21  Victor Stinnergh-79315: Add Include/cpython/modsupport.h header ...
2022-04-21  Victor Stinnergh-89653: PEP 670: Group deprecated API in unicodeobjec...
2022-04-21  Victor Stinnergh-91768: C API no longer use "const PyObject*" type...
2022-04-21  Victor Stinnergh-89653: PEP 670: Convert unicodeobject.h macros to...
2022-04-21  Guido van RossumGH-91719: Make MSVC generate somewhat faster switch...
2022-04-21  Mark ShannonGH-88116: Document that PyCodeNew is dangerous, and...
2022-04-21  Mark ShannonGH-88756: Update docs for PEP 523 eval function type...
2022-04-21  Petr Viktorinbpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
2022-04-21  Mark ShannonGH-88116: Use a compact format to represent end line...
2022-04-21  Victor Stinnergh-89653: PEP 670: Convert tuple macros to functions...
2022-04-21  Victor Stinnergh-91782: Define static_assert() macro on FreeBSD ...
2022-04-21  Victor Stinnergh-89653: PEP 670: Convert PyWeakref_GET_OBJECT() to...
2022-04-21  Dennis Sweeneygh-91636: Don't clear required fields of function objec...
2022-04-21  Iman Kermanibpo-42066: CookieJar cookies should not be sorted ...
2022-04-21  Victor Stinnergh-90623: signal.raise_signal() calls PyErr_CheckSignal...
2022-04-21  Victor StinnerRevert "gh-85567: Register a cleanup function to close...
2022-04-21  Victor Stinnergh-89653: PEP 670: Convert unicodeobject.h macros to...
2022-04-20  Raymond HettingerMinor improvements to grammar and markup. (GH-91762)
2022-04-20  Mariatta WijayaFix typo in GH Issue template (GH-91759)
2022-04-20  Victor Stinnergh-91731: Replace Py_BUILD_ASSERT() with static_assert...
2022-04-20  slatenybpo-23747: Enhance platform doc, document default behav...
2022-04-20  Dennis SweeneyCast to (destructor) to fix compiler warnings (GH-91711)
2022-04-20  dependabot... build(deps): bump actions/upload-artifact from 2.3...
2022-04-20  dependabot... build(deps): bump actions/cache from 2.1.7 to 3.0.1...
2022-04-20  Dong-hee Nagh-91632: Fix generic_alias_iterator to be finalized...
2022-04-20  Irit Katrielgh-89770: [PEP-678] add exception notes to tutorial...
2022-04-20  Victor Stinnergh-91731: Build Python with -std=c11 (#91733)
2022-04-20  Jakub Kulíkgh-91734: Fix ossaudio support on Solaris (GH-91735)
2022-04-20  slatenybpo-30718: Add information about text buffering (GH...
2022-04-20  Raymond HettingerClean-up the argparse docs quick links table (GH-91726)
2022-04-20  Inada Naokigh-91020: Add `PyBytes_Type.tp_alloc` for subclass...
2022-04-20  slatenyAdd link to sys.path in os lib (#91679)
2022-04-20  dependabot... build(deps): bump actions/checkout from 2 to 3 (#32226)
2022-04-20  AJ JordanFix awkward sentence in signal docs (#91508)
2022-04-19  Nickbpo-46075: Store localhost cookies in CookieJar (#30108)
2022-04-19  dependabot... build(deps): bump actions/setup-python from 2 to 3...
2022-04-19  Dennis Sweeneygh-90667: Add specializations of Py_DECREF when types...
next