Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
66299a49f0f5b3aab6ceed6cbdf94a6b89b70328
/
Doc
f3d77dc
merge
by Raymond Hettinger
· 14 years ago
441ed91
Issue 11929: Minor whitespace clean-ups.
by Raymond Hettinger
· 14 years ago
40fc59d
Issue 11929: Minor whitespace clean-ups.
by Raymond Hettinger
· 14 years ago
b90db4c
Issue #11918: OS/2 and VMS are no more supported because of the lack of
by Victor Stinner
· 14 years ago
45456a0
I think this should be "versionchanged", not "versionadded"
by Antoine Pitrou
· 14 years ago
dff18b0
Merge #11901: add description of how bitfields are laid out to hexversion docs
by R David Murray
· 14 years ago
0fb5b39
Merge #11901: add description of how bitfields are laid out to hexversion docs
by R David Murray
· 14 years ago
2043f9c
#11901: add description of how bitfields are laid out to hexversion docs
by R David Murray
· 14 years ago
54afa55
Issue #2736: Documented how to compute seconds since epoch.
by Alexander Belopolsky
· 14 years ago
707d1e6
Merge with 3.2.
by Ezio Melotti
· 14 years ago
5569e9b
Fix some more markup glitches in argparse doc.
by Ezio Melotti
· 14 years ago
7817e3b
#11904-#11905: Merge typo fixes with 3.2.
by Ezio Melotti
· 14 years ago
dca309d
#11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.
by Ezio Melotti
· 14 years ago
2f1db7d
#11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.
by Ezio Melotti
· 14 years ago
ccb0547
#11902: Merge with 3.2.
by Ezio Melotti
· 14 years ago
00f53af
#11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.
by Ezio Melotti
· 14 years ago
295c1d4
Add another example for accumulate().
by Raymond Hettinger
· 14 years ago
5bba6c2
Merge with 3.2.
by Ezio Melotti
· 14 years ago
0ee9c1b
Add the :mod: role where it was missing.
by Ezio Melotti
· 14 years ago
c6f079d
#11885: Merge with 3.2.
by Ezio Melotti
· 14 years ago
cca4ef8
#11885: capitalize Python.
by Ezio Melotti
· 14 years ago
5149eed
#11897: Merge with 3.2.
by Ezio Melotti
· 14 years ago
c17c1f6
#11897: Fix typo in porting howto. Patch by Marti Raudsepp.
by Ezio Melotti
· 14 years ago
2b8ef2d
say struct sequence rather than structseq and link to glossary
by Benjamin Peterson
· 14 years ago
82f614b
glossary entry for struct sequence
by Benjamin Peterson
· 14 years ago
32f4db3
Merge with 3.2.
by Ezio Melotti
· 14 years ago
861d27f
Merge with 3.1.
by Ezio Melotti
· 14 years ago
e402724
Fix wrong function name. Noticed by Clive Darke.
by Ezio Melotti
· 14 years ago
754851f
Issue #11223: Add threading._info() function providing informations about the
by Victor Stinner
· 14 years ago
4571ee0
Merge with 3.2.
by Ezio Melotti
· 14 years ago
a947abe
Merge with 3.1.
by Ezio Melotti
· 14 years ago
8dfcab0
Fix wrong number of functions noticed by Sandro Tosi.
by Ezio Melotti
· 14 years ago
64e564b
Merged documentation fix from 3.2.
by Vinay Sajip
· 14 years ago
f97255f
Updated documentation on fileConfig().
by Vinay Sajip
· 14 years ago
e8d2d2d
Add new email.policy document to the toctree and fix markup glitch.
by Georg Brandl
· 14 years ago
6a45d3b
Markup and text fixes from Georg Brandl's review.
by R David Murray
· 14 years ago
1f056b2
Merge: Fix markup.
by R David Murray
· 14 years ago
530cc09
Fix markup.
by R David Murray
· 14 years ago
3edd22a
#11731: simplify/enhance parser/generator API by introducing policy objects.
by R David Murray
· 14 years ago
f329998
Merge: #11492: rewrite header folding algorithm. Less code, more passing tests.
by R David Murray
· 14 years ago
01581ee
#11492: rewrite header folding algorithm. Less code, more passing tests.
by R David Murray
· 14 years ago
d66f07a
#11865: Merge with 3.2.
by Ezio Melotti
· 14 years ago
74c0031
#11865: Merge with 3.1.
by Ezio Melotti
· 14 years ago
340bb95
#11865: fix typo in init.rst.
by Ezio Melotti
· 14 years ago
2476ee3
Merge with 3.2.
by Ezio Melotti
· 14 years ago
2409d77
Fix a few more hyphens in argparse.rst
by Ezio Melotti
· 14 years ago
884843d
Fix duplicate "is".
by Georg Brandl
· 14 years ago
d606ebe
Merge with 3.2
by Georg Brandl
· 14 years ago
10fe23b
Merge with 3.1
by Georg Brandl
· 14 years ago
340d269
Small wording fix.
by Georg Brandl
· 14 years ago
1d827ff
Consistency fix: "command line" is the noun, "command-line" the adjective.
by Georg Brandl
· 14 years ago
ab8d93c
Backport 8a9f8f34d9d5.
by Georg Brandl
· 14 years ago
69518bc
Consistency fix: "command line" is the noun, "command-line" the adjective.
by Georg Brandl
· 14 years ago
5145ed5
Issue #11855: merge from 3.2
by Eli Bendersky
· 14 years ago
3384e54
Issue #11855: merge from 3.1
by Eli Bendersky
· 14 years ago
219cc77
Issue #11855: Apply missing formatting for urlretrieve
by Eli Bendersky
· 14 years ago
4c2ffab
merge
by Raymond Hettinger
· 14 years ago
f05c139
merge
by Raymond Hettinger
· 14 years ago
7bba683
Add another example to the collections module docs.
by Raymond Hettinger
· 14 years ago
386832e
#11843: Merge with 3.2.
by Ezio Melotti
· 14 years ago
8881868
#11843: Merge with 3.1.
by Ezio Melotti
· 14 years ago
181810b
#11843: remove duplicate line from table in distutil doc.
by Ezio Melotti
· 14 years ago
5ee8cb1
#4783: Merge with 3.2.
by Ezio Melotti
· 14 years ago
34d204b
#4783: Merge with 3.1.
by Ezio Melotti
· 14 years ago
60adf95
#4783: document that is not possible to use json.dump twice on the same stream.
by Ezio Melotti
· 14 years ago
fd9103a
merge from 3.2
by Eli Bendersky
· 14 years ago
d211231
merge from 3.1
by Eli Bendersky
· 14 years ago
046a764
Issue #11827: remove mention of list2cmdline in the doc of subprocess
by Eli Bendersky
· 14 years ago
c470a0c
#11840: Merge with 3.2.
by Ezio Melotti
· 14 years ago
c1f0577
#11840: Merge with 3.1.
by Ezio Melotti
· 14 years ago
95cd91c
#11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.
by Ezio Melotti
· 14 years ago
832c8bb
#9101: backport json reference in configparser doc.
by Ezio Melotti
· 14 years ago
b35c850
#11684: Complete parser bytes interface by adding BytesHeaderParser
by R David Murray
· 14 years ago
c6652ca
Merge: Fix wording and clarify that the IDNA codec operates on full domain names.
by R David Murray
· 14 years ago
5864c9f
Merge: Fix wording and clarify that the IDNA codec operates on full domain names.
by R David Murray
· 14 years ago
e0fd2f8
Fix wording and clarify that the IDNA codec operates on full domain names.
by R David Murray
· 14 years ago
d16ee63
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
by R David Murray
· 14 years ago
d531548
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
by R David Murray
· 14 years ago
3dd02d6
#10019: Fix regression relative to 2.6: add newlines if indent=0
by R David Murray
· 14 years ago
4bbde72
Fix markup.
by Raymond Hettinger
· 14 years ago
4a0a31d
Added 'handlers' argument to logging.basicConfig.
by Vinay Sajip
· 14 years ago
88fdeb4
#2650: re.escape() no longer escapes the "_".
by Ezio Melotti
· 14 years ago
344d26c
Merge with 3.2
by Ross Lagerwall
· 14 years ago
810b94a
Issue #11818: Fix tempfile examples for Python 3.
by Ross Lagerwall
· 14 years ago
1929983
Beautify and modernize the SequenceMatcher example
by Raymond Hettinger
· 14 years ago
dbb677a
Beautify and modernize the SequenceMatcher example
by Raymond Hettinger
· 14 years ago
cfa7123
faulthandler: fix unregister() if it is called before register()
by Victor Stinner
· 14 years ago
d35d64b
Merged whitespace fix.
by Vinay Sajip
· 14 years ago
77f8d29
Normalised whitespace.
by Vinay Sajip
· 14 years ago
bfd463c
Merged doc fix in 3.2.
by Vinay Sajip
· 14 years ago
c46102c
Updated Formatter documentation.
by Vinay Sajip
· 14 years ago
8debacb
#1690608: make formataddr RFC2047 aware.
by R David Murray
· 14 years ago
6b4be36
Clarify that GzipFile.read1() is now implemented
by Antoine Pitrou
· 14 years ago
e886047
Clarify that GzipFile.read1() isn't implemented.
by Antoine Pitrou
· 14 years ago
5bfa062
Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff.
by Antoine Pitrou
· 14 years ago
37dc5f8
Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
by Antoine Pitrou
· 14 years ago
b7af620
#11282: merge with 3.2.
by Ezio Melotti
· 14 years ago
361467e
#11282: the fail* methods will stay around a few more versions.
by Ezio Melotti
· 14 years ago
c9a5272
Merge with 3.2
by Ezio Melotti
· 14 years ago
9481e41
Merge with 3.1
by Ezio Melotti
· 14 years ago
Next »