]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2022-12-08  Ethan Furmangh-100098: [Enum] insist on actual tuples, no subclasse...
2022-12-08  Matthieu Baertsgh-98030: socket: add missing TCP socket options (...
2022-12-08  Takeshi KOMIYAgh-92120: The docstring of enum.Enum is invalid in...
2022-12-08  Dong-hee Nagh-98778: Update HTTPError to initialize properly even...
2022-12-08  Victor Stinnergh-100086: Add build info to test.libregrtest (#100093)
2022-12-07  Eric Snowgh-81057: Move More Globals to _PyRuntimeState (gh...
2022-12-07  Eric Snowgh-90110: Clean Up the C-analyzer Globals Lists (gh...
2022-12-07  Nikita Sobolevgh-100072: only trigger netlify builds for doc changes...
2022-12-07  Irit Katrielgh-100077: make test_code.test_invalid_bytecode more...
2022-12-07  Carl Meyergh-83035: handle decorator with nested parens in inspec...
2022-12-07  Victor Stinnergh-98724: Fix Py_CLEAR() macro side effects (#99100...
2022-12-07  Matěj Ceplgh-93018: Fix for the compatibility problems with expat...
2022-12-07  Nikita Sobolev[Enum] Remove unused code from `test_enum.py` (GH-96986)
2022-12-06  Pablo Galindo... gh-100050: Fix an assertion error when raising unclosed...
2022-12-06  Victor StinnerPyUnicode_KIND() uses _Py_RVALUE() (#100060)
2022-12-06  Ethan Furmangh-94943: [Enum] improve repr() when inheriting from...
2022-12-06  Thomas WoutersPost 3.12.0a3
2022-12-06  Thomas WoutersPython 3.12.0a3 v3.12.0a3
2022-12-06  Serhiy Storchakagh-93453: No longer create an event loop in get_event_l...
2022-12-06  Brandt BucherGH-99729: Unlink frames before clearing them (GH-100030)
2022-12-06  Ashwin Ramaswamibpo-37860: re-add netlify.toml to set up deploy preview...
2022-12-06  Victor Stinnergh-100008: VS 2017 is required since Python 3.11 (...
2022-12-06  Michael DroettboomGH-100026: Include the number of raw input files in...
2022-12-06  Erik De Bontegh-99957: Add `frozen_default` parameter on `dataclass_...
2022-12-05  Gregory P.... gh-100001: Remove doc typo, add versionadded (#100042)
2022-12-05  Gregory P.... gh-100001: Also escape \s in http.server log messages...
2022-12-05  Eric Snowgh-99984: Fix Compiler Warnings (#100036)
2022-12-05  Hugo van KemenadeUse sphinxext-opengraph to generate OpenGraph metadata...
2022-12-05  Gregory P.... gh-100001: Omit control characters in http.server stder...
2022-12-05  Eric Snowgh-99741: Implement Multi-Phase Init for the _xxsubinte...
2022-12-05  Ram Rachumdataclasses.rst: Prevent horizontal scrolling (gh-100025)
2022-12-05  Michael Fördererbpo-44817: Ignore additional errors in ntpath.realpath...
2022-12-05  Petr Viktoringh-98680: Add PyBUF_* constants to the Limited API...
2022-12-05  Serhiy Storchakagh-60203: Revert changes in cycle.__setstate__ (#99982)
2022-12-05  Victor Stinnergh-99892: test_unicodedata: skip test on download failu...
2022-12-05  Victor Stinnergh-100008: Document Python build requirements (#100009)
2022-12-05  Victor Stinnergh-100005: Skip test_script_as_dev_fd() on FreeBSD...
2022-12-05  Ethan Furmangh-93464: [Enum] Add versionchanged tag (#99997)
2022-12-05  Ikko Ashimineno-issue: Fix typo in pycore_object.h (gh-99994)
2022-12-04  Felix Yegh-98248: Normalizing the error messages in function...
2022-12-04  Géry Ogam[Enum] Fix typos in the documentation (GH-99960)
2022-12-04  AlexTategh-98458: unittest: bugfix for infinite loop while...
2022-12-04  Itamar OstricherGH-91054: Reset static events counts in code watchers...
2022-12-04  Serhiy Storchakagh-60203: Always pass True/False as boolean arguments...
2022-12-04  Brian Skinngh-85747: "Preface" section of asyncio-eventloop.rst...
2022-12-03  Serhiy Storchakabpo-15999: Accept arbitrary values for boolean paramete...
2022-12-03  Alexander Kanavingh-99934: test_marshal.py: add more elements in test_de...
2022-12-03  Kumar AdityaGH-66285: remove redundant `time.sleep` from `test_fork...
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)
next