| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -5/+5 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
|
|
* | Getting rid of cPickle. Mmm, feels good! | Guido van Rossum | 2007-07-20 | 1 | -4/+1 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -7/+7 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -1/+2 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -7/+12 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+3 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -6/+6 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -11/+7 |
|
|
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 | 1 | -0/+49 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -2/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+2 |
|
|
* | If cPickle isn't available, use pickle. | Guido van Rossum | 2006-08-17 | 1 | -2/+6 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -15/+27 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -6/+4 |
|
|
* | Exceptions raised during renaming in rotating file handlers are now passed to... | Vinay Sajip | 2006-01-16 | 1 | -2/+2 |
|
|
* | Exceptions raised during renaming in rotating file handlers are now passed to... | Vinay Sajip | 2006-01-16 | 1 | -2/+12 |
|
|
* | TimedRotatingFileHandler now calculates next rollover from previous rollover ... | Vinay Sajip | 2006-01-16 | 1 | -1/+1 |
|
|
* | Fixed bug in time-to-midnight calculation. | Vinay Sajip | 2006-01-16 | 1 | -3/+6 |
|
|
* | Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for repor... | Vinay Sajip | 2005-11-09 | 1 | -1/+1 |
|
|
* | Exception handling now raises KeyboardInterrupt and SystemExit rather than pa... | Vinay Sajip | 2005-10-31 | 1 | -0/+6 |
|
|
* | Exception handling now raises KeyboardInterrupt and SystemExit rather than pa... | Vinay Sajip | 2005-10-31 | 1 | -0/+6 |
|
|
* | Added Host and Content-type headers to requests sent by HTTPHandler (suggeste... | Vinay Sajip | 2005-10-11 | 1 | -1/+10 |
|
|
* | Added optional encoding argument to file handlers. | Vinay Sajip | 2005-03-13 | 1 | -11/+25 |
|
|
* | Improved SysLogHandler error recovery (patch by Erik Forsberg) | Vinay Sajip | 2005-01-13 | 1 | -9/+16 |
|
|
* | Changes made to maintain 1.5.2 compatibility. | Vinay Sajip | 2004-10-03 | 1 | -6/+27 |
|
|
* | Fixed bug in DatagramHandler.send() | Vinay Sajip | 2004-08-24 | 1 | -0/+2 |
|
|
* | Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. | Martin v. Löwis | 2004-08-18 | 1 | -16/+2 |
|
|
* | Removed debugging print statements from TimedRotatingFileHandler, and sorted ... | Vinay Sajip | 2004-07-12 | 1 | -3/+4 |
|
|
* | Add exception handling for BaseRotatingFileHandler (SF #979252) | Vinay Sajip | 2004-07-08 | 1 | -3/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-07 | 1 | -5/+5 |
|
|
* | Refactored RotatingFileHandler to create a base class for rotating handlers.... | Vinay Sajip | 2004-07-03 | 1 | -11/+167 |
|
|
* | Removed spurious import statement | Vinay Sajip | 2004-03-08 | 1 | -2/+0 |
|
|
* | Minor documentation changes | Vinay Sajip | 2004-02-28 | 1 | -2/+3 |
|
|
* | Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.cl... | Vinay Sajip | 2004-02-21 | 1 | -2/+10 |
|
|
* | Copyright year change. | Vinay Sajip | 2004-02-20 | 1 | -17/+67 |
|
|
* | SF bug #835457: Small typo in logging documentation | Raymond Hettinger | 2003-11-08 | 1 | -1/+1 |
|
|
* | SF patch #761519: Fixes for bugs 760703 and 757821 | Raymond Hettinger | 2003-06-27 | 1 | -13/+12 |
|
|
* | SF patch #725904, Minor changes to logging from module author (Vinay Sajip) | Neal Norwitz | 2003-04-23 | 1 | -7/+29 |
|
|
* | SF patch #687683, Patches to logging (updates from Vinay) | Neal Norwitz | 2003-02-18 | 1 | -13/+15 |
|
|
* | amk pointed out that syslog may use UDP or TCP sockets. | Neal Norwitz | 2003-01-26 | 1 | -1/+7 |
|
|
* | SF #642974, logging SysLogHandler proto type wrong | Neal Norwitz | 2003-01-26 | 1 | -1/+1 |
|
|
* | Get rid of #! lines, references to usage as __main__, README.txt, and | Guido van Rossum | 2002-11-13 | 1 | -8/+0 |
|
|
* | Adding Vinay Sajip's logging package. | Guido van Rossum | 2002-11-13 | 1 | -0/+707 |
|
|