Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
8349bc2ba93bbe9c130adc6a9a3d6e24c2f6140f
/
Doc
/
library
8349bc2
#14766: Reflow the altered paragraphs.
by R David Murray
· 13 years ago
089d4d4
#14766: Add correct algorithm for when a 'time' object is naive.
by R David Murray
· 13 years ago
334be84
correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
by Sandro Tosi
· 13 years ago
56f5c38
Additional example of using decimal.localcontext().
by Raymond Hettinger
· 13 years ago
35d03ed
#14763: document default maxsplit value for str.split.
by Ezio Melotti
· 13 years ago
95f42a8
#14763: fix documentation for string.split/rsplit.
by Ezio Melotti
· 13 years ago
5ec0340
Improve the grammar of a non-sentence.
by R David Murray
· 13 years ago
1d710b6
backport 7a05cb3beddf to 2.7
by Sandro Tosi
· 13 years ago
e48daea
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
510ff54
Use Python 3 instead of 3.0.
by Ezio Melotti
· 13 years ago
d811e15
Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.
by Ned Deily
· 13 years ago
30abb3a
#14558: document the module, argv, and testLoader args of unittest.main.
by Ezio Melotti
· 13 years ago
8950019
#14519: fix the regex used in the scanf example.
by Ezio Melotti
· 13 years ago
217e6a6
Fix markup in unittest doc.
by Ezio Melotti
· 13 years ago
fb5aebc
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
by Senthil Kumaran
· 13 years ago
1142773
#14461: fix wording.
by Ezio Melotti
· 13 years ago
429d311
issue14427 - Document Request.get_header and Request.header_items
by Senthil Kumaran
· 13 years ago
48d886b
#14155: add a note about \b.
by Ezio Melotti
· 13 years ago
f8ece8d
refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@
by Sandro Tosi
· 13 years ago
2d0bcd7
Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut
by Sandro Tosi
· 13 years ago
aa31d52
Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions
by Sandro Tosi
· 13 years ago
9aa1395
Make the example cut and pasteable.
by Raymond Hettinger
· 13 years ago
51a5ad4
fix footnote reference; thanks to Fizz from docs@
by Sandro Tosi
· 13 years ago
13c598b
Issue #14448: mention pytz; patch by Andrew Svetlov
by Sandro Tosi
· 13 years ago
466a5f2
Issue #14554: correct example for captured_stdout()
by Sandro Tosi
· 13 years ago
3f0f577
Issue #13478: document timeit.default_timer()
by Sandro Tosi
· 13 years ago
016878a
merge
by Raymond Hettinger
· 13 years ago
ea17082
Update 2.7 docs about legal characters allowed in Cookie name
by Senthil Kumaran
· 13 years ago
9b5952d
Remove webbrowser doc reference to the previously removed internet-config option.
by Ned Deily
· 13 years ago
094c33f
Minor fixups.
by Raymond Hettinger
· 13 years ago
33c6630
Clean-up the SQLite introduction.
by Raymond Hettinger
· 13 years ago
0e15a6e
Clarify that a new connection needs to be made after the close.
by Raymond Hettinger
· 13 years ago
142ab32
#14552: remove redundant wording in 'test' docs.
by R David Murray
· 13 years ago
dc0b324
Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S class
by Senthil Kumaran
· 13 years ago
2a1c13b
Updated logging reference and HOWTO.
by Vinay Sajip
· 13 years ago
3661473
minor .rst fix
by Senthil Kumaran
· 13 years ago
ceeb47d
Issue #14502: release() and unlocked lock generates a ThreadError
by Sandro Tosi
· 13 years ago
b45c5e2
Closes #14489: correct link target.
by Georg Brandl
· 13 years ago
5fc56eb
#14481: fix formatting of example in subprocess docs.
by R David Murray
· 13 years ago
6ca845c
use unittest.skip; thanks to Chang Min Jeon from docs@
by Sandro Tosi
· 13 years ago
04cd095
add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
by Sandro Tosi
· 13 years ago
5080cad
#10423: clarify options vs args in argparse discussion of optparse
by R David Murray
· 13 years ago
de294ec
#14416: add missing LOG_SYSLOG facility to syslog docs.
by R David Murray
· 13 years ago
48a8895
Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
by Sandro Tosi
· 13 years ago
49d5fba
Minor documentation tweak.
by Vinay Sajip
· 13 years ago
94a1057
Closes #14250: regex.flags has not only explicit flags but also those from the pattern
by Georg Brandl
· 13 years ago
5a607b0
Closes #14343: avoid shadowing builtin input() in example code.
by Georg Brandl
· 13 years ago
ce54617
Closes #14342: remove out-of-date section about avoiding recursion errors.
by Georg Brandl
· 13 years ago
e3d7354
explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan
by Senthil Kumaran
· 13 years ago
bee24df
#11780: s/throw/raise/
by R David Murray
· 13 years ago
0cc4e53
#11780: document that email.encoders throw TypeError on multipart messages.
by R David Murray
· 13 years ago
32a3b14
#12758: removing confusing mention of UTC from time.time description
by R David Murray
· 13 years ago
15b6f3f
Fix closes issue14258 - added clarification to \W and \S flags
by Senthil Kumaran
· 13 years ago
5081957
Closes #9574: Note that complex constructor doesn't allow whitespace around central operator.
by Mark Dickinson
· 13 years ago
d6a80ee
Use PEP-8 style in logging example
by Jason R. Coombs
· 13 years ago
d2e19b5
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
by Éric Araujo
· 13 years ago
2b65408
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases
by Eli Bendersky
· 13 years ago
a15a8d2
sqlite3: Port relevant documentation changes from 3.2
by Petri Lehtinen
· 13 years ago
d9de93e
#14155: remove duplication about search vs match in re doc.
by Ezio Melotti
· 13 years ago
38ae5b2
#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
92904d3
Branch merge
by Éric Araujo
· 13 years ago
6d37c4e
Add versionadded for sys.flags.hash_randomization variable
by Éric Araujo
· 13 years ago
060b812
Fix markup errors
by Éric Araujo
· 13 years ago
a318a3b
Avoid relying on the default reST role in logging library doc
by Éric Araujo
· 13 years ago
c446ce7
Document that shutil.make_archive does not typecheck its logger argument
by Éric Araujo
· 13 years ago
d4e714c
Fix typo (#13467)
by Éric Araujo
· 13 years ago
c8e29db
Mark up constants in socket doc as such
by Éric Araujo
· 13 years ago
c3cc2ac
Improve interlinking of archiving/compression modules docs.
by Éric Araujo
· 13 years ago
8b48c66
Issue #13999: refer to multiprocessing.Queue when needed
by Sandro Tosi
· 13 years ago
aee9dfb
merge 2.6 with hash randomization fix
by Benjamin Peterson
· 13 years ago
1e13eb0
- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
by Barry Warsaw
· 13 years ago
7d13cd3
logging: clarified documentation for Handler.handleError.
by Vinay Sajip
· 13 years ago
bb42f5e
Add missing “::” markup and wrap overlong lines
by Éric Araujo
· 13 years ago
8d38fcf
Refer to 'time' and 'datetime' submodules; thanks to Erik Johnson from docs@
by Sandro Tosi
· 13 years ago
c39b552
#14020: improve HTMLParser documentation.
by Ezio Melotti
· 13 years ago
002b202
Fix errors in sqlite3's Cursor.rowcount documentation
by Petri Lehtinen
· 13 years ago
c0b1172
Issue #11836: document multiprocessing.queues.SimpleQueue
by Sandro Tosi
· 13 years ago
d9756be
Improve doc for atexit.register (#12297)
by Éric Araujo
· 13 years ago
ef18737
shutil copy module reference doc fix.
by Senthil Kumaran
· 14 years ago
1242699
Issue #13930: Adds ability for 2to3 to write its output to a different
by Gregory P. Smith
· 14 years ago
59e7c8f
Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy.
by Senthil Kumaran
· 14 years ago
607e31e
Fix Issue #6005: Examples in the socket library documentation use sendall,
by Senthil Kumaran
· 14 years ago
d15c5a8
Clarify note in BZ2File docs about lack of multi-stream support (issue #1625).
by Nadeem Vawda
· 14 years ago
922ae2c
Closes #13944: fix capitalization of class name.
by Georg Brandl
· 14 years ago
acd51f9
Issue #1625: Document BZ2File's lack of support for multi-stream inputs.
by Nadeem Vawda
· 14 years ago
fe6f9d0
Document absoluteness of sys.executable
by Petri Lehtinen
· 14 years ago
65de77e
Clean-up docs for input()
by Raymond Hettinger
· 14 years ago
6d837a3
Add pure python equivalent code for reduce().
by Raymond Hettinger
· 14 years ago
c5f310c
Clarify the note for UserList
by Raymond Hettinger
· 14 years ago
1d23199
Use validate SQL in the example (this was confusing to readers)
by Raymond Hettinger
· 14 years ago
81a55c0
Show the import in the sqlite3 example
by Raymond Hettinger
· 14 years ago
3c8807b
merge.
by Brian Curtin
· 14 years ago
b4bef30
merge from fb225c289bf0
by Brian Curtin
· 14 years ago
6ab9813
Use xrange in the example
by Raymond Hettinger
· 14 years ago
9f55b63
fix whitespace
by Raymond Hettinger
· 14 years ago
bdb7fe4
Add a usage note
by Raymond Hettinger
· 14 years ago
1d8e6fd
Fix #13900: resolve self-referential description of a parameter.
by Georg Brandl
· 14 years ago
78028b0
note that get() is not affected by default_factory (closes #13887)
by Benjamin Peterson
· 14 years ago
0a15103
merge heads
by Benjamin Peterson
· 14 years ago
dcd37e8
forgot to resolve this conflict...
by Benjamin Peterson
· 14 years ago
Next »