aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declaration war...backport-e35ca41-3.11Sam James2022-12-013-48/+57
* gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194)Miss Islington (bot)2022-11-303-0/+4
* [3.11] GH-98906 ```re``` module: ```search() vs. match()``` section should me...Miss Islington (bot)2022-11-301-6/+12
* bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH...Miss Islington (bot)2022-11-302-2/+6
* gh-82836: fix private network check (GH-97733)Miss Islington (bot)2022-11-293-4/+50
* Docs: improve accuracy of socketserver reference (GH-24767)Miss Islington (bot)2022-11-291-7/+3
* whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853)Miss Islington (bot)2022-11-291-1/+2
* gh-90717: Update the documentation for the altchars paremeter in base64 libra...Miss Islington (bot)2022-11-291-8/+11
* gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and Typ...Miss Islington (bot)2022-11-295-41/+117
* [3.11] gh-99811: Use correct variable to search for time in format string (GH...Miss Islington (bot)2022-11-281-1/+1
* `fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (GH-99819)Miss Islington (bot)2022-11-281-1/+1
* gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)Miss Islington (bot)2022-11-281-6/+25
* [3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults...Kumar Aditya2022-11-283-11/+32
* bpo-41825: restructure docs for the os.wait*() family (GH-22356)Miss Islington (bot)2022-11-282-93/+145
* gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99...Miss Islington (bot)2022-11-273-1/+12
* Docs: both sqlite3 "point examples" now adapt to str (GH-99823)Miss Islington (bot)2022-11-271-1/+1
* gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339)Miss Islington (bot)2022-11-271-2/+6
* GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (G...Miss Islington (bot)2022-11-273-98/+120
* doc: Remove backslashes in doctest grammar docs (GH-29346)Miss Islington (bot)2022-11-261-3/+3
* bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659)Miss Islington (bot)2022-11-261-2/+2
* gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850)Miss Islington (bot)2022-11-263-0/+15
* gh-99795: Fix typo in importlib.resources.abc (GH-99796)Miss Islington (bot)2022-11-261-1/+1
* gh-97966: Restore prior expectation that uname_result._fields and ._asdict wo...Miss Islington (bot)2022-11-263-2/+14
* GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH...Miss Islington (bot)2022-11-261-11/+3
* [3.11] gh-99502: mention bytes-like objects as input in `secrets.compare_dige...Miss Islington (bot)2022-11-261-1/+3
* Fix typo in `__match_args__` doc (GH-99785)Miss Islington (bot)2022-11-251-1/+1
* [3.11] Fix misspelling in docs for http.HTTPMethod (GH-99376) (#99451)Miss Islington (bot)2022-11-251-7/+16
* gh-64019: Have attribute table in `inspect` docs link to module attributes in...Miss Islington (bot)2022-11-251-6/+1
* [3.11] gh-85073: Add some missing links to source (GH-99363) (#99586)Miss Islington (bot)2022-11-258-0/+22
* bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)Miss Islington (bot)2022-11-253-1/+15
* gh-96168: Add sqlite3 row factory how-to (GH-99507)Miss Islington (bot)2022-11-251-41/+119
* Fix rendering of audioop license in Doc/license.rst (GH-99752)Miss Islington (bot)2022-11-241-0/+3
* gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)Miss Islington (bot)2022-11-242-0/+2
* Use faster APIs to calculate paths at startup for Store packaged Python on Wi...Miss Islington (bot)2022-11-232-25/+51
* [3.11] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connectio...Dong Uk, Kang2022-11-234-12/+36
* gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621)Miss Islington (bot)2022-11-231-6/+27
* GH-95283: Add note about compilers in Mac/README.txt (GH-99506)Miss Islington (bot)2022-11-231-0/+13
* [3.11] gh-99650 : Updated argparse docs (GH-99653) (GH-99705)Miss Islington (bot)2022-11-221-1/+1
* GH-92892: Add section about variadic functions to ctypes documentation (GH-99...Miss Islington (bot)2022-11-222-0/+21
* [3.11] gh-99146 struct module documentation should have more predictable exam...Miss Islington (bot)2022-11-221-76/+206
* [3.11] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (G...Serhiy Storchaka2022-11-223-5/+35
* gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)Miss Islington (bot)2022-11-221-0/+18
* [3.11] gh-99016: Make build scripts compatible with Python 3.8 (GH-99017). (G...Serhiy Storchaka2022-11-222-1/+2
* GH-97001: Release GIL in termios extension (GH-99503)Miss Islington (bot)2022-11-222-12/+77
* gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)Miss Islington (bot)2022-11-223-0/+20
* gh-99659: Use correct exceptions in sqlite3 bigmem tests (GH-99660)Miss Islington (bot)2022-11-222-4/+7
* gh-99662: fix typo in typing.TypeVarTuple docs (GH-99672)Miss Islington (bot)2022-11-211-1/+1
* [3.11] gh-99103: Normalize specialized traceback anchors against the current ...Batuhan Taskaya2022-11-214-5/+51
* gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)Miss Islington (bot)2022-11-212-1/+2
* [3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (...Victor Stinner2022-11-214-126/+27