summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-84753: Clarify change made to `inspect` functions (GH-94554) (GH-94559)Miss Islington (bot)2022-07-051-2/+6
* [3.10] Update logging documentation: change cross-reference and add webapp râ...Vinay Sajip2022-07-042-11/+275
* IDLE doc: Tweek RESTART and Windows console start (GH-94530)Miss Islington (bot)2022-07-032-5/+9
* gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...Miss Islington (bot)2022-07-012-2/+13
* gh-75372: Specify major version in README for installation (GH-92759) (GH-94488)Miss Islington (bot)2022-07-011-1/+1
* Update code sample when importing modules in queue doc (GH-94244) (GH-94491)Miss Islington (bot)2022-07-011-1/+2
* [3.10] gh-93975: Provide nicer error reporting from subprocesses in test_venv...Jason R. Coombs2022-07-012-14/+32
* multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)Miss Islington (bot)2022-06-301-1/+1
* gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...Miss Islington (bot)2022-06-305-1/+23
* xml.dom.minidom docs: fix typo (GH-93437)Miss Islington (bot)2022-06-301-1/+1
* gh-94332: make it safe to call assemble_free when assemble_init has not been ...Irit Katriel2022-06-301-0/+1
* gh-89038: [doc] update dis.findlinestarts documentation for changes related t...Miss Islington (bot)2022-06-301-4/+6
* [3.10] GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (...Miss Islington (bot)2022-06-302-3/+3
* gh-92336: linecache.getline should not raise exceptions on decoding errors (G...Miss Islington (bot)2022-06-303-7/+8
* [3.10] bpo-92336: [doc] clarify that the dfile is read by the traceback displ...Miss Islington (bot)2022-06-291-2/+3
* Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...Miss Islington (bot)2022-06-291-3/+3
* [3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-...Kumar Aditya2022-06-283-1/+29
* [3.11] Backport ABI regeneration script (GH-94376)Miss Islington (bot)2022-06-281-0/+8
* [3.10] gh-82006: IDLE doc improvements (GH-94349) (GH-94358)Miss Islington (bot)2022-06-283-188/+330
* gh-61585: Clarify import scope in modules tutorial (GH-93455) (GH-94374)Miss Islington (bot)2022-06-281-10/+11
* gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) (GH-92904)Miss Islington (bot)2022-06-282-1/+3
* gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)Miss Islington (bot)2022-06-282-27/+35
* [3.10] gh-94192: Fix error for dictionary literals with invalid expression as...wookie1842022-06-274-221/+297
* [3.11] gh-84623: Remove unused imports in stdlib (GH-94313)Miss Islington (bot)2022-06-272-2/+1
* gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH-94282)Miss Islington (bot)2022-06-261-2/+3
* GH-94254: Make _struct module types immutable (GH-94269)Miss Islington (bot)2022-06-263-2/+17
* Run Tools/scripts/reindent.py (#94225) (#94291)Victor Stinner2022-06-262-2/+1
* [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)Miss Islington (bot)2022-06-261-2/+2
* gh-83499: Fix closing file descriptors in tempfile (GH-93874)Miss Islington (bot)2022-06-263-64/+106
* gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259) (GH-94268)Miss Islington (bot)2022-06-261-2/+4
* gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)Miss Islington (bot)2022-06-251-2/+2
* bpo-39971: Change examples to be runnable (GH-32172)Miss Islington (bot)2022-06-251-11/+18
* [3.10] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94273)Erlend Egeberg Aasland2022-06-255-122/+156
* [3.10] gh-94245: Fix pickling and copying of typing.Tuple[()] (GH-94260)Serhiy Storchaka2022-06-252-1/+3
* [3.10] gh-94207: Fix struct module leak (GH-94239) (GH-94266)Miss Islington (bot)2022-06-253-2/+40
* IDLE: replace if statement with expression (GH-94228)Miss Islington (bot)2022-06-241-6/+2
* Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` descriptio...Miss Islington (bot)2022-06-241-2/+2
* gh-94205: Ensures all required DLLs are copied on Windows for underpth tests ...Steve Dower2022-06-241-0/+2
* gh-93692: remove "build finished successfully" message from setup.py (GH-93693)Miss Islington (bot)2022-06-241-1/+0
* bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)Miss Islington (bot)2022-06-235-4/+5
* [3.10] gh-92858: Improve error message for some suites with syntax error befo...Pablo Galindo Salgado2022-06-234-310/+472
* gh-84623: Remove unused imports in idlelib (GH-94143) (#94148)Miss Islington (bot)2022-06-233-17/+7
* gh-92888: Fix memoryview bad `__index__` use after free (GH-92946) (GH-93950)Ken Jin2022-06-233-19/+139
* Closes gh-94152: Update pyvideo.org URL (GH-94075)Miss Islington (bot)2022-06-231-1/+1
* [3.10] Add an error message to the ABI-dump file check (#94131)Pablo Galindo Salgado2022-06-221-1/+10
* gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)Miss Islington (bot)2022-06-221-4/+1
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...Miss Islington (bot)2022-06-223-0/+128
* gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary impo...Miss Islington (bot)2022-06-223-0/+21
* Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94117)Miss Islington (bot)2022-06-221-2/+2
* gh-94101 Disallow instantiation of SSLSession objects (GH-94102)Miss Islington (bot)2022-06-222-1/+5