summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (#98720)Erlend E. Aasland2022-10-261-5/+5
* gh-98644: point people to tomllib from configparser’s docs (#98645)Philipp A2022-10-261-4/+8
* gh-98713: Use `@cpython_only` for a test that fails on PyPy (#98714)Nikita Sobolev2022-10-262-1/+5
* gh-90716: add _pylong.py module (#96673)Neil Schemenauer2022-10-266-0/+572
* gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (#98486)Nikita Sobolev2022-10-262-0/+48
* gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355)fancidev2022-10-261-0/+3
* docs: Change links to label refs (#98454)Stanley2022-10-2610-11/+15
* gh-77753: Add example for values that compare equal in stdtypes (#98497)Stanley2022-10-261-5/+3
* gh-84747: Add `async for` comment for StreamReader (#98633)Stanley2022-10-261-1/+2
* fix a typo in whatsnew/3.11 (#98603)July Tikhonov2022-10-251-1/+1
* gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (#98648)Nikita Sobolev2022-10-251-0/+27
* Fix typos in deprecation section of 3.11 What's New (#98628)Jacob Walls2022-10-251-3/+3
* gh-97937: dis docs: add adaptive=False (#97939)Jelle Zijlstra2022-10-251-13/+29
* gh-91058: Add error suggestions to 'import from' import errors (#98305)Pablo Galindo Salgado2022-10-2511-14/+235
* gh-96143: Move the perf trampoline files to the Python directory (#98675)Pablo Galindo Salgado2022-10-2511-18/+18
* gh-94328: Update Windows installer to use SQLite 3.39.4 (#98640)Erlend E. Aasland2022-10-254-3/+4
* Update build status links in contributing doc (GH-98672)Zachary Ware2022-10-251-14/+2
* Update link to supported versions table in security policy (GH-98670)Zachary Ware2022-10-251-1/+1
* gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple exam...Eclips42022-10-251-1/+1
* GH-87390: Add remaining tests for PEP 646 (#98267)Matthew Rahtz2022-10-253-242/+473
* gh-98623: Fix base classes in `typing.rst` (#98626)Nikita Sobolev2022-10-251-2/+2
* Use more precise exception types in `assertRaises` in typing tests (#98650)Nikita Sobolev2022-10-251-3/+3
* gh-93696: Locate frozen module source with __file__ (#93697)James Gerity2022-10-253-0/+53
* gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits (#98631)C.A.M. Gerlach2022-10-251-22/+91
* gh-98461: Fix location of RETURN_VALUE in async generator bytecode. compiler_...Irit Katriel2022-10-252-57/+44
* gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639)Erlend E. Aasland2022-10-252-3/+4
* Post 3.12.0a1Thomas Wouters2022-10-251-1/+1
* Python 3.12.0a1v3.12.0a1Thomas Wouters2022-10-24597-1455/+6456
* GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572)Kumar Aditya2022-10-243-2/+10
* gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri...Nikita Sobolev2022-10-241-72/+78
* GH-91635: clarify docs about closing of transport in asyncio (#98563)Kumar Aditya2022-10-241-1/+2
* GH-98407: fix `test_kill_issue43884` to not leak child processes (#98491)Kumar Aditya2022-10-241-1/+4
* gh-98500: Fix typing docs for `*View` classes (#98511)Nikita Sobolev2022-10-241-4/+4
* gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604)Jelle Zijlstra2022-10-241-1/+1
* gh-97909: Mark up members of PyMemberDef (GH-98473)Johnny115022022-10-241-21/+21
* gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583)C.A.M. Gerlach2022-10-241-20/+43
* gh-95913: Add io support for SpooledTemporaryFile in 3.11 Whatsnew (#98312)C.A.M. Gerlach2022-10-241-0/+13
* gh-95913: Edit & expand Deprecated section of 3.11 WhatsNew (#98581)C.A.M. Gerlach2022-10-241-82/+108
* gh-95913: Edit, expand & format Bytecode sect in 3.11 WhatsNew (GH-98559)C.A.M. Gerlach2022-10-241-39/+81
* gh-95913: Edit, link and sort 3.11 WhatsNew Build section (#98588)C.A.M. Gerlach2022-10-241-57/+67
* gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section (#98585)C.A.M. Gerlach2022-10-241-30/+31