Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
07f6ea550656615862718e31253f119a9bb9d82c
/
Doc
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
2cc4974
Fix typo in tutorial
by Eli Bendersky
· 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
85307b4
#15355: Mention already-executing Exception in generator docs.
by R David Murray
· 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
4ffe9a0
clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@
by Sandro Tosi
· 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
6ce21a3
fix typo
by Sandro Tosi
· 13 years ago
6bcd00a
Issue #14167: Document return statement in finally blocks.
by Andrew Svetlov
· 13 years ago
33f87a5
Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
by Andrew Svetlov
· 13 years ago
2f76f73
Issue #15630: Add an example for "continue" statement in the tutorial. Patch by
by Senthil Kumaran
· 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
6c625e6
update Geany URL; thanks to Karl Tarbet 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
eb068f9
Fix casing of SocketServer module in 2.7.
by Georg Brandl
· 13 years ago
774c8a3
fix docs for c-api memory functions
by Andrew Svetlov
· 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
7687f3f
add missing period; thanks to Gaston Fiore from docs@
by Sandro Tosi
· 13 years ago
76370f4
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
by Antoine Pitrou
· 13 years ago
4c36aa4
Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.py
by Eli Bendersky
· 13 years ago
4f947dd
Improved cookbook entry and fixed typo.
by Vinay Sajip
· 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
0f9b8ee
Rollback an incorrect Doc/ACKS.txt entry
by Jesus Cea
· 13 years ago
fde7890
Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
by Jesus Cea
· 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
e608e31
#15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward.
by Ezio Melotti
· 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
3cf202e
Ignore .nfs* files in distutils (#7719).
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
f637920
#14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware.
by Ezio Melotti
· 13 years ago
5ec84cd
Issue #14933: fix misleading doc about weakref support in extension types.
by Antoine Pitrou
· 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
1eda5c9
#8652: update errors tutorial.
by R David Murray
· 13 years ago
0a09f3e
Nudge readers towards a more accurate mental model for loop else clauses (Backport from 3.x)
by Nick Coghlan
· 13 years ago
fd4c4b1
backport c4bd68be5fc6 to 2.7
by Sandro Tosi
· 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
ace9261
#14405: remove outdated/broken/duplicate links.
by Ezio Melotti
· 13 years ago
e710c99
#14770: backport a couple of changes from 3.x.
by Ezio Melotti
· 13 years ago
6176db5
#14770: improve the library FAQ.
by Ezio Melotti
· 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
c5288e6
Fix document title for Sphinx.
by Georg Brandl
· 13 years ago
1c96f94
#14034: adapt to Python 2 and fix indentation.
by Ezio Melotti
· 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
524bc39
Fix typo
by Raymond Hettinger
· 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
Next »