| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri... | Nikita Sobolev | 2022-10-24 | 1 | -72/+78 |
|
|
* | 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-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604) | Jelle Zijlstra | 2022-10-24 | 1 | -1/+1 |
|
|
* | gh-97909: Mark up members of PyMemberDef (GH-98473) | Johnny11502 | 2022-10-24 | 1 | -21/+21 |
|
|
* | gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583) | C.A.M. Gerlach | 2022-10-24 | 1 | -20/+43 |
|
|
* | gh-95913: Add io support for SpooledTemporaryFile in 3.11 Whatsnew (#98312) | C.A.M. Gerlach | 2022-10-24 | 1 | -0/+13 |
|
|
* | gh-95913: Edit & expand Deprecated section of 3.11 WhatsNew (#98581) | C.A.M. Gerlach | 2022-10-24 | 1 | -82/+108 |
|
|
* | gh-95913: Edit, expand & format Bytecode sect in 3.11 WhatsNew (GH-98559) | C.A.M. Gerlach | 2022-10-24 | 1 | -39/+81 |
|
|
* | gh-95913: Edit, link and sort 3.11 WhatsNew Build section (#98588) | C.A.M. Gerlach | 2022-10-24 | 1 | -57/+67 |
|
|
* | gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section (#98585) | C.A.M. Gerlach | 2022-10-24 | 1 | -30/+31 |
|
|
* | gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section (#98584) | C.A.M. Gerlach | 2022-10-24 | 1 | -58/+61 |
|
|
* | gh-95913 Add string section to Whatsnew with new Template methods (#98311) | C.A.M. Gerlach | 2022-10-24 | 1 | -0/+12 |
|
|
* | gh-91524: Speed up the regular expression substitution (#91525) | Serhiy Storchaka | 2022-10-23 | 1 | -0/+5 |
|
|
* | gh-98561: Fix a typo in typing (GH-98562) | Omkaar | 2022-10-23 | 1 | -1/+1 |
|
|
* | no-issue: typo fix in c-api/tuple.rst (gh-98560) | wim glenn | 2022-10-23 | 1 | -1/+1 |
|
|
* | gh-95913: Edit & expand Optimizations in 3.11 WhatsNew (#98426) | C.A.M. Gerlach | 2022-10-22 | 1 | -20/+39 |
|
|
* | gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (#98304) | C.A.M. Gerlach | 2022-10-22 | 2 | -16/+35 |
|
|
* | [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 |
|
|
* | bpo-2716: add license for audioop module (#19972) | Furkan Onder | 2022-10-21 | 1 | -0/+25 |
|
|
* | gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values (GH-98455) | Ethan Furman | 2022-10-21 | 1 | -1/+47 |
|
|
* | gh-91051: allow setting a callback hook on PyType_Modified (GH-97875) | Carl Meyer | 2022-10-21 | 2 | -0/+55 |
|
|
* | gh-98172: [doc] mention that except* handles naked exceptions (GH-98496) | Irit Katriel | 2022-10-21 | 1 | -1/+13 |
|
|
* | [doc] Improve logging cookbook example. (GH-98481) | Vinay Sajip | 2022-10-20 | 1 | -0/+65 |
|
|
* | gh-95023: Added os.setns and os.unshare functions (#95046) | Noam Cohen | 2022-10-20 | 1 | -0/+81 |
|
|
* | Doc: Remove title text from internal links (#98409) | Rafael Fontenelle | 2022-10-19 | 1 | -5/+3 |
|
|
* | [doc] Refresh the venv introduction documentation, and correct the statement ... | Phil Elson | 2022-10-19 | 2 | -95/+84 |
|
|
* | Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441) | Hugo van Kemenade | 2022-10-19 | 1 | -4/+1 |
|
|
* | gh-95913: Edit zipfile Whatsnew section & add new APIs (#98314) | C.A.M. Gerlach | 2022-10-19 | 1 | -2/+14 |
|
|
* | gh-95913: Add WhatsNew section for new logging APIs (#98320) | C.A.M. Gerlach | 2022-10-19 | 1 | -0/+20 |
|
|
* | Fix markup indentation (GH-98424) | Raymond Hettinger | 2022-10-19 | 1 | -1/+1 |
|
|
* | gh-95914: Add links to 3.11 WhatsNew Summary items (#98416) | C.A.M. Gerlach | 2022-10-18 | 1 | -26/+38 |
|
|
* | General improvements to the itertools docs (GH-98408) | Raymond Hettinger | 2022-10-18 | 1 | -51/+92 |
|
|
* | gh-98393: os module reject bytes-like, only accept bytes (#98394) | Victor Stinner | 2022-10-18 | 1 | -0/+10 |
|
|
* | Doc: Found some remaining default roles. (GH-98392) | Julien Palard | 2022-10-18 | 4 | -4/+4 |
|
|
* | Doc: missing underscore in hyperlink. (GH-98391) | Julien Palard | 2022-10-18 | 1 | -1/+1 |
|
|
* | gh-95913: Copyedit, xref and organize enum section (#98295) | C.A.M. Gerlach | 2022-10-18 | 1 | -38/+64 |
|
|
* | gh-95913: Prepare remaining Whatsnew sections for editing (#98342) | C.A.M. Gerlach | 2022-10-18 | 1 | -28/+105 |
|
|
* | 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-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345) | C.A.M. Gerlach | 2022-10-17 | 2 | -4/+4 |
|
|
* | gh-95914: Add What's New item describing PEP 670 changes (#98315) | C.A.M. Gerlach | 2022-10-17 | 1 | -0/+11 |
|
|
* | gh-97669: Create Tools/build/ directory (#97963) | Victor Stinner | 2022-10-17 | 1 | -1/+1 |
|
|
* | gh-95913: Forward-port int/str security change to 3.11 What's New in main (#9... | C.A.M. Gerlach | 2022-10-17 | 1 | -0/+11 |
|
|
* | GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336) | Raymond Hettinger | 2022-10-16 | 1 | -76/+22 |
|
|
* | 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 | 2 | -0/+20 |
|
|