Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f99e4b5dbef57e13dd603dcc0edd9b7318f08c28
/
Doc
/
library
f99e4b5
Improve HTMLParser example in the doc and fix a couple minor things.
by Ezio Melotti
· 14 years ago
0b85cd0
Merge heads.
by Ezio Melotti
· 14 years ago
d3cf0db
#13278: fix typo.
by Ezio Melotti
· 14 years ago
74e6495
Fixes #13270: obsolete reference to old-style/new-style classes.
by Florent Xicluna
· 14 years ago
fbb3981
Refactor a bit the codecs doc.
by Ezio Melotti
· 14 years ago
963004d
Fix typo.
by Ezio Melotti
· 14 years ago
d6ca6c2
note callable is back in 3.2
by Benjamin Peterson
· 14 years ago
023611f
Issue 13141: Demonstrate recommended style for socketserver examples.
by Florent Xicluna
· 14 years ago
cd1d3ef
#13233: fix typo.
by Ezio Melotti
· 14 years ago
81231d9
#13219: clarify section about character sets in the re documentation.
by Ezio Melotti
· 14 years ago
5768e0c
Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs
by Raymond Hettinger
· 14 years ago
29fa9d4
3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
by Senthil Kumaran
· 14 years ago
e130a52
Remove duplication.
by Ezio Melotti
· 14 years ago
67494f2
#12277: add missing comma.
by Ezio Melotti
· 14 years ago
138fc89
#13138: add missing versionadded.
by Ezio Melotti
· 14 years ago
df7c4cd
Clean-up and improve the priority queue example in the heapq docs.
by Raymond Hettinger
· 14 years ago
35a502b
Fix a typo and a broken link (part of #10536).
by Éric Araujo
· 14 years ago
f394e47
Issue #12823: remove broken link and replace it with another resource.
by Antoine Pitrou
· 14 years ago
bb2095f
Branch merge
by Éric Araujo
· 14 years ago
ad87fa6
Issue #13073 - Address the review comments made by Ezio.
by Senthil Kumaran
· 14 years ago
58a9153
Fix markup used in the documentation of sys.prefix and sys.exec_prefix.
by Éric Araujo
· 14 years ago
da27263
Move doc of sys.dont_write_bytecode to make all attributes sorted again
by Éric Araujo
· 14 years ago
5d0de3f
Document message_body arg in HTTPConnection.endheaders
by Senthil Kumaran
· 14 years ago
35ec7f7
#13076: fix links to datetime.time and datetime.datetime.
by Ezio Melotti
· 14 years ago
17dac4c
Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation.
by Senthil Kumaran
· 14 years ago
1d678f8
Fix bug in heapq priority queue example.
by Georg Brandl
· 14 years ago
73dd7c7
Add info from the docstring for random.gammavariate() to the docs.
by Georg Brandl
· 14 years ago
7554606
Fix typo.
by Georg Brandl
· 14 years ago
4165bfb
#12940: fix cmd example. Patch by Tim Chase.
by Ezio Melotti
· 14 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
· 14 years ago
3484a87
Merge with release clone.
by Georg Brandl
· 14 years ago
7335e6f
removed misleading editing leftovers
by Łukasz Langa
· 14 years ago
172f374
#12781: Mention SO_REUSEADDR flag near socket examples
by Sandro Tosi
· 14 years ago
d9e1789
Branch merge
by Éric Araujo
· 14 years ago
18ddf82
Add links from library/functions to other docs.
by Éric Araujo
· 14 years ago
9edd9f0
Fix a few links in the table of built-in functions (#12298)
by Éric Araujo
· 14 years ago
29cf58c
Document that format string don’t support arbitrary dictonary keys.
by Éric Araujo
· 14 years ago
222b208
From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc.
by Ezio Melotti
· 14 years ago
a9353db
Remove duplicate text in os documentation.
by Ross Lagerwall
· 14 years ago
ec9a5f6
Add version number for versionchanged directive (backport from 3.3)
by Éric Araujo
· 14 years ago
37b5f9e
Fix some misuses of Sphinx roles and one typo
by Éric Araujo
· 14 years ago
941afed
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
by Éric Araujo
· 14 years ago
be573e7
Remove outdated pointer to optparse (fixes #11360).
by Éric Araujo
· 14 years ago
13d2895
Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
by Antoine Pitrou
· 14 years ago
9daf98d
#12787: link original MultiCall proposal to webarchive and in a footnote
by Sandro Tosi
· 14 years ago
a47e53e
Update sys.platform doc for #12326.
by Georg Brandl
· 14 years ago
987b188
removed misleading editing leftovers
by Łukasz Langa
· 14 years ago
335f204
#12781: Mention SO_REUSEADDR flag near socket examples
by Sandro Tosi
· 14 years ago
d86ac4c
Document that format string don’t support arbitrary dictonary keys.
by Éric Araujo
· 14 years ago
7bb769c
Add version number for versionchanged directive (backport from 3.3)
by Éric Araujo
· 14 years ago
43ba354
Fix some misuses of Sphinx roles and one typo
by Éric Araujo
· 14 years ago
217607e
Remove outdated pointer to optparse (fixes #11360).
by Éric Araujo
· 14 years ago
dc42beb
Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
by Antoine Pitrou
· 14 years ago
6a633bb
fix description of \r; thanks to Thomas Waldmann from docs@
by Sandro Tosi
· 14 years ago
e1043fc
fix description of \r; thanks to Thomas Waldmann from docs@
by Sandro Tosi
· 14 years ago
2f394f6
mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
by Sandro Tosi
· 14 years ago
f693810
mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
by Sandro Tosi
· 14 years ago
e8b7eb0
Link isinstance/issubclass to the ABC glossary entry (#12256)
by Éric Araujo
· 14 years ago
543edbd
Don’t quote characters twice.
by Éric Araujo
· 14 years ago
fde9242
Don’t use “arg” for “argument”
by Éric Araujo
· 14 years ago
19f9b71
Add a few missing source links from 2.7 and harmonize lib docs headers
by Éric Araujo
· 14 years ago
d001ffe
Minor improvements to BadZipFile and BadZipfile docs.
by Éric Araujo
· 14 years ago
5eada94
Fix markup to get a target instead of a comment
by Éric Araujo
· 14 years ago
889a7dc
Fix a typo and touch up blank lines
by Éric Araujo
· 14 years ago
6e7d0ba
Add missing reST target for one section of this file
by Éric Araujo
· 14 years ago
0656a56
#12204: document that str.upper().isupper() might be False and add a note about cased characters.
by Ezio Melotti
· 14 years ago
f42121f
#12725: fix working. Patch by Ben Hayden.
by Ezio Melotti
· 14 years ago
388c945
#12725: fix working. Patch by Ben Hayden.
by Ezio Melotti
· 14 years ago
8a3b657
it's 'rather than'; reported by James Bateman on docs@
by Sandro Tosi
· 14 years ago
28d39a0
Branch merge
by Éric Araujo
· 14 years ago
817495a
Issue #12718: Add documentation on using custom importers.
by Vinay Sajip
· 14 years ago
d9d7bca
Use real word in English text (i.e. not code)
by Éric Araujo
· 14 years ago
54a1d05
Branch merge
by Éric Araujo
· 14 years ago
db79e95
#12709: add error_callback argument to map_async documentation
by Sandro Tosi
· 14 years ago
2a389e4
#12677: correct turtle orientation in doc
by Sandro Tosi
· 14 years ago
6ef038e
Add documentation for PEP 370 features in distutils (#10745).
by Éric Araujo
· 14 years ago
ebd4805
Fix grammar
by Eli Bendersky
· 14 years ago
2e01535
Fix closes Issue12697 - Update the usage syntax of timeit module in the docs.
by Senthil Kumaran
· 14 years ago
de4f05b
Improve documentation for PEP 370 support in site module (#8617).
by Éric Araujo
· 14 years ago
86a1a89
Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi.
by Senthil Kumaran
· 14 years ago
2a8d195
#12665: Dictionary view example has error in set operation
by Sandro Tosi
· 14 years ago
692dba2
#12670: Fix struct code after forward declaration on ctypes doc
by Sandro Tosi
· 14 years ago
ef5c716
Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen.
by Senthil Kumaran
· 14 years ago
aa71583
Use attribute access instead of index access for namedtuple.
by Georg Brandl
· 14 years ago
9525956
Closes #12667: Added documentation for SMTPHandler secure argument.
by Vinay Sajip
· 14 years ago
497cd65
add space
by Benjamin Peterson
· 14 years ago
50211fa
document NotImplemented
by Benjamin Peterson
· 14 years ago
b603b27
merging Georg's revision
by Eli Bendersky
· 14 years ago
e250358
Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen
by Eli Bendersky
· 14 years ago
eea6cda
Change test.support docs to be more specific about the nature of this module.
by Georg Brandl
· 14 years ago
fe1e298
Document that atexit execution order is undefined (#9788)
by Éric Araujo
· 14 years ago
63b18a4
Add a link target for argparse.Namespace (#8982)
by Éric Araujo
· 14 years ago
e801aa2
Let the doc of __import__ link to importlib (#9254).
by Éric Araujo
· 14 years ago
158d769
Branch merge
by Éric Araujo
· 14 years ago
ef4902a
Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti
by Eli Bendersky
· 14 years ago
cf53481
Branch merge
by Éric Araujo
· 14 years ago
fc662dd
Merge profile docs followup (#12417) from 3.1
by Éric Araujo
· 14 years ago
ee19c77
Remove mentions of previous license in profile module docs (#12417 followup).
by Éric Araujo
· 14 years ago
14382dc
Update documentation for shutil.move (#12043) and fix a few typos.
by Éric Araujo
· 14 years ago
59e387e
Fix “anyways” (following R. David Murray in 4d5a546b6186)
by Éric Araujo
· 14 years ago
Next »