Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.0b4
/
Doc
6da9078
Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.)
by Raymond Hettinger
· 9 years ago
8c5e190
Issue #28587: Improve list examples in the tutorial
by Raymond Hettinger
· 9 years ago
7f94619
Fix grammar
by Raymond Hettinger
· 9 years ago
5bd5b9d
Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.)
by Raymond Hettinger
· 9 years ago
1149d93
Add analysis section to motivate the single server queue example
by Raymond Hettinger
· 9 years ago
e132910
Misc readability and organization improvements for the random docs
by Raymond Hettinger
· 9 years ago
0537405
Add a seealso section for further reference and skill building
by Raymond Hettinger
· 9 years ago
8ab1258
Simplify code in an example
by Raymond Hettinger
· 9 years ago
23bb6f4
close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico.
by Ethan Furman
· 9 years ago
c88c80b
closes issue28082: doc update and NEWS entry
by Ethan Furman
· 9 years ago
a2f7ee8
Fix up grammar, markup, etc in 3.6 What’s New
by Martin Panter
· 9 years ago
8a6333d
Merge doc fixup from 3.5
by Martin Panter
· 9 years ago
6a4d762
Fix indentation
by Martin Panter
· 9 years ago
0e175a6
Issue #28532: Show sys.version when -V option is supplied twice
by INADA Naoki
· 9 years ago
6befb64
Extend and improve the examples for the random module
by Raymond Hettinger
· 9 years ago
bb8fd5b
Fixed the documentation of the structure PyMethodDef.
by Serhiy Storchaka
· 9 years ago
06a8dea
Fixed the documentation of the structure PyMethodDef.
by Serhiy Storchaka
· 9 years ago
2863c38
replace --with-optimizations references with --enable-optimizations in docs.
by Gregory P. Smith
· 9 years ago
2854018
Another en → em dash fix for 3.6
by Martin Panter
· 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
cf01441
Fix typos in documentation
by Martin Panter
· 9 years ago
01452af
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
by Serhiy Storchaka
· 9 years ago
cf36835
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
by Serhiy Storchaka
· 9 years ago
92b9a1f
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
by Serhiy Storchaka
· 9 years ago
f675a37
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
by Serhiy Storchaka
· 9 years ago
3c38e06
Issue #27998: Documented bytes paths support on Windows.
by Serhiy Storchaka
· 9 years ago
78ffd6c
Issue #28705: greatly simplify the FAQ entry on transpiling.
by Brett Cannon
· 9 years ago
d23881e
Ignore newly added suspicious line
by Zachary Ware
· 9 years ago
a3950e4
Small edits to the docs for sample() and shuffle().
by Raymond Hettinger
· 9 years ago
0a1a909
Further refinements to the examples and recipes for the random module
by Raymond Hettinger
· 9 years ago
00305ad
Add another example to the recipes section of the random docs
by Raymond Hettinger
· 9 years ago
2589ee3
Minor touch-ups to the random module examples
by Raymond Hettinger
· 9 years ago
22214ab
Issue #28720: Add collections.abc.AsyncGenerator.
by Yury Selivanov
· 9 years ago
ecbca35
Closes #28713 uses OSError in the tutorial
by Kushal Das
· 9 years ago
3b73ea1
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 9 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 9 years ago
6bf87d3
Issue #28635: what's new in 3.6: add a few more notes on typing
by Yury Selivanov
· 9 years ago
f8c25e3
Issue #28678: Merge parameter name from 3.5 into 3.6
by Martin Panter
· 9 years ago
efbf20f
Issue #28678: Fix references to numeric_owner parameter
by Martin Panter
· 9 years ago
58d3e54
Fixed the documentation of parse_constant argument in json.load().
by Serhiy Storchaka
· 9 years ago
022371f
Fixed the documentation of parse_constant argument in json.load().
by Serhiy Storchaka
· 9 years ago
2d6c179
Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6)
by Guido van Rossum
· 9 years ago
ae08687
Issue 28644: Document recent changes in typing.py (Ivan L)
by Guido van Rossum
· 9 years ago
249ba5d
Issue #28635: what's new in 3.6: remove mentions of backported fixes.
by Yury Selivanov
· 9 years ago
c48ec27
Issue #28635: What's New in Python 3.6 updates
by Yury Selivanov
· 9 years ago
3479b5f
Issue #28635: Fix a couple of missing/incorrect versionchanged tags
by Yury Selivanov
· 9 years ago
98eb360
Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok)
by Steve Dower
· 9 years ago
bafd4f2
Merge from 3.5
by Andrew Kuchling
· 9 years ago
58c534d
Use http instead of https, due to certificate error
by Andrew Kuchling
· 9 years ago
9a7aff5
Merge from 3.5
by Andrew Kuchling
· 9 years ago
d58fc8b
Update URL for requests documentation after IRC request
by Andrew Kuchling
· 9 years ago
f5df730
whatsnew: Inital pass on "What's New in Python 3.6"
by Yury Selivanov
· 9 years ago
91aa5c1
Merge 3.5 (issue #27392)
by Yury Selivanov
· 9 years ago
9c8fb94
Issue #28088: Merge from 3.5
by Berker Peksag
· 9 years ago
2ebd6fe
Issue #28088: Don't include self in method signature
by Berker Peksag
· 9 years ago
3b3a141
Issue #27392: Document loop.connect_accepted_socket()
by Yury Selivanov
· 9 years ago
78057b4
Closes #27781: Removes special cases for the experimental aspect of PEP 529
by Steve Dower
· 9 years ago
6b571e0
Issue #21590: Silence Sphinx warnings in instrumentation.rst
by Berker Peksag
· 9 years ago
87170d6
Issue #21864: Merge from 3.5
by Berker Peksag
· 9 years ago
cea632e
Issue #21864: Remove outdated section about exceptions from the tutorial
by Berker Peksag
· 9 years ago
f66f03b
Update docs to reflect new behavior around backslashes in expressions (not allowed), matching recent changes to PEP 498.
by Jason R. Coombs
· 9 years ago
873305b
Merge doc fixup from 3.5 into 3.6
by Martin Panter
· 9 years ago
04b3d8b
Fix spacing after C++ in documentation
by Martin Panter
· 9 years ago
4b8eb7b
Issue #28088: Document Transport.set_protocol and get_protocol.
by INADA Naoki
· 9 years ago
1ea023e
Issue #28088: Document Transport.set_protocol and get_protocol
by INADA Naoki
· 9 years ago
1d8f755
Issue #28605: Fix the help and What's New entry for --with-optimizations.
by Brett Cannon
· 9 years ago
4948a46
Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)
by Guido van Rossum
· 9 years ago
9e80eeb
Issue #26980: Improve docs for create_unix_connection(). By Mariatta.
by Guido van Rossum
· 9 years ago
dcb9077
Fixed hyperlinks for tarfile CLI options.
by Serhiy Storchaka
· 9 years ago
72b3443
Fixed hyperlinks for tarfile CLI options.
by Serhiy Storchaka
· 9 years ago
d8d9da0
Issue #28513: Documented command-line interface of zipfile.
by Serhiy Storchaka
· 9 years ago
92c1a90
Issue #28513: Documented command-line interface of zipfile.
by Serhiy Storchaka
· 9 years ago
16ef5d4
Add cum_weights example (simulation of a cumulative binomial distribution).
by Raymond Hettinger
· 9 years ago
f9cb559
Issue #28553: Fix logic error in example code of int.to_bytes doc.
by INADA Naoki
· 9 years ago
3e3e9f3
Issue #28553: Fix logic error in example code of int.to_bytes doc.
by INADA Naoki
· 9 years ago
9440787
Issue #26638: Merge option warning fixes from 3.5 into 3.6
by Martin Panter
· 9 years ago
b8c5f54
Issue #26638: Work around more CLI options that can’t be linked
by Martin Panter
· 9 years ago
5c67933
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
by Martin Panter
· 9 years ago
e45ef4e
Issue #22949: Documented that fnmatch.translate() is for use with re.match().
by Serhiy Storchaka
· 9 years ago
a65a474
Issue #22949: Documented that fnmatch.translate() is for use with re.match().
by Serhiy Storchaka
· 9 years ago
e0a220e
Issue #22493: Updated an example for fnmatch.translate().
by Serhiy Storchaka
· 9 years ago
159f97b
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
by Serhiy Storchaka
· 9 years ago
1ecf7d2
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
by Serhiy Storchaka
· 9 years ago
0093907
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
by Serhiy Storchaka
· 9 years ago
ec9357b
Ignore harmless suspicious markup
by Zachary Ware
· 9 years ago
d9aa4d3
Merge from 3.5
by Zachary Ware
· 9 years ago
bb44477
Fix default role usage
by Zachary Ware
· 9 years ago
5ec2431
Issue #28107: Update typing module documentation for NamedTuple (Ivan)
by Guido van Rossum
· 9 years ago
16591f4
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.
by Guido van Rossum
· 9 years ago
802883a
merge 3.5 (#28525)
by Benjamin Peterson
· 9 years ago
bc51a8a
fix name of keyword parameter to gc.collect() (closes #28525)
by Benjamin Peterson
· 9 years ago
6330f2a
Merge 3.5 (issue #26796)
by Yury Selivanov
· 9 years ago
e8a6045
Issue #26796: Don't configure the number of workers for default threadpool executor.
by Yury Selivanov
· 9 years ago
68adfa3
Merge (issue #25152)
by Brett Cannon
· 9 years ago
f8c1505
Issue #25152: Mention the deprecation of pyvenv
by Brett Cannon
· 9 years ago
0a421a2
Issue #18219: Optimize csv.DictWriter for large number of columns.
by INADA Naoki
· 9 years ago
ea75a51
Issue #26010: Document CO_* constants
by Yury Selivanov
· 9 years ago
b738a1f
Issue #26010: fix typos; rewording
by Yury Selivanov
· 9 years ago
e20fed9
Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010
by Yury Selivanov
· 9 years ago
Next »