Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2bb66e03b72ae5a0468dab0b7020316f31c8cfdf
/
Doc
/
library
/
functions.rst
2600a33
#7400: typo.
by Georg Brandl
· 16 years ago
b6fb8dc
Fix terminology.
by Georg Brandl
· 16 years ago
2fb77bd
revert r76243; I was right, actually :)
by Benjamin Peterson
· 16 years ago
c4a346c
never mind about eval mode in this case
by Benjamin Peterson
· 16 years ago
e36199b
fix several compile() issues by translating newlines in the tokenizer
by Benjamin Peterson
· 16 years ago
6c14e58
Use "impl-detail" directive where applicable.
by Georg Brandl
· 16 years ago
530df33
Issue #7028: Add note to hex() builtin docs pointing to float.hex().
by Mark Dickinson
· 16 years ago
54967d9
#6925: rewrite docs for locals() and vars() a bit.
by Georg Brandl
· 16 years ago
29bc2cd
Fix base keyword arg name for int() and long().
by Georg Brandl
· 16 years ago
d7d4fd7
builtin -> built-in.
by Georg Brandl
· 16 years ago
9fa61bb
#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
by Georg Brandl
· 16 years ago
4ee6d25
Improve English phrasing.
by R. David Murray
· 16 years ago
e15048e
s/use/call/
by Georg Brandl
· 16 years ago
22396da
Fix confusing wording.
by Georg Brandl
· 16 years ago
fa0123b
#6084: fix example.
by Georg Brandl
· 16 years ago
16a57f6
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
by Georg Brandl
· 16 years ago
e561011
#5751: fix escaping of \\n.
by Georg Brandl
· 16 years ago
76162e3
Clarify the behavior of any() and all() with an empty iterable.
by Raymond Hettinger
· 16 years ago
789be0c
Issue #2396: backport the memoryview object.
by Antoine Pitrou
· 16 years ago
d59efbc
#5199: make warning about vars() assignment more visible.
by Georg Brandl
· 16 years ago
06919a1
a much better example
by Benjamin Peterson
· 16 years ago
ed3558b
I thought this was begging for an example
by Benjamin Peterson
· 16 years ago
ed955f1
Fix typo.
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
528f881
#5348: format() converts all kinds of values.
by Georg Brandl
· 16 years ago
749e6d0
Add links to helpful external resources.
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
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
95f8ef2
make "super only for new-style classes" a note.
by Georg Brandl
· 17 years ago
c62ef8b
Remove trailing whitespace.
by Georg Brandl
· 17 years ago
f8668ce
#4457: rewrite __import__() documentation.
by Georg Brandl
· 17 years ago
248e172
Move __import__ to the bottom of the functions list.
by Georg Brandl
· 17 years ago
942e477
clarify what was added
by Benjamin Peterson
· 17 years ago
728c6f6
move context clue to versionchanged tag
by Benjamin Peterson
· 17 years ago
d923f98
a few compile() and ast doc improvements
by Benjamin Peterson
· 17 years ago
b5f8208
backport bin() documentation
by Benjamin Peterson
· 17 years ago
1fb8451
add a much requested newline
by Benjamin Peterson
· 17 years ago
83ca0a6
talk about how you can unzip with zip
by Benjamin Peterson
· 17 years ago
34211e9
#4041: don't refer to removed and outdated modules.
by Georg Brandl
· 17 years ago
3134f14
Improve docs for super().
by Raymond Hettinger
· 17 years ago
881c487
clarify that radix for int is not 'guessed'
by Benjamin Peterson
· 17 years ago
f5a3fb7
super() actually returns a super object.
by Georg Brandl
· 17 years ago
6140651
#3569: eval() also accepts "exec"able code objects.
by Georg Brandl
· 17 years ago
90f3673
fix various doc typos #3320
by Benjamin Peterson
· 17 years ago
9138357
#2831: add start argument to enumerate(). Patch by Scott Dial and me.
by Georg Brandl
· 17 years ago
21f990c
Fix parameter name for enumerate().
by Georg Brandl
· 17 years ago
2ac747c
#2812: document property.getter/setter/deleter.
by Georg Brandl
· 17 years ago
28e0873
#2719: backport next() from 3k.
by Georg Brandl
· 17 years ago
a3bb57c
#2668: nit in apply() docs.
by Georg Brandl
· 17 years ago
fc8eef3
Patch #1810 by Thomas Lee, reviewed by myself:
by Georg Brandl
· 17 years ago
18f1914
#868845: document <...> reprs.
by Georg Brandl
· 17 years ago
7a45ab8
Enable doctests in functions.rst. Already found two errors :)
by Georg Brandl
· 17 years ago
d346475
Add docs for print_function and future_builtins. Fixes #2442.
by Georg Brandl
· 17 years ago
ca2b69f
Move __builtins__.trunc() to math.trunc() per
by Jeffrey Yasskin
· 18 years ago
9ed5b57
Give zip() the same guarantee as izip() for left-to-right evaluation.
by Raymond Hettinger
· 18 years ago
92058d2
#652749: document the constants added to the builtins by site.py.
by Georg Brandl
· 18 years ago
9f1e2ec
Clarify the effect of text mode.
by Georg Brandl
· 18 years ago
4273222
Remove latex trace.
by Georg Brandl
· 18 years ago
516787d
#1499: Document compile() exceptions.
by Georg Brandl
· 18 years ago
81de0d2
#1582: document __reversed__, patch by Mark Russell.
by Georg Brandl
· 18 years ago
91a4808
#759525: document that dir() doesn't return metaclass attrs when given a class as arg.
by Georg Brandl
· 18 years ago
a8cbad3
#1755097: document default values for [].sort() and sorted().
by Georg Brandl
· 18 years ago
f725b95
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
by Georg Brandl
· 18 years ago
9871d8f
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
by Jeffrey Yasskin
· 18 years ago
2f3c16b
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
by Jeffrey Yasskin
· 18 years ago
b19be57
Some cleanup in the docs.
by Georg Brandl
· 18 years ago
0a8143f
Applied patch #1635: Float patch for inf and nan on Windows (and other platforms).
by Christian Heimes
· 18 years ago
584265b
Add more entries to the glossary.
by Georg Brandl
· 18 years ago
ac3d429
Added more file-handling related cross-references.
by Mark Summerfield
· 18 years ago
a739503
Add :term:s for "new-style class".
by Georg Brandl
· 18 years ago
e7a0990
Add :term:s for iterator.
by Georg Brandl
· 18 years ago
63fa168
Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.
by Georg Brandl
· 18 years ago
c4ed971
Clarify wording for apply().
by Georg Brandl
· 18 years ago
e418625
#1196: document default radix for int().
by Georg Brandl
· 18 years ago
ddca9f0
Replaced variable o with obj in operator.rst because o is easy to confuse.
by Mark Summerfield
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago