Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1a4d9ffa1aecd7e750195f2be06d3d16c7a3a88f
/
Doc
/
library
/
functions.rst
059b9ea
bpo-31968: Documentation -- add clarification on the globals dict for exec() (GH-13140)
by Anthony Shaw
· 6 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 6 years ago
565b4f1
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
by Matthias Bussonnier
· 6 years ago
1c5fa5a
bpo-32413: Add documentation that at the module level, locals(), globals() are the same dictionary (GH-5004)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 6 years ago
548cb60
bpo-34085: Improve wording on classmethod/staticmethod (#8228)
by Andre Delfino
· 6 years ago
1aeeaeb
bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)
by Lysandros Nikolaou
· 6 years ago
11fa0e4
Doc: fix example for iter() function. (GH-11959)
by Cristian Ciupitu
· 6 years ago
3171df3
Clarify U-mode deprecation in open() (GH-11646)
by Nick Coghlan
· 7 years ago
d378b1f
bpo-34764: improve docs example of iter() with sentinel value (GH-11222)
by Chris Rands
· 7 years ago
2b57c43
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
by Serhiy Storchaka
· 7 years ago
6bdb6f7
fix dangling keyfunc examples in documentation of heapq and sorted (#1432)
by Wolfgang Maier
· 7 years ago
9dfa0fe
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208)
by Raymond Hettinger
· 7 years ago
3fe89da
bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834)
by Louis Sautier
· 7 years ago
225b055
bpo-22057: Clarify eval() documentation (GH-8812)
by Berker Peksag
· 7 years ago
e22072f
bpo-34149: Behavior of the min/max with key=None (GH-8328)
by Alexander Marshalov
· 7 years ago
33aefad
Doc: Point to Simple statements section instead of PEP (GH-8238)
by Andrés Delfino
· 7 years ago
3ae2e33
classify abs() argument type (GH-8103)
by Windson yang
· 7 years ago
bda9c3e
Fix the indentation in the documentation of bin() and hash() (GH-7998)
by Andrés Delfino
· 7 years ago
a8ddf85
bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)
by Andrés Delfino
· 7 years ago
900c48d
bpo-30940: Updating round() docs. (GH-6342)
by Lisa Roach
· 7 years ago
df00f04
bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)
by Serhiy Storchaka
· 7 years ago
b3c3698
Fix superfluous if in documentation. (GH-6728)
by Julien Palard
· 7 years ago
308eab9
bpo-26701: Add documentation for __trunc__ (GH-6022)
by Eric Appelt
· 7 years ago
f7a6ff6
Warn that compile() can crash when compiling to an AST object (GH-6043)
by Brett Cannon
· 7 years ago
2a3260b
Fix minor markup typo (#5407)
by cocoatomo
· 8 years ago
03b9537
bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966)
by Éric Araujo
· 8 years ago
0e61e67
bpo-31567: add or fix decorator markup in docs (#3959)
by Daisuke Miyakawa
· 8 years ago
36c1d1f
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
by Barry Warsaw
· 8 years ago
be37beb
Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706)
by Łukasz Rogalski
· 8 years ago
67ba4fa
bpo-26506: hex() documentation: mention %x % int (GH-2525)
by Manvisha Kodali
· 8 years ago
e65fcde
bpo-27200: Fix several doctests (GH-604)
by Marco Buttu
· 8 years ago
c6db481
bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)
by csabella
· 8 years ago
873ef20
Fix a typo in Doc/library/functions.rst (GH-1117)
by Joshua Diaddigo
· 8 years ago
61b9ac9
bpo-29791: Clarify that flush is keyword-only argument (#1093)
by Berker Peksag
· 8 years ago
85deefc
bpo-29677: DOC: clarify documentation for `round` (GH-877)
by csabella
· 8 years ago
6003db7
bpo-29677: DOC: clarify documentation for `round` (#357)
by Gerrit Holl
· 8 years ago
29540cd
bpo-29892: Fix wrong markup on doc-lib-functions (GH-802)
by NAKAMURA Osamu
· 8 years ago
0264e46
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
by Serhiy Storchaka
· 9 years ago
c7b1a0b
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
by Serhiy Storchaka
· 9 years ago
99b6f28
Merge doc fixups from 3.5
by Martin Panter
· 9 years ago
357ed2e
Change double hyphens (en dashes) to em (longer) dashes
by Martin Panter
· 9 years ago
a721aba
Issue #26331: Implement the parsing part of PEP 515.
by Brett Cannon
· 9 years ago
871a334
Issue 27936: Update doc for round() to indicate that None is an allowable argument.
by Raymond Hettinger
· 9 years ago
3929499
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
by Steve Dower
· 9 years ago
6fa7aad
Issue #26027, #27524: Document the support for path-like objects in os and os.path.
by Brett Cannon
· 9 years ago
bce9cba
Merge
by Raymond Hettinger
· 9 years ago
3f015a6
Issue #27157: Make only type() itself accept the one-argument form
by Berker Peksag
· 9 years ago
69da9c4
Issue #26547: Merge from 3.5
by Berker Peksag
· 9 years ago
37e87e6
Issue #26547: Remove outdated term dictproxy from vars() documentation
by Berker Peksag
· 9 years ago
2fec611
Issue #24314: Merge doc links from 3.5
by Martin Panter
· 9 years ago
bae5d81
Issue #24314: Fix doc links for general attributes like __name__, __dict__
by Martin Panter
· 9 years ago
b08388d
Issue #27182: Document os.PathLike.
by Brett Cannon
· 9 years ago
d62548a
issue27186: add open/io.open; patch by Jelle Zijlstra
by Ethan Furman
· 9 years ago
dd4fcf5
#26829: Clarify that namespace is copied to a new __dict__ in instance creation.
by R David Murray
· 9 years ago
2c57da0
Add a versionchanged directive to document addition of the new 'namereplace' error handler.
by Berker Peksag
· 9 years ago
01a9a95
Issue #26525: Change chr example to match change in ord example.
by Terry Jan Reedy
· 9 years ago
063d48d
Issue #26525: Change ord example from nu to more easily recognized Euro sign.
by Terry Jan Reedy
· 9 years ago
5d94134
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
by Georg Brandl
· 9 years ago
0334c3c
Issue #26401: Fix compile() documentation
by Berker Peksag
· 9 years ago
fcb6db5
merge from 3.4
by Senthil Kumaran
· 10 years ago
d03d1d4
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
by Senthil Kumaran
· 10 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
44b1020
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
68b6874
Issue #25432: Explain isinstance behaviour when type is a tuple.
by Terry Jan Reedy
· 10 years ago
c779216
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
43cba21
Make expression legal python by adding '1'.
by Terry Jan Reedy
· 10 years ago
29655df
Issue #24064: Docuement that oroperty docstrings are now writeable.
by Raymond Hettinger
· 10 years ago
0907a45
Issue #23695: Explain the zip() example for clustering a data series into n-length groups.
by Raymond Hettinger
· 10 years ago
cb39d1f
Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok.
by Steve Dower
· 10 years ago
708d9ba
Issue #23618: Document EINTR changes in socket documentation
by Victor Stinner
· 10 years ago
a766ddf
Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and
by Victor Stinner
· 10 years ago
b365a06
change Σ to ν for obscure joke reasons
by Benjamin Peterson
· 10 years ago
07985ef
Issue #22286: The "backslashreplace" error handlers now works with
by Serhiy Storchaka
· 11 years ago
3be472b
Closes #23181: codepoint -> code point
by Georg Brandl
· 11 years ago
582acb7
Merge issue 19548 changes from 3.4
by Nick Coghlan
· 11 years ago
b9fdb7a
Issue 19548: update codecs module documentation
by Nick Coghlan
· 11 years ago
166ebc4
Issue #19676: Added the "namereplace" error handler.
by Serhiy Storchaka
· 11 years ago
e21a531
merge with 3.4
by Georg Brandl
· 11 years ago
e4196d3
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
by Georg Brandl
· 11 years ago
cadc3fd
Merge with 3.4
by Georg Brandl
· 11 years ago
e73778c
Use https:// URLs when referring to python.org hosts.
by Georg Brandl
· 11 years ago
a7d19fe
#22237: merge with 3.4.
by Ezio Melotti
· 11 years ago
9b1e92f
#22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter.
by Ezio Melotti
· 11 years ago
7cf710a
Merge 3.4 (open doc)
by Victor Stinner
· 11 years ago
c803bd8
Issue #22695: Fix syntax of open() doc
by Victor Stinner
· 11 years ago
933430a
Issue #17401: document closefd in io.FileIO docs and add to repr
by Robert Collins
· 11 years ago
c53bc48
merge with 3.4
by Georg Brandl
· 11 years ago
eb7e8f6
Document builtin classes as such, not functions.
by Georg Brandl
· 11 years ago
cf4d699
Merge with 3.4
by Terry Jan Reedy
· 11 years ago
1895f2b
Issue 22492: Be explicit that print does not support binary mode files.
by Terry Jan Reedy
· 11 years ago
7809569
sigma actually works in latex...
by Benjamin Peterson
· 11 years ago
7df46aa
try to pick a unicode char that latex understands
by Benjamin Peterson
· 11 years ago
5fb161f
a more universal unicode char example
by Benjamin Peterson
· 11 years ago
eed6719
Clarify ord() and chr() documentation
by Nick Coghlan
· 11 years ago
ac191ce
Issue #22174: Clean-up grammar and ambiguities in property() docs.
by Raymond Hettinger
· 11 years ago
3410af4
Add an index entry for exec() builtin.
by Berker Peksag
· 11 years ago
f2fb73f
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
by Terry Jan Reedy
· 11 years ago
d3faf43
Issue #23181: More "codepoint" -> "code point".
by Serhiy Storchaka
· 11 years ago
b30b34c
Issue 21143: Fix typo in docs for max().
by Raymond Hettinger
· 11 years ago
Next »