]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2022-12-03  Guido van RossumGH-98831: Support cache effects in super- and macro...
2022-12-02  Eric Snowgh-99741: Clean Up the _xxsubinterpreters Module (gh...
2022-12-02  Irit Katrielgh-99955: standardize return values of functions in...
2022-12-02  Eric Snowgh-99741: Fix the Cross-Interpreter Data API (gh-99939)
2022-12-02  Itamar OstricherGH-91054: Add code object watchers API (GH-99859)
2022-12-01  Pablo Galindo... gh-99894: Ensure the local names don't collide with...
2022-12-01  Serhiy Storchakagh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII...
2022-12-01  C.A.M. GerlachDoc: Add summary line to isolation_level & autocommit...
2022-11-30  ram vikram... GH-98906 ```re``` module: ```search() vs. match()`...
2022-11-30  Serhiy Storchakagh-89189: More compact range iterator (GH-27986)
2022-11-30  Géry Ogambpo-47220: Document the optional callback parameter...
2022-11-30  Michael DroettboomGH-99905: Fix output of misses in summarize_stats.py...
2022-11-30  Victor Stinnergh-99845: PEP 670: Convert PyObject macros to functions...
2022-11-30  Victor Stinnergh-99845: Use size_t type in __sizeof__() methods ...
2022-11-30  Irit KatrielGH-99877)
2022-11-30  Arne de LaatFix typo in exception message in `multiprocessing.pool...
2022-11-30  Irit Katrielgh-87092: move all localsplus preparation into separate...
2022-11-30  Pablo Galindo... gh-99891: Fix infinite recursion in the tokenizer when...
2022-11-30  Géry Ogamgh-99824: Document that sqlite3.connect implicitly...
2022-11-30  Kumar AdityaGH-81057: remove static state from suggestions.c (...
2022-11-30  dmjohnsson23Improve zip64 limit error message (#95892)
2022-11-30  Wenzel Jakobgh-98253: Break potential reference cycles in external...
2022-11-29  Dong-hee Nagh-99127: Allow some features of syslog to the main...
2022-11-29  Pete Wickengh-82836: fix private network check (#97733)
2022-11-29  Géry OgamDocs: improve accuracy of socketserver reference (...
2022-11-29  Yilei "Dolee... whatsnew-3.10: Mention PEP 647 in the Release highlight...
2022-11-29  Sam Ezehgh-90717: Update the documentation for the altchars...
2022-11-29  Victor Stinnergh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)
2022-11-29  Victor Stinnergh-99845: Change _PyDict_KeysSize() return type to...
2022-11-29  Kumar AdityaGH-91375: Port `_asyncio` static types to heap types...
2022-11-29  Serhiy Storchakagh-99593: Add tests for Unicode C API (part 1) (GH...
2022-11-29  Serhiy Storchakagh-99344, gh-99379, gh-99382: Fix issues in substitutio...
2022-11-28  cemyscegh-99811: Use correct variable to search for time in...
2022-11-28  Matthew Hughes`fnmatch` docs: link to `fnmatch.filter()`, not `builti...
2022-11-28  Victor StinnerUse _Py_RVALUE() in macros (#99844)
2022-11-28  David Miguel... Grammatical improvements for ctypes 'winmode' documenta...
2022-11-28  Victor Stinnergh-89653: PEP 670: Convert macros to functions (#99843)
2022-11-28  Zackery Spytzbpo-31718: Fix io.IncrementalNewlineDecoder SystemError...
2022-11-28  Georg Brandlbpo-41825: restructure docs for the os.wait*() family...
2022-11-28  Petr Viktoringh-99249: Clarify "read-only" slots tp_bases & tp_mro...
2022-11-28  Furkan Ondergh-51524: Fix bug when calling trace.CoverageResults...
2022-11-27  Erlend E. AaslandDocs: both sqlite3 "point examples" now adapt to str...
2022-11-27  Sam Ezehgh-91340: Document multiprocessing.set_start_method...
2022-11-27  Hugo van KemenadeDocs: Move .PHONY to each section to avoid copy/paste...
2022-11-27  Nikita Sobolevgh-99677: Deduplicate self-type in `mro` in `inspect...
2022-11-27  Anthony Sottilegh-99815: remove unused 'invalid' sentinel value and...
2022-11-27  Ronald OussorenGH-87235: Make sure "python /dev/fd/9 9</path/to/script...
2022-11-27  Yonatan GoldschmidtRemove unused local variables in inspect.py (#24218)
2022-11-27  Brad Wolfegh-85988: Change documentation for sys.float_info.round...
2022-11-27  George Zhangdoc: Remove backslashes in doctest grammar docs (#29346)
2022-11-27  Zackery Spytzbpo-43327: Fix the docs for PyImport_ImportFrozenModule...
2022-11-27  Kumar AdityaGH-66285: fix forking in asyncio (#99769)
2022-11-26  Nick Drozdbpo-45975: Simplify some while-loops with walrus operat...
2022-11-26  Ivan Savovgh-89682: [doc] reword docstring of __contains__ to...
2022-11-26  Jason R. Coombsgh-88330: Add more detail about what is a resource...
2022-11-26  Jason R. Coombsgh-98108: Add limited pickleability to zipfile.Path...
2022-11-26  busywhitespacegh-99795: Fix typo in importlib.resources.abc (GH-99796)
2022-11-26  Jason R. CoombsFix zipfile packaging after GH-98103 (GH-99797)
2022-11-26  Sam Ezehgh-91078: Return None from TarFile.next when the tarfil...
2022-11-26  Jason R. Coombsgh-98098: Create packages from zipfile and test_zipfile...
2022-11-26  Jason R. Coombsgh-97966: Restore prior expectation that uname_result...
2022-11-26  Sam Jamesgh-99086: Fix -Wstrict-prototypes, -Wimplicit-function...
2022-11-26  Nikita Sobolevgh-99502: mention bytes-like objects as input in `secre...
2022-11-26  TheShermanTankerGH-95896: posixmodule.c: fix osdefs.h inclusion to...
2022-11-26  Terry Jan ReedyFix typo in `__match_args__` doc (#99785)
2022-11-25  Victor Stinnergh-98724: Fix warnings on Py_SETREF() usage (#99781)
2022-11-25  Barney Galegh-99029: Fix handling of `PureWindowsPath('C:\<blah...
2022-11-25  Stanleygh-64019: Have attribute table in `inspect` docs link...
2022-11-25  Gary DonovanFix typo on inline comment for email.generator (GH...
2022-11-25  Zackery Spytzbpo-40882: Fix a memory leak in SharedMemory on Windows...
2022-11-25  Erlend E. Aaslandgh-96168: Add sqlite3 row factory how-to (#99507)
2022-11-25  Zackery Spytzbpo-38031: Fix a possible assertion failure in _io...
2022-11-25  Zackery Spytzbpo-41260: C impl of datetime.date.strftime() takes...
2022-11-24  Victor StinnerRevert "gh-98724: Fix Py_CLEAR() macro side effects...
2022-11-24  colorfulapplgh-64490: Fix bugs in argument clinic varargs processin...
2022-11-24  Kumar AdityaGH-66285: Revert "fix forking in asyncio" (#99756)
2022-11-24  Zachary WareFix rendering of audioop license in Doc/license.rst...
2022-11-24  Kumar AdityaGH-66285: skip asyncio fork tests for platforms without...
2022-11-24  Guido van RossumGH-79033: Fix asyncio.Server.wait_closed() (#98582)
2022-11-24  colorfulapplgh-99240: Fix double-free bug in Argument Clinic str_co...
2022-11-24  colorfulapplgh-64490: Fix refcount error when arguments are packed...
2022-11-24  Irit Katrielgh-99708: fix bug where compiler crashes on if expressi...
2022-11-24  zhanpongh-94808: [coverage] Add an asynchronous generator...
2022-11-24  SQLPATCHgh-98872: Fix a possible resource leak in Python 3...
2022-11-24  David Hewittgh-99706: unicodeobject: Fix padding in `PyASCIIObject...
2022-11-24  Kumar Adityaadd Kumar Aditya as `asyncio` codeowner (GH-99744)
2022-11-24  Kumar AdityaGH-66285: fix forking in `asyncio` (#99539)
2022-11-24  Illia Volochiigh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)
2022-11-23  Nikita Sobolevcloses gh-99508: fix `TypeError` in `Lib/importlib...
2022-11-23  Hugo van KemenadeUpload NEWS file as artifact (#30419)
2022-11-23  Steve DowerUse faster APIs to calculate paths at startup for Store...
2022-11-23  Victor Stinnergh-79315: Add Include/cpython/memoryobject.h header...
2022-11-23  Victor Stinnergh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
2022-11-23  Irit Katrielgh-99619: fix error in documentation of ExceptionGroup...
2022-11-23  Ronald OussorenGH-95283: Add note about compilers in Mac/README.txt...
2022-11-23  Guido van RossumGH-98831: Add `macro` and `op` and their implementation...
2022-11-22  Victor Stinnergh-99300: Replace Py_INCREF() with Py_NewRef() in _elem...
2022-11-22  ram vikram... gh-99650 : Updated argparse docs (GH-99653)
2022-11-22  Skip Montanarogh-88226: Emit TARGET labels in Python/ceval.c when...
2022-11-22  Skip Montanarogh-99146 struct module documentation should have more...
next