Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
4efdc09a8d432d1f38ceb34abcf6d7486f267ca1
/
Doc
/
library
07f6ea5
#15742: clarify sqlite parameter substitution example.
by R David Murray
· 13 years ago
d928b6a
#13579: minimize code base drift for 'a' string.Formatter change.
by R David Murray
· 13 years ago
6ee2187
Issue #15586: porting ET's new documentation bits to 2.7. Patch by Daniel Ellis
by Eli Bendersky
· 13 years ago
73b19d0
Issue 15660: Clarify 0 prefix for width field in str.format doc.
by Terry Jan Reedy
· 13 years ago
3c3ab22
Issue #15412: Remove erroneous note about weakrefs
by Richard Oudkerk
· 13 years ago
c7b8f80
#15543: reflow paragraphs.
by R David Murray
· 13 years ago
5618aaa
#15543: glossary entry for and 'universal newlines', and links to it.
by R David Murray
· 13 years ago
becfcc0
#15269: document dircmp.left and right.
by R David Murray
· 13 years ago
33f87a5
Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
by Andrew Svetlov
· 13 years ago
614e44a
complete cgi.parse() signature; thanks to Aaron Bingham from docs@
by Sandro Tosi
· 13 years ago
eca4006
add usage example from cli; thanks to Christian Clauss from docs@
by Sandro Tosi
· 13 years ago
106c250
it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
by Sandro Tosi
· 13 years ago
018e14d
add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@
by Sandro Tosi
· 13 years ago
682100e
add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
by Sandro Tosi
· 13 years ago
8afcec4
Issue #15501: Document exception classes in subprocess module.
by Andrew Svetlov
· 13 years ago
359b503
make documented file() kw names and actual ones agree (closes #15572)
by Benjamin Peterson
· 13 years ago
decdb74
#15554: clarify splitlines/split differences.
by R David Murray
· 13 years ago
76370f4
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
by Antoine Pitrou
· 13 years ago
15fc220
Issue #15041: Update "see also" list in tkinter documentation.
by Andrew Svetlov
· 13 years ago
b37f14c
Mention the *limit* argument of TextIO.readline().
by Antoine Pitrou
· 13 years ago
34e992d
Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios.
by Vinay Sajip
· 13 years ago
0c472c3
Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
by Senthil Kumaran
· 13 years ago
bee739b
Issue #15399: Added versionchanged for processName.
by Vinay Sajip
· 13 years ago
59488d2
Closes #9254: backport __import__ docstring/doc mentions of importlib.
by R David Murray
· 13 years ago
fc09520
#15375: remove duplicated word 'child'
by R David Murray
· 13 years ago
45ed012
Issue #13557: Clarify effect of giving two different namespaces to exec or
by Terry Jan Reedy
· 13 years ago
5356af8
Fix leftover quote.
by Georg Brandl
· 13 years ago
9e06e37
Branch merge
by Éric Araujo
· 13 years ago
e16c882
Make it easier to search for the grouper() recipe.
by Raymond Hettinger
· 13 years ago
9653468
Use source role to get links to files
by Éric Araujo
· 13 years ago
06176a8
Adapt mentions of future changes in doc
by Éric Araujo
· 13 years ago
2aa8519
The StopIteration API applies to both tokenize() and generate_tokens()
by Raymond Hettinger
· 13 years ago
e683ef5
Make call of os.getppid() conditional: it is not available on Windows.
by Georg Brandl
· 13 years ago
1014686
Remove an unneeded footnote.
by Georg Brandl
· 13 years ago
9d5d507
urlparse docs clean up
by Senthil Kumaran
· 13 years ago
d9a5137
Issue #5067: improve some json error messages. Patch by Serhiy Storchaka.
by Antoine Pitrou
· 13 years ago
189bd91
issue13666 - Fixing datetime documentation example when using tzinfo
by Senthil Kumaran
· 13 years ago
771d98d
Issue #15060: better fix, thanks to review on #python-dev
by Sandro Tosi
· 13 years ago
89539e8
Issue #15060: fix typo in socket doc; Patch by anatoly techtonik
by Sandro Tosi
· 13 years ago
491f707
Code cleanups
by Raymond Hettinger
· 13 years ago
5fae78c
refer to time.strftime
by Sandro Tosi
· 13 years ago
de738a1
#14957: fix doc typo.
by R David Murray
· 13 years ago
4fbf7c6
#14957: clarify splitlines docs.
by R David Murray
· 13 years ago
b42b6eb
#11785: fix the :mod: references in email package submodule titles.
by R David Murray
· 13 years ago
d68ffdb
Restore [] where default arguments are not keywords
by Hynek Schlawack
· 13 years ago
e58ce01
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 13 years ago
5f045ea
Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call.
by Vinay Sajip
· 13 years ago
897b278
Document when json.load's parse_constant behaviour changed
by Hynek Schlawack
· 13 years ago
5f39706
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
by Petri Lehtinen
· 13 years ago
491ef97
Fix time.time() references in the time module docs
by Petri Lehtinen
· 13 years ago
1bddab7
#14823: Simplify threading.Lock.acquire argument discussion.
by R David Murray
· 13 years ago
019935f
#14692 Fix json docs to reflect changes in json.load
by Hynek Schlawack
· 13 years ago
e3d8ab6
#1440472: reflow
by R David Murray
· 13 years ago
af70723
#1440472: Explain that email parser/generator isn't *quite* "idempotent"
by R David Murray
· 13 years ago
8349bc2
#14766: Reflow the altered paragraphs.
by R David Murray
· 13 years ago
089d4d4
#14766: Add correct algorithm for when a 'time' object is naive.
by R David Murray
· 13 years ago
334be84
correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
by Sandro Tosi
· 13 years ago
56f5c38
Additional example of using decimal.localcontext().
by Raymond Hettinger
· 13 years ago
35d03ed
#14763: document default maxsplit value for str.split.
by Ezio Melotti
· 13 years ago
95f42a8
#14763: fix documentation for string.split/rsplit.
by Ezio Melotti
· 13 years ago
5ec0340
Improve the grammar of a non-sentence.
by R David Murray
· 13 years ago
1d710b6
backport 7a05cb3beddf to 2.7
by Sandro Tosi
· 13 years ago
e48daea
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
510ff54
Use Python 3 instead of 3.0.
by Ezio Melotti
· 13 years ago
d811e15
Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.
by Ned Deily
· 13 years ago
30abb3a
#14558: document the module, argv, and testLoader args of unittest.main.
by Ezio Melotti
· 13 years ago
8950019
#14519: fix the regex used in the scanf example.
by Ezio Melotti
· 13 years ago
217e6a6
Fix markup in unittest doc.
by Ezio Melotti
· 13 years ago
fb5aebc
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
by Senthil Kumaran
· 13 years ago
1142773
#14461: fix wording.
by Ezio Melotti
· 13 years ago
429d311
issue14427 - Document Request.get_header and Request.header_items
by Senthil Kumaran
· 13 years ago
48d886b
#14155: add a note about \b.
by Ezio Melotti
· 13 years ago
f8ece8d
refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@
by Sandro Tosi
· 13 years ago
2d0bcd7
Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut
by Sandro Tosi
· 13 years ago
aa31d52
Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions
by Sandro Tosi
· 13 years ago
9aa1395
Make the example cut and pasteable.
by Raymond Hettinger
· 13 years ago
51a5ad4
fix footnote reference; thanks to Fizz from docs@
by Sandro Tosi
· 13 years ago
13c598b
Issue #14448: mention pytz; patch by Andrew Svetlov
by Sandro Tosi
· 13 years ago
466a5f2
Issue #14554: correct example for captured_stdout()
by Sandro Tosi
· 13 years ago
3f0f577
Issue #13478: document timeit.default_timer()
by Sandro Tosi
· 13 years ago
016878a
merge
by Raymond Hettinger
· 13 years ago
ea17082
Update 2.7 docs about legal characters allowed in Cookie name
by Senthil Kumaran
· 13 years ago
9b5952d
Remove webbrowser doc reference to the previously removed internet-config option.
by Ned Deily
· 13 years ago
094c33f
Minor fixups.
by Raymond Hettinger
· 13 years ago
33c6630
Clean-up the SQLite introduction.
by Raymond Hettinger
· 13 years ago
0e15a6e
Clarify that a new connection needs to be made after the close.
by Raymond Hettinger
· 13 years ago
142ab32
#14552: remove redundant wording in 'test' docs.
by R David Murray
· 13 years ago
dc0b324
Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S class
by Senthil Kumaran
· 13 years ago
2a1c13b
Updated logging reference and HOWTO.
by Vinay Sajip
· 13 years ago
3661473
minor .rst fix
by Senthil Kumaran
· 13 years ago
ceeb47d
Issue #14502: release() and unlocked lock generates a ThreadError
by Sandro Tosi
· 13 years ago
b45c5e2
Closes #14489: correct link target.
by Georg Brandl
· 13 years ago
5fc56eb
#14481: fix formatting of example in subprocess docs.
by R David Murray
· 13 years ago
6ca845c
use unittest.skip; thanks to Chang Min Jeon from docs@
by Sandro Tosi
· 13 years ago
04cd095
add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
by Sandro Tosi
· 13 years ago
5080cad
#10423: clarify options vs args in argparse discussion of optparse
by R David Murray
· 13 years ago
de294ec
#14416: add missing LOG_SYSLOG facility to syslog docs.
by R David Murray
· 13 years ago
48a8895
Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
by Sandro Tosi
· 13 years ago
49d5fba
Minor documentation tweak.
by Vinay Sajip
· 13 years ago
94a1057
Closes #14250: regex.flags has not only explicit flags but also those from the pattern
by Georg Brandl
· 13 years ago
Next »