summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Missing PS1 prompt in tutorial example (GH-98921)Manuel Kaufmann2022-11-011-2/+3
* GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)Kumar Aditya2022-11-013-3/+9
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Steve Dower2022-10-314-4/+124
* gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)Eric Snow2022-10-3115-47/+220
* Fix typo in sorting HOWTO (#98888)partev2022-10-311-1/+1
* Doc: Fix sphinx-lint issues (GH-98911)Julien Palard2022-10-311-1/+1
* gh-98576: Fix types in dataclass.InitVar example (gh-98577)Shantanu2022-10-311-2/+2
* gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)David Hewitt2022-10-315-4/+10
* gh-98878: Use builtins from the bound frame when offering a suggestion (#98880)Batuhan Taskaya2022-10-313-1/+12
* gh-98811: use full source location to simplify __future__ imports error check...Irit Katriel2022-10-315-69/+71
* gh-96151: Use a private name for passing builtins to dataclass. This now allo...Shantanu2022-10-313-5/+13
* gh-98879: Remove unreachable error case from COMPARE_OP_STR_JUMP (GH-98882)Dennis Sweeney2022-10-301-3/+0
* gh-97966: Update uname docs to clarify the special nature of the platform att...Jason R. Coombs2022-10-302-4/+10
* gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)Nick Coghlan2022-10-305-19/+57
* gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#...Nikita Sobolev2022-10-305-3/+36
* gh-98793: Fix typecheck in `overlapped.c` (#98835)Charlie Zhao2022-10-304-5/+25
* glossary.rst: Fix typo in package definition (GH-98865)ab2022-10-291-1/+1
* Fix typo in docs (GH-98863)Yuvi Panda2022-10-291-1/+1
* gh-93358: Fix python-config docs for how to embed Python (#98649)Erlend E. Aasland2022-10-291-6/+6
* Fix comment typos in `_operator.c` (#98853)David Buchanan2022-10-291-2/+2
* dataclasses docs: consistent indentation (4 spaces) in examples (#98855)FC Stegerman2022-10-291-16/+16
* GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#...Kumar Aditya2022-10-293-1/+6
* gh-98744: Prevent column-level decoding crashes on traceback module (#98824)Batuhan Taskaya2022-10-293-14/+63
* gh-98286: handle empty filename in ZipFile/ZipInfo properly (#98346)FC Stegerman2022-10-291-2/+5
* gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)Mateusz2022-10-281-0/+2
* gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)domragusa2022-10-286-21/+150
* Fix typo in contextvars docs (#98823)cburroughs2022-10-281-1/+1
* gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARSGareth Rees2022-10-282-60/+82
* `argparse` docs: normalize constant references (#98765)Skip Montanaro2022-10-281-5/+6
* gh-98776: Fix make regen-test-levenshtein for out-of-tree builds (GH-98779)Miro Hrončok2022-10-282-1/+2
* gh-98657: [docs] `array.typecodes` is a module-level attribute (#98729)Nikita Sobolev2022-10-281-3/+8
* gh-65002: Make note that null bytes are used to pad bytes (#98635)Stanley2022-10-281-1/+4
* gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...Steve Dower2022-10-282-1/+5
* gh-98624 Add mutex to unittest.mock.NonCallableMock (#98688)noah-weingarden2022-10-282-28/+40
* gh-98789: Fix FOR_ITER assert on big-endian (GH-98792)Dennis Sweeney2022-10-281-1/+1
* gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742)Shaun Walbridge2022-10-274-18/+36
* obmalloc: Remove unused variable. (GH-98770)Benjamin Peterson2022-10-271-3/+1
* gh-96143: Improve perf profiler docs (#96445)Erlend E. Aasland2022-10-276-48/+116
* GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)Mark Shannon2022-10-2714-247/+277
* gh-98586: Add vector call APIs to the Limited API (GH-98587)Wenzel Jakob2022-10-279-18/+170
* Python documents state elsewhere that a comma is not an operator, so … (GH-...Gerardwx2022-10-271-1/+1
* gh-98627: Use a Switch in PyModule_FromDefAndSpec2() (gh-98734)Eric Snow2022-10-271-14/+18
* gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even...Kumar Aditya2022-10-271-0/+21
* gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ...Ken Jin2022-10-272-0/+4
* gh-94808: cover `PyFunction_GetDefaults` and `PyFunction_SetDefaults` (#98449)Nikita Sobolev2022-10-272-0/+71
* Fix readline.c compiler warning. (GH-98738)Benjamin Peterson2022-10-261-1/+1
* gh-98741: Remove useless check_home usage from is_python_build usage (GH-98743)Henry Schreiner2022-10-262-4/+4
* gh-98727: Remove old style classes from `test_cmath` (GH-98728)Nikita Sobolev2022-10-261-33/+5
* gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...Eric Snow2022-10-2621-39/+295
* Fix small typo in the removed/deprecated section of the 3.11 whats new (GH-98...Pablo Galindo Salgado2022-10-260-0/+0