summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-92886: [clinic.py] raise exception on invalid input instead of assertion (...Irit Katriel2022-10-072-2/+3
* gh-97997: Add col_offset field to tokenizer and use that for AST nodes (#98000)Lysandros Nikolaou2022-10-073-11/+44
* GH-88968: Reject socket that is already used as a transport (#98010)Guido van Rossum2022-10-072-0/+7
* gh-96346: Use double caching for re._compile() (#96347)Serhiy Storchaka2022-10-072-21/+47
* gh-91708: Revert params note in urllib.parse.urlparse table (#96699)Stanley2022-10-071-1/+2
* gh-96265: Fix some formatting in faq/design.rst (#96924)Stanley2022-10-071-27/+31
* gh-73196: Add namespace/scope clarification for inheritance section (#92840)Stanley2022-10-071-1/+2
* gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934)Noam Cohen2022-10-072-2/+3
* gh-97923: Always run Ubuntu SSL tests with others in CI (#97940)Nikita Sobolev2022-10-071-4/+1
* gh-97956: Mention `generate_global_objects.py` in `AC How-To` (#97957)Nikita Sobolev2022-10-071-1/+9
* gh-96959: Update HTTP links which are redirected to HTTPS (#98039)1809092022-10-072-2/+2
* Add a warning message about PyOS_snprintf (#95993)Eric Wieser2022-10-072-1/+3
* GH-96073: Fix wild replacement in inspect.formatannotation (#96074)Anh71me2022-10-075-1/+26
* gh-65496: Correct wording on csv's skipinitialspace argument (#96170)Stanley2022-10-073-5/+10
* gh-64921: Clarify wording for open()'s newline arg (#96171)Stanley2022-10-071-2/+2
* gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)Nikita Sobolev2022-10-076-36/+258
* gh-97669: Move difflib examples to Doc/includes/ (#97964)Victor Stinner2022-10-073-31/+9
* Make _symtable_entry.ste_type's comment consistent wit _Py_block_ty (#92414)zikcheng2022-10-071-1/+1
* Fix a mistake in isSet() deprecated message doc (#95720)Marc Monfort2022-10-070-0/+0
* gh-64373: Convert `_functools` to Argument Clinic (#96640)Nikita Sobolev2022-10-076-29/+182
* gh-96415: Remove `types._cell_factory` from a module namespace (#96416)Nikita Sobolev2022-10-072-1/+2
* Add more syslog tests (GH-97953)Serhiy Storchaka2022-10-074-8/+95
* Add note on capture_output arg to subprocess.run() docstring (#98012)andrei kulakov2022-10-071-1/+2
* gh-94808: Cover `%p` in `PyUnicode_FromFormat` (#96677)Nikita Sobolev2022-10-071-0/+19
* Fix memory leaks in test_capi (#98017)Carl Meyer2022-10-072-0/+6
* gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams...Oleg Iarygin2022-10-071-129/+197
* gh-71316: Update dis documentation to include changes to jump arguments (GH-9...Christopher Chianelli2022-10-071-0/+4
* Misc updates to the itertools recipes and tests (GH-98018)Raymond Hettinger2022-10-071-6/+40
* Doc: sphinx-lint finds two other default roles. (GH-98019)Julien Palard2022-10-072-3/+3
* gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...Barry Warsaw2022-10-075-3/+182
* gh-82874: Convert remaining importlib format uses to f-str. (#98005)Gregory P. Smith2022-10-075-28/+24
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-0755-98/+90
* gh-97850: Remove deprecated functions from `importlib.utils` (#97898)Nikita Sobolev2022-10-076-373/+4
* Remove extra spaces in custom openSSL documentation. (#93568)Xiao Chen2022-10-071-10/+10
* GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)Guido van Rossum2022-10-078-102/+12
* bpo-35540 dataclasses.asdict now supports defaultdict fields (gh-32056)Tiger2022-10-073-2/+28
* GH-91052: Add C API for watching dictionaries (GH-31787)Carl Meyer2022-10-0710-17/+487
* bpo-38693: Use f-strings instead of str.format() within importlib (#17058)Gregory P. Smith2022-10-063-26/+1807
* GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameO...Brandt Bucher2022-10-063-6/+91
* gh-97973: Return all necessary information from the tokenizer (GH-97984)Lysandros Nikolaou2022-10-066-146/+159
* fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). ...Dong-hee Na2022-10-062-1/+8
* gh-65961: Do not rely solely on `__cached__` (GH-97990)Brett Cannon2022-10-0611-35/+130
* gh-97850: Remove the open issues section from the import reference (#97935)Brett Cannon2022-10-061-19/+0
* Docs: pin sphinx-lint (GH-97992)Hugo van Kemenade2022-10-061-1/+1
* gh-94590: add signatures to operator itemgetter, attrgetter, methodcaller (#9...Erik Welch2022-10-061-6/+3
* Add Pynche's move to the What's new in 3.11 (#97974)Barry Warsaw2022-10-061-0/+4
* gh-97781: Apply changes from importlib_metadata 5. (GH-97785)Jason R. Coombs2022-10-065-302/+88
* gh-86482: Document assignment expression need for ()s (#23291)Terry Jan Reedy2022-10-062-0/+8
* gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (#97949)larryhastings2022-10-062-2/+7
* gh-94808: Coverage: Test that maximum indentation level is handled (#95926)Michael Droettboom2022-10-061-1/+21