Vinay Sajip
|
bee739baa7
|
Issue #15399: Added versionchanged for processName.
|
2012-07-20 09:48:46 +01:00 |
Vinay Sajip
|
5f045ea440
|
Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call.
|
2012-05-20 15:35:00 +01:00 |
Vinay Sajip
|
2a1c13bb2d
|
Updated logging reference and HOWTO.
|
2012-04-10 19:52:06 +01:00 |
Jason R. Coombs
|
d6a80ee2c7
|
Use PEP-8 style in logging example
|
2012-03-07 10:24:04 -05:00 |
Éric Araujo
|
a318a3b2fb
|
Avoid relying on the default reST role in logging library doc
|
2012-02-26 01:36:31 +01:00 |
Vinay Sajip
|
7d13cd3f5d
|
logging: clarified documentation for Handler.handleError.
|
2012-02-20 18:34:07 +00:00 |
Benjamin Peterson
|
c016f46df5
|
use booleans
|
2011-12-30 13:47:25 -06:00 |
Vinay Sajip
|
3639807a79
|
Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch.
|
2011-11-23 08:51:35 +00:00 |
Vinay Sajip
|
ad52cb2613
|
Closes #12206: documentation update for LogRecord constructor and Formatter.formatTime.
|
2011-06-13 14:59:36 +01:00 |
Vinay Sajip
|
5dbca9cc3f
|
Issue #11794: Reorganised logging documentation.
|
2011-04-08 11:40:38 +01:00 |
Vinay Sajip
|
3c599bdbd1
|
Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX.
|
2011-03-29 01:21:48 +01:00 |
Vinay Sajip
|
f851fe9fc5
|
Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX.
|
2011-03-29 01:15:37 +01:00 |
Vinay Sajip
|
af1fee06c9
|
Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX.
|
2011-03-29 01:07:50 +01:00 |
Vinay Sajip
|
5ddf51f735
|
Fixes issue #11476: StreamHandler parameter name change documented.
|
2011-03-12 22:43:23 +00:00 |
Georg Brandl
|
52f839540c
|
Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86881 | georg.brandl | 2010-11-30 08:43:28 +0100 (Di, 30 Nov 2010) | 1 line
#10584: fix bad links.
........
r86887 | georg.brandl | 2010-11-30 15:57:54 +0100 (Di, 30 Nov 2010) | 1 line
Fix typo.
........
r86913 | georg.brandl | 2010-12-01 16:32:43 +0100 (Mi, 01 Dez 2010) | 1 line
Add missing word, and add a better reference to the actual function.
........
r86914 | georg.brandl | 2010-12-01 16:36:33 +0100 (Mi, 01 Dez 2010) | 1 line
#10594: fix parameter names in PyList API docs.
........
r86915 | georg.brandl | 2010-12-01 16:44:25 +0100 (Mi, 01 Dez 2010) | 1 line
Fix some markup and style in the unittest docs.
........
r86933 | georg.brandl | 2010-12-02 19:02:01 +0100 (Do, 02 Dez 2010) | 1 line
#10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented.
........
r86943 | georg.brandl | 2010-12-02 23:35:25 +0100 (Do, 02 Dez 2010) | 1 line
Re-add accidentally removed line.
........
r86960 | georg.brandl | 2010-12-03 08:55:44 +0100 (Fr, 03 Dez 2010) | 1 line
#10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does.
........
r86964 | georg.brandl | 2010-12-03 10:58:38 +0100 (Fr, 03 Dez 2010) | 1 line
#10549: fix interface of docclass() for text documenter.
........
r86974 | georg.brandl | 2010-12-03 16:30:09 +0100 (Fr, 03 Dez 2010) | 1 line
Markup consistency fixes.
........
r86980 | georg.brandl | 2010-12-03 18:19:27 +0100 (Fr, 03 Dez 2010) | 1 line
Fix punctuation.
........
r86996 | georg.brandl | 2010-12-03 20:56:42 +0100 (Fr, 03 Dez 2010) | 1 line
Fix indentation.
........
r87008 | georg.brandl | 2010-12-04 10:04:04 +0100 (Sa, 04 Dez 2010) | 1 line
Fix typo.
........
|
2011-02-25 10:39:23 +00:00 |
Vinay Sajip
|
2e88104780
|
Issue 11008: docs updated to show versionadded for dictConfig.
|
2011-01-27 19:14:16 +00:00 |
Vinay Sajip
|
7fc3824408
|
logging: clarified Filter documentation.
|
2010-10-20 11:40:02 +00:00 |
Georg Brandl
|
9855ddf405
|
Note version for addition of processName.
|
2010-10-17 11:27:00 +00:00 |
Georg Brandl
|
0930228aee
|
Merged revisions 84945 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
#9911: doc copyedits.
........
|
2010-10-06 09:32:48 +00:00 |
Vinay Sajip
|
47ca122bdd
|
logging: Updated library configuration documentation.
|
2010-09-27 13:53:47 +00:00 |
Vinay Sajip
|
fb7b505d9f
|
Improved Filter documentation.
|
2010-09-17 12:45:26 +00:00 |
Vinay Sajip
|
89e1ae22a4
|
Improved basicConfig and custom level documentation.
|
2010-09-17 10:09:04 +00:00 |
Vinay Sajip
|
fe08e6fc95
|
Issue #9827: clarified LogRecord documentation.
|
2010-09-11 10:25:28 +00:00 |
Vinay Sajip
|
957a47cd6f
|
Updated information on logging contextual information.
|
2010-09-06 22:18:20 +00:00 |
Vinay Sajip
|
8d8e6156a0
|
Improved logging.Formatter date/time formatting documentation.
|
2010-08-30 18:10:03 +00:00 |
Vinay Sajip
|
3478ac066b
|
Issue #9606: Updated documentation for Filter objects.
|
2010-08-19 19:17:41 +00:00 |
Senthil Kumaran
|
bd13f45761
|
Merged revisions 83900 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83900 | senthil.kumaran | 2010-08-10 01:23:52 +0530 (Tue, 10 Aug 2010) | 3 lines
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed.
........
|
2010-08-09 20:14:11 +00:00 |
Vinay Sajip
|
cf212d4292
|
Minor improvements to logging documentation.
|
2010-07-06 15:08:55 +00:00 |
Vinay Sajip
|
80eed3e625
|
Minor improvements to logging documentation.
|
2010-07-06 15:08:55 +00:00 |
Vinay Sajip
|
86aa90539b
|
Added information about pickle security and SocketHandler.
|
2010-06-29 15:13:14 +00:00 |
Vinay Sajip
|
998cc24dd4
|
Issue #8890: Documentation changed to avoid reference to temporary files - other cases covered.
|
2010-06-04 13:41:02 +00:00 |
Vinay Sajip
|
9a26aabf89
|
Issue #8890: Documentation changed to avoid reference to temporary files.
|
2010-06-03 22:34:42 +00:00 |
Vinay Sajip
|
c76defc118
|
Updated logging documentation with more dictConfig information.
|
2010-05-21 17:41:34 +00:00 |
Vinay Sajip
|
a38cd52e96
|
Fixed minor typo in ReST markup.
|
2010-05-18 08:16:27 +00:00 |
Andrew M. Kuchling
|
1b553473ed
|
Add cross-reference to later section
|
2010-05-16 23:31:16 +00:00 |
Andrew M. Kuchling
|
f09bc66083
|
#8696: add documentation for logging.config.dictConfig (PEP 391)
|
2010-05-12 18:56:48 +00:00 |
Vinay Sajip
|
497256ba18
|
Issue #8331: logging: fixed some grammatical errors in documentation.
|
2010-04-07 09:40:52 +00:00 |
Vinay Sajip
|
ccd8bc8a83
|
Issue #8327: logging: Clarification of propagation functionality in documentation.
|
2010-04-06 22:32:37 +00:00 |
Georg Brandl
|
d3bab6aba9
|
Remove col-spanning cells in logging docs.
|
2010-04-02 09:03:18 +00:00 |
Vinay Sajip
|
66d19e2a0c
|
logging: Updated SysLogHandler documentation.
|
2010-03-24 17:36:35 +00:00 |
Vinay Sajip
|
a3c39c0f72
|
logging: Documentation tweak.
|
2010-03-24 15:10:40 +00:00 |
Vinay Sajip
|
b0623d64a8
|
logging: Added LOG_FTP for SysLogHandler and updated documentation.
|
2010-03-24 14:31:21 +00:00 |
Vinay Sajip
|
804899b4ab
|
logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter.
|
2010-03-22 15:29:01 +00:00 |
Georg Brandl
|
4c86cb31e2
|
Merged revisions 78859-78860,78952,79168-79169,79173,79176,79178-79179,79181,79184-79185,79192,79212 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78859 | georg.brandl | 2010-03-12 10:57:43 +0100 (Fr, 12 Mär 2010) | 1 line
Get rid of backticks.
........
r78860 | georg.brandl | 2010-03-12 11:02:03 +0100 (Fr, 12 Mär 2010) | 1 line
Fix warnings from "make check".
........
r78952 | georg.brandl | 2010-03-14 10:55:08 +0100 (So, 14 Mär 2010) | 1 line
#8137: add iso-8859-16 to the standard encodings table.
........
r79168 | georg.brandl | 2010-03-21 10:01:27 +0100 (So, 21 Mär 2010) | 1 line
Fix some issues found by Jacques Ducasse on the docs list.
........
r79169 | georg.brandl | 2010-03-21 10:02:01 +0100 (So, 21 Mär 2010) | 1 line
Remove the "built-in objects" file. It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however.
........
r79173 | georg.brandl | 2010-03-21 10:09:38 +0100 (So, 21 Mär 2010) | 1 line
Document that GzipFile supports iteration.
........
r79176 | georg.brandl | 2010-03-21 10:17:41 +0100 (So, 21 Mär 2010) | 1 line
Introduce copy by slicing, used in later chapters.
........
r79178 | georg.brandl | 2010-03-21 10:28:16 +0100 (So, 21 Mär 2010) | 1 line
Clarify that for shell=True, the shell PID will be the child PID.
........
r79179 | georg.brandl | 2010-03-21 10:37:54 +0100 (So, 21 Mär 2010) | 1 line
Mention inefficiency of lists as queues, add link to collections.deque discussion.
........
r79181 | georg.brandl | 2010-03-21 10:51:16 +0100 (So, 21 Mär 2010) | 1 line
Update os.kill() emulation example for Windows to use ctypes.
........
r79184 | georg.brandl | 2010-03-21 10:58:36 +0100 (So, 21 Mär 2010) | 1 line
Update text for newest US DST regulation. The sample file already has the calculation right.
........
r79185 | georg.brandl | 2010-03-21 11:02:47 +0100 (So, 21 Mär 2010) | 1 line
Include structmember.h correctly.
........
r79192 | georg.brandl | 2010-03-21 12:50:58 +0100 (So, 21 Mär 2010) | 1 line
Remove leftover word.
........
r79212 | georg.brandl | 2010-03-21 20:01:38 +0100 (So, 21 Mär 2010) | 1 line
Fix plural.
........
|
2010-03-21 19:34:26 +00:00 |
Vinay Sajip
|
2060e42206
|
Issue #8162: logging: Clarified docstring and documentation for disable function.
|
2010-03-17 15:05:57 +00:00 |
Georg Brandl
|
f6d3674599
|
Fix warnings from "make check".
|
2010-03-12 10:02:03 +00:00 |
Vinay Sajip
|
ecfa08fdf8
|
Issue #8117: Updated NEWS entry and added to logging documentation.
|
2010-03-12 09:16:10 +00:00 |
Vinay Sajip
|
61afd2694b
|
logging: Documented warnings module integration.
|
2010-02-19 23:53:17 +00:00 |
Vinay Sajip
|
0e6e97d9ad
|
Issue #7851: logging: clarification on logging configuration files.
|
2010-02-04 20:23:45 +00:00 |
Ezio Melotti
|
2f4f2c15cb
|
Merged revisions 76904 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76904 | ezio.melotti | 2009-12-20 00:41:49 +0200 (Sun, 20 Dec 2009) | 1 line
#7388: "python".capitalize() in the Doc
........
|
2009-12-19 22:59:01 +00:00 |