| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove usage of stdlib shutil. | ?ric Araujo | 2011-11-20 | 1 | -2/+3 |
| | | | | | | | | | | This should help avoiding issues like #13170. Because of implicit relative imports, _backport.tarfile already imported shutil from the backports instead of the stdlib; I have inlined the only function it needed to remove the circular dependency between these modules. | ||||
| * | Backported packaging from cpython default, overwriting previous version. | Vinay Sajip | 2011-08-18 | 1 | -8/+3 |
| | | |||||
| * | Merge Kelsey?s edits with mine | ?ric Araujo | 2011-02-10 | 1 | -2/+2 |
| |\ | |||||
| | * | Fixing logging strings; improve lower-case consistency | Kelsey Hightower | 2011-02-09 | 1 | -2/+2 |
| | | | |||||
| * | | Use lazy form in logging calls, again. | ?ric Araujo | 2011-02-10 | 1 | -2/+2 |
| |/ | | | | | | | | | | | Logging calls have the signature (msg, *args, **kwargs) so that the %-formatting can be delayed until it is needed. Logger objects also have an isEnabledFor method that can be used to isolate expensive code. Next steps: use only one of d2.logger methods or logging module functions; use a proper handler in our test machinery instead of monkey-patching; remove cmd.warn and cmd.announce and use logging instead. TODOs have been added in the modules and on the wiki. | ||||
| * | finished the removal of the log module | Tarek Ziade | 2010-11-05 | 1 | -7/+7 |
| | | |||||
| * | removed core.py | Tarek Ziade | 2010-10-25 | 1 | -1/+1 |
| | | |||||
| * | removed the __revision__ tag, that are specific to SVN | Tarek Ziade | 2010-10-04 | 1 | -1/+0 |
| | | |||||
| * | moved everything in the same dir - we want to include docs/ in the release | Tarek Ziade | 2010-09-19 | 1 | -0/+82 |
