Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
484dee38e665e20f961b18f27a82b3224341c1be
/
Doc
d5bdb1f
#17265: fix highlight in template example. Initial patch by Berker Peksag.
by Ezio Melotti
· 12 years ago
f157571
Issue #17208: add a note about the termination behaviour of daemon threads.
by Antoine Pitrou
· 12 years ago
62e709c
Issue #16686: Fixed a lot of bugs in audioop module.
by Serhiy Storchaka
· 13 years ago
ec02217
whitespace fix
by Gregory P. Smith
· 13 years ago
a26ec65
Issue #6972: fix the documentation mis applied patch.
by Gregory P. Smith
· 13 years ago
785d1b1
Fix Issue17069: Document getcode method in urllib.request.rst
by Senthil Kumaran
· 13 years ago
dc6dc4b
Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
by Serhiy Storchaka
· 13 years ago
7045f05
Issue #15116: Remove references to appscript as it is no longer being supported.
by Ned Deily
· 13 years ago
608cc45
Fixes Issue #6972: The zipfile module no longer overwrites files outside of
by Gregory P. Smith
· 13 years ago
139e445
#16128: clarify that instances of user-defined classes compare equal with themselves.
by Ezio Melotti
· 13 years ago
b322621
Added clarification to logging HOWTO.
by Vinay Sajip
· 13 years ago
8d15ca3
fix long fixer docs (#4590)
by Benjamin Peterson
· 13 years ago
c19d7b6
fix typo; thanks to Dmitry Northerner from docs@
by Sandro Tosi
· 13 years ago
f4fbf24
Issue #9708: clarify doc of iterparse - cElementTree doesn't support the parser argument
by Eli Bendersky
· 13 years ago
eb01949
Corrected typo, added comment in cookbook recipe.
by Vinay Sajip
· 13 years ago
f5da3ec
#11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo.
by Ezio Melotti
· 13 years ago
a0c9a4e
Added cookbook recipe for structured logging.
by Vinay Sajip
· 13 years ago
0f2bd02
Updated logging HOWTO with a diagram.
by Vinay Sajip
· 13 years ago
8a459d9
Issue #17007: Made minor changes to documentation wording.
by Vinay Sajip
· 13 years ago
cb309c5
Issue #17007: Improved logging documentation based on suggestions in the issue.
by Vinay Sajip
· 13 years ago
b357db8
Backport 6df456f8fc6d.
by Stefan Krah
· 13 years ago
86af581
#16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance.
by Jason R. Coombs
· 13 years ago
9e0f462
#16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
a670fcc
math.fsum docs did not show up because of a misplaced testsetup directive
by Łukasz Langa
· 13 years ago
d0c665e
Remove pointless discussion of the lack of a ternary operator
by Antoine Pitrou
· 13 years ago
3d4a02a
Describe the default_namespace parameter of ElemetTree.write.
by Serhiy Storchaka
· 13 years ago
dc157fc
#16940: fix indentation in example.
by Ezio Melotti
· 13 years ago
92e2fc8
Issue #16933: Improve choices examples in argparse documentation.
by Chris Jerdonek
· 13 years ago
8b41c2e
Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.
by Georg Brandl
· 13 years ago
2534f9a
grammatical fix; thanks to Alex Rudnick from docs@
by Sandro Tosi
· 13 years ago
14091a6
Merge heads.
by Ezio Melotti
· 13 years ago
57dfb22
#16154: fix some doctests in Doc/library. Patch by Ravi Sinha.
by Ezio Melotti
· 13 years ago
d3003cb
Issue #16874: fix formatting of setup.py upload options in documentation.
by Chris Jerdonek
· 13 years ago
bcd9971
#13934: document sqlite version strings.
by R David Murray
· 13 years ago
ec8f8f7
Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and
by Ned Deily
· 13 years ago
3a5fc4b
Issue #16884: Updated docs to use 'note' directives.
by Vinay Sajip
· 13 years ago
b847c7f
#16877: Add mention that shell-style path expansions are not automatic.
by R David Murray
· 13 years ago
9ae4711
#16862: remove outdated statements about Stackless.
by Ezio Melotti
· 13 years ago
7be3e18
Cleanup a few minor things.
by Ezio Melotti
· 13 years ago
58abc5b
#13094: add Programming FAQ entry about the behavior of closures.
by Ezio Melotti
· 13 years ago
717e50e
Issue #16747: Reflow iterable glossary entry to match 3.x change e19ed347523e.
by Chris Jerdonek
· 13 years ago
830b4a8
drop email (closes #16857)
by Benjamin Peterson
· 13 years ago
049a378
issue 10527: fix missing import
by Giampaolo Rodola'
· 13 years ago
f29abd3
Fix method name in documentation (__setstate__ --> __getstate__)
by Eli Bendersky
· 13 years ago
856cb0f
update another year
by Benjamin Peterson
· 13 years ago
1f7df8f
merge heads
by Benjamin Peterson
· 13 years ago
b25d611
bring Python into 2013
by Benjamin Peterson
· 13 years ago
c195b4e
Make the from_iterable() recipe more usable.
by Raymond Hettinger
· 13 years ago
82ee303
#16796: fix typo. Patch by Michael Schurter.
by Ezio Melotti
· 13 years ago
4947049
Closes #16789: :meth:`quit` links to constants instead of own module
by Jesus Cea
· 13 years ago
cf4710c
Add additional links and index entries for "argument" and "parameter".
by Chris Jerdonek
· 13 years ago
b0d1c37
Issue #14574: Ignore socket errors raised when flushing a connection on close.
by Kristján Valur Jónsson
· 13 years ago
3b65a9e
#16760: use ref:`match-objects` instead of :class:`MatchObject`.
by Ezio Melotti
· 13 years ago
4268b3a
#16677: rename section header and fix markup.
by Ezio Melotti
· 13 years ago
513e9b4
#16666: document default values for socket.getaddrinfo in the text to clarify that it doesn't accept keyword args.
by Ezio Melotti
· 13 years ago
8e1e816
Add missing label.
by Georg Brandl
· 13 years ago
9a772e5
Fix indentation.
by Georg Brandl
· 13 years ago
4bb142b
Issue #16714: use 'raise' exceptions, don't 'throw'.
by Andrew Svetlov
· 13 years ago
78efadb
Update example: Counter.subtract returns None, not self
by Andrew Svetlov
· 13 years ago
bc453ca
Fix #14901. Update some sections of Windows FAQ.
by Brian Curtin
· 13 years ago
eea058b
#16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.
by Ezio Melotti
· 13 years ago
28d21ca
#16681: use "bidirectional class" instead of "bidirectional category".
by Ezio Melotti
· 13 years ago
bfb0989
Document the reason attribute of urllib.HTTPError Patch by Berker Peksag
by Senthil Kumaran
· 13 years ago
5ead554
Add versionchanged note for a56cebff113a
by Éric Araujo
· 13 years ago
bd5279e
Drop double newlines printed in some file iteration examples.
by Andrew Svetlov
· 13 years ago
b7bc925
Remove debug output from example.
by Ezio Melotti
· 13 years ago
766849b
Document that hour in datetime.time ctor is optional parameter.
by Andrew Svetlov
· 13 years ago
d5f462b
document UnicodeError attributes
by Benjamin Peterson
· 13 years ago
63b0448
#16589: fix pprint signatures in the doc (backport of 106ee4eb5970).
by Ezio Melotti
· 13 years ago
8da8268
Backport from 3.2: improve argument/parameter documentation (issue #15990).
by Chris Jerdonek
· 13 years ago
6a5c2e6
Issue #16194: document imp.load_dynamic problems
by Andrew Svetlov
· 13 years ago
3a237eb
#16333: document a way to get rid of trailing whitespace when indent is used.
by Ezio Melotti
· 13 years ago
eff174b
#16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns.
by Ezio Melotti
· 13 years ago
55b4cfb
Add hyperlinks to the docs of some os.path functions (issue #16552).
by Chris Jerdonek
· 13 years ago
1658797
Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7.
by Mark Dickinson
· 13 years ago
56913b7
#16530: the "options" arg of os.wait3 is required.
by Ezio Melotti
· 13 years ago
01560de
#16503: clarify "apply" docs.
by Ezio Melotti
· 13 years ago
9fab5ce
The poplib module provides two classes, not one.
by Antoine Pitrou
· 13 years ago
355637b
#16053: document csv.Dialect.strict. Patch by Kushal Das.
by Ezio Melotti
· 13 years ago
3c9181b
Typo fix.
by Mark Dickinson
· 13 years ago
0d18731
Issue #12005: clarify behaviour of % and // for Decimal objects.
by Mark Dickinson
· 13 years ago
1df43d3
#16420: document a way to escape metacharacters in glob/fnmatch.
by Ezio Melotti
· 13 years ago
820f2bd
Update section about dir() in the tutorial.
by Ezio Melotti
· 13 years ago
9236a4e
#16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi Pan.
by Ezio Melotti
· 13 years ago
526b553
Remove versionadded from the tutorial, at a location where it produces more questions than it answers.
by Georg Brandl
· 13 years ago
0801231
Backport from 3.2: update PyPI docs regarding listing versions (issue #16400).
by Chris Jerdonek
· 13 years ago
9e173eb
Link to "XRange Type" section in xrange() built-in function documentation.
by Chris Jerdonek
· 13 years ago
8a0d58b
Use 2.x "print" syntax for this example.
by Georg Brandl
· 13 years ago
04050b8
Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'.
by Nadeem Vawda
· 13 years ago
67f089f
Backport from 3.2: adjust set and frozenset function docs (issue #16436).
by Chris Jerdonek
· 13 years ago
8523db7
Backport from 3.2: improve FAQ link in documentation (for issue #16435).
by Chris Jerdonek
· 13 years ago
0901776
#16440: fix exception type and clarify example.
by Ezio Melotti
· 13 years ago
3eb0e1d
Issue #16439: Fix markup in example for stdtypes.
by Andrew Svetlov
· 13 years ago
527b149
#11481: fix markup.
by Ezio Melotti
· 13 years ago
b1c0e3b
#11481: update copy_reg docs and add example.
by Ezio Melotti
· 13 years ago
26025d6
#10385: use the mod role in subprocess docs.
by Ezio Melotti
· 13 years ago
51c374d
#16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.
by Ezio Melotti
· 13 years ago
b9829fc
Backport from 3.2: link to mapping glossary entry in docs.
by Chris Jerdonek
· 13 years ago
d1076db
#4711: break long words in the docs sidebar to avoid overflow.
by Ezio Melotti
· 13 years ago
cfe446e
Remove trailing whitespace.
by Ezio Melotti
· 13 years ago
Next »