Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d716c73d0345c4078025c95c8ae4e6ad73af1e14
/
Doc
/
library
d716c73
Issue #13724: improve documentation for socket.create_connection.
by Antoine Pitrou
· 14 years ago
8070ddc
port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter.
by Senthil Kumaran
· 14 years ago
a0ff91c
Fix stock symbol for Microsoft
by Raymond Hettinger
· 14 years ago
df4c986
Issue #13747: fix SSL compatibility table.
by Antoine Pitrou
· 14 years ago
4a7e0c89
Issue #13747: fix documentation error about the default SSL version.
by Antoine Pitrou
· 14 years ago
f788cf7
clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@
by Sandro Tosi
· 14 years ago
36cdca1
Clarify that vars() doesn't place extra restrictions on __dict__.
by Raymond Hettinger
· 14 years ago
7f418f6
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
by Sandro Tosi
· 14 years ago
8b211fc
Issue #10772: add count and help argparse action; patch by Marc Sibson
by Sandro Tosi
· 14 years ago
499718d
Issue #6031: improve serve_forever() description
by Sandro Tosi
· 14 years ago
711f547
Issue #9349: add argparse.SUPPRESS to help doc
by Sandro Tosi
· 14 years ago
e827c13
Issue #13690: add re.DEBUG; patch by Filip Gruszczyński
by Sandro Tosi
· 14 years ago
117e1f0
fix some broken URLs
by Sandro Tosi
· 14 years ago
4b76f8a
Some formatting & grammar fixes for the multiprocessing doc
by Eli Bendersky
· 14 years ago
c016f46
use booleans
by Benjamin Peterson
· 14 years ago
44585bd
fix "Title underline too short" sphinx warning
by Sandro Tosi
· 14 years ago
a4d06e7
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
by Sandro Tosi
· 14 years ago
4526273
fix to sent/send typo
by Sandro Tosi
· 14 years ago
dbcbd10
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
by Sandro Tosi
· 14 years ago
4fbad84
remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@
by Sandro Tosi
· 14 years ago
55ae12b
correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@
by Sandro Tosi
· 14 years ago
17fbe40
porting mimetype doc changes from 3.2.
by Senthil Kumaran
· 14 years ago
587c738
note the blinding speed of these functions
by Benjamin Peterson
· 14 years ago
5879ca1
don't mention implementation detail
by Benjamin Peterson
· 14 years ago
d0ffcd6
#3932: suggest passing unicode to HTMLParser.feed().
by Ezio Melotti
· 14 years ago
080b6f0
#13387: rephrase unclear sentence.
by Ezio Melotti
· 14 years ago
13c82d0
#13613: fix example in re doc.
by Ezio Melotti
· 14 years ago
22da68b
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
by Antoine Pitrou
· 14 years ago
5295718
Issue #13513: IOBase docs incorrectly link to the readline module
by Meador Inge
· 14 years ago
2692be9
#13494: s/cast/convert/. Also add a link.
by Ezio Melotti
· 14 years ago
c2ed44f
#13499: fix example adding >>> before the comments.
by Ezio Melotti
· 14 years ago
3639807
Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch.
by Vinay Sajip
· 14 years ago
421467f
Note the store_true and store_false also create the appropriate defaults.
by Raymond Hettinger
· 14 years ago
b19284f
Issue #12245: Document sys.float_info.rounds better.
by Mark Dickinson
· 14 years ago
aa512f0
#13387: add note about checking the exact type in assertIsInstance doc.
by Ezio Melotti
· 14 years ago
ba41c6a
#13426: fix typo in pickle doc.
by Ezio Melotti
· 14 years ago
9efddb6
fixing typos in optparse doc
by Eli Bendersky
· 14 years ago
eb71138
Normalize the keyword arguments documentation notation in re.rst. Closes issue #12875
by Eli Bendersky
· 14 years ago
3a8501e
Closes issue 12767: document the argument of threading.Condition.notify
by Eli Bendersky
· 14 years ago
a203ced
Issue #12875: explicitly specify default value of the optional 'flags' argument to re.* functions. Closes #12875
by Eli Bendersky
· 14 years ago
bba1dd5
Issue #13191: typo in argparse docs
by Eli Bendersky
· 14 years ago
5df091a
Closes issue #13353: version doumentation about utc parameter corrected.
by Vinay Sajip
· 14 years ago
972ba9e
Add missing versionadded (fixes #12392)
by Éric Araujo
· 14 years ago
416ecff
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
by Petri Lehtinen
· 14 years ago
5d19b9a
Fix typos
by Raymond Hettinger
· 14 years ago
23ca12a
Inline the advisory text on how to use the shelve module.
by Raymond Hettinger
· 14 years ago
0fc13ae
Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature.
by Senthil Kumaran
· 14 years ago
7e82b27
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
by Ezio Melotti
· 14 years ago
1f3b84f
correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@
by Sandro Tosi
· 14 years ago
a9db763
document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from docs@
by Sandro Tosi
· 14 years ago
187aa26
Improve itertools docs with clearer examples of pure python equivalent code.
by Raymond Hettinger
· 14 years ago
8703352
Minor fixes to the HTMLParser doc.
by Ezio Melotti
· 14 years ago
f9cc80d
Improve HTMLParser example in the doc.
by Ezio Melotti
· 14 years ago
24c5180
#13278: fix typo.
by Ezio Melotti
· 14 years ago
87ba642
Issue #13237: Make the subprocess convenience helper documentation self-contained aside from the shared parameter description. Downgrade the pipe warnings at that level to notes (since those pipes are hidden, people are unlikely to even try it)
by Nick Coghlan
· 14 years ago
63c54e8
Issue #13237: fix typo
by Nick Coghlan
· 14 years ago
65ad31a
Issue #13237: remove some details that only apply to the 3.x version of this module and cross reference the relocated warning about the dangers of invoking the shell with untrusted input
by Nick Coghlan
· 14 years ago
2ed203a
Issue #13237: further updates to subprocess documentation
by Nick Coghlan
· 14 years ago
59b13f4
Refactor a bit the codecs doc.
by Ezio Melotti
· 14 years ago
22dabb6
merge heads
by Benjamin Peterson
· 14 years ago
414ffa8
note callable is back in 3.2
by Benjamin Peterson
· 14 years ago
8671157
Issue #13237: Rearrange subprocess module documentation to emphasise the convenience functions and commonly needed arguments
by Nick Coghlan
· 14 years ago
df10d7c
Issue #13141: Demonstrate recommended style for SocketServer examples.
by Florent Xicluna
· 14 years ago
b21f51a
Note that the #1548891 fix indirectly fixes shlex (#6988, #1170)
by Éric Araujo
· 14 years ago
5a77fe9
Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode
by Antoine Pitrou
· 14 years ago
5e30fa5
#13233: fix typo.
by Ezio Melotti
· 14 years ago
a195873
#13219: clarify section about character sets in the re documentation.
by Ezio Melotti
· 14 years ago
ddd4031
Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
by Senthil Kumaran
· 14 years ago
1e87da1
Remove duplication.
by Ezio Melotti
· 14 years ago
086f927
#12277: add missing comma.
by Ezio Melotti
· 14 years ago
c54d97b
#13138: add missing versionadded. Patch by Andreas Stührk.
by Ezio Melotti
· 14 years ago
3e0a3fa
Clean-up and improve the priority queue example in the heapq docs.
by Raymond Hettinger
· 14 years ago
eb35f25
Fix a typo and a broken link (part of #10536).
by Éric Araujo
· 14 years ago
5472c1c
Issue #12823: remove broken link and replace it with another resource.
by Antoine Pitrou
· 14 years ago
e954ecb
Branch merge
by Éric Araujo
· 14 years ago
41d663f
Issue13073 - Address review comments and add versionchanged information in the docs.
by Senthil Kumaran
· 14 years ago
2e4a2b6
Fix markup used in the documentation of sys.prefix and sys.exec_prefix.
by Éric Araujo
· 14 years ago
656b04e
Move doc of sys.dont_write_bytecode to make all attributes sorted again
by Éric Araujo
· 14 years ago
83cc512
update 2.7 - Document message_body arg in HTTPConnection.endheaders
by Senthil Kumaran
· 14 years ago
f17e405
#13076: fix links to datetime.time.
by Ezio Melotti
· 14 years ago
607cc36
Fix bug in heapq priority queue example.
by Georg Brandl
· 14 years ago
21c69b1
Add info from the docstring for random.gammavariate() to the docs.
by Georg Brandl
· 14 years ago
d99ff29
Update sys.platform doc for #12326.
by Victor Stinner
· 14 years ago
9541f8e
merge from 3.2. 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
a95d19e
#12781: Mention SO_REUSEADDR flag near socket examples
by Sandro Tosi
· 14 years ago
b71c15d
Branch merge
by Éric Araujo
· 14 years ago
cd90f79
Document that format string don’t support arbitrary dictonary keys.
by Éric Araujo
· 14 years ago
7ce05e0
Fix some markup and one typo
by Éric Araujo
· 14 years ago
a7cbe28
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
by Éric Araujo
· 14 years ago
4f14a1f
From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc.
by Ezio Melotti
· 14 years ago
9bfc16a
added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from docs@
by Sandro Tosi
· 14 years ago
0f697b3
Remove outdated pointer to optparse (fixes #11360).
by Éric Araujo
· 14 years ago
b384356
Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
by Antoine Pitrou
· 14 years ago
9b68092
#12787: link original MultiCall proposal to webarchive and in a footnote
by Sandro Tosi
· 14 years ago
a7eb3c8
fix description of \r; thanks to Thomas Waldmann from docs@
by Sandro Tosi
· 14 years ago
da5a962
merge heads
by Sandro Tosi
· 14 years ago
657a7fc
mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
by Sandro Tosi
· 14 years ago
e0054c5
Link isinstance/issubclass to the ABC glossary entry (#12256)
by Éric Araujo
· 14 years ago
f06568c
Fix a typo and remove some unneeded markup
by Éric Araujo
· 14 years ago
e68d450
Add documentation for PEP 370 features in distutils (#10745).
by Éric Araujo
· 14 years ago
Next »