Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
94190bb6e7f3b1c7942b562fe0fad3e62b5386b9
/
Doc
5d0de3f
Document message_body arg in HTTPConnection.endheaders
by Senthil Kumaran
· 13 years ago
35ec7f7
#13076: fix links to datetime.time and datetime.datetime.
by Ezio Melotti
· 13 years ago
17dac4c
Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation.
by Senthil Kumaran
· 13 years ago
1d678f8
Fix bug in heapq priority queue example.
by Georg Brandl
· 13 years ago
73dd7c7
Add info from the docstring for random.gammavariate() to the docs.
by Georg Brandl
· 13 years ago
7554606
Fix typo.
by Georg Brandl
· 13 years ago
4165bfb
#12940: fix cmd example. Patch by Tim Chase.
by Ezio Melotti
· 13 years ago
eb933de
Fix current name of the Python 3 binary on Unix (#12896).
by Éric Araujo
· 13 years ago
4eb0e73
Closes #12906: Fixed bug in YAML configuration.
by Vinay Sajip
· 13 years ago
e969a21
Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
by Senthil Kumaran
· 13 years ago
3484a87
Merge with release clone.
by Georg Brandl
· 13 years ago
7335e6f
removed misleading editing leftovers
by Łukasz Langa
· 13 years ago
fbd4fe2
Give credit to Adam
by Sandro Tosi
· 13 years ago
172f374
#12781: Mention SO_REUSEADDR flag near socket examples
by Sandro Tosi
· 13 years ago
d9e1789
Branch merge
by Éric Araujo
· 13 years ago
18ddf82
Add links from library/functions to other docs.
by Éric Araujo
· 13 years ago
9edd9f0
Fix a few links in the table of built-in functions (#12298)
by Éric Araujo
· 13 years ago
29cf58c
Document that format string don’t support arbitrary dictonary keys.
by Éric Araujo
· 13 years ago
8ab3a1d
Document that True/False/None don’t use :keyword: in doc.
by Éric Araujo
· 13 years ago
222b208
From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc.
by Ezio Melotti
· 13 years ago
a9353db
Remove duplicate text in os documentation.
by Ross Lagerwall
· 13 years ago
ec9a5f6
Add version number for versionchanged directive (backport from 3.3)
by Éric Araujo
· 13 years ago
7af8ebb
Adapt/remove mentions of functions gone in 3.x
by Éric Araujo
· 13 years ago
37b5f9e
Fix some misuses of Sphinx roles and one typo
by Éric Araujo
· 13 years ago
941afed
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
by Éric Araujo
· 13 years ago
be573e7
Remove outdated pointer to optparse (fixes #11360).
by Éric Araujo
· 13 years ago
7744382
Document the "optional" argument of distutils’ Extension class
by Éric Araujo
· 13 years ago
3f5e958
Fix type information in distutils API reference (#9302).
by Éric Araujo
· 13 years ago
cc42ebe
Make the list of docs contributors sorted again
by Éric Araujo
· 13 years ago
e1eef41
Close #12838: fix range() call.
by Georg Brandl
· 13 years ago
13d2895
Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
by Antoine Pitrou
· 13 years ago
9daf98d
#12787: link original MultiCall proposal to webarchive and in a footnote
by Sandro Tosi
· 13 years ago
2513123
Update suspicious ignore file.
by Georg Brandl
· 13 years ago
a47e53e
Update sys.platform doc for #12326.
by Georg Brandl
· 13 years ago
987b188
removed misleading editing leftovers
by Łukasz Langa
· 13 years ago
335f204
#12781: Mention SO_REUSEADDR flag near socket examples
by Sandro Tosi
· 13 years ago
d86ac4c
Document that format string don’t support arbitrary dictonary keys.
by Éric Araujo
· 13 years ago
7bb769c
Add version number for versionchanged directive (backport from 3.3)
by Éric Araujo
· 13 years ago
f3c7822
Adapt/remove mentions of functions gone in 3.x
by Éric Araujo
· 13 years ago
43ba354
Fix some misuses of Sphinx roles and one typo
by Éric Araujo
· 13 years ago
217607e
Remove outdated pointer to optparse (fixes #11360).
by Éric Araujo
· 13 years ago
72dde45
Document the "optional" argument of distutils’ Extension class
by Éric Araujo
· 13 years ago
852eea2
Close #12838: fix range() call.
by Georg Brandl
· 13 years ago
dc42beb
Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
by Antoine Pitrou
· 13 years ago
6a633bb
fix description of \r; thanks to Thomas Waldmann from docs@
by Sandro Tosi
· 13 years ago
e1043fc
fix description of \r; thanks to Thomas Waldmann from docs@
by Sandro Tosi
· 13 years ago
2f394f6
mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
by Sandro Tosi
· 13 years ago
f693810
mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
by Sandro Tosi
· 13 years ago
57bee66
Branch merge
by Éric Araujo
· 13 years ago
355d48a
Typo
by Éric Araujo
· 13 years ago
04ac59a
Mention virtual subclasses in the glossary entry for ABCs (#12256).
by Éric Araujo
· 13 years ago
f6854cb
Issue #12672: remove confusing part of sentence in documentation
by Eli Bendersky
· 13 years ago
729a42f
Issue #12672: remove confusing part of sentence in documentation
by Eli Bendersky
· 13 years ago
4d71a66
Fix typo in command name
by Éric Araujo
· 13 years ago
a2d2618
Fix instance I missed in 59f7bbe1236c (#1626300)
by Éric Araujo
· 13 years ago
e197df0
Remove obsolete term + indicate how to find the program (#1626300).
by Éric Araujo
· 13 years ago
e8b7eb0
Link isinstance/issubclass to the ABC glossary entry (#12256)
by Éric Araujo
· 13 years ago
543edbd
Don’t quote characters twice.
by Éric Araujo
· 13 years ago
fde9242
Don’t use “arg” for “argument”
by Éric Araujo
· 13 years ago
19f9b71
Add a few missing source links from 2.7 and harmonize lib docs headers
by Éric Araujo
· 13 years ago
d001ffe
Minor improvements to BadZipFile and BadZipfile docs.
by Éric Araujo
· 13 years ago
5eada94
Fix markup to get a target instead of a comment
by Éric Araujo
· 13 years ago
889a7dc
Fix a typo and touch up blank lines
by Éric Araujo
· 13 years ago
6e7d0ba
Add missing reST target for one section of this file
by Éric Araujo
· 13 years ago
0519b09
Avoid splitting a word between a link and text
by Éric Araujo
· 13 years ago
b276118
#12761: fix wording of zlib license section
by Sandro Tosi
· 13 years ago
f6b25b9
#12761: fix wording of zlib license section
by Sandro Tosi
· 13 years ago
0656a56
#12204: document that str.upper().isupper() might be False and add a note about cased characters.
by Ezio Melotti
· 13 years ago
f42121f
#12725: fix working. Patch by Ben Hayden.
by Ezio Melotti
· 13 years ago
388c945
#12725: fix working. Patch by Ben Hayden.
by Ezio Melotti
· 13 years ago
96d237c
Update versions in LICENSE files.
by Georg Brandl
· 13 years ago
1db1d14
Update pydoc topics and suspicious ignore.
by Georg Brandl
· 13 years ago
7bf4363
let PySequence_Check me a link; thanks to tomo cocoa from docs@
by Sandro Tosi
· 13 years ago
8a3b657
it's 'rather than'; reported by James Bateman on docs@
by Sandro Tosi
· 13 years ago
28d39a0
Branch merge
by Éric Araujo
· 13 years ago
817495a
Issue #12718: Add documentation on using custom importers.
by Vinay Sajip
· 13 years ago
d9d7bca
Use real word in English text (i.e. not code)
by Éric Araujo
· 13 years ago
77c4fd0
note mutating tp_dict is bad (closes #12719)
by Benjamin Peterson
· 13 years ago
da3f4ae
Branch merge
by Éric Araujo
· 13 years ago
bdbdfb1
Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least.
by Georg Brandl
· 13 years ago
54a1d05
Branch merge
by Éric Araujo
· 13 years ago
db79e95
#12709: add error_callback argument to map_async documentation
by Sandro Tosi
· 13 years ago
61baee0
#10741: add documentation for PyGILState_GetThisThreadState()
by Sandro Tosi
· 13 years ago
2a389e4
#12677: correct turtle orientation in doc
by Sandro Tosi
· 13 years ago
6ef038e
Add documentation for PEP 370 features in distutils (#10745).
by Éric Araujo
· 13 years ago
ebd4805
Fix grammar
by Eli Bendersky
· 13 years ago
2e01535
Fix closes Issue12697 - Update the usage syntax of timeit module in the docs.
by Senthil Kumaran
· 13 years ago
a3b2316
merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902.
by Senthil Kumaran
· 13 years ago
de4f05b
Improve documentation for PEP 370 support in site module (#8617).
by Éric Araujo
· 13 years ago
86a1a89
Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi.
by Senthil Kumaran
· 13 years ago
2a8d195
#12665: Dictionary view example has error in set operation
by Sandro Tosi
· 13 years ago
692dba2
#12670: Fix struct code after forward declaration on ctypes doc
by Sandro Tosi
· 13 years ago
ef5c716
Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen.
by Senthil Kumaran
· 13 years ago
aa71583
Use attribute access instead of index access for namedtuple.
by Georg Brandl
· 13 years ago
2ffea0e
Branch merge
by Éric Araujo
· 13 years ago
9525956
Closes #12667: Added documentation for SMTPHandler secure argument.
by Vinay Sajip
· 13 years ago
222e61e
Fix typo reported by Sandro Tosi.
by Ezio Melotti
· 13 years ago
ab7c1b3
Fix regression with distutils MANIFEST handing (#11104, #8688).
by Éric Araujo
· 13 years ago
5925632
#12531: Fix spaces and markup.
by Ezio Melotti
· 13 years ago
497cd65
add space
by Benjamin Peterson
· 13 years ago
Next »