Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ↵ | Senthil Kumaran | 2011-07-04 | 1 | -6/+6 |
| | | | | attribute and 'methods' where it denotes methods. Context should clarify usage. | ||||
* | More source links. | Raymond Hettinger | 2011-01-27 | 1 | -0/+3 |
| | |||||
* | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 1 | -7/+7 |
| | |||||
* | remove warning about not accepting unicode | Benjamin Peterson | 2008-11-23 | 1 | -4/+0 |
| | | | | I don't know if it actually works with unicode, though... | ||||
* | Renamed ConfigParser to configparser. | Alexandre Vassalotti | 2008-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Merged revisions 63247-63248 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r63247 | georg.brandl | 2008-05-14 18:30:31 -0400 (Wed, 14 May 2008) | 2 lines Update configparser docs for lowercasing rename. ........ r63248 | alexandre.vassalotti | 2008-05-14 18:44:22 -0400 (Wed, 14 May 2008) | 8 lines Updated import statements to use the new `configparser` module name. Updated the documentation to use the new name. Revert addition of the stub entry for the old name. Georg, I am reverting your changes since this commit should propagate to py3k. ........ | ||||
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -9/+8 |
| | | | | | | but just some text embedded in the docs. Also remove paragraph about implicit relative imports from tutorial. | ||||
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -19/+0 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+307 |