summaryrefslogtreecommitdiffstats
path: root/Doc/library/builtins.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-99030: Added documentation links for types and exceptions (GH-123857)RUANG (Roy James)2024-10-211-4/+8
| | | | | | | | | | | | | * Added documentation links for types and exceptions * Shortened description sentences * Change content * Change documentation * Move seealso * Add a spaces
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
|
* bpo-44045: fix spelling of uppercase vs upper-case (GH-25985)Jürgen Gmach2021-05-281-1/+1
| | | | | And also of lowercase vs lower-case. The `-` notation should only be used for adjectives.
* Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-1/+1
|
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Few typos in the documentation.Florent Xicluna2011-11-111-1/+1
|
* Add links from builtins module docs to built-in functions and constants docsÉric Araujo2011-06-081-1/+3
|
* Remove parenthetical remark that is confusing now that the module is not ↵Georg Brandl2010-11-261-6/+5
| | | | named "__builtin__" anymore.
* Merged revisions 79316 via svnmerge fromEzio Melotti2010-03-231-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79316 | ezio.melotti | 2010-03-23 02:25:19 +0200 (Tue, 23 Mar 2010) | 1 line Remove link to objects.rst (gone in r79179). ........
* Update signature style of optional arguments, part two.Georg Brandl2009-04-051-1/+0
|
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-0/+41