| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 conv... | Stanley | 2022-10-21 | 1 | -1/+2 |
|
|
* | gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values (GH-98455) | Ethan Furman | 2022-10-21 | 1 | -1/+47 |
|
|
* | gh-95023: Added os.setns and os.unshare functions (#95046) | Noam Cohen | 2022-10-20 | 1 | -0/+81 |
|
|
* | [doc] Refresh the venv introduction documentation, and correct the statement ... | Phil Elson | 2022-10-19 | 1 | -53/+84 |
|
|
* | Fix markup indentation (GH-98424) | Raymond Hettinger | 2022-10-19 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | gh-85525: Remove extra row in doc (#98337) | Joannah Nanjekye | 2022-10-16 | 1 | -1/+0 |
|
|
* | 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 (GH-... | Vinay Sajip | 2022-10-16 | 1 | -0/+11 |
|
|
* | GH-94597: Deprecate child watcher getters and setters (#98215) | Kumar Aditya | 2022-10-15 | 1 | -0/+14 |
|
|
* | 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 |
|
|
* | gh-85525: Indicate supported sound header formats (#21575) | Joannah Nanjekye | 2022-10-15 | 1 | -0/+49 |
|
|
* | gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-... | Julien Palard | 2022-10-15 | 1 | -65/+84 |
|
|
* | 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 |
|
|
* | gh-71616: Add note to warn against general translation of saxutils.escape() (... | Stanley | 2022-10-11 | 1 | -0/+5 |
|
|
* | 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 |
|
|
* | gh-57179: Add note on symlinks for os.walk (#94799) | Stanley | 2022-10-07 | 1 | -1/+2 |
|
|
* | gh-61105: Add default param, note on using cookiejar subclass (#95427) | Stanley | 2022-10-07 | 1 | -3/+5 |
|
|
* | gh-91708: Revert params note in urllib.parse.urlparse table (#96699) | Stanley | 2022-10-07 | 1 | -1/+2 |
|
|
* | gh-65496: Correct wording on csv's skipinitialspace argument (#96170) | Stanley | 2022-10-07 | 1 | -1/+1 |
|
|
* | gh-64921: Clarify wording for open()'s newline arg (#96171) | Stanley | 2022-10-07 | 1 | -2/+2 |
|
|
* | gh-97669: Move difflib examples to Doc/includes/ (#97964) | Victor Stinner | 2022-10-07 | 1 | -7/+8 |
|
|
* | gh-71316: Update dis documentation to include changes to jump arguments (GH-9... | Christopher Chianelli | 2022-10-07 | 1 | -0/+4 |
|
|
* | Misc updates to the itertools recipes and tests (GH-98018) | Raymond Hettinger | 2022-10-07 | 1 | -6/+40 |
|
|
* | Doc: sphinx-lint finds two other default roles. (GH-98019) | Julien Palard | 2022-10-07 | 1 | -2/+2 |
|
|
* | Docs: Fix backtick errors found by sphinx-lint (#97998) | Hugo van Kemenade | 2022-10-07 | 25 | -42/+42 |
|
|
* | gh-97850: Remove deprecated functions from `importlib.utils` (#97898) | Nikita Sobolev | 2022-10-07 | 1 | -53/+1 |
|
|
* | GH-90985: Revert "Deprecate passing a message into cancel()" (#97999) | Guido van Rossum | 2022-10-07 | 2 | -14/+2 |
|
|
* | gh-65961: Do not rely solely on `__cached__` (GH-97990) | Brett Cannon | 2022-10-06 | 1 | -0/+9 |
|
|
* | gh-97781: Apply changes from importlib_metadata 5. (GH-97785) | Jason R. Coombs | 2022-10-06 | 1 | -35/+73 |
|
|
* | gh-95691: Doc BufferedWriter and BufferedReader (#95703) | 180909 | 2022-10-05 | 1 | -1/+1 |
|
|
* | GH-88968: Add notes about socket ownership transfers (#97936) | Guido van Rossum | 2022-10-05 | 2 | -0/+48 |
|
|
* | gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_... | Brett Cannon | 2022-10-05 | 1 | -9/+0 |
|
|
* | docs(typing): add "see PEP 675" to LiteralString (#97926) | Simon Legner | 2022-10-05 | 1 | -0/+2 |
|
|