Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.0a4
/
Doc
0a891d7
Issue #12345: Add mathemathcal constant tau to math and cmath.
by Guido van Rossum
· 9 years ago
15f3228
Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
by Serhiy Storchaka
· 9 years ago
d003423
Issue #26823: Abbreviate recursive tracebacks
by Nick Coghlan
· 9 years ago
dd51d16
Issue27573 code.interact prints a message when exiting.
by Steven D'Aprano
· 9 years ago
a0d3eef
Add versionadded tag to docs for timeit.autorange
by Steven D'Aprano
· 9 years ago
09f4f71
Issue6422 add autorange method to timeit.Timer
by Steven D'Aprano
· 9 years ago
9171a8b
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
by Serhiy Storchaka
· 9 years ago
c00189e
Merge: #27753: fix typo (name->named).
by R David Murray
· 9 years ago
689016f
#27753: fix typo (name->named).
by R David Murray
· 9 years ago
5dd2b86
merge
by Raymond Hettinger
· 9 years ago
f6ffa98
Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification.
by Raymond Hettinger
· 9 years ago
0b9e641
Issue #24637: Merge from 3.5
by Berker Peksag
· 9 years ago
bd66435
Issue #24637: Document that locals can be any mapping object
by Berker Peksag
· 9 years ago
3f63483
Merge for issue #27712
by Brett Cannon
· 9 years ago
6336fb2
Issue #27712: Fix some typos in the import docs.
by Brett Cannon
· 9 years ago
87fe473
merge
by Raymond Hettinger
· 9 years ago
7f65af3
Issue 27719: Remove a doc example that is not applicable in Python 3
by Raymond Hettinger
· 9 years ago
98cf1e7
Issue #27745: Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
b4a2b36
Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax
by Martin Panter
· 9 years ago
83545f1
Merge ISO-8859 fixes from 3.5
by Martin Panter
· 9 years ago
306c3dd
Issue #27200: Merge with 3.5
by Zachary Ware
· 9 years ago
4199bba
Issue #27200: Fix doctests in Doc/library/hashlib.rst
by Zachary Ware
· 9 years ago
11328fc
Closes #27210: Merge with 3.5
by Zachary Ware
· 9 years ago
9f8b3a0
Issue #27210: Fix doctests for a few modules.
by Zachary Ware
· 9 years ago
7a57370
Closes #27209: Merge with 3.5
by Zachary Ware
· 9 years ago
640b1ca
Issue #27209: Fix doctests in Doc/library/email*.rst
by Zachary Ware
· 9 years ago
ef28f6a
Closes #27208: Merge with 3.5
by Zachary Ware
· 9 years ago
c90fccd
Issue #27208: Fix doctest in Doc/library/traceback.rst
by Zachary Ware
· 9 years ago
75bc032
Closes #27207: Merge with 3.5
by Zachary Ware
· 9 years ago
4032620
Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst
by Zachary Ware
· 9 years ago
540f045
Correct misspellings of ISO-8859
by Martin Panter
· 9 years ago
c17dd50
Closes #27206: Merge with 3.5
by Zachary Ware
· 9 years ago
c483a01
Issue #27206: Fix doctests in Doc/tutorial.
by Zachary Ware
· 9 years ago
0e0fe4f
Closes #27205: Merge with 3.5
by Zachary Ware
· 9 years ago
2b52c0a
Issue #27205: Fix doctests in Doc/library/collections.rst.
by Zachary Ware
· 9 years ago
8ec8749
Closes #27722: Merge with 3.5
by Zachary Ware
· 9 years ago
7a26da5
Issue #27722: Fix default for touch method's 'mode' argument
by Zachary Ware
· 9 years ago
f03f7c7
Closes #27204: Merge with 3.5
by Zachary Ware
· 9 years ago
378a1d7
Issue #27204: Fix doctests in Doc/howto
by Zachary Ware
· 9 years ago
1aa913e
Merge with 3.5
by Zachary Ware
· 9 years ago
2f47fb0
Correct signatures for a couple of logging handlers
by Zachary Ware
· 9 years ago
2b0bb0d
Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
f68afd8
Issue #27700: Document AbstractEventLoop, not BaseEventLoop.
by Guido van Rossum
· 9 years ago
1107f09
Merge from 3.5
by Berker Peksag
· 9 years ago
08d85ee
Fix use of default reST role
by Berker Peksag
· 9 years ago
f4c69ab
Issue #23322: Merge from 3.5
by Berker Peksag
· 9 years ago
7d1c5ef
Issue #23322: Remove outdated reference to an example in parser docs
by Berker Peksag
· 9 years ago
2b1c45e
Merge 3.5
by Andrew Svetlov
· 9 years ago
4365b83
Use asyncio.gather instead of asyncio.wait in example.
by Andrew Svetlov
· 9 years ago
50abe87
Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()
by Gregory P. Smith
· 9 years ago
3cc3832
Better docs for typing.Any by Michael Lee. Fixes issue #27688. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
abfe28b
Better docs for typing.Any by Michael Lee. Fixes issue #27688.
by Guido van Rossum
· 9 years ago
febc332
Issue #26754: Undocumented support of general bytes-like objects
by Serhiy Storchaka
· 9 years ago
d73c318
Issue #26800: Undocumented support of general bytes-like objects
by Serhiy Storchaka
· 9 years ago
43b586b
Silence warnings from 'make suspicious' to make the docs buildbot happy
by Berker Peksag
· 9 years ago
fd0f84b
Closes #22829: Added --prompt option to venv.
by Vinay Sajip
· 9 years ago
933c66a
Issue #18548: Merge from 3.5
by Berker Peksag
· 9 years ago
ab75e02
Issue #18548: Fix unittest.TestSuite() example
by Berker Peksag
· 9 years ago
73fc586
Add AutoEnum: automatically provides next value if missing. Issue 26988.
by Ethan Furman
· 9 years ago
20bd9f0
Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel Barry. Closes issue 27242.
by Ethan Furman
· 9 years ago
b6337a1
Add typing.Generator docs, by Michael Lee. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
b858af6
Add typing.Generator docs, by Michael Lee.
by Guido van Rossum
· 9 years ago
02b75ab
Merge spelling and grammar fixes from 3.5
by Martin Panter
· 9 years ago
a31ddb3
Merge with 3.5
by Zachary Ware
· 9 years ago
72e483a
Fix half-finished sentence.
by Zachary Ware
· 9 years ago
6090194
Merge from 3.5
by Berker Peksag
· 9 years ago
85b6090
Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs
by Berker Peksag
· 9 years ago
8576ca1
Merge from 3.5
by Berker Peksag
· 9 years ago
6bbc839
Indent ipaddress.ip_address() example correctly
by Berker Peksag
· 9 years ago
69332c1
Fix spelling and grammar in documentation and code comments
by Martin Panter
· 9 years ago
0de01c4
Issue #24278: Merge argument parsing docs from 3.5
by Martin Panter
· 9 years ago
6c7d5a2
Issue #24278: Explain how argument parsing output buffers are managed
by Martin Panter
· 9 years ago
9f4712a
Issue #23710: Merge from 3.5
by Berker Peksag
· 9 years ago
bed6891
Issue #23710: Update PyObject_HEAD documentation
by Berker Peksag
· 9 years ago
91494d3
Issue #26576: Merge from 3.5
by Berker Peksag
· 9 years ago
6cafece
Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f)
by Berker Peksag
· 9 years ago
43746c3
Closes #27661: Added tzinfo keyword argument to datetime.combine.
by Alexander Belopolsky
· 9 years ago
cde03fa
[merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
17742f2
[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
436fe5a
[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
4cbb23f
Prevent HTTPoxy attack (CVE-2016-1000110)
by Senthil Kumaran
· 9 years ago
607e1c4
Issue 27366: PEP 487 docs updates
by Nick Coghlan
· 9 years ago
01d1719
Issue #27366: Tweak PEP 487 documentation
by Berker Peksag
· 9 years ago
d78448e
Issue #27366: Implement PEP 487
by Nick Coghlan
· 9 years ago
f6daa69
Merge from 3.5
by Berker Peksag
· 9 years ago
fa95068
Silence another "default role used" warning in typing.rst
by Berker Peksag
· 9 years ago
23aa24b
Fix "default role used" warning in shlex.rst
by Berker Peksag
· 9 years ago
a9333b1
Fix whitespace.
by Guido van Rossum
· 9 years ago
c301cbf
Fix whitespace.
by Guido van Rossum
· 9 years ago
e608709
Expand documentation about type aliases and NewType in the typing module (merge 3.5 -> 3.6).
by Guido van Rossum
· 9 years ago
342e800
Expand documentation about type aliases and NewType in the typing module.
by Guido van Rossum
· 9 years ago
c1f974c
Closes #1521950: Made shlex parsing more shell-like.
by Vinay Sajip
· 9 years ago
6a09315
Issue #26462: Merge code block fixes from 3.5
by Martin Panter
· 9 years ago
10ea19f
Merge with 3.5
by Zachary Ware
· 9 years ago
87ec85f
Correct typo in Windows docs.
by Zachary Ware
· 9 years ago
8bde911
Issue #27626: Merge spelling fixes from 3.5
by Martin Panter
· 9 years ago
eb99570
Issue #27626: Spelling fixes in docs, comments and internal names
by Martin Panter
· 9 years ago
755df2a
Issue #27633: Merge from 3.5
by Berker Peksag
· 9 years ago
25539b0
Issue #27633: Fix usage of versionchanged directive in email.parser.rst
by Berker Peksag
· 9 years ago
1050d2d
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
by Martin Panter
· 9 years ago
Next »