index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
v3.8.0
v3.8.0
Łukasz Langa
2019-10-14
1
-0/+2
*
[3.8] bpo-37759: Polish What's New in Python 3.8. (GH-16769) (#16777)
Łukasz Langa
2019-10-14
1
-88/+123
*
bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764)
Miss Islington (bot)
2019-10-14
1
-5/+21
*
bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762)
Miss Islington (bot)
2019-10-14
1
-9/+10
*
Fix minor typos in Whatsnew (GH-16759)
Raymond Hettinger
2019-10-14
1
-12/+10
*
bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758)
Miss Islington (bot)
2019-10-14
1
-1/+1
*
Rebased version of what's new PR (GH-16745) (#16748)
Miss Islington (bot)
2019-10-13
1
-83/+67
*
bpo-38467: Fix argument name of typing functions (GH-16753)
Miss Islington (bot)
2019-10-13
1
-2/+2
*
bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...
Miss Islington (bot)
2019-10-13
1
-2/+2
*
Announce the change in the CancelledError inheritance (GH-16730)
Miss Islington (bot)
2019-10-12
1
-0/+4
*
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
Miss Islington (bot)
2019-10-11
1
-1/+1
*
docs: Add asyncio source code links (GH-16640)
Miss Islington (bot)
2019-10-10
11
-4/+54
*
bpo-32996: Documentation fix-up. (GH-16646)
Miss Islington (bot)
2019-10-10
1
-3/+4
*
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...
Miss Islington (bot)
2019-10-07
2
-3/+6
*
bpo-38391: Fixing a typo for Py_DECREF (GH-16616)
Miss Islington (bot)
2019-10-07
1
-1/+1
*
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
Miss Islington (bot)
2019-10-07
2
-1/+8
*
bpo-38235: Correct some arguments names in logging documentation (GH-16571) (...
Miss Islington (bot)
2019-10-04
1
-17/+17
*
Correct typos in the codecs module documentation (GH-15135)
Miss Islington (bot)
2019-10-01
1
-60/+61
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Miss Islington (bot)
2019-10-01
1
-25/+10
*
Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504)
Miss Islington (bot)
2019-10-01
2
-5/+3
*
bpo-38304: Remove PyConfig.struct_size (GH-16500)
Victor Stinner
2019-09-30
1
-36/+3
*
bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-...
Miss Islington (bot)
2019-09-30
1
-2/+3
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...
Yury Selivanov
2019-09-30
4
-532/+74
*
[3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (G...
Lisa Roach
2019-09-30
1
-1/+27
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Miss Islington (bot)
2019-09-29
1
-1/+7
*
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
Victor Stinner
2019-09-28
1
-5/+39
*
[3.8] bpo-38136: Updates await_count and call_count to be different things (G...
Lisa Roach
2019-09-27
1
-24/+13
*
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
Miss Islington (bot)
2019-09-27
2
-5/+22
*
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
Victor Stinner
2019-09-26
3
-30/+62
*
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) ...
Miss Islington (bot)
2019-09-26
1
-1/+1
*
Doc: Use the `with` statement in the first example of the ftplib doc. (GH-162...
Miss Islington (bot)
2019-09-26
1
-1/+2
*
bpo-38255: super() can search attributes as well as methods (GH-16368) (GH-16...
Miss Islington (bot)
2019-09-25
1
-0/+4
*
bpo-38260: Add Docs on asyncio.run (GH-16337)
Miss Islington (bot)
2019-09-25
1
-0/+12
*
bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)
Victor Stinner
2019-09-23
1
-1/+11
*
bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)
Miss Islington (bot)
2019-09-21
2
-23/+26
*
[3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)...
Lisa Roach
2019-09-21
1
-14/+17
*
Doc: Remove provisional note for asyncio.run() (GH-16310) (GH-16311)
Miss Islington (bot)
2019-09-21
1
-2/+0
*
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)
Miss Islington (bot)
2019-09-20
1
-0/+11
*
bpo-37353: Updated parser note about source code compatibility(GH-14277)
Miss Islington (bot)
2019-09-20
1
-1/+2
*
Doc: Clarify dict equality irrespective of ordering. (GH-16266)
Miss Islington (bot)
2019-09-19
1
-1/+1
*
[3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-1...
Miss Islington (bot)
2019-09-19
1
-1/+1
*
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260)
Victor Stinner
2019-09-18
1
-2/+4
*
bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234)
Miss Islington (bot)
2019-09-18
1
-2/+2
*
Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
Miss Islington (bot)
2019-09-17
1
-2/+2
*
bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202)
Miss Islington (bot)
2019-09-17
1
-5/+6
*
Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16210)
Miss Islington (bot)
2019-09-17
1
-0/+4
*
bpo-28556: Update the opening note in typing docs (GH-16204)
Miss Islington (bot)
2019-09-16
1
-4/+3
*
Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-...
Miss Islington (bot)
2019-09-16
1
-7/+8
*
bpo-33095: Add reference to isolated mode in -m and script option (GH-7764)
Miss Islington (bot)
2019-09-16
1
-0/+13
*
Doc: remove duplicate word in controlflow tutorial (GH-16163)
Miss Islington (bot)
2019-09-16
1
-1/+1
[next]