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
*
Classmethod example needs to inherit from object
Raymond Hettinger
2013-03-10
1
-1/+1
*
Issue #17351: Modernize the pure Python property() example.
Raymond Hettinger
2013-03-10
1
-3/+14
*
Added clarification to logging HOWTO.
Vinay Sajip
2013-01-29
1
-6/+5
*
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
*
Backport 6df456f8fc6d.
Stefan Krah
2013-01-20
1
-19/+0
*
Issue #16884: Updated docs to use 'note' directives.
Vinay Sajip
2013-01-08
1
-11/+12
*
drop email (closes #16857)
Benjamin Peterson
2013-01-04
1
-1/+1
*
#16760: use ref:`match-objects` instead of :class:`MatchObject`.
Ezio Melotti
2012-12-25
1
-24/+25
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
*
Issue #16341: convert examples to use except ... as ... syntax.
Andrew Svetlov
2012-10-30
1
-5/+5
*
Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version.
Chris Jerdonek
2012-10-16
1
-2/+2
*
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Senthil Kumaran
2012-10-09
1
-15/+15
*
#15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.
Ezio Melotti
2012-09-17
1
-14/+14
*
Fix issue #15899 - howto/unicode.rst doctest corrections for 2.7 branch.
Senthil Kumaran
2012-09-12
1
-15/+17
*
clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin...
Sandro Tosi
2012-08-15
1
-2/+2
*
Fix casing of SocketServer module in 2.7.
Georg Brandl
2012-08-11
1
-5/+5
*
Improved cookbook entry and fixed typo.
Vinay Sajip
2012-07-27
1
-3/+3
*
#15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward.
Ezio Melotti
2012-07-13
1
-1/+1
*
Fix document title for Sphinx.
Georg Brandl
2012-05-06
1
-3/+3
*
#14034: adapt to Python 2 and fix indentation.
Ezio Melotti
2012-05-06
1
-135/+135
*
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
Ezio Melotti
2012-05-06
2
-0/+765
*
Use Python 3 instead of 3.0.
Ezio Melotti
2012-05-03
1
-2/+2
*
Fix typo
Raymond Hettinger
2012-04-29
1
-1/+1
*
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
*
Tweaked format of cookbook example.
Vinay Sajip
2012-04-16
1
-5/+6
*
Added cookbook example for log insertion.
Vinay Sajip
2012-04-16
1
-0/+44
*
Updated logging reference and HOWTO.
Vinay Sajip
2012-04-10
1
-0/+15
*
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
*
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
*
Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0".
Larry Hastings
2012-02-28
1
-33/+40
*
Fix Issue #6005: Examples in the socket library documentation use sendall,
Senthil Kumaran
2012-02-09
1
-0/+2
*
update to new C roles and directives
Sandro Tosi
2012-01-14
2
-24/+24
*
Update the sorting howto to reflect the PEP 8 advisory to define all six rich...
Raymond Hettinger
2012-01-10
1
-3/+7
*
fix some broken URLs
Sandro Tosi
2011-12-31
1
-5/+5
*
Issue13443 - Remove the functional module examples from 2.7 (as module is
Senthil Kumaran
2011-12-22
1
-138/+12
*
Added a configuration dictionary example to the logging cookbook.
Vinay Sajip
2011-11-23
1
-0/+62
*
Added lost documentation cross-reference.
Vinay Sajip
2011-10-27
1
-3/+4
*
Remove duplication.
Ezio Melotti
2011-10-19
3
-3/+3
*
Issue #13053: Added section on migrating from CObject to Capsule
Larry Hastings
2011-10-09
1
-0/+52
*
Closes #12906: Fixed bug in YAML configuration.
Vinay Sajip
2011-09-06
1
-1/+1
*
Branch merge
Éric Araujo
2011-08-19
3
-0/+706
|
\
|
*
Add Python porting howto from 3.x.
Éric Araujo
2011-08-18
3
-0/+706
*
|
grammatical fixes; from Darren Yin on docs@
Sandro Tosi
2011-08-18
1
-3/+3
|
/
*
Fix typo reported by Sandro Tosi.
Ezio Melotti
2011-07-31
1
-1/+1
[next]