Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | `argparse` docs: normalize constant references (#98765) | Skip Montanaro | 2022-10-28 | 1 | -5/+6 | |
| | ||||||
* | gh-98657: [docs] `array.typecodes` is a module-level attribute (#98729) | Nikita Sobolev | 2022-10-28 | 1 | -3/+8 | |
| | | | | | * gh-98657: [docs] `array.typecodes` is a module-level attribute * Update array.rst | |||||
* | gh-65002: Make note that null bytes are used to pad bytes (#98635) | Stanley | 2022-10-28 | 1 | -1/+4 | |
| | ||||||
* | gh-96143: Improve perf profiler docs (#96445) | Erlend E. Aasland | 2022-10-27 | 1 | -0/+32 | |
| | ||||||
* | GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801) | Mark Shannon | 2022-10-27 | 1 | -1/+12 | |
| | | | | Change FOR_ITER to have the same stack effect regardless of whether it branches or not. Performance is unchanged as FOR_ITER (and specialized forms jump over the cleanup code). | |||||
* | gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (#98720) | Erlend E. Aasland | 2022-10-26 | 1 | -5/+5 | |
| | ||||||
* | gh-98644: point people to tomllib from configparser’s docs (#98645) | Philipp A | 2022-10-26 | 1 | -4/+8 | |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355) | fancidev | 2022-10-26 | 1 | -0/+3 | |
| | ||||||
* | docs: Change links to label refs (#98454) | Stanley | 2022-10-26 | 2 | -3/+2 | |
| | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | |||||
* | gh-77753: Add example for values that compare equal in stdtypes (#98497) | Stanley | 2022-10-26 | 1 | -5/+3 | |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | gh-84747: Add `async for` comment for StreamReader (#98633) | Stanley | 2022-10-26 | 1 | -1/+2 | |
| | ||||||
* | gh-97937: dis docs: add adaptive=False (#97939) | Jelle Zijlstra | 2022-10-25 | 1 | -13/+29 | |
| | | | | Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Co-authored-by: Brandt Bucher <brandtbucher@gmail.com> | |||||
* | gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple ↵ | Eclips4 | 2022-10-25 | 1 | -1/+1 | |
| | | | | example (#98605) | |||||
* | gh-98623: Fix base classes in `typing.rst` (#98626) | Nikita Sobolev | 2022-10-25 | 1 | -2/+2 | |
| | ||||||
* | gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports ↵ | Nikita Sobolev | 2022-10-24 | 1 | -72/+78 | |
| | | | | subscripting" (#98508) | |||||
* | GH-91635: clarify docs about closing of transport in asyncio (#98563) | Kumar Aditya | 2022-10-24 | 1 | -1/+2 | |
| | ||||||
* | gh-98500: Fix typing docs for `*View` classes (#98511) | Nikita Sobolev | 2022-10-24 | 1 | -4/+4 | |
| | ||||||
* | gh-98561: Fix a typo in typing (GH-98562) | Omkaar | 2022-10-23 | 1 | -1/+1 | |
| | ||||||
* | gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (#98304) | C.A.M. Gerlach | 2022-10-22 | 1 | -7/+15 | |
| | ||||||
* | [Enum docs]: fix order of arguments to isinstance() (#98542) | Clément Robert | 2022-10-22 | 1 | -1/+1 | |
| | ||||||
* | gh-51511: Note that codecs.open()'s encoding parameter affects automatic ↵ | Stanley | 2022-10-21 | 1 | -1/+2 | |
| | | | | conversion to binary mode (#94370) | |||||
* | gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values (GH-98455) | Ethan Furman | 2022-10-21 | 1 | -1/+47 | |
| | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | |||||
* | gh-95023: Added os.setns and os.unshare functions (#95046) | Noam Cohen | 2022-10-20 | 1 | -0/+81 | |
| | | | | | | | | Added os.setns and os.unshare to easily switch between namespaces on Linux. Co-authored-by: Christian Heimes <christian@python.org> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Victor Stinner <vstinner@python.org> | |||||
* | [doc] Refresh the venv introduction documentation, and correct the statement ↵ | Phil Elson | 2022-10-19 | 1 | -53/+84 | |
| | | | | | about VIRTUAL_ENV (GH-98350) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | |||||
* | Fix markup indentation (GH-98424) | Raymond Hettinger | 2022-10-19 | 1 | -1/+1 | |
| | | | Fix markup | |||||
* | General improvements to the itertools docs (GH-98408) | Raymond Hettinger | 2022-10-18 | 1 | -51/+92 | |
| | ||||||
* | Doc: Found some remaining default roles. (GH-98392) | Julien Palard | 2022-10-18 | 3 | -3/+3 | |
| | ||||||
* | Doc: missing underscore in hyperlink. (GH-98391) | Julien Palard | 2022-10-18 | 1 | -1/+1 | |
| | ||||||
* | GH-98363: Add itertools.batched() (GH-98364) | Raymond Hettinger | 2022-10-17 | 1 | -37/+39 | |
| | ||||||
* | Move random selection recipes from itertools.rst to random.rst (GH-98369) | Raymond Hettinger | 2022-10-17 | 2 | -25/+31 | |
| | ||||||
* | gh-97669: Create Tools/build/ directory (#97963) | Victor Stinner | 2022-10-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | Create Tools/build/ directory. Move the following scripts from Tools/scripts/ to Tools/build/: * check_extension_modules.py * deepfreeze.py * freeze_modules.py * generate_global_objects.py * generate_levenshtein_examples.py * generate_opcode_h.py * generate_re_casefix.py * generate_sre_constants.py * generate_stdlib_module_names.py * generate_token.py * parse_html5_entities.py * smelly.py * stable_abi.py * umarshal.py * update_file.py * verify_ensurepip_wheels.py Update references to these scripts. | |||||
* | gh-85525: Remove extra row in doc (#98337) | Joannah Nanjekye | 2022-10-16 | 1 | -1/+0 | |
| | | | | | | | * remove extra row * 📜🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> | |||||
* | gh-85299: Add note warning about entry point guard for asyncio example (#93457) | Stanley | 2022-10-16 | 2 | -1/+9 | |
| | ||||||
* | gh-98307: Add docstring and documentation for SysLogHandler.createSocket ↵ | Vinay Sajip | 2022-10-16 | 1 | -0/+11 | |
| | | | | | (GH-98319) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | |||||
* | GH-94597: Deprecate child watcher getters and setters (#98215) | Kumar Aditya | 2022-10-15 | 1 | -0/+14 | |
| | | | | | | | This is the next step for deprecating child watchers. Until we've removed the API completely we have to use it, so this PR is mostly suppressing a lot of warnings when using the API internally. Once the child watcher API is totally removed, the two child watcher implementations we actually use and need (Pidfd and Thread) will be turned into internal helpers. | |||||
* | Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294) | Raymond Hettinger | 2022-10-15 | 1 | -4/+5 | |
| | ||||||
* | docs(typing): harmonize "See PEP x for more details" (#97927) | Simon Legner | 2022-10-15 | 1 | -10/+8 | |
| | ||||||
* | Faster sieve() recipe (#98287) | Raymond Hettinger | 2022-10-15 | 1 | -8/+27 | |
| | ||||||
* | gh-85455: Add missing doc strings and improve docs (#21573) | Joannah Nanjekye | 2022-10-15 | 1 | -2/+2 | |
| | | | | | | | * Add missing doc strings and improve docs * Use imperative form * Modify docstring wording | |||||
* | gh-85525: Indicate supported sound header formats (#21575) | Joannah Nanjekye | 2022-10-15 | 1 | -0/+49 | |
| | | | | | | | * Indicate supported sound header formats * modify file names Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | gh-91485: Doc: Using Python syntax to document builtin Python functions. ↵ | Julien Palard | 2022-10-15 | 1 | -65/+84 | |
| | | | | (GH-96579) | |||||
* | gh-65046: Link to logging cookbook from asyncio docs (#98207) | Shantanu | 2022-10-12 | 1 | -1/+2 | |
| | ||||||
* | Formatting fixes in contextlib docs (#98111) | Stanley | 2022-10-12 | 1 | -11/+17 | |
| | ||||||
* | gh-96130: Rephrase use of "typecheck" verb for clarity (#98144) | Shantanu | 2022-10-12 | 1 | -10/+10 | |
| | | | | I'm sympathetic to the issue report, especially in case this helps clarify to new users that Python itself does not do type checking at runtime | |||||
* | gh-71616: Add note to warn against general translation of saxutils.escape() ↵ | Stanley | 2022-10-11 | 1 | -0/+5 | |
| | | | | | | | (#93450) * Add note to warn against general translation of saxutils.escape() * Use more direct wording | |||||
* | gh-88452: Add a warning about non-portability of environments. (GH-98155) | Vinay Sajip | 2022-10-10 | 1 | -0/+13 | |
| | ||||||
* | gh-83940: os docs: Improve wording for getenv/getenvb (#98113) | Stanley | 2022-10-10 | 1 | -4/+4 | |
| | ||||||
* | gh-56133: copyreg docs: Clarify function/constructor parameter (#95497) | Stanley | 2022-10-10 | 1 | -9/+6 | |
| | ||||||
* | gh-97822: Fix http.server documentation reference to test() function (#98027) | JasonYZ | 2022-10-08 | 1 | -2/+2 | |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | gh-57179: Add note on symlinks for os.walk (#94799) | Stanley | 2022-10-07 | 1 | -1/+2 | |
| |