summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684)Inada Naoki2020-03-021-7/+4
* Fix misleading statement about mixed-type numeric comparisons (GH-18615)Mark Dickinson2020-03-021-2/+4
* bpo-39199: Add descriptions of non-deprecated nodes to the AST module documen...Pablo Galindo2020-03-021-6/+1497
* Mention backports (GH-18715)Stefan Krah2020-02-291-1/+1
* bpo-39794: Add --without-decimal-contextvar (#18702)Stefan Krah2020-02-291-3/+12
* bpo-39667: Sync zipp 3.0 (GH-18540)Jason R. Coombs2020-02-291-4/+14
* bpo-37534: Allow adding Standalone Document Declaration when generating XML d...Henry Harutyunyan2020-02-291-3/+16
* bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)Gregory P. Smith2020-02-291-2/+2
* bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)Shantanu2020-02-281-1/+1
* bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)Terry Jan Reedy2020-02-281-2/+2
* bpo-36144: Document PEP 584 (GH-18659)Brandt Bucher2020-02-261-0/+16
* bpo-34788: Add support for scoped IPv6 addresses (GH-13772)opavlyuk2020-02-262-12/+34
* bpo-39128: Added algorithm description (GH-18624)idomic2020-02-241-0/+11
* bpo-39654: Update pyclbr doc to reflect additional information returned (GH-1...Hakan Çelik2020-02-241-3/+6
* bpo-39576: Clarify the word size for the 32-bit build. (#18616)Stefan Krah2020-02-231-2/+2
* bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH...Serhiy Storchaka2020-02-231-13/+20
* bpo-39576: docs: set context for decimal arbitrary precision arithmetic (#18594)Stefan Krah2020-02-211-8/+58
* bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)Pete Wicken2020-02-211-2/+3
* bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)ananthan-1232020-02-191-0/+9
* Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags p...Victor Stinner2020-02-191-3/+0
* bpo-39572: Document ’total’ flag of TypedDict (GH-18554)ananthan-1232020-02-191-2/+14
* bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in th...Victor Stinner2020-02-181-1/+1
* bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#...idomic2020-02-171-0/+3
* bpo-32892: Update the documentation for handling constants in AST. (GH-18514)Serhiy Storchaka2020-02-171-3/+7
* bpo-12915: Add pkgutil.resolve_name (GH-18310)Vinay Sajip2020-02-141-0/+41
* bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...Saiyang Gou2020-02-137-0/+117
* bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)Roger Hurwitz2020-02-111-6/+0
* bpo-39417: Fix broken link to guide to building venvs (GH-18432)Ogi Moore2020-02-101-1/+1
* bpo-13826: Clarify Popen constructor example (GH-18438)Tim D. Smith2020-02-101-2/+8
* bpo-39594: Fix typo in os.times documentation (GH-18443)Roger Hurwitz2020-02-101-4/+2
* Issue3950: Fix docs for default locale used by gettext to match implementatio...Carl2020-02-101-2/+2
* Remove redundant references in struct doc (GH-18053)Christophe Nanteuil2020-02-101-2/+2
* bpo-39369 Doc: Update mmap readline method documentation (GH-17957)Wellington Pardim2020-02-101-1/+2
* Remove note saying patch is straightforward (#18431)Brian Curtin2020-02-101-2/+1
* bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-1...idomic2020-02-101-2/+3
* Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-1...Saiyang Gou2020-02-082-3/+15
* bpo-39350: Fix fractions for int subclasses (GH-18375)Victor Stinner2020-02-071-0/+4
* bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260)Jakub Stasiak2020-02-051-1/+101
* bpo-39184: Add audit events to command execution functions in os and pty modu...Saiyang Gou2020-02-052-0/+11
* bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)Kyle Stanley2020-02-021-1/+13
* fixes typos in http.client documentation (#18300)James Corbett2020-02-011-2/+2
* bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)Andrew Svetlov2020-02-011-2/+2
* Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)Julien Palard2020-01-311-2/+2
* bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)Victor Stinner2020-01-301-2/+0
* bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)Rémi Lapeyre2020-01-281-8/+14
* bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226)Raymond Hettinger2020-01-281-5/+5
* bpo-39392: Turtle overlap fill depends on OS (#18223)Terry Jan Reedy2020-01-271-0/+5
* bpo-39320: Handle unpacking of **values in compiler (GH-18141)Mark Shannon2020-01-271-14/+7
* bpo-36018: Add another example for NormalDist() (#18191)Raymond Hettinger2020-01-261-0/+36
* bpo-36654: Add examples for using tokenize module programmically (#12947)Windson yang2020-01-251-0/+19