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
*
Undo changes accidentally reverted in de8787029fe4.
Chris Jerdonek
2012-10-13
1
-2/+3
*
merge heads
Benjamin Peterson
2012-10-12
1
-1/+1
|
\
|
*
Merge doctest fixes in functional howto with 3.2.
Ezio Melotti
2012-10-12
1
-27/+18
|
|
\
|
*
\
Merge functional howto improvements with 3.2.
Ezio Melotti
2012-10-12
1
-155/+156
|
|
\
\
|
*
|
|
Fix and add more links.
Ezio Melotti
2012-10-12
1
-1/+1
*
|
|
|
merge 3.2
Benjamin Peterson
2012-10-12
1
-180/+171
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
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
*
|
Fix Issue 15922: make howto/urllib2.rst doctests pass.
Senthil Kumaran
2012-10-09
1
-15/+14
*
|
Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek
Eli Bendersky
2012-10-07
1
-11/+16
*
|
#15949, #15899: merge with 3.2.
Ezio Melotti
2012-09-23
1
-2/+2
|
\
\
|
|
/
|
*
#15949, #15899: use \ufffd instead of ?.
Ezio Melotti
2012-09-23
1
-2/+2
*
|
#15949, 15899: merge with 3.2.
Ezio Melotti
2012-09-22
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: merge with 3.2.
Ezio Melotti
2012-09-17
1
-13/+13
|
\
\
|
|
/
|
*
#15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.
Ezio Melotti
2012-09-17
1
-13/+13
*
|
merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris ...
Senthil Kumaran
2012-09-11
1
-14/+13
|
\
\
|
|
/
|
*
Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek.
Senthil Kumaran
2012-09-11
1
-14/+13
*
|
merge with 3.2
Sandro Tosi
2012-08-15
1
-2/+2
|
\
\
|
|
/
|
*
clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin...
Sandro Tosi
2012-08-15
1
-2/+2
*
|
Issue #14814: fix some typos in howto/ipaddress.rst
Eli Bendersky
2012-07-31
1
-4/+4
*
|
Merged documentation update from 3.2.
Vinay Sajip
2012-07-27
1
-3/+3
|
\
\
|
|
/
|
*
Improved cookbook entry and fixed typo.
Vinay Sajip
2012-07-27
1
-3/+3
*
|
Issue 14814: Further clean ups to the ipaddress tutorial
Nick Coghlan
2012-07-07
1
-13/+24
*
|
Issue 14814: Explain how to get more error detail in the ipaddress tutorial, ...
Nick Coghlan
2012-07-07
1
-11/+37
*
|
Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (ini...
Nick Coghlan
2012-06-17
1
-13/+21
*
|
Issue #14814: use print() function
Sandro Tosi
2012-06-02
1
-1/+1
*
|
Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the i...
Nick Coghlan
2012-05-26
2
-0/+292
*
|
Merge with 3.2.
Georg Brandl
2012-05-06
1
-3/+3
|
\
\
|
|
/
|
*
Fix document title for Sphinx.
Georg Brandl
2012-05-06
1
-3/+3
*
|
#14034: merge indentation fixes from 3.2.
Ezio Melotti
2012-05-06
1
-78/+78
|
\
\
|
|
/
|
*
#14034: fix indentation.
Ezio Melotti
2012-05-06
1
-78/+78
*
|
#14034: merge argparse tutorial from 3.2.
Ezio Melotti
2012-05-06
2
-0/+765
|
\
\
|
|
/
|
*
#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
*
|
Suspicious markup check.
Georg Brandl
2012-05-01
1
-1/+1
*
|
merge
Raymond Hettinger
2012-04-29
1
-3/+3
*
|
Issue #13587: merge with 3.2
Sandro Tosi
2012-04-24
1
-2/+2
|
\
\
|
|
/
|
*
Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron...
Sandro Tosi
2012-04-24
1
-2/+2
*
|
Merge #14640: Fix typos/syntax in pyporting.rst.
R David Murray
2012-04-23
1
-5/+5
|
\
\
|
|
/
|
*
#14640: Fix typos/syntax in pyporting.rst.
R David Murray
2012-04-23
1
-5/+5
*
|
Issue #14641: merge with 3.2
Sandro Tosi
2012-04-23
1
-2/+2
|
\
\
|
|
/
|
*
Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos
Sandro Tosi
2012-04-23
1
-2/+2
*
|
Merged cookbook corrections from 3.2.
Vinay Sajip
2012-04-16
1
-2/+2
|
\
\
|
|
/
|
*
Corrected version numbers in cookbook example.
Vinay Sajip
2012-04-16
1
-2/+2
*
|
Merged tweaks to cookbook example from 3.2.
Vinay Sajip
2012-04-16
1
-5/+5
|
\
\
|
|
/
|
*
Tweaked format of cookbook example.
Vinay Sajip
2012-04-16
1
-5/+5
*
|
Merged cookbook update from 3.2.
Vinay Sajip
2012-04-16
1
-0/+44
|
\
\
|
|
/
|
*
Added cookbook example for BOM insertion.
Vinay Sajip
2012-04-16
1
-0/+44
[next]