Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-21 | doc/examples/*.py: Update examples to the new API | Julian Andres Klode | 1 | -1/+1 | |
Closes: #639022 | |||||
2013-10-21 | doc/examples: Start updating to new API | Julian Andres Klode | 1 | -11/+11 | |
2009-04-19 | * Update the code to use the new classes. | Julian Andres Klode | 1 | -1/+1 | |
2009-03-08 | * doc/examples/*.py: Fix some examples, cleanup | Julian Andres Klode | 1 | -1/+0 | |
2009-01-11 | * Merge Ben Finney's do not use has_key() (Closes: #481878) | Julian Andres Klode | 1 | -1/+1 | |
A little bit adjusted to not remove the has_key() methods, and to use has_key() where needed [the low-level part does not have the needed functionality for 'key in mapping']. | |||||
2008-08-08 | 'mapping.has_key' is deprecated, use current Python 'key in mapping' idiom. | Ben Finney | 1 | -1/+1 | |
2008-05-16 | Limit code lines to maximum 79 characters, to conform with PEP 8. | Ben Finney | 1 | -3/+6 | |
2008-05-16 | Imports on separate lines, to conform with PEP 8. | Ben Finney | 1 | -1/+3 | |
2008-05-16 | Remove redundant semicolons from statements. | Ben Finney | 1 | -7/+7 | |
2008-05-16 | Fix spaces adjacent to commas and operators, to conform with PEP 8. | Ben Finney | 1 | -7/+7 | |
2008-05-16 | Fix code indentation to 4 spaces, to conform with PEP 8. | Ben Finney | 1 | -12/+12 | |
2004-11-24 | Initial revision | Arch Librarian | 1 | -0/+39 | |
Author: jgg Date: 2001-02-20 06:32:01 GMT Initial revision |