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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make the example cut and pasteable.
Raymond Hettinger
2012-04-27
1
-3/+3
*
fix footnote reference; thanks to Fizz from docs@
Sandro Tosi
2012-04-25
1
-1/+1
*
Issue #14448: mention pytz; patch by Andrew Svetlov
Sandro Tosi
2012-04-24
1
-0/+8
*
Issue #14554: correct example for captured_stdout()
Sandro Tosi
2012-04-24
1
-1/+1
*
Issue #13478: document timeit.default_timer()
Sandro Tosi
2012-04-24
1
-8/+14
*
Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron...
Sandro Tosi
2012-04-24
1
-2/+2
*
merge
Raymond Hettinger
2012-04-24
2
-7/+7
|
\
|
*
#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
*
|
Improve section heading for better discoverability.
Raymond Hettinger
2012-04-24
1
-2/+2
*
|
Reorder the entries to put the type specific technique last.
Raymond Hettinger
2012-04-24
1
-10/+10
|
/
*
merge
Raymond Hettinger
2012-04-23
2
-9/+10
|
\
|
*
Update 2.7 docs about legal characters allowed in Cookie name
Senthil Kumaran
2012-04-22
1
-2/+8
|
*
Remove webbrowser doc reference to the previously removed internet-config opt...
Ned Deily
2012-04-18
1
-7/+2
*
|
Minor fixups.
Raymond Hettinger
2012-04-18
1
-4/+4
|
/
*
Clean-up the SQLite introduction.
Raymond Hettinger
2012-04-18
1
-26/+26
*
Clarify that a new connection needs to be made after the close.
Raymond Hettinger
2012-04-17
1
-0/+6
*
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
*
#14552: remove redundant wording in 'test' docs.
R David Murray
2012-04-12
1
-4/+4
*
Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S c...
Senthil Kumaran
2012-04-10
1
-12/+12
*
Updated logging reference and HOWTO.
Vinay Sajip
2012-04-10
2
-2/+29
*
minor .rst fix
Senthil Kumaran
2012-04-10
1
-1/+1
*
Issue #14502: release() and unlocked lock generates a ThreadError
Sandro Tosi
2012-04-05
1
-1/+1
*
Closes #14489: correct link target.
Georg Brandl
2012-04-05
1
-1/+1
*
#14481: fix formatting of example in subprocess docs.
R David Murray
2012-04-03
1
-1/+1
*
fix typo; thanks to Robert Bardos from docs@
Sandro Tosi
2012-03-31
1
-1/+1
*
use unittest.skip; thanks to Chang Min Jeon from docs@
Sandro Tosi
2012-03-31
1
-1/+1
*
add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
Sandro Tosi
2012-03-31
1
-0/+2
*
#10423: clarify options vs args in argparse discussion of optparse
R David Murray
2012-03-30
1
-2/+3
*
#14416: add missing LOG_SYSLOG facility to syslog docs.
R David Murray
2012-03-29
1
-1/+2
*
Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
Sandro Tosi
2012-03-26
1
-2/+2
*
Minor documentation tweak.
Vinay Sajip
2012-03-26
1
-1/+1
*
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
*
Closes #14250: regex.flags has not only explicit flags but also those from th...
Georg Brandl
2012-03-17
1
-2/+2
*
Closes #14343: avoid shadowing builtin input() in example code.
Georg Brandl
2012-03-17
1
-2/+2
*
Closes #14342: remove out-of-date section about avoiding recursion errors.
Georg Brandl
2012-03-17
1
-22/+0
*
Closes #14306: clarify expensiveness of try-except and update code snippet
Georg Brandl
2012-03-17
1
-5/+5
*
explain json.dumps for non-string keys in dicts. closes issue6566. Patch con...
Senthil Kumaran
2012-03-17
1
-0/+8
*
#11780: s/throw/raise/
R David Murray
2012-03-17
1
-1/+1
*
#11780: document that email.encoders throw TypeError on multipart messages.
R David Murray
2012-03-17
1
-0/+4
*
#12758: removing confusing mention of UTC from time.time description
R David Murray
2012-03-15
1
-2/+2
*
Closes #14289: put a link to the CHM download page on the docs download page.
Georg Brandl
2012-03-14
1
-1/+5
*
closes issue14257 - Grammatical fix
Senthil Kumaran
2012-03-12
1
-3/+3
*
closes issue14257 minor error in glossary wording regarding __hash__
Senthil Kumaran
2012-03-12
1
-1/+1
*
Fix closes issue14258 - added clarification to \W and \S flags
Senthil Kumaran
2012-03-12
1
-8/+12
*
Closes #9574: Note that complex constructor doesn't allow whitespace around c...
Mark Dickinson
2012-03-10
1
-0/+7
*
Use PEP-8 style in logging example
Jason R. Coombs
2012-03-07
1
-1/+1
*
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
Éric Araujo
2012-03-05
1
-3/+2
[prev]
[next]