]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2022-07-05  Łukasz Langa[3.10] gh-91330: Tests and docs for dataclass descripto...
2022-07-05  Pablo Galindo... [3.10] gh-94360: Fix a tokenizer crash when reading...
2022-07-05  Miss Islington... gh-90355: Add isolated flag if currently isolated ...
2022-07-05  Vinay Sajip[3.10] bpo-46755: Don't log stack info twice in QueueHa...
2022-07-05  Miss Islington... gh-94538: Fix Argument Clinic output to custom file...
2022-07-05  Łukasz Langa[3.10] Docs: remove redundant "adverb-adjective" hyphen...
2022-07-05  Miss Islington... gh-84753: Clarify change made to `inspect` functions...
2022-07-04  Vinay Sajip[3.10] Update logging documentation: change cross-refer...
2022-07-03  Miss Islington... IDLE doc: Tweek RESTART and Windows console start ...
2022-07-01  Miss Islington... gh-81054: Document that SimpleHTTPRequestHandler follow...
2022-07-01  Miss Islington... gh-75372: Specify major version in README for installat...
2022-07-01  Miss Islington... Update code sample when importing modules in queue...
2022-07-01  Jason R. Coombs[3.10] gh-93975: Provide nicer error reporting from...
2022-06-30  Miss Islington... multiprocessing.spawn doc: Capitalize the p in "Python...
2022-06-30  Miss Islington... gh-84753: Make inspect.iscoroutinefunction() work with...
2022-06-30  Miss Islington... xml.dom.minidom docs: fix typo (GH-93437)
2022-06-30  Irit Katrielgh-94332: make it safe to call assemble_free when assem...
2022-06-30  Miss Islington... gh-89038: [doc] update dis.findlinestarts documentation...
2022-06-30  Miss Islington... [3.10] GH-77403: Fix tests which fail when PYTHONUSERBA...
2022-06-30  Miss Islington... gh-92336: linecache.getline should not raise exceptions...
2022-06-29  Miss Islington... [3.10] bpo-92336: [doc] clarify that the dfile is read...
2022-06-29  Miss Islington... Docs: Update SyntaxError message in REPL example for...
2022-06-28  Kumar Aditya[3.10] GH-89988: Fix memory leak in pickle.Pickler...
2022-06-28  Miss Islington... [3.11] Backport ABI regeneration script (GH-94376)
2022-06-28  Miss Islington... [3.10] gh-82006: IDLE doc improvements (GH-94349) ...
2022-06-28  Miss Islington... gh-61585: Clarify import scope in modules tutorial...
2022-06-28  Miss Islington... gh-92841: Fix asyncio's RuntimeError: Event loop is...
2022-06-28  Miss Islington... gh-94208: Add more TLS version/protocol checks for...
2022-06-27  wookie184[3.10] gh-94192: Fix error for dictionary literals...
2022-06-27  Miss Islington... [3.11] gh-84623: Remove unused imports in stdlib (GH...
2022-06-26  Miss Islington... gh-85023: [doc] clarify parameters vs arguments explana...
2022-06-26  Miss Islington... GH-94254: Make _struct module types immutable (GH-94269)
2022-06-26  Victor StinnerRun Tools/scripts/reindent.py (#94225) (#94291)
2022-06-26  Miss Islington... [doc] fix typo in reference to tp_descr_get and tp_desc...
2022-06-26  Miss Islington... gh-83499: Fix closing file descriptors in tempfile...
2022-06-26  Miss Islington... gh-94245: Test pickling and copying of typing.Tuple...
2022-06-25  Miss Islington... gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
2022-06-25  Miss Islington... bpo-39971: Change examples to be runnable (GH-32172)
2022-06-25  Erlend Egeberg... [3.10] gh-90016: Reword sqlite3 adapter/converter docs...
2022-06-25  Serhiy Storchaka[3.10] gh-94245: Fix pickling and copying of typing...
2022-06-25  Miss Islington... [3.10] gh-94207: Fix struct module leak (GH-94239)...
2022-06-24  Miss Islington... IDLE: replace if statement with expression (GH-94228)
2022-06-24  Miss Islington... Docs: Remove `Provides [...]` from `multiprocessing...
2022-06-24  Steve Dowergh-94205: Ensures all required DLLs are copied on Windo...
2022-06-24  Miss Islington... gh-93692: remove "build finished successfully" message...
2022-06-23  Miss Islington... bpo-45816: Support building with VS 2022 (v143 toolset...
2022-06-23  Pablo Galindo... [3.10] gh-92858: Improve error message for some suites...
2022-06-23  Miss Islington... gh-84623: Remove unused imports in idlelib (GH-94143...
2022-06-23  Ken Jingh-92888: Fix memoryview bad `__index__` use after...
2022-06-23  Miss Islington... Closes gh-94152: Update pyvideo.org URL (GH-94075)
2022-06-22  Pablo Galindo... [3.10] Add an error message to the ABI-dump file check...
2022-06-22  Miss Islington... gh-94114: Remove obsolete reference to python.org mirro...
2022-06-22  Miss Islington... gh-91172: Create a workflow for verifying bundled pip... 94130/head
2022-06-22  Miss Islington... gh-93951: In test_bdb.StateTestCase.test_skip, avoid...
2022-06-22  Miss Islington... Fix typo in _io.TextIOWrapper Clinic input (GH-94037...
2022-06-22  Miss Islington... gh-94101 Disallow instantiation of SSLSession objects...
2022-06-22  Miss Islington... gh-74696: Do not change the current working directory...
2022-06-22  Miss Islington... DOC: correct bytesarray -> bytearray in comments (GH...
2022-06-22  Dennis Sweeney[3.10] GH-93964: Harden overflow checks before _PyBytes...
2022-06-21  Miss Islington... bpo-30535: [doc] state that sys.meta_path is not empty...
2022-06-21  Miss Islington... gh-87389: Fix an open redirection vulnerability in...
2022-06-21  Miss Islington... gh-93021: Fix __text_signature__ for __get__ (GH-93023...
2022-06-21  Miss Islington... Tutorial: specify match cases don't fall through (GH...
2022-06-21  Miss Islington... gh-93240: clarify wording in IO tutorial (GH-93276...
2022-06-21  Łukasz Langa[3.10] gh-93675: Fix typos in `Doc/` (GH-93676) (GH...
2022-06-21  Łukasz Langa[3.10] gh-93851: Fix all broken links in Doc/ (GH-93853...
2022-06-21  Serhiy Storchaka[3.10] gh-79512: Fixed names and __module__ value of...
2022-06-21  Miss Islington... gh-91387: Strip trailing slash from tarfile longname...
2022-06-21  Miss Islington... gh-86986: Drop compatibility support for Sphinx 2...
2022-06-20  Miss Islington... gh-90539: doc: Expand on what should not go into CFLAGS...
2022-06-20  Victor Stinnergh-84461: Silence some compiler warnings on WASM (GH...
2022-06-20  Miss Islington... [3.10] gh-79009: sqlite3.iterdump now correctly handles...
2022-06-19  Miss Islington... gh-61162: Clarify sqlite3 connection context manager...
2022-06-19  Erlend Egeberg... [3.10] gh-93925: Improve clarity of sqlite3 commit...
2022-06-19  Kumar AdityaGH-93990: fix refcounting bug in `add_subclass` in...
2022-06-19  Miss Islington... What's new in 3.10: fix link to issue (GH-93968)
2022-06-17  Miss Islington... GH-83658: make multiprocessing.Pool raise an exception...
2022-06-17  Miss Islington... test_logging: Fix BytesWarning in SysLogHandlerTest...
2022-06-16  Kumar Adityagh-91877: Fix WriteTransport.get_write_buffer_{limits...
2022-06-16  Miss Islington... gh-91810: Fix regression with writing an XML declaratio...
2022-06-16  Miss Islington... gh-91577: SharedMemory move imports out of methods...
2022-06-16  Adam Turner[3.10] gh-93735: Split Docs CI to speed-up the build...
2022-06-16  Miss Islington... [3.11] gh-93741: Add private C API _PyImport_GetModuleA...
2022-06-15  Miss Islington... gh-93857: Fix broken audit-event targets in sqlite3...
2022-06-15  Miss Islington... gh-87260: Update sqlite3 signature docs to reflect...
2022-06-15  Erlend Egeberg... [3.10] gh-89018: Improve documentation of `sqlite3...
2022-06-15  Miss Islington... gh-93183: Adjust wording in socket docs (GH-93832)
2022-06-14  Erlend Egeberg... [3.10] gh-93795: Use test.support TESTFN/unlink in...
2022-06-14  Erlend Egeberg... [3.10] gh-79579: Improve DML query detection in sqlite3...
2022-06-13  Miss Islington... gh-93353: Fix importlib.resources._tempfile() finalizer...
2022-06-11  Miss Islington... Change list to view object (GH-93661)
2022-06-11  Miss Islington... gh-92930: _pickle.c: Acquire strong references before...
2022-06-10  Miss Islington... gh-92886: Fix tests that fail when running with optimiz...
2022-06-10  Miss Islington... gh-91317: Document that Path does not collapse initial...
2022-06-10  Pablo Galindo... [3.10] gh-93671: Avoid exponential backtracking in...
2022-06-10  Steve Dowerbpo-42658: Use LCMapStringEx in ntpath.normcase to...
2022-06-10  Miss Islington... [3.10] Improve logging documentation with example and...
2022-06-10  Miss Islington... gh-87961: Remove outdated notes from functions that...
2022-06-10  Miss Islington... gh-90494: Reject 6th element of the __reduce__() tuple...
2022-06-10  Miss Islington... gh-90549: Fix leak of global named resources using...
next