index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
howto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix suspicious markup in the docs.
Georg Brandl
2013-03-23
1
-1/+1
*
#17351: remove "object" inheritance from docs. Patch by Phil Elson.
Ezio Melotti
2013-03-11
3
-7/+7
*
Corrected typo, added comment in cookbook recipe.
Vinay Sajip
2013-01-23
1
-2/+9
*
Added cookbook recipe for structured logging.
Vinay Sajip
2013-01-22
1
-0/+75
*
Updated logging HOWTO with a diagram.
Vinay Sajip
2013-01-22
2
-0/+10
*
#4153: update the Unicode howto.
Ezio Melotti
2013-01-20
1
-66/+74
*
Issue #16884: Updated docs to use 'note' directives in a couple of places mis...
Vinay Sajip
2013-01-08
1
-4/+4
*
Issue #16884: updated logging documentation to include lastResort and use 'no...
Vinay Sajip
2013-01-07
1
-7/+8
*
merge heads
Benjamin Peterson
2013-01-04
1
-24/+25
|
\
|
*
#16760: use ref:`match-objects` instead of :class:`MatchObject`.
Ezio Melotti
2012-12-25
1
-24/+25
*
|
drop email (closes #16857)
Benjamin Peterson
2013-01-04
1
-1/+1
|
/
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
*
Make doctests pass in the functional howto.
Ezio Melotti
2012-10-12
1
-26/+17
*
Improve markup in functional.rst, and fix a couple of errors.
Ezio Melotti
2012-10-12
1
-155/+155
*
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Senthil Kumaran
2012-10-09
1
-15/+14
*
#15949, #15899: use \ufffd instead of ?.
Ezio Melotti
2012-09-23
1
-2/+2
*
#15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-...
Ezio Melotti
2012-09-22
1
-2/+2
*
#15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.
Ezio Melotti
2012-09-17
1
-13/+13
*
Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek.
Senthil Kumaran
2012-09-11
1
-14/+13
*
clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin...
Sandro Tosi
2012-08-15
1
-2/+2
*
Improved cookbook entry and fixed typo.
Vinay Sajip
2012-07-27
1
-3/+3
*
Fix document title for Sphinx.
Georg Brandl
2012-05-06
1
-3/+3
*
#14034: fix indentation.
Ezio Melotti
2012-05-06
1
-78/+78
*
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
Ezio Melotti
2012-05-06
2
-0/+765
*
Issue 14688: Fix typo
Raymond Hettinger
2012-04-29
1
-3/+3
*
Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron...
Sandro Tosi
2012-04-24
1
-2/+2
*
#14640: Fix typos/syntax in pyporting.rst.
R David Murray
2012-04-23
1
-5/+5
*
Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos
Sandro Tosi
2012-04-23
1
-2/+2
*
Corrected version numbers in cookbook example.
Vinay Sajip
2012-04-16
1
-2/+2
*
Tweaked format of cookbook example.
Vinay Sajip
2012-04-16
1
-5/+5
*
Added cookbook example for BOM insertion.
Vinay Sajip
2012-04-16
1
-0/+44
*
Updated logging reference and HOWTO.
Vinay Sajip
2012-04-10
1
-0/+16
*
Corrected comment in cookbook example script.
Vinay Sajip
2012-04-09
1
-1/+1
*
Added multiprocessing example to logging cookbook.
Vinay Sajip
2012-04-08
1
-0/+229
*
Closes #14401: fix typos in curses howto.
Georg Brandl
2012-03-25
1
-3/+3
*
Issue #14400: Fix typo.
Martin v. Löwis
2012-03-24
1
-1/+1
*
Fix the wrong urllib exampls which use str for POST data. Closes Issue11261
Senthil Kumaran
2012-03-15
1
-1/+3
*
Use source reST role instead of file where it makes sense.
Éric Araujo
2012-03-05
2
-4/+4
*
Remove mention of defunct file.
Éric Araujo
2012-03-05
1
-2/+1
*
Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)
Larry Hastings
2012-02-29
1
-26/+85
*
Improved logging cookbook example.
Vinay Sajip
2012-02-28
1
-6/+11
*
Fix markup errors.
Georg Brandl
2012-02-28
1
-4/+2
*
Updated cookbook with information on customising LogRecords.
Vinay Sajip
2012-02-27
1
-0/+82
*
Updated logging cookbook with info on alternative format styles.
Vinay Sajip
2012-02-27
1
-4/+132
*
Fix Issue #6005: Examples in the socket library documentation use sendall,
Senthil Kumaran
2012-02-09
1
-0/+2
*
fix some broken URLs
Sandro Tosi
2011-12-31
2
-8/+8
*
s/SOCKSTREAM/TCP/
Antoine Pitrou
2011-12-05
1
-1/+1
*
Reword IPC section
Antoine Pitrou
2011-12-05
1
-5/+6
*
Use www.python.org instead of a hostname pointing to a parked (or squatted) d...
Antoine Pitrou
2011-12-05
1
-13/+10
*
Remove the outdated notion that multithreading doesn't work well on Unices.
Antoine Pitrou
2011-12-05
1
-13/+7
[next]