summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* GH-96793: Implement PEP 479 in bytecode. (GH-99006)Mark Shannon2022-11-031-0/+9
* gh-98740: Fix validation of conditional expressions in RE (GH-98764)Serhiy Storchaka2022-11-031-0/+3
* gh-92679: Clarify asyncio.loop.start_tls parameters (#92682)Oleg Iarygin2022-11-021-3/+8
* gh-92871: Postpone the removal of typing.{io,re} to 3.13 (#98958)Sebastian Rittau2022-11-021-3/+3
* Doc: Fix sphinx-lint issues (GH-98911)Julien Palard2022-10-311-1/+1
* gh-98576: Fix types in dataclass.InitVar example (gh-98577)Shantanu2022-10-311-2/+2
* gh-97966: Update uname docs to clarify the special nature of the platform att...Jason R. Coombs2022-10-301-4/+8
* Fix typo in docs (GH-98863)Yuvi Panda2022-10-291-1/+1
* dataclasses docs: consistent indentation (4 spaces) in examples (#98855)FC Stegerman2022-10-291-16/+16
* gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)Mateusz2022-10-281-0/+2
* gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)domragusa2022-10-281-6/+28
* Fix typo in contextvars docs (#98823)cburroughs2022-10-281-1/+1
* `argparse` docs: normalize constant references (#98765)Skip Montanaro2022-10-281-5/+6
* gh-98657: [docs] `array.typecodes` is a module-level attribute (#98729)Nikita Sobolev2022-10-281-3/+8
* gh-65002: Make note that null bytes are used to pad bytes (#98635)Stanley2022-10-281-1/+4
* gh-96143: Improve perf profiler docs (#96445)Erlend E. Aasland2022-10-271-0/+32
* GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)Mark Shannon2022-10-271-1/+12
* 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-98348: Mention ReferenceError in weakref.proxy documentation (#98355)fancidev2022-10-261-0/+3
* docs: Change links to label refs (#98454)Stanley2022-10-262-3/+2
* 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
* gh-97937: dis docs: add adaptive=False (#97939)Jelle Zijlstra2022-10-251-13/+29
* gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple exam...Eclips42022-10-251-1/+1
* gh-98623: Fix base classes in `typing.rst` (#98626)Nikita Sobolev2022-10-251-2/+2
* 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-98500: Fix typing docs for `*View` classes (#98511)Nikita Sobolev2022-10-241-4/+4
* gh-98561: Fix a typo in typing (GH-98562)Omkaar2022-10-231-1/+1
* gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (#98304)C.A.M. Gerlach2022-10-221-7/+15
* [Enum docs]: fix order of arguments to isinstance() (#98542)Clément Robert2022-10-221-1/+1
* gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...Stanley2022-10-211-1/+2
* gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values (GH-98455)Ethan Furman2022-10-211-1/+47
* gh-95023: Added os.setns and os.unshare functions (#95046)Noam Cohen2022-10-201-0/+81
* [doc] Refresh the venv introduction documentation, and correct the statement ...Phil Elson2022-10-191-53/+84
* Fix markup indentation (GH-98424)Raymond Hettinger2022-10-191-1/+1
* General improvements to the itertools docs (GH-98408)Raymond Hettinger2022-10-181-51/+92
* Doc: Found some remaining default roles. (GH-98392)Julien Palard2022-10-183-3/+3
* Doc: missing underscore in hyperlink. (GH-98391)Julien Palard2022-10-181-1/+1
* GH-98363: Add itertools.batched() (GH-98364)Raymond Hettinger2022-10-171-37/+39
* Move random selection recipes from itertools.rst to random.rst (GH-98369)Raymond Hettinger2022-10-172-25/+31
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-1/+1
* gh-85525: Remove extra row in doc (#98337)Joannah Nanjekye2022-10-161-1/+0
* gh-85299: Add note warning about entry point guard for asyncio example (#93457)Stanley2022-10-162-1/+9
* gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-...Vinay Sajip2022-10-161-0/+11
* GH-94597: Deprecate child watcher getters and setters (#98215)Kumar Aditya2022-10-151-0/+14
* Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294)Raymond Hettinger2022-10-151-4/+5
* docs(typing): harmonize "See PEP x for more details" (#97927)Simon Legner2022-10-151-10/+8
* Faster sieve() recipe (#98287)Raymond Hettinger2022-10-151-8/+27