Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
6d83429a1dea00667357fc8360cdb1ce56521def
/
Doc
/
library
6d83429
gzip and bz2 are context managers
by Benjamin Peterson
· 16 years ago
38f1bf6
Add missing space.
by Georg Brandl
· 16 years ago
2cd82a8
#5458: add a note when we started to raise RuntimeErrors.
by Georg Brandl
· 16 years ago
9324ed8
Add cross-reference to the collections docs.
by Raymond Hettinger
· 16 years ago
3496a89
Add consume() recipe to itertools docs.
by Raymond Hettinger
· 16 years ago
fed84c7
Issue 5443: Fix typo.
by Raymond Hettinger
· 16 years ago
ce15a65
Minor bsddb documentation glitch
by Jesus Cea
· 16 years ago
c51ec0a
add example
by Benjamin Peterson
· 16 years ago
eeafb96
Fixed a typo.
by Facundo Batista
· 16 years ago
d5ad6da
Remove obsolete stuff from string module docs.
by Georg Brandl
· 16 years ago
288618e
making the writing more formal
by Benjamin Peterson
· 16 years ago
a07038d
Fix markup.
by Raymond Hettinger
· 16 years ago
e89b8e9
Backport 70111: Let configparser use ordered dicts by default.
by Raymond Hettinger
· 16 years ago
88a9164
Backport 70106: Add OrderedDict support to collections.namedtuple().
by Raymond Hettinger
· 16 years ago
bc512d3
Backport PEP 372: OrderedDict()
by Raymond Hettinger
· 16 years ago
ae91d09
Adds an optional flags argument to re.split, re.sub and re.subn to be
by Gregory P. Smith
· 16 years ago
0261e5d
The note about caching of regular expression objects was incorrect ReST and
by Gregory P. Smith
· 16 years ago
3bac8b2
Fix docs for ConfigParser.
by Raymond Hettinger
· 16 years ago
68d6852
Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
by Jeffrey Yasskin
· 16 years ago
02172dd
Binary flag is needed on windows.
by Hirokazu Yamamoto
· 16 years ago
5c189b1
#5365: add quick look conversion table for different time representations.
by Georg Brandl
· 16 years ago
ee6361f
#5363: fix cmpfiles() docs. Another instance where a prose description is twice as long as the code.
by Georg Brandl
· 16 years ago
da2790c
#5361: fix typo.
by Georg Brandl
· 16 years ago
13813f7
Document that setting sys.py3kwarning wont do anything.
by Georg Brandl
· 16 years ago
a168698
fix str.format()'s first arg #5371
by Benjamin Peterson
· 16 years ago
ed955f1
Fix typo.
by Raymond Hettinger
· 16 years ago
a665853
Clarify Counter() docs.
by Raymond Hettinger
· 16 years ago
afe496d
Remove reference to zero argument form of super() in 2.x docs.
by Raymond Hettinger
· 16 years ago
b762d58
More markup and spelling fixes.
by Raymond Hettinger
· 16 years ago
eb7cbb9
Restore Py2.x version of sample call to super().
by Raymond Hettinger
· 16 years ago
9766033
Sync-up py3.1 doc updates for super().
by Raymond Hettinger
· 16 years ago
d47442e
Update itertools recipes to use next().
by Raymond Hettinger
· 16 years ago
52bc7b8
Fix grammar.
by Georg Brandl
· 16 years ago
de19691
#5352: str.count() counts non-overlapping instances.
by Georg Brandl
· 16 years ago
89d4f0d
#5349: C++ pure virtuals can also have an implementation.
by Georg Brandl
· 16 years ago
528f881
#5348: format() converts all kinds of values.
by Georg Brandl
· 16 years ago
3e4caeb
Issue #5341: Fix a variety of spelling errors.
by Mark Dickinson
· 16 years ago
8b8c2df
Fix punctuation.
by Georg Brandl
· 16 years ago
6b5dbaa
At least separate imports from other statements.
by Georg Brandl
· 16 years ago
a7b55a3
revert r69777 since all the experts agree that extra import lines distract from the code
by Benjamin Peterson
· 16 years ago
5149742
Since we recommend one module per import line, reflect this also in the
by Jeroen Ruigrok van der Werven
· 16 years ago
749e6d0
Add links to helpful external resources.
by Raymond Hettinger
· 16 years ago
7d85495
Add an example for math.fsum() and elaborate on the accurary note.
by Raymond Hettinger
· 16 years ago
f9bce83
Add some cross-references to the docs. Simplify the python code equivalent for izip(). Supply an optional argument for the nth() recipe.
by Raymond Hettinger
· 16 years ago
c8223b0
Generalize the itertools.tee() recipe.
by Raymond Hettinger
· 16 years ago
8367bec
Clarify socket timeout behavior vs system network stack behavior on connect
by Gregory P. Smith
· 16 years ago
580d7c1
#5268: mention VMSError.
by Georg Brandl
· 16 years ago
52f6b6d
#5297: fix example.
by Georg Brandl
· 16 years ago
1d0b5cc
Clarify the deprecation of platform.dist().
by Marc-André Lemburg
· 16 years ago
0aee942
Fixup intro paragraphs for the itertools docs. Add some tables for quick reference.
by Raymond Hettinger
· 16 years ago
f746a1f
Fix-up intro paragraph for collections docs.
by Raymond Hettinger
· 16 years ago
7c98a6d
Add explanation for super(type1, type2).
by Raymond Hettinger
· 16 years ago
fd04870
Issue 5229: Documentation for super() neglects to say what super() actually does
by Raymond Hettinger
· 16 years ago
5b8c701
Fixed typo.
by Hirokazu Yamamoto
· 16 years ago
a403803
Add keyword argument support to itertools.count().
by Raymond Hettinger
· 17 years ago
5ccf2ae
#1661108: note that urlsafe encoded string can contain "=".
by Georg Brandl
· 17 years ago
8fba5b3
#4894: document "newurl" parameter to redirect_request().
by Georg Brandl
· 17 years ago
31c769c
Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments.
by Raymond Hettinger
· 17 years ago
1312b4b
os.fsync() should be used to ensure that data is written to disk
by Benjamin Peterson
· 17 years ago
e4ae63c
Clean-up named tuple docs.
by Raymond Hettinger
· 17 years ago
322daea
Issue 1818: collections.namedtuple() to support automatic renaming of invalid fieldnames.
by Raymond Hettinger
· 17 years ago
b8e17f7
a few edits and typos
by Benjamin Peterson
· 17 years ago
c5e68b1
document numliterals fixer
by Benjamin Peterson
· 17 years ago
0194f5b
Issue #4512 closeout: Make ZipImport.get_filename() a public method
by Nick Coghlan
· 17 years ago
d39600e
Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
by Nick Coghlan
· 17 years ago
e0820e2
document individual 2to3 fixers
by Benjamin Peterson
· 17 years ago
95f8ef2
make "super only for new-style classes" a note.
by Georg Brandl
· 17 years ago
34feea3
#5174: fix wrong file closing in example.
by Georg Brandl
· 17 years ago
81fe093
Implement issue #4285, convert sys.version_info to a named
by Eric Smith
· 17 years ago
ecd2afa
#5031: fix Thread.daemon property docs.
by Georg Brandl
· 17 years ago
2b0dd8e
#4820: use correct module for ctypes.util.
by Georg Brandl
· 17 years ago
253a29f
#4827: fix callback example.
by Georg Brandl
· 17 years ago
b21c75b
#5059: fix example.
by Georg Brandl
· 17 years ago
174fbe7
#5153: fix typo in example.
by Georg Brandl
· 17 years ago
939a3cc
Tweak the docs for Counter() objects.
by Raymond Hettinger
· 17 years ago
8184f5a
Doc fixes. Remove overbroad, redundant warnings. Fixup example code.
by Raymond Hettinger
· 17 years ago
d507afd
Minor doc fixups.
by Raymond Hettinger
· 17 years ago
4a1b62a
Record operator deprecations in docs.
by Raymond Hettinger
· 17 years ago
86cc502
wording for for issue4903.
by Gregory P. Smith
· 17 years ago
5501d65
Update doc wording as suggested in issue4903.
by Gregory P. Smith
· 17 years ago
4829136
fix indentation
by Benjamin Peterson
· 17 years ago
8c2f85c
Text edits and markup fixes
by Andrew M. Kuchling
· 17 years ago
8aa2c6c
Minor spelling mistake in datetime docs.
by Brett Cannon
· 17 years ago
1712baa
Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods.
by Raymond Hettinger
· 17 years ago
cda93aa
Added the ttk module. See issue #2983: Ttk support for Tkinter.
by Guilherme Polo
· 17 years ago
d081abc
Promote combinations_with_replacement() from a recipe to a regular itertool.
by Raymond Hettinger
· 17 years ago
22bfa9e
Tweak column alignment for collections docs.
by Raymond Hettinger
· 17 years ago
93881c6
Backport importlib in the form of providing importlib.import_module(). This has
by Brett Cannon
· 17 years ago
68d919e
Improved itertools recipe for generating powerset().
by Raymond Hettinger
· 17 years ago
2bcb8e9
Promote compress() from a recipe to being a regular itertool.
by Raymond Hettinger
· 17 years ago
b5a4b0a
Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
by Jesse Noller
· 17 years ago
403c663
Issue 4593: apply() documentation is unclear
by Jesse Noller
· 17 years ago
7bdca05
More doc tweaks.
by Raymond Hettinger
· 17 years ago
0a1f7b8
Tighten-up the docs for Counter().
by Raymond Hettinger
· 17 years ago
4571f34
Simplify explanation of multiset operations by removing restrictions on negative inputs.
by Raymond Hettinger
· 17 years ago
42ffbdb
Markup fixes
by Andrew M. Kuchling
· 17 years ago
acdc84a
Beautify and cleanup the references section.
by Raymond Hettinger
· 17 years ago
196a0f7
Fix typos.
by Raymond Hettinger
· 17 years ago
230dd27
Don't disrupt automatic url target name generation
by Raymond Hettinger
· 17 years ago
bad1eb2
Build-outs for Counter() class:
by Raymond Hettinger
· 17 years ago
Next »