summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)MonadChains2023-03-234-6/+43
* gh-99726: Fix order of recently added fields for FILE_STAT_BASIC_INFORMATION ...Steve Dower2023-03-231-1/+1
* GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)Brandt Bucher2023-03-2318-447/+345
* gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)Dong-hee Na2023-03-232-1/+10
* Minor readability improvement to the factor() recipe (GH-102971)Raymond Hettinger2023-03-231-1/+1
* gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689)Nikita Sobolev2023-03-231-0/+4
* gh-102936: typing: document performance pitfalls of protocols decorated with ...Alex Waygood2023-03-231-2/+18
* Move binomialvariate() to a section for discrete distributions (GH-102955)Raymond Hettinger2023-03-232-23/+28
* gh-102810 Improve the sphinx docs for `asyncio.Timeout` (#102934)JosephSBoyle2023-03-231-15/+9
* gh-102943: Stop checking localized error text in socket tests on Windows (GH-...AN Long2023-03-231-2/+1
* gh-88965: typing: fix type substitution of a list of types after initial `Pa...Nikita Sobolev2023-03-233-7/+154
* gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102...Alex Waygood2023-03-233-1/+15
* Docs: fixup incorrect escape char in sqlite3 docs (#102945)Erlend E. Aasland2023-03-231-1/+1
* gh-102939: Fix "conversion from Py_ssize_t to long" warning in builtins (GH-1...Nikita Sobolev2023-03-231-2/+2
* gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-1...Eric Snow2023-03-237-30/+204
* [doc] Fix error in tutorial example: type(exc) is the type rather than the in...Jens-Hilmar Bradt2023-03-221-1/+1
* gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plura...Kevin Kirsche2023-03-221-2/+2
* gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)Irit Katriel2023-03-2215-437/+235
* gh-102780: Fix uncancel() call in asyncio timeouts (#102815)Kristján Valur Jónsson2023-03-224-6/+50
* gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066)Nikita Sobolev2023-03-2214-335/+3
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-2225-898/+982
* GH-89727: Fix pathlib.Path.walk RecursionError on deep trees (GH-100282)Stanislav Zmiev2023-03-223-38/+54
* gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)Benjamin Fogle2023-03-224-12/+33
* gh-102027: Fix macro name (#102124)Max Bachmann2023-03-222-1/+3
* gh-101947: Remove size check from sqlite3 serialize test (#102914)Erlend E. Aasland2023-03-221-1/+0
* gh-101313: Add -h and --help arguments to the webbrowser module (gh-101374)Icelain2023-03-222-3/+8
* GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495)David Benjamin2023-03-223-7/+32
* Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904)Erlend E. Aasland2023-03-221-1/+1
* gh-100989: Improve the accuracy of collections.deque docstrings (#100990)Timo Ludwig2023-03-221-13/+24
* Docs: improve the accuracy of the sqlite3.connect() timeout param (#102900)Erlend E. Aasland2023-03-221-3/+3
* GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)Artem Mukhin2023-03-226-1/+69
* Docs: improve accuracy of pdb alias example (#102892)gaogaotiantian2023-03-221-1/+1
* gh-102839: remove AC for math.log (GH-102863)Sergey B Kirpichev2023-03-213-65/+16
* Add link to `sys.exit` function documentation (#102805)David Poirier2023-03-211-1/+1
* gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)Irit Katriel2023-03-215-206/+64
* gh-94673: Isolate the _io module to Each Interpreter (gh-102663)Eric Snow2023-03-212-12/+40
* gh-102860: improve performance of compiler's instr_sequence_to_cfg (#102861)Irit Katriel2023-03-211-6/+44
* gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)Eric Snow2023-03-211-1/+1
* Tweak polynomial itertool recipes (GH-102880)Raymond Hettinger2023-03-211-14/+13
* gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)Eric Snow2023-03-2113-40/+117
* gh-102876: remove superfluous parens from itertools.batched recipe (GH-102877)wim glenn2023-03-212-2/+2
* gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fat...Eric Snow2023-03-216-17/+27
* gh-102595: Document `PyObject_Format` c-api function (GH-102596)Nikita Sobolev2023-03-211-0/+9
* gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850)Irit Katriel2023-03-214-12/+28
* gh-102799: Let pydoc use the exception instead of sys.exc_info (#102830)Irit Katriel2023-03-211-14/+22
* gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Disp...Irit Katriel2023-03-213-4/+31
* gh-102598: Remove obsolete optimization from `FORMAT_VALUE` opcode (#102599)Nikita Sobolev2023-03-212-44/+21
* The pow() variant further improves accuracy (GH-102866)Raymond Hettinger2023-03-211-1/+1
* Remove itermediate list. Expand docstring. (GH-102862)Raymond Hettinger2023-03-211-4/+8
* gh-102809: Remove `Misc/gdbinit` (#102854)Nikita Sobolev2023-03-202-176/+1