Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e50f4d2220c22cc84208ba3f1702ffa4e9df6196
/
Doc
e50f4d2
Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate.
by Vinay Sajip
· 12 years ago
a4e700c
#16877: Add mention that shell-style path expansions are not automatic.
by R David Murray
· 12 years ago
7449231
#16862: remove outdated statements about Stackless.
by Ezio Melotti
· 12 years ago
9beeefb
Cleanup a few minor things.
by Ezio Melotti
· 12 years ago
19cdee8
Fix example by making the exception inherit from Exception.
by Ezio Melotti
· 12 years ago
cad8b0f
#13094: add Programming FAQ entry about the behavior of closures.
by Ezio Melotti
· 12 years ago
d73f369
merge heads
by Benjamin Peterson
· 12 years ago
0a2c4f5
drop email (closes #16857)
by Benjamin Peterson
· 12 years ago
d581fff
#16747: fix link to file objects in the glossary.
by Ezio Melotti
· 12 years ago
78f3ce5
Fix method name in documentation (__setstate__ --> __getstate__)
by Eli Bendersky
· 12 years ago
3a8479a
Fixes `parser.clean()` reported in issue #16820.
by Łukasz Langa
· 12 years ago
52336f0
#16796: fix typo. Patch by Michael Schurter.
by Ezio Melotti
· 12 years ago
c8bd74d
Issue #16682: Replace "Python string" to "bytes object" in audioop documentation.
by Serhiy Storchaka
· 12 years ago
c73f863
Closes #16789: :meth:`quit` links to constants instead of own module
by Jesus Cea
· 12 years ago
36852b7
Issue #14574: Ignore socket errors raised when flushing a connection on close.
by Kristján Valur Jónsson
· 12 years ago
b7c2386
Fix Sphinx warning (missing "setting-envvars" reference).
by Chris Jerdonek
· 12 years ago
b430994
Add additional links and index entries for "argument" and "parameter".
by Chris Jerdonek
· 12 years ago
090f7be
#16760: use ref:`match-objects` instead of :class:`MatchObject`.
by Ezio Melotti
· 12 years ago
9f929bb
#16677: rename section header and fix markup.
by Ezio Melotti
· 12 years ago
737fb89
Issue #16714: use 'raise' exceptions, don't 'throw'.
by Andrew Svetlov
· 12 years ago
4001e96
Issue #16711: Fix required method names for collections.Iterator
by Andrew Svetlov
· 12 years ago
f635172
Update example: Counter.subtract returns None, not self
by Andrew Svetlov
· 12 years ago
dfe109e
Fix typo
by Andrew Svetlov
· 12 years ago
655b0c4
Fix #14901. Update the Windows FAQ.
by Brian Curtin
· 12 years ago
e0035a2
#16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.
by Ezio Melotti
· 12 years ago
1e5c9b7
#16681: use "bidirectional class" instead of "bidirectional category".
by Ezio Melotti
· 12 years ago
2e72831
Fix issue13211 - Document the reason attribute for urllib.error.HTTPError
by Senthil Kumaran
· 12 years ago
9bc9ab5
Fix a few markup/grammar nits
by Éric Araujo
· 12 years ago
3e4a3dc
Ignore .nfs* files in distutils (#7719).
by Éric Araujo
· 12 years ago
09974b4
Drop double newlines printed in some file iteration examples.
by Andrew Svetlov
· 12 years ago
5a2e2b8
Remove debug output from example.
by Ezio Melotti
· 12 years ago
ed636a8
Specify which I/O ABC methods have implementations in the docs.
by Andrew Svetlov
· 12 years ago
d654ded
#16333: document a way to get rid of trailing whitespace when indent is used.
by Ezio Melotti
· 12 years ago
7412099
Revert duplicate changes in argparse docs.
by Andrew Svetlov
· 12 years ago
e15cb61
Issue #11076: document the way to convert argparse.Namespace to a dict.
by Andrew Svetlov
· 12 years ago
c2a7fd6
Improve argument/parameter documentation (issue #15990).
by Chris Jerdonek
· 12 years ago
28c88f4
#16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns.
by Ezio Melotti
· 12 years ago
0b502ff
Add hyperlinks to the docs of some os.path functions (issue #16552).
by Chris Jerdonek
· 12 years ago
ba4d8ed
#16530: the "options" arg of os.wait3 is required.
by Ezio Melotti
· 12 years ago
777db2d
Fix label in docs (from issue #13538).
by Chris Jerdonek
· 12 years ago
17fc44c
Improve str() and object.__str__() documentation (issue #13538).
by Chris Jerdonek
· 12 years ago
3813c9e
The poplib module provides two classes, not one.
by Antoine Pitrou
· 12 years ago
a69be28
#16053: document csv.Dialect.strict. Patch by Kushal Das.
by Ezio Melotti
· 12 years ago
ec96724
Typo fix.
by Mark Dickinson
· 12 years ago
a3f3740
Issue #12005: clarify behaviour of % and // for Decimal objects.
by Mark Dickinson
· 12 years ago
a39a22d
#16420: document a way to escape metacharacters in glob/fnmatch.
by Ezio Melotti
· 12 years ago
52e8550
Update section about dir() in the tutorial.
by Ezio Melotti
· 12 years ago
89b03b0
Rephrase a sentence in the set and dict comprehensions tutorial page.
by Ezio Melotti
· 12 years ago
f9e49ea
Update the description of which package versions PyPI displays (issue #16400).
by Chris Jerdonek
· 12 years ago
19e568d
Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'.
by Nadeem Vawda
· 12 years ago
df3abec
Link set and frozenset function docs to their class definitions (issue #16436).
by Chris Jerdonek
· 12 years ago
4ed4b1c
Improve FAQ link in documentation (for issue #16435).
by Chris Jerdonek
· 12 years ago
8b6b176
#16440: fix exception type and clarify example.
by Ezio Melotti
· 12 years ago
5c90436
Issue #16439: Fix markup in example for stdtypes.
by Andrew Svetlov
· 12 years ago
0e9a065
Issue #16435: Link in tutorial now points to python3 FAQ.
by Andrew Svetlov
· 12 years ago
78b18d4
#11481: update copyreg docs and add example.
by Ezio Melotti
· 12 years ago
402f75d
#10385: use the mod role in subprocess docs.
by Ezio Melotti
· 12 years ago
b87f82f
#16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.
by Ezio Melotti
· 12 years ago
11f3f17
Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.
by Chris Jerdonek
· 12 years ago
dedfa9b
#4711: break long words in the docs sidebar to avoid overflow.
by Ezio Melotti
· 12 years ago
4552e3f
Grammar touchup.
by Georg Brandl
· 12 years ago
d183767
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
by Andrew Svetlov
· 12 years ago
5bb4207
Reword set docs to use *proper subset/superset* terminology.
by Andrew Svetlov
· 12 years ago
1491cbd
Issue #14893: Add function annotation example to function tutorial.
by Andrew Svetlov
· 12 years ago
01e1e35
merge heads
by Andrew Svetlov
· 12 years ago
5f91ad3
Issue #14900: document added sort keys for profile stats.
by Andrew Svetlov
· 12 years ago
6ae568b
Issue #16348: Fix incorrect documentation for Decimal.remainder_near.
by Mark Dickinson
· 12 years ago
a2959ce
#16371: fix up the English a bit more.
by R David Murray
· 12 years ago
ec42255
Issue #16371: fix typo in ctypes documentation.
by Andrew Svetlov
· 12 years ago
e1fa22a
Issue #16370: Mention Py_SetProgramName in example for very high level embedding.
by Andrew Svetlov
· 12 years ago
4deb16d
Remove already dropped function PySys_GetFile from documentation.
by Andrew Svetlov
· 12 years ago
e9aeca7
Fix #16197. Update docstrings and documentation to match winreg code.
by Brian Curtin
· 12 years ago
8b7f9f5
Remove unneeded "Release" and "Date" markers from doc index pages.
by Chris Jerdonek
· 12 years ago
6a935d9
merge heads
by Georg Brandl
· 12 years ago
75f0020
Remove confusing "Release" and "Date" markers from whatsnews.
by Georg Brandl
· 12 years ago
21b1024
merge heads
by Andrew Svetlov
· 12 years ago
2ec53be
Issue #14570: Document json sort_keys parameter properly.
by Andrew Svetlov
· 12 years ago
fffc25d
#8040: fix jQuery incompatibility
by Georg Brandl
· 12 years ago
e5b1023
#8040: fix the version.
by Ezio Melotti
· 12 years ago
58864b3
#8040: enable the versionswitcher for the autobuild-dev target.
by Ezio Melotti
· 12 years ago
380ce65
#8040: add a version switcher to the documentation. Patch by Yury Selivanov.
by Ezio Melotti
· 12 years ago
847c33c
Include mention of jenkins as an example framework for doing CI
by Senthil Kumaran
· 12 years ago
a20879f
#16206: Improve examples about dict construction.
by Ezio Melotti
· 12 years ago
c131b07
Fix formatting of syntax description of function definition.
by Chris Jerdonek
· 12 years ago
837cd06
#16210: combine the two type() docs. Patch by Pete Sevander.
by Ezio Melotti
· 12 years ago
af38774
Closes #16294: 8 space indent in tutorial
by Jesus Cea
· 12 years ago
2778d0d
Issue #10405: Document IDLE context menus in Standard Library document
by Ned Deily
· 12 years ago
5bf7f1f
Clarify universal-newline wording in tutorial (issue #16266).
by Chris Jerdonek
· 12 years ago
abfc7df
Issue #9583: Document startup option/environment interaction.
by Andrew Svetlov
· 12 years ago
e9cf97c
Issue #16265: Fix collapsing of code sample in tutorial.
by Andrew Svetlov
· 12 years ago
4fab8f0
Issue #16225: Add additional note to tutorial about changing sequence while looping.
by Chris Jerdonek
· 12 years ago
f341317
Issue #16206: Improve the documentation of the dict constructor.
by Chris Jerdonek
· 12 years ago
7fa8222
Fix links to the __next__ method.
by Ezio Melotti
· 12 years ago
35cbf16
Make doctests pass in the functional howto.
by Ezio Melotti
· 12 years ago
45a101d
Improve markup in functional.rst, and fix a couple of errors.
by Ezio Melotti
· 12 years ago
af94724
Fix link to str.format() in docs.
by Chris Jerdonek
· 12 years ago
4639749
Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report.
by Chris Jerdonek
· 12 years ago
cc32a68
Fix placement of shell=True warning in subprocess.Popen() docs.
by Chris Jerdonek
· 12 years ago
4a4a02b
Issue #16115: Make further improvements to subprocess.Popen() documentation.
by Chris Jerdonek
· 12 years ago
a1ff83e
merge 3.2 heads
by Georg Brandl
· 12 years ago
Next »