summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* In ast doc, update 'below' to 'above' (GH-94967)Miss Islington (bot)2022-07-181-1/+1
* gh-94821: Fix autobind of empty unix domain address (GH-94826)Miss Islington (bot)2022-07-173-2/+25
* gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)Miss Islington (bot)2022-07-173-1/+16
* gh-94869: Fix the location in some expressions for multi-line f-string ast no...Miss Islington (bot)2022-07-163-3/+37
* gh-90844: Allow virtual environments to correctly launch when they have space...Miss Islington (bot)2022-07-162-4/+14
* Add additional pointers to pathlib's mapping to os.path functions (GH-94828)Miss Islington (bot)2022-07-151-1/+2
* [3.10] [doc] Update cookbook example and add information about queue types. (...Miss Islington (bot)2022-07-152-1/+11
* [3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)Neil Schemenauer2022-07-152-1/+12
* Docs: fix typo in sqlite3.rst (GH-94798)Miss Islington (bot)2022-07-141-1/+1
* idlelib: replace 'while 1' with 'while True' (GH-94827)Miss Islington (bot)2022-07-146-8/+8
* gh-90359: Unify documentation style for datetime.rst (gh-94836)Miss Islington (bot)2022-07-141-0/+7
* gh-90359: Update documentation to follow PEP 495. (gh-94800)Miss Islington (bot)2022-07-141-0/+12
* gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)Miss Islington (bot)2022-07-131-0/+2
* [3.10] GH-94736: mark SemLock test as linux only (GH-94750) (#94753)Miss Islington (bot)2022-07-111-0/+1
* bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...Miss Islington (bot)2022-07-114-2/+47
* GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)Miss Islington (bot)2022-07-113-4/+14
* [3.10] GH-94329: Don't raise on excessive stack consumption (GH-94421) (#94448)Mark Shannon2022-07-113-7/+8
* GH-77265: Document NaN handling in statistics functions that sort or count (G...Miss Islington (bot)2022-07-101-0/+29
* gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)Miss Islington (bot)2022-07-092-1/+8
* Use mdash-es consistently in the library docs index (GH-92762)Miss Islington (bot)2022-07-081-4/+4
* [3.10] gh-94622: Add more references to the sqlite3 types anchor (GH-94623). ...Erlend Egeberg Aasland2022-07-081-4/+4
* [3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671)Erlend Egeberg Aasland2022-07-073-0/+17
* gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665)Guy Yagev2022-07-071-1/+1
* GH-94644: fix test_curses ref leak (GH-94647)Miss Islington (bot)2022-07-071-0/+1
* [3.10] gh-94430: Allow params named `module` or `self` with custom C names in...Erlend Egeberg Aasland2022-07-073-2/+50
* [3.10] gh-94628: Add explicit parameter list to sqlite3.connect docs (GH-9462...Erlend Egeberg Aasland2022-07-071-76/+105
* gh-94630: Update sqlite3 docs with positional-only and keyword-only symbols (...Miss Islington (bot)2022-07-061-11/+11
* gh-94017: Improve clarity of sqlite3 transaction handling docs (GH-94320)Miss Islington (bot)2022-07-061-39/+61
* [3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace ...Pablo Galindo Salgado2022-07-055-3/+105
* [3.10] gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-944...Łukasz Langa2022-07-053-0/+167
* [3.10] gh-94360: Fix a tokenizer crash when reading encoded files with syntax...Pablo Galindo Salgado2022-07-053-5/+15
* gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94569)Miss Islington (bot)2022-07-052-2/+13
* [3.10] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...Vinay Sajip2022-07-054-4/+19
* gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94556)Miss Islington (bot)2022-07-052-1/+3
* [3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...Łukasz Langa2022-07-0567-110/+110
* 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