Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2d0eb65f455ddd66f74ad01a8f4a44d271f2a3da
/
Doc
2d0eb65
Uniformize argument names of "call" functions
by Victor Stinner
· 8 years ago
fb3134f
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 8 years ago
9a953db
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 8 years ago
419967b
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 8 years ago
d77e5b7
Merge #23722 from 3.6
by Nick Coghlan
· 8 years ago
19d2467
Issue #23722: improve __classcell__ compatibility
by Nick Coghlan
· 8 years ago
c8d0318
merge
by Raymond Hettinger
· 8 years ago
71c62e1
Neaten-up and extend the examples in the random module docs.
by Raymond Hettinger
· 8 years ago
8209cec
Fixed mismatching title overline.
by Serhiy Storchaka
· 8 years ago
2238131
Fixed mismatching title overline.
by Serhiy Storchaka
· 8 years ago
7bc01c3
Fixed mismatching title overline.
by Serhiy Storchaka
· 8 years ago
a8037db
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
by Serhiy Storchaka
· 8 years ago
e418432
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
by Serhiy Storchaka
· 8 years ago
29b0a26
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
by Serhiy Storchaka
· 8 years ago
853ec5d
Issue #21818: Fixed references to classes that have names matching with module
by Serhiy Storchaka
· 8 years ago
b6a6b45
Issue #21818: Fixed references to classes that have names matching with module
by Serhiy Storchaka
· 8 years ago
ee1b01a
Issue #21818: Fixed references to classes that have names matching with module
by Serhiy Storchaka
· 8 years ago
4700d86
Merge from 3.6.
by Serhiy Storchaka
· 8 years ago
3c35fdb
Issue #27172: Undeprecate inspect.getfullargspec()
by Nick Coghlan
· 8 years ago
d6958ac
Add sys.getandroidapilevel()
by Victor Stinner
· 8 years ago
50c13f2
Merge 3.6 (issue #28635)
by Yury Selivanov
· 8 years ago
27ec5bf
Issue #28635: Document Python 3.6 opcode changes
by Yury Selivanov
· 8 years ago
048afd9
Remove CALL_PROFILE special build
by Victor Stinner
· 8 years ago
214678e
Issue #12844: More than 255 arguments can now be passed to a function.
by Serhiy Storchaka
· 8 years ago
d070b2d
Merge with 3.6
by Zachary Ware
· 8 years ago
0425fc0
Fix grammar in whatsnew
by Zachary Ware
· 8 years ago
d80c3fb
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
by Serhiy Storchaka
· 8 years ago
0264e46
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
by Serhiy Storchaka
· 8 years ago
c7b1a0b
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
by Serhiy Storchaka
· 8 years ago
a1d59af
Merge from 3.6
by Berker Peksag
· 8 years ago
861b685
Merge from 3.5
by Berker Peksag
· 8 years ago
4931122
Add missing square bracket in typing.get_type_hints()
by Berker Peksag
· 8 years ago
a783493
Issue #28738: Merge from 3.6
by Berker Peksag
· 8 years ago
d5c6b47
Issue #28738: Merge from 3.6
by Berker Peksag
· 8 years ago
219a012
Issue #28738: Document SIGBREAK as an acceptable value on Windows
by Berker Peksag
· 8 years ago
5d307ef
Issue #28793: Merge from 3.6
by Berker Peksag
· 8 years ago
61d9c86
Issue #28793: Fix c/p error in AsyncGenerator documentation
by Berker Peksag
· 8 years ago
596a515
Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.6->3.7)
by Guido van Rossum
· 8 years ago
b3c5dc9
Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6)
by Guido van Rossum
· 8 years ago
a860286
Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber)
by Guido van Rossum
· 8 years ago
6caaf37
Issue #28532: Add what's new entry for python -VV option
by INADA Naoki
· 8 years ago
f576343
Issue #28532: Add what's new entry for python -VV option
by INADA Naoki
· 8 years ago
007d7ff
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
by Serhiy Storchaka
· 8 years ago
1330eaa
merge
by Raymond Hettinger
· 8 years ago
6da9078
Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.)
by Raymond Hettinger
· 8 years ago
8c5e190
Issue #28587: Improve list examples in the tutorial
by Raymond Hettinger
· 8 years ago
1f56e25
merge
by Raymond Hettinger
· 8 years ago
7f94619
Fix grammar
by Raymond Hettinger
· 8 years ago
5bd5b9d
Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.)
by Raymond Hettinger
· 8 years ago
43dfe2b
merge
by Raymond Hettinger
· 8 years ago
1149d93
Add analysis section to motivate the single server queue example
by Raymond Hettinger
· 8 years ago
c34e860
merge
by Raymond Hettinger
· 8 years ago
e132910
Misc readability and organization improvements for the random docs
by Raymond Hettinger
· 8 years ago
46d8e31
merge
by Raymond Hettinger
· 8 years ago
0537405
Add a seealso section for further reference and skill building
by Raymond Hettinger
· 8 years ago
442e6b1
merge
by Raymond Hettinger
· 8 years ago
8ab1258
Simplify code in an example
by Raymond Hettinger
· 8 years ago
6be8b1e
close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico.
by Ethan Furman
· 8 years ago
23bb6f4
close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico.
by Ethan Furman
· 8 years ago
b779f31
update news and re doc
by Ethan Furman
· 8 years ago
c88c80b
closes issue28082: doc update and NEWS entry
by Ethan Furman
· 8 years ago
d16a9d4
Merge doc fixes from 3.6
by Martin Panter
· 8 years ago
a2f7ee8
Fix up grammar, markup, etc in 3.6 What’s New
by Martin Panter
· 8 years ago
8a6333d
Merge doc fixup from 3.5
by Martin Panter
· 8 years ago
6a4d762
Fix indentation
by Martin Panter
· 8 years ago
7fc69f2
Issue #28532: Show sys.version when -V option is supplied twice
by INADA Naoki
· 8 years ago
0e175a6
Issue #28532: Show sys.version when -V option is supplied twice
by INADA Naoki
· 8 years ago
d4510a8
Change an en-dash to an em-dash.
by Serhiy Storchaka
· 8 years ago
7857ab2
merge
by Raymond Hettinger
· 8 years ago
6befb64
Extend and improve the examples for the random module
by Raymond Hettinger
· 8 years ago
f80e740
Fixed the documentation of the structure PyMethodDef.
by Serhiy Storchaka
· 8 years ago
bb8fd5b
Fixed the documentation of the structure PyMethodDef.
by Serhiy Storchaka
· 8 years ago
06a8dea
Fixed the documentation of the structure PyMethodDef.
by Serhiy Storchaka
· 8 years ago
1fb1c99
replace --with-optimizations references with --enable-optimizations in docs.
by Gregory P. Smith
· 8 years ago
2863c38
replace --with-optimizations references with --enable-optimizations in docs.
by Gregory P. Smith
· 8 years ago
1107a3e
Merge doc fixups from 3.6
by Martin Panter
· 8 years ago
2854018
Another en → em dash fix for 3.6
by Martin Panter
· 8 years ago
99b6f28
Merge doc fixups from 3.5
by Martin Panter
· 8 years ago
a9ef715
issue 20572: remove the deprecation notice for the deleted endtime parameter.
by Gregory P. Smith
· 8 years ago
357ed2e
Change double hyphens (en dashes) to em (longer) dashes
by Martin Panter
· 8 years ago
439f92a
Merge typo fixes from 3.6
by Martin Panter
· 8 years ago
ac1cc83
Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard.
by Larry Hastings
· 8 years ago
f0a6d34
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
by Serhiy Storchaka
· 8 years ago
01452af
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
by Serhiy Storchaka
· 8 years ago
cf36835
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
by Serhiy Storchaka
· 8 years ago
6107f46
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
by Serhiy Storchaka
· 8 years ago
92b9a1f
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
by Serhiy Storchaka
· 8 years ago
f675a37
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
by Serhiy Storchaka
· 8 years ago
cf01441
Fix typos in documentation
by Martin Panter
· 8 years ago
52d0eb2
Issue #27998: Documented bytes paths support on Windows.
by Serhiy Storchaka
· 8 years ago
3c38e06
Issue #27998: Documented bytes paths support on Windows.
by Serhiy Storchaka
· 8 years ago
dc0e6f9
Merge for issue #28705
by Brett Cannon
· 8 years ago
78ffd6c
Issue #28705: greatly simplify the FAQ entry on transpiling.
by Brett Cannon
· 8 years ago
3d1caab
Merge with 3.6
by Zachary Ware
· 8 years ago
d23881e
Ignore newly added suspicious line
by Zachary Ware
· 8 years ago
f0cb7f4
merge
by Raymond Hettinger
· 8 years ago
a3950e4
Small edits to the docs for sample() and shuffle().
by Raymond Hettinger
· 8 years ago
b2d6bd0
merge
by Raymond Hettinger
· 8 years ago
0a1a909
Further refinements to the examples and recipes for the random module
by Raymond Hettinger
· 8 years ago
b7a45d4
merge
by Raymond Hettinger
· 8 years ago
Next »