summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-45876: Improve accuracy for stdev() and pstdev() in statistics (GH-29736)Raymond Hettinger2021-11-272-16/+105
* bpo-44353: Correct docstring for `NewType` (#29785)Alex Waygood2021-11-261-1/+1
* bpo-43137: webbrowser: Replace gvfs-open and gnome-open with "gio open" (GH-2...Simon McVittie2021-11-251-7/+4
* bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi...Pablo Galindo Salgado2021-11-242-3/+3
* bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750)Pablo Galindo Salgado2021-11-241-8/+8
* bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)Jason R. Coombs2021-11-248-83/+186
* bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-...Miro Hrončok2021-11-232-1/+45
* bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...Eric Snow2021-11-231-4/+5
* bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/te...Nikita Sobolev2021-11-231-14/+4
* bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...Mark Shannon2021-11-234-54/+62
* bpo-45871: Refactor except matcher validation into a separate function so tha...Irit Katriel2021-11-221-0/+15
* bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH...Carl Friedrich Bolz-Tereick2021-11-221-0/+1
* bpo-45813: Make sure that frame->generator is NULLed when generator is deallo...Mark Shannon2021-11-221-0/+7
* bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=...Eric V. Smith2021-11-222-6/+35
* bpo-45766: Add direct proportion option to linear_regression(). (#29490)Raymond Hettinger2021-11-212-7/+30
* Added kw_only parameter to make_dataclasses. (GH-29679)Eric V. Smith2021-11-202-2/+13
* bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)Logan Jones2021-11-202-15/+85
* bpo-45811: Improve error message when source code contains invisible control ...Pablo Galindo Salgado2021-11-201-0/+3
* bpo-45450: Improve syntax error for parenthesized arguments (GH-28906)Pablo Galindo Salgado2021-11-201-0/+38
* bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667)Raymond Hettinger2021-11-201-4/+7
* bpo-45851: Avoid full sort in statistics.multimode() (#29662)Raymond Hettinger2021-11-201-3/+5
* bpo-42158: Add MIME types for n-triples, n-quads, n3 and trig (GH-23230)Dylan Van Assche2021-11-201-0/+4
* bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)Pablo Galindo Salgado2021-11-201-0/+13
* bpo-45506: Fix test_embed expecting to not find stdlib in source tree build w...Steve Dower2021-11-201-6/+11
* bpo-45727: Make the syntax error for missing comma more consistent (GH-29427)Pablo Galindo Salgado2021-11-191-0/+1
* bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)Ruben Vorderman2021-11-192-0/+11
* bpo-45709: Fix tracing when exception is handled. (GH-29638)Mark Shannon2021-11-191-0/+32
* bpo-45609: Specialize STORE_SUBSCR (GH-29242)Dennis Sweeney2021-11-192-0/+11
* bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)Hugo van Kemenade2021-11-181-10/+27
* bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. (G...Mark Shannon2021-11-181-0/+1
* bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)Dong-hee Na2021-11-181-0/+2
* bpo-45835: Fix race condition in test_queue (#29601)Sam Gross2021-11-181-11/+11
* bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (...Dennis Sweeney2021-11-171-0/+31
* bpo-42540: reallocation of id_mutex should not force default allocator (GH-29...Sam Gross2021-11-171-0/+16
* bpo-45512: Extend `sqlite3` test suite regarding isolation levels (GH-29576)Erlend Egeberg Aasland2021-11-172-3/+124
* bpo-28806: Continue work: improve the netrc library (GH-26330)Emmanuel Arias2021-11-172-122/+314
* bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...Pablo Galindo Salgado2021-11-161-0/+8
* bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)Erlend Egeberg Aasland2021-11-161-0/+38
* bpo-45292: Use raw strings for regex in tests (GH-29545)Irit Katriel2021-11-161-3/+3
* bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)Victor Stinner2021-11-1514-2346/+19
* bpo-45677: Reword first section of `sqlite3` docs (#29326)Erlend Egeberg Aasland2021-11-151-4/+4
* bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad ...Erlend Egeberg Aasland2021-11-151-2/+16
* bpo-45752: Remove "array" from list of things that cannot be copied in `copy`...Alex Waygood2021-11-141-2/+2
* bpo-45738: Fix computation of error location for invalid continuation (GH-29550)Pablo Galindo Salgado2021-11-141-1/+7
* bpo-45745: Remove regrtest --findleaks options (GH-29514)Victor Stinner2021-11-124-17/+4
* bpo-45711: Re-bump the magic number and update doc (GH-29528)Brandt Bucher2021-11-121-2/+5
* bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525)Raymond Hettinger2021-11-122-13/+6
* bpo-45773: Stop "optimizing" certain jump patterns (GH-29505)Brandt Bucher2021-11-111-0/+7
* bpo-45636: Merge all numeric operators (GH-29482)Brandt Bucher2021-11-116-64/+74
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-111-1/+3