summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)Mark Roseman2021-08-221-17/+36
* bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-2...Mark Roseman2021-08-221-3/+2
* bpo-42560: rework external references in Tkinter docs (GH-27838)Mark Roseman2021-08-221-29/+19
* bpo-41322: Add unit tests for deprecation of test return values (GH-27846)andrei kulakov2021-08-222-0/+8
* bpo-44940: Clarify the documentation of re.findall() (GH-27849)Serhiy Storchaka2021-08-221-4/+14
* bpo-44966: Fix out-of-date traceback message (GH-27867)Raymond Hettinger2021-08-211-1/+1
* bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (#...Maximilian Hils2021-08-201-0/+7
* Fix reST markup in dataclasses.rst (GH-27843)Jean-Abou-Samra2021-08-191-1/+1
* bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)Łukasz Langa2021-08-192-0/+18
* bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818)Jack DeVries2021-08-191-0/+4
* bpo-44874: deprecate Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SAFE_END (GH-27693)Irit Katriel2021-08-181-0/+41
* bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)meowmeowmeowcat2021-08-171-0/+4
* introduce omitted index default before using it (GH-27775)Jefferson Oliveira2021-08-171-8/+8
* bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)Dong-hee Na2021-08-171-0/+9
* bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)Hai Shi2021-08-174-0/+14
* bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)Gautam Chaudhuri2021-08-173-148/+10
* bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)Gautam Chaudhuri2021-08-151-0/+28
* bpo-44907: Update error messages in tutorial examples (GH-27755)meowmeowmeowcat2021-08-131-3/+3
* bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)andrei kulakov2021-08-132-4/+13
* bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)Łukasz Langa2021-08-131-5/+9
* bpo-26228: Fix pty EOF handling (GH-12049)Zephyr Shannon2021-08-111-5/+1
* bpo-33479: Add architecture and threading model sections to Tkinter module do...Mark Roseman2021-08-111-0/+104
* bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)Terry Jan Reedy2021-08-101-2/+1
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)Anthony Shaw2021-08-099-0/+44
* bpo-44854: Remove trailing whitespaces (GH-27689)Serhiy Storchaka2021-08-091-2/+2
* bpo-44522: Fix inaccurate information in open() function (GH-27650)meowmeowmeowcat2021-08-091-3/+3
* bpo-44702: Remove ambiguity in sentence (GH-27676)meowmeowmeowcat2021-08-091-3/+3
* bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...Zackery Spytz2021-08-091-0/+3
* bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664)Senthil Kumaran2021-08-081-4/+0
* bpo-42971: Add errno.EQFULL (macOS) (GH-24419)Ronald Oussoren2021-08-061-0/+5
* bpo-41576: document BaseException in favor of bare except (GH-21917)Thomas Grainger2021-08-061-8/+9
* bpo-27752: improve documentation of csv.Dialect (GH-26795)Jack DeVries2021-08-061-11/+23
* bpo-44756: [docs] revert automated virtual environment creation on `make html...Łukasz Langa2021-08-062-5/+13
* bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)Victor Stinner2021-08-062-1/+8
* bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)Jack DeVries2021-08-051-1/+1
* bpo-41706: Fix special method invocation docs to mention using type() (GH-22084)William Chargin2021-08-041-3/+4
* bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)andrei kulakov2021-08-041-2/+5
* [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...andrei kulakov2021-08-041-1/+5
* Fix typo in 'xml.dom.minidom' documentation (GH-27602)Cristián Maureira-Fredes2021-08-041-1/+1
* Fix 404 link to the pyporting mailing list (GH-27320)Rohit Nishad2021-08-041-3/+3
* Note that tp_clear and m_clear are not always called (GH-27581)Petr Viktorin2021-08-042-0/+12
* Fix hyperlink conflict in turtle docs (GH-27592)Harry2021-08-041-12/+16
* bpo-41886: Fix documented type of PyType_Type (GH-22454)da-woods2021-08-031-1/+1
* bpo-41737: expand doc for NotADirectoryError (GH-27471)andrei kulakov2021-08-031-2/+4
* bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)Raymond Hettinger2021-08-021-16/+32
* bpo-35183: Add typical examples to os.path.splitext docs (GH-27286)Jake Stockwin2021-08-021-7/+26
* Document PyMember_GetOne and PyMember_SetOne (GH-27555)Ken Jin2021-08-021-0/+15
* doc: "Mac OS X" -> "macOS" (GH-27535)partev2021-08-021-3/+3
* doc: "Mac OS " -> "macOS" (GH-27534)partev2021-08-021-1/+1
* bpo-37880: for argparse add_argument with action='store_const', const now def...Jack DeVries2021-07-311-11/+16