summaryrefslogtreecommitdiffstats
path: root/Doc/library/dl.rst
Commit message (Collapse)AuthorAgeFilesLines
* Restore [] where default arguments are not keywordsHynek Schlawack2012-05-221-1/+1
| | | | | | | | Reverts some changes of a36666c52115. In the case of os's `mknod(filename[, mode=0600[, device=0]])`, I have nested the [] as setting mode doesn't require to set device (but setting device requires to set mode).
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-221-1/+1
| | | | | Mostly just mechanical removal of []. In some rare cases I've pulled the default value up into the argument list.
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-1/+1
|
* update to new C roles and directivesSandro Tosi2012-01-141-3/+3
|
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵Georg Brandl2009-07-261-3/+3
| | | | objects.
* Remove trailing whitespace.Georg Brandl2009-01-031-4/+4
|
* Fix up markup in the deprecation notice.Brett Cannon2008-05-111-1/+2
|
* Deprecate the dl module for removal in 3.0.Brett Cannon2008-05-101-0/+5
|
* Some cleanup in the docs.Georg Brandl2007-12-291-3/+0
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+111