summaryrefslogtreecommitdiffstats
path: root/Doc/library/xdrlib.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-92611: Link to PEP 594 sections & add key detail in doc deprecation ↵Miss Islington (bot)2022-05-131-1/+2
| | | | | | | notices (GH-92612) (cherry picked from commit 9f68dab3d327335b938046c50b4f09944e993cc8) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* [3.9] bpo-47061: document module deprecations due to PEP 594 (GH-31984) ↵Hugo van Kemenade2022-03-231-0/+4
| | | | | | | | | | (GH-32082) Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree. (cherry picked from commit 9ac2de922a0f783bd43b8e026e4fb70fd1888572) Co-authored-by: Brett Cannon <brett@python.org> Automerge-Triggered-By: GH:brettcannon
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+1
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ↵Senthil Kumaran2011-07-041-1/+1
| | | | attribute and 'methods' where it denotes methods. Context should clarify usage.
* More source linksRaymond Hettinger2011-01-271-0/+4
|
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-1/+0
|
* Partial py3k-ification of Doc/library/: convert has_key references into ↵Collin Winter2007-09-011-1/+1
| | | | either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls.
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+276