Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6212971e95309972d65a189fc158fedf6bd8e135
/
Doc
/
library
/
functions.rst
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