summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-91760: More strict rules for numerical group references and group names in...Serhiy Storchaka2022-05-085-91/+62
* gh-80856: doc: reveal doctest directives (#92318)Davide Rizzo2022-05-081-17/+37
* Fix typo in whatsnew (GH-92488)Ezio Melotti2022-05-081-1/+1
* Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)Oleg Iarygin2022-05-081-1/+1
* gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (#9...Alex Waygood2022-05-081-10/+0
* gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)Serhiy Storchaka2022-05-085-145/+211
* Fix What's New for 3.12 (GH-92482)Serhiy Storchaka2022-05-082-0/+1
* `typing.Text`: tweak deprecation notice (#92405)Alex Waygood2022-05-081-1/+2
* Update What's New in 3.11 faster cpython figures and contributors (GH-92401)Ken Jin2022-05-081-3/+4
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-0826-92/+307
* gh-77630: Change Charset to charset (GH-92439)slateny2022-05-082-12/+12
* Add __class_getitem__ to csv.DictReader and csv.DictWriter (#92393)Marc Mueller2022-05-084-1/+12
* bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)Serhiy Storchaka2022-05-0819-39/+41
* gh-89474: Improve Semaphore/BoundedSemaphore.release() for multiple thread wa...Dong-hee Na2022-05-081-5/+3
* gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423)Alex Waygood2022-05-081-10/+0
* gh-92261: Disallow iteration of Union (and other special forms) (GH-92262)Matthew Rahtz2022-05-084-5/+72
* GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432)Hugo van Kemenade2022-05-081-11/+11
* gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420)Alex Waygood2022-05-081-9/+0
* gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH...Alex Waygood2022-05-081-7/+0
* gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Pytho...Alex Waygood2022-05-081-1/+0
* gh-92417: `typing` docs: `from __future__ import annotations` can be used in ...Alex Waygood2022-05-081-1/+1
* gh-92448: Update the documentation builder to render the GitHub issue. (GH-92...Dong-hee Na2022-05-089-14/+15
* Update CPyhton configuration for 3.12 (#92451)Dong-hee Na2022-05-083-14/+20
* Add the 3.11 branch to the CI filesPablo Galindo2022-05-085-2/+8
* Update the SOURCE_URI in pyspecific.py to point to the new branchPablo Galindo2022-05-081-1/+1
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2022-05-082-0/+58
|\
| * gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (#92428)Serhiy Storchaka2022-05-071-0/+3
| * gh-92308: Add Pending Removal section to 3.11 What's New (#92309)Erlend Egeberg Aasland2022-05-071-0/+55
* | Python 3.12.0a0Pablo Galindo2022-05-087-19/+135
* | Update the SOURCE_URI in pyspecific.py to point to the new branchv3.11.0b1Pablo Galindo2022-05-063-6/+6
* | Python 3.11.0b1Pablo Galindo2022-05-06212-440/+2171
|/
* gh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409)Brandt Bucher2022-05-062-7/+11
* gh-92203: Add closure support to exec(). (#92204)larryhastings2022-05-065-21/+171
* gh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT (#92402)Victor Stinner2022-05-061-3/+3
* gh-90997: Show cached inline values in `dis` output (#92360)Brandt Bucher2022-05-064-26/+126
* gh-92368: Fix missing possessive apostrophe (#92397)gophra2022-05-061-1/+1
* gh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396)Victor Stinner2022-05-061-1/+1
* Fix What's New: use :gh: instead of :issue: (#92395)Serhiy Storchaka2022-05-061-1/+1
* gh-91827: Add method info_pathlevel() in tkinter (GH-91829)Serhiy Storchaka2022-05-068-23/+75
* Add source for character mappings (#92014)slateny2022-05-061-0/+1
* gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)Alex Waygood2022-05-063-0/+15
* gh-84461: Skip network require tests on Emscripten (GH-92383)Christian Heimes2022-05-063-3/+4
* Enum docs: Remove unnecessary apostrophes (#92382)Alex Waygood2022-05-061-2/+2
* Document the lifetime of `PyUnicode_AsUTF8String` (#92325)Matt Wozniski2022-05-061-1/+2
* GH-89519: Deprecate classmethod descriptor chaining (#92379)Raymond Hettinger2022-05-064-1/+20
* Don't apply 'stale' label to issues (#91501)Hugo van Kemenade2022-05-061-1/+2
* gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)Ethan Furman2022-05-065-4/+219
* gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)Gregory P. Smith2022-05-064-11/+43
* gh-87901: Add encoding to os.popen (GH-92374)Inada Naoki2022-05-063-3/+9
* bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)Mariusz Felisiak2022-05-062-4/+4