summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)Eric Snow2021-06-071-7/+23
* bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)Sergey B Kirpichev2021-06-072-1/+11
* bpo-44322: Document more SyntaxError details. (GH-26562)Terry Jan Reedy2021-06-071-2/+9
* bpo-44320: Fix markup for W3C C14N test suite (GH-26556)NAKAMURA Osamu2021-06-061-1/+1
* bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492)Irit Katriel2021-06-041-1/+1
* bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...Pablo Galindo2021-06-041-23/+7
* bpo-43693: Compute deref offsets in compiler (gh-25152)Mark Shannon2021-06-041-6/+23
* bpo-44305: Improve syntax error for try blocks without except or finally (GH-...Pablo Galindo2021-06-031-0/+14
* bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...Erlend Egeberg Aasland2021-06-031-1/+1
* bpo-39573: Py_TYPE becomes a static inline function (GH-26493)Victor Stinner2021-06-032-3/+38
* bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...Eric Snow2021-06-031-3/+2
* bpo-39560: Document PyUnicode_FromKindAndData() kind transformation (GH-23848)Zackery Spytz2021-06-031-0/+6
* bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)andrei kulakov2021-06-031-0/+8
* Add bpo-42914 to What's New (GH-25124)Wm. Keith van der Meulen2021-06-031-0/+3
* Typo fix in asyncio-eventloop.rst (GH-26482)Zac Bentley2021-06-021-1/+1
* bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)Victor Stinner2021-06-011-1/+6
* bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428)MapleCCC2021-06-011-2/+3
* bpo-44246: Remove note about access by index now that a compatibility shim is...Jason R. Coombs2021-05-311-4/+1
* Fixing typos in turtle.rst (GH-24385)Jules Lasne2021-05-301-5/+5
* bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)Dong-hee Na2021-05-302-90/+19
* bpo-43750: Fix incorrect reference to PACKET_MULTIHOST in the docs (GH-25241)Zackery Spytz2021-05-291-1/+1
* bpo-42085: [docs] Add versionadded for am_send in type object documentation (...Martmists2021-05-291-0/+2
* bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445)Pablo Galindo2021-05-292-9/+12
* bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26...Pablo Galindo2021-05-292-0/+18
* bpo-44045: fix spelling of uppercase vs upper-case (GH-25985)Jürgen Gmach2021-05-283-3/+3
* bpo-44246: Update What's New for importlib.metadata. (#26408)Jason R. Coombs2021-05-271-3/+9
* bpo-43988: Document test.support.check_disallow_instantiation() (GH-26394)Erlend Egeberg Aasland2021-05-271-0/+8
* bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)Ken Jin2021-05-266-0/+151
* bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as cont...Peter Law2021-05-261-3/+4
* Correct minor spelling typos (GH-26339)Jero Bado2021-05-251-2/+2
* Point to recent link to PyFLTK (GH-26315)Mark2021-05-251-1/+1
* bpo-20408: Fix memoryview() signature in docs (GH-24431)Mariusz Felisiak2021-05-252-9/+8
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)Petr Viktorin2021-05-252-1/+4
* bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)Victor Stinner2021-05-251-2/+2
* bpo-44151: Various grammar, word order, and markup fixes (GH-26344)Raymond Hettinger2021-05-251-10/+10
* bpo-44151: linear_regression() minor API improvements (GH-26199)Zack Kneupper2021-05-251-10/+11
* bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracie...Ken Jin2021-05-241-0/+8
* bpo-44195: Use 'TraversableResources' in the docs to match the implementation...Jason R. Coombs2021-05-241-2/+2
* Fix typo in whatsnew/3.10.rst (GH-26310)Tushar Sadhwani2021-05-231-1/+1
* bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)Junnosuke Kuroda2021-05-231-1/+1
* bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309)Erlend Egeberg Aasland2021-05-222-10/+12
* bpo-33809: add the TracebackException.print() method (GH-24231)Irit Katriel2021-05-221-0/+7
* Remove effbot urls (GH-26308)E-Paine2021-05-226-27/+3
* Specify Python Cookbook edition for reference (GH-26301)Terry Jan Reedy2021-05-211-2/+2
* Remove duplicate words in docs. (GH-26167)Mariusz Felisiak2021-05-216-9/+9
* bpo-43927: Change 'IOError' to 'OSError' (GH-26289)Terry Jan Reedy2021-05-211-1/+1
* [doc] Fix indentation in inspect documentation (GH-24846)Numerlor2021-05-211-4/+4
* bpo-44150: Support optional weights parameter for fmean() (GH-26175)Raymond Hettinger2021-05-211-2/+19
* [doc] Fix typo in asyncio-eventloop documentation (GH-22311)Bruno2021-05-191-2/+2
* bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co...naglis2021-05-191-2/+2