Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
1ee17198c818c33b482a680d38a53a40c38d3054
/
Doc
/
library
1ee1719
fix typo; thanks to Jérôme Mainka from docs@
by Sandro Tosi
· 13 years ago
84e59aa
Fix highlight and spacing in json example.
by Ezio Melotti
· 13 years ago
f86b28e
#14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
e7bade5
#14553: fix word order.
by R David Murray
· 13 years ago
644cabe
#14552: remove redundant wording in 'test' docs.
by R David Murray
· 13 years ago
f6cd9b2
Improve the threading.Condition docs.
by Antoine Pitrou
· 13 years ago
2c58075
Closes #14545: make clearer what was added.
by Georg Brandl
· 13 years ago
b96a354
Small improvements to the threading docs: better publicize support for the with statement.
by Antoine Pitrou
· 13 years ago
2c9f104
Fix some markup in the threading docs.
by Antoine Pitrou
· 13 years ago
126aef7
Issue #8799: Fix and improve the threading.Condition documentation.
by Antoine Pitrou
· 13 years ago
074faff
Updated logging reference and HOWTO.
by Vinay Sajip
· 13 years ago
cc49790
minor .rst fix
by Senthil Kumaran
· 13 years ago
fee3fc7
Issue #14502: release() and unlocked lock generates a ThreadError
by Sandro Tosi
· 13 years ago
28b8b94
#14481: fix formatting of example in subprocess docs.
by R David Murray
· 13 years ago
6afd11c
Issue #14456: improve documentation of the signal module w.r.t. threads.
by Antoine Pitrou
· 13 years ago
317075d
use unittest.skip; thanks to Chang Min Jeon from docs@
by Sandro Tosi
· 13 years ago
9ee65f1
add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
by Sandro Tosi
· 13 years ago
5e0c571
#10423: clarify options vs args in argparse discussion of optparse
by R David Murray
· 13 years ago
07cf1d8
#14416: add missing LOG_SYSLOG facility to syslog docs.
by R David Murray
· 13 years ago
99e7d07
Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
by Sandro Tosi
· 13 years ago
8ece80f
Minor documentation tweak.
by Vinay Sajip
· 13 years ago
1623aff
#14355: remove obsolete doc reference to previously removed init_frozen.
by R David Murray
· 13 years ago
3a19e54
Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern
by Georg Brandl
· 13 years ago
557a3ec
Closes #14343: avoid shadowing builtin input() in example code.
by Georg Brandl
· 13 years ago
5ec6fdb
Closes #14342: remove out-of-date section about avoiding recursion errors.
by Georg Brandl
· 13 years ago
f2123d2
3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan
by Senthil Kumaran
· 13 years ago
4191434
#11780: s/throw/raise/
by R David Murray
· 13 years ago
69ebfe4
#11780: document that email.encoders throw TypeError on multipart messages.
by R David Murray
· 13 years ago
969b8da
Issue #14202: some additional doc fixes
by Eli Bendersky
· 13 years ago
3fb05a9
Issue #14202: Greatly enhance the documentation of xml.dom.pulldom.
by Eli Bendersky
· 13 years ago
604c4ff
Issue #9257: clarify the events iterparse accepts
by Eli Bendersky
· 13 years ago
6b3434a
Explain the use of charset parameter with Content-Type header. Issue11082
by Senthil Kumaran
· 13 years ago
38c2754
#12758: removing confusing mention of UTC from time.time description
by R David Murray
· 13 years ago
87684e6
Fix the wrong urllib exampls which use str for POST data. Closes Issue11261
by Senthil Kumaran
· 13 years ago
69c7a69
Closes #14283: match() and search() are regex methods, not match methods.
by Georg Brandl
· 13 years ago
21c71ba
closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen
by Senthil Kumaran
· 13 years ago
328dd0d
Closes #9574: Note that complex constructor doesn't allow whitespace around central operator.
by Mark Dickinson
· 13 years ago
30b8e54
Use PEP-8 style in logging example
by Jason R. Coombs
· 13 years ago
e5eec7e
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
by Éric Araujo
· 13 years ago
b2b1863
merge 3.2 heads
by Eli Bendersky
· 13 years ago
2029344
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases
by Eli Bendersky
· 13 years ago
4d2bfb5
sqlite3: Port documentation changes from the 2.7 branch
by Petri Lehtinen
· 13 years ago
443f000
#14155: remove duplication about search vs match in re doc.
by Ezio Melotti
· 13 years ago
5a045b9
#10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool.
by Ezio Melotti
· 13 years ago
83c4882
s/div/truediv/; thanks to Félix-Antoine Fortin from docs@
by Sandro Tosi
· 13 years ago
3bbdc8e
Issue #14123: Explicitly mention that old style % string formatting has caveats
by Gregory P. Smith
· 13 years ago
a609199
Use const markup instead of a misleading string literal
by Éric Araujo
· 13 years ago
eb25fb7
Fix markup errors.
by Georg Brandl
· 13 years ago
09a7c72
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
by Georg Brandl
· 13 years ago
2daf6ae
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
by Georg Brandl
· 13 years ago
fee358b
logging: clarified documentation for Handler.handleError.
by Vinay Sajip
· 13 years ago
c3ef037
Add missing “::” markup.
by Éric Araujo
· 13 years ago
0467686
Issue #13605: use print() in argparse nargs example
by Sandro Tosi
· 13 years ago
76dea27
Indent 'File' in memoryview example, so it is correctly highlighted
by Sandro Tosi
· 13 years ago
c33ae06
fix error in memoryview example; thanks to kan lianlian from docs@
by Sandro Tosi
· 13 years ago
4279bc7
#14020: improve HTMLParser documentation.
by Ezio Melotti
· 13 years ago
b389022
sqlite3: Fix documentation errors concerning Cursor.rowcount
by Petri Lehtinen
· 13 years ago
5cb522c
Issue #11836: document multiprocessing.queues.SimpleQueue
by Sandro Tosi
· 13 years ago
1ca9395
Issue #13491: Fix many errors in sqlite3 documentation
by Petri Lehtinen
· 13 years ago
ccddc47
Improve doc for atexit.register and unregister (#12297)
by Éric Araujo
· 13 years ago
7f728c1
shutil copy module reference doc fix.
by Senthil Kumaran
· 14 years ago
58f23ff
Issue #13930: Adds ability for 2to3 to write its output to a different
by Gregory P. Smith
· 14 years ago
30d94b7
Issue #13989: Document that GzipFile does not support text mode.
by Nadeem Vawda
· 14 years ago
5b14d73
Issue #9021 - Introduce copy module better. Doc changes suggested by Terry
by Senthil Kumaran
· 14 years ago
6e13f13
Fix Issue #6005: Examples in the socket library documentation use sendall,
by Senthil Kumaran
· 14 years ago
cd2a603
Branch merge
by Éric Araujo
· 14 years ago
bd249c1
Clarify note in BZ2File docs about lack of multi-stream support (issue #1625).
by Nadeem Vawda
· 14 years ago
9701eb6
Closes #13944: fix capitalization of class name.
by Georg Brandl
· 14 years ago
8f50912
Issue #1625: Document BZ2File's lack of support for multi-stream inputs.
by Nadeem Vawda
· 14 years ago
f51ebf9
threading primitives now have timeouts
by Benjamin Peterson
· 14 years ago
9713321
Document absoluteness of sys.executable
by Petri Lehtinen
· 14 years ago
090ec3c
merge. again.
by Brian Curtin
· 14 years ago
10dda6e
Add a hint that CSD == Service Pack.
by Brian Curtin
· 14 years ago
fc3ba6b
Add usage note
by Raymond Hettinger
· 14 years ago
c875d20
Fix #13900: resolve self-referential description of a parameter.
by Georg Brandl
· 14 years ago
871b9d1
note that get() is not affected by default_factory (closes #13887)
by Benjamin Peterson
· 14 years ago
9f6b02e
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
by Antoine Pitrou
· 14 years ago
65992c1
- Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
by Meador Inge
· 14 years ago
6c89a79
#13852: some small doc fixes.
by Georg Brandl
· 14 years ago
b4b0b35
kill extra word
by Benjamin Peterson
· 14 years ago
e9fca25
say bitwise (because I have no idea what a bit-string is)
by Benjamin Peterson
· 14 years ago
5311c1d
Issue #13772: In os.symlink() under Windows, do not try to guess the link
by Antoine Pitrou
· 14 years ago
3b65fd7
#13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.
by Georg Brandl
· 14 years ago
f49d152
Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods.
by Antoine Pitrou
· 14 years ago
41b2404
fix typo; thanks to Justin Watt from docs@
by Sandro Tosi
· 14 years ago
da8e11a
Issue #13605: more meaningful example + fixes
by Sandro Tosi
· 14 years ago
16bd0b4
Issue #13605: add documentation for nargs=argparse.REMAINDER
by Sandro Tosi
· 14 years ago
972cfb9
Issue #2134: Clarify token.OP handling rationale in tokenize documentation.
by Meador Inge
· 14 years ago
f2fbb9c
Improve interlinking of archiving/compression modules docs.
by Éric Araujo
· 14 years ago
6f7aa00
Document json.dump ensure_ascii parameter (#13770)
by Éric Araujo
· 14 years ago
01b34af
#13715: fix typo in unicodedata doc. Patch by Eli Collins.
by Ezio Melotti
· 14 years ago
9ecb6be
#13695: fix a couple of typos in the doc.
by Ezio Melotti
· 14 years ago
c1f079f
Mention the additional way to use the lvl parameter and when it changed.
by Gregory P. Smith
· 14 years ago
a931463
#13730 grammar fix
by Terry Jan Reedy
· 14 years ago
a3d1e2e
#11633 At least 2 people prefer earlier revision.
by Terry Jan Reedy
· 14 years ago
889a510
Issue #13724: improve documentation for socket.create_connection.
by Antoine Pitrou
· 14 years ago
e247928
Closes #11633 Clarify print buffering.
by Terry Jan Reedy
· 14 years ago
f4ec3c5
#13754 String returned if less than *or equal to* x 3
by Terry Jan Reedy
· 14 years ago
19d85c2
Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.
by Senthil Kumaran
· 14 years ago
ac8bfca
Issue #13747: fix SSL compatibility table.
by Antoine Pitrou
· 14 years ago
Next »