summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)Jürgen Gmach2021-03-261-1/+1
* bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)Brett Cannon2021-03-262-0/+13
* bpo-43620: Remove reference to os.sep from os.path.join() doc (#25025)Jared Sutton2021-03-261-5/+4
* "exists" -> "exist" in What's New 3.10 (GH-25019)blopblopy2021-03-251-1/+1
* Doc: io: Remove "In-memory streams" section (GH-24927)Inada Naoki2021-03-251-10/+0
* bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...Brett Cannon2021-03-242-7/+13
* bpo-42914: add a pprint underscore_numbers option (GH-24864)sblondon2021-03-241-6/+17
* bpo-43244: Remove the pyarena.h header (GH-25007)Victor Stinner2021-03-241-0/+11
* bpo-43244: Remove parser_interface.h header file (GH-25001)Victor Stinner2021-03-241-2/+7
* bpo-43452: Document the PyType_Lookup optimizations in the What's New for 3.1...Pablo Galindo2021-03-241-1/+4
* bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G...Pablo Galindo2021-03-235-0/+27
* bpo-43244: Add pycore_compile.h header file (GH-25000)Victor Stinner2021-03-231-0/+12
* bpo-31861: Add aiter and anext to builtins (#23847)Joshua Bronson2021-03-232-25/+55
* bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner2021-03-231-1/+9
* bpo-41718: Update runpy startup time What's New (GH-24998)Victor Stinner2021-03-231-3/+4
* Clarify attribute docs on types.ModuleType (GH-24974)Brett Cannon2021-03-231-2/+30
* bpo-43422: Revert _decimal C API addition (GH-24960)Antoine Pitrou2021-03-212-232/+0
* bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)Rui Cunha2021-03-202-0/+6
* Mention that code.co_lnotab is deprecated in what's new for 3.10. (#24902)Mark Shannon2021-03-191-0/+2
* bpo-43244: Remove symtable.h header file (GH-24910)Victor Stinner2021-03-192-1/+16
* bpo-43466: Add --with-openssl-rpath configure option (GH-24820)Christian Heimes2021-03-192-0/+56
* bpo-43244: Remove the PyAST_Validate() function (GH-24911)Victor Stinner2021-03-181-0/+5
* bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)Chris Burr2021-03-181-0/+7
* Add PEP 626 to what's new in 3.10. (#24892)Mark Shannon2021-03-161-0/+8
* bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)Inada Naoki2021-03-161-11/+15
* Fix typo in the word "spaghetti" (GH-24866)Kazantcev Andrey2021-03-151-1/+1
* bpo-43428: Improve documentation for importlib.metadata changes. (GH-24858)Jason R. Coombs2021-03-152-1/+55
* bpo-43199: Briefly explain why no goto (GH-24852)Terry Jan Reedy2021-03-141-1/+9
* bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory()...CAM Gerlach2021-03-141-3/+12
* bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)Kamil Turek2021-03-141-4/+8
* Fix some minor errors in the docs (GH-24834)Zackery Spytz2021-03-145-5/+5
* bpo-43427: Separte the method overview from the static method specifics. (GH...Raymond Hettinger2021-03-131-2/+6
* bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)Jason R. Coombs2021-03-131-5/+18
* Update link to Django's Context class. (#24805)Mariusz Felisiak2021-03-132-2/+2
* bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)Antoine Pitrou2021-03-114-17/+87
* Fix error in documentation for ast.match_case (GH-24807)Adrian Freund2021-03-101-1/+1
* bpo-43439: Add audit hooks for gc functions (GH-24794)Pablo Galindo2021-03-102-0/+12
* bpo-43446: Fix markup in sqlite3 footnote (GH-24806)Kamil Turek2021-03-091-1/+1
* bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)Victor Stinner2021-03-091-1/+1
* bpo-43415: Fix typo on dataclasses.rst (#24789)Guilherme Martins Crocetti2021-03-081-1/+1
* bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)Desmond Cheong2021-03-081-0/+9
* bpo-43353: Document that logging.getLevelName() accepts string representation...Mariusz Felisiak2021-03-081-8/+17
* bpo-43319: Fixed the tutorial on venv about standard library (GH-24740)cmhzc2021-03-071-1/+1
* Put contextvars docs into the concurrency category (GH-24760)Brett Cannon2021-03-062-1/+1
* bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)Alex Willmer2021-03-061-4/+4
* bpo-43400: Remove "easy to use" from mock docs (GH-24752)Eddie Peters2021-03-041-1/+1
* bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)Erlend Egeberg Aasland2021-03-041-25/+25
* Improve the description of the improvements in bpo-42202 (GH-24738)Pablo Galindo2021-03-041-2/+3
* bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH-20442)Eric L2021-03-031-2/+19
* Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)Pablo Galindo2021-03-031-0/+5