Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e78f12f7c29d0ac48b5fee86b9afb38012a809e5
/
Doc
01560de
#16503: clarify "apply" docs.
by Ezio Melotti
· 13 years ago
9fab5ce
The poplib module provides two classes, not one.
by Antoine Pitrou
· 13 years ago
355637b
#16053: document csv.Dialect.strict. Patch by Kushal Das.
by Ezio Melotti
· 13 years ago
3c9181b
Typo fix.
by Mark Dickinson
· 13 years ago
0d18731
Issue #12005: clarify behaviour of % and // for Decimal objects.
by Mark Dickinson
· 13 years ago
1df43d3
#16420: document a way to escape metacharacters in glob/fnmatch.
by Ezio Melotti
· 13 years ago
820f2bd
Update section about dir() in the tutorial.
by Ezio Melotti
· 13 years ago
9236a4e
#16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi Pan.
by Ezio Melotti
· 13 years ago
526b553
Remove versionadded from the tutorial, at a location where it produces more questions than it answers.
by Georg Brandl
· 13 years ago
0801231
Backport from 3.2: update PyPI docs regarding listing versions (issue #16400).
by Chris Jerdonek
· 13 years ago
9e173eb
Link to "XRange Type" section in xrange() built-in function documentation.
by Chris Jerdonek
· 13 years ago
8a0d58b
Use 2.x "print" syntax for this example.
by Georg Brandl
· 13 years ago
04050b8
Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'.
by Nadeem Vawda
· 13 years ago
67f089f
Backport from 3.2: adjust set and frozenset function docs (issue #16436).
by Chris Jerdonek
· 13 years ago
8523db7
Backport from 3.2: improve FAQ link in documentation (for issue #16435).
by Chris Jerdonek
· 13 years ago
0901776
#16440: fix exception type and clarify example.
by Ezio Melotti
· 13 years ago
3eb0e1d
Issue #16439: Fix markup in example for stdtypes.
by Andrew Svetlov
· 13 years ago
527b149
#11481: fix markup.
by Ezio Melotti
· 13 years ago
b1c0e3b
#11481: update copy_reg docs and add example.
by Ezio Melotti
· 13 years ago
26025d6
#10385: use the mod role in subprocess docs.
by Ezio Melotti
· 13 years ago
51c374d
#16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.
by Ezio Melotti
· 13 years ago
b9829fc
Backport from 3.2: link to mapping glossary entry in docs.
by Chris Jerdonek
· 13 years ago
d1076db
#4711: break long words in the docs sidebar to avoid overflow.
by Ezio Melotti
· 13 years ago
cfe446e
Remove trailing whitespace.
by Ezio Melotti
· 13 years ago
d7bae5e
Grammar touchup.
by Georg Brandl
· 13 years ago
5018db7
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
by Andrew Svetlov
· 13 years ago
2c184c6
Reword set docs to use *proper subset/superset* terminology.
by Andrew Svetlov
· 13 years ago
8a9b401
Issue #14900: document added sort keys for profile stats.
by Andrew Svetlov
· 13 years ago
89e8f54
Issue #16348: Fix incorrect documentation for Decimal.remainder_near.
by Mark Dickinson
· 13 years ago
c454fe4
#16371: fix up the English.
by R David Murray
· 13 years ago
6e96e5e
Issue #16370: Mention Py_SetProgramName in example for very high level embedding.
by Andrew Svetlov
· 13 years ago
1625d88
Issue #16341: convert examples to use except ... as ... syntax.
by Andrew Svetlov
· 13 years ago
64c0b2c
Backport from 3.2: remove "Release" and "Date" markers from index pages.
by Chris Jerdonek
· 13 years ago
41c25ba
Issue #14570: Document json sort_keys parameter properly.
by Andrew Svetlov
· 13 years ago
f4712d4
Remove confusing "Release" and "Date" markers from whatsnews.
by Georg Brandl
· 13 years ago
6182266
Issue #14616: Document pipes.quote and mention this one in subprocess docs.
by Andrew Svetlov
· 13 years ago
0685e14
Update current version of the "dailybuild" script.
by Georg Brandl
· 13 years ago
b70290a
Update current version of the "dailybuild" script.
by Georg Brandl
· 13 years ago
5fb657d
Add a autobuild-quick target that only rebuilds HTML.
by Georg Brandl
· 13 years ago
819574a
merge with 2.6
by Georg Brandl
· 13 years ago
55f23c4
#8040: port versionswitcher patch to 2.6.
by Georg Brandl
· 13 years ago
fd3d102
#8040: fix the version.
by Ezio Melotti
· 13 years ago
8645890
#8040: enable the versionswitcher for the autobuild-dev target.
by Ezio Melotti
· 13 years ago
3d07206
#8040: add a version switcher to the documentation. Patch by Yury Selivanov.
by Ezio Melotti
· 13 years ago
e793f44
#16332: use "except OSError as e" in subprocess docs. Patch by Berker Peksag.
by Ezio Melotti
· 13 years ago
8221f86
#16206: Improve examples about dict construction.
by Ezio Melotti
· 13 years ago
32473e7
Backport from 3.2: fix formatting of syntax description of function definition.
by Chris Jerdonek
· 13 years ago
b8fbff8
#16210: combine the two type() docs. Patch by Pete Sevander.
by Ezio Melotti
· 13 years ago
3dd8cbe
Closes #16294: 8 space indent in tutorial
by Jesus Cea
· 13 years ago
c859bd2
Issue #10405: Document IDLE context menus in Standard Library document
by Ned Deily
· 13 years ago
f892597e
Issue #9583: Document startup option/environment interaction.
by Andrew Svetlov
· 13 years ago
ae1d185
Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion
by Andrew Svetlov
· 13 years ago
8a9d370
Issue #15936: Add link from os.urandom to random.SystemRandom
by Andrew Svetlov
· 13 years ago
0cffd6b
Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.
by Chris Jerdonek
· 13 years ago
d7d9a44
Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version.
by Chris Jerdonek
· 13 years ago
def5df6
Issue #16206: Backport dict documentation improvements from 3.2.
by Chris Jerdonek
· 13 years ago
d9edd82
String exceptions aren't just deprecated, they are gone.
by Raymond Hettinger
· 13 years ago
2aa5afa
Issue #16199: Backport 2to3 typo fix from 3.2.
by Chris Jerdonek
· 13 years ago
1e65159
Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen() docs.
by Chris Jerdonek
· 13 years ago
2a6672b
Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
by Chris Jerdonek
· 13 years ago
cfb01a5
Issue #12947: Backport doctest documentation change from 3.3.
by Chris Jerdonek
· 13 years ago
a11c1fc
Missed one instance of code-block:: text highlighting to revert.
by Georg Brandl
· 13 years ago
7495456
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
by Georg Brandl
· 13 years ago
d469c40
Issue #12947: Backport doctest documentation improvements from 3.3.
by Chris Jerdonek
· 13 years ago
7c06801
Fix Issue 15922: make howto/urllib2.rst doctests pass.
by Senthil Kumaran
· 13 years ago
1906c0c
Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
by Chris Jerdonek
· 13 years ago
ad4b000
Issue #14783: Backport changes from 3.2.
by Chris Jerdonek
· 13 years ago
fefd3ac
#9957: document that SpooledTemporaryFile.truncate does not take size arg
by R David Murray
· 13 years ago
8c44193
Issue #16025: Minor corrections to the zipfile documentation.
by Andrew Svetlov
· 13 years ago
7c0a87f
Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives
by Nick Coghlan
· 13 years ago
a42709e
Issue #12947: Add a note to doctest until the example rendering is fixed
by Nick Coghlan
· 13 years ago
31a9e83
#15979: improve timeit documentation.
by Ezio Melotti
· 13 years ago
71d74b0
Close #16036: Backport 3.x documentation improvement.
by Chris Jerdonek
· 13 years ago
95d7cdf
Fix sqlite3 class markup.
by R David Murray
· 13 years ago
2fbe856
Commit current version of the doc "dailybuild" script.
by Georg Brandl
· 13 years ago
e8b2b67
Doc sidebar: point to 3.4 as dev.
by Georg Brandl
· 13 years ago
fab57cc
Close issue #16077: fix code example in documentation of reduce() built-in (from docs@).
by Chris Jerdonek
· 13 years ago
3e09b14
#16085: Don't promote shadowing builtins in the configparser example.
by R David Murray
· 13 years ago
9faaf1b
#16071: fix email.message links in the mailbox docs.
by R David Murray
· 13 years ago
9662b84
Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation
by Jesus Cea
· 13 years ago
0c68c5d
Update docs for string.zfill
by Andrew Svetlov
· 13 years ago
9ac2023
Update documentation for string.replace. Thanks to docs@
by Andrew Svetlov
· 13 years ago
1b43274
Show how to close a connection
by Raymond Hettinger
· 13 years ago
0dea936
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
by Barry Warsaw
· 13 years ago
3dec449
Issue #16015: Fix NameError doctest example in tutorial introduction.
by Chris Jerdonek
· 13 years ago
5a53a41
Issue #14167: restore statement about breaks in finally clauses; remove statement about exception chaining.
by Mark Dickinson
· 13 years ago
9c1c52b
#16019, #16020: fix syntax highlight.
by Ezio Melotti
· 13 years ago
4baf480
#16017: capitalize URLs.
by Ezio Melotti
· 13 years ago
fe11e81
#16014: fix broken link.
by Ezio Melotti
· 13 years ago
39e0fb0
Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.
by Mark Dickinson
· 13 years ago
a8e4963
Fix a few quotes/backslashes.
by Ezio Melotti
· 13 years ago
aea83f5
Fix rst markup in timeit docs.
by Ezio Melotti
· 13 years ago
b3b32fb
#11643: fix rst markup error in site.rst.
by Ezio Melotti
· 13 years ago
0b6f255
#15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.
by Ezio Melotti
· 13 years ago
eab4df5
#15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert.
by Ezio Melotti
· 13 years ago
a733d81
#15932: use with statement in csv doc examples.
by Ezio Melotti
· 13 years ago
714e64e
#15831: avoid using 3.x syntax for keyword-only args.
by Ezio Melotti
· 13 years ago
ed3f590
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
by Ezio Melotti
· 13 years ago
7d85760
#15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly.
by Ezio Melotti
· 13 years ago
7697983
Fix issue #15899 - howto/unicode.rst doctest corrections for 2.7 branch.
by Senthil Kumaran
· 13 years ago
Next »