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
*
3.7.5
v3.7.5
Ned Deily
2019-10-14
1
-1/+1
*
bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...
Miss Islington (bot)
2019-10-14
1
-2/+2
*
Fix typo: equivalent code of `async with cond` (GH-11681) (GH-16720)
Miss Islington (bot)
2019-10-14
1
-2/+2
*
bpo-32996: Documentation fix-up. (GH-16646)
Miss Islington (bot)
2019-10-14
1
-3/+4
*
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
Miss Islington (bot)
2019-10-14
1
-2/+2
*
[3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentati...
Ricardo Bánffy
2019-10-14
2
-3/+6
*
bpo-38391: Fixing a typo for Py_DECREF (GH-16616)
Miss Islington (bot)
2019-10-14
1
-1/+1
*
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
Miss Islington (bot)
2019-10-14
2
-1/+8
*
bpo-38235: Correct some arguments names in logging documentation (GH-16571) (...
Miss Islington (bot)
2019-10-14
1
-17/+17
*
Correct typos in the codecs module documentation (GH-15135)
Miss Islington (bot)
2019-10-01
1
-60/+61
*
Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505)
Miss Islington (bot)
2019-10-01
2
-5/+3
*
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-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.7] 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)
Miss Islington (bot)
2019-09-18
1
-2/+4
*
bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16235)
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-16211)
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
*
[3.7] bpo-33095: Add reference to isolated mode in -m and script option (GH-7...
Julien Palard
2019-09-16
1
-0/+13
*
bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159)
Miss Islington (bot)
2019-09-15
1
-7/+7
*
bpo-37635: Update arg name for seek() in IO tutorial (GH-16147)
Miss Islington (bot)
2019-09-14
1
-3/+3
*
Doc: Fix link to window.getch in curses documentation (GH-16132)
Miss Islington (bot)
2019-09-14
1
-1/+1
*
bpo-32790: Add info about alt format using GH- for 'g' in chart (GH-6624)
Miss Islington (bot)
2019-09-13
1
-1/+2
*
Emphasize the need to always call PySequence_Fast. (GH-11140)
Miss Islington (bot)
2019-09-12
1
-7/+14
*
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH...
Miss Islington (bot)
2019-09-12
1
-1/+1
*
bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
Miss Islington (bot)
2019-09-12
8
-13/+73
*
bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-...
Miss Islington (bot)
2019-09-12
1
-6/+5
*
bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16026)
Miss Islington (bot)
2019-09-12
1
-8/+14
*
Doc: Update pickle.rst (GH-14128) (GH-16015)
Miss Islington (bot)
2019-09-12
1
-17/+19
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH...
Paul Ganssle
2019-09-12
4
-28/+31
*
Doc: Fix missing negation. (GH-14640) (GH-15985)
Miss Islington (bot)
2019-09-11
1
-2/+2
*
Improve clarity of try-return-finally-return (GH-15677) (GH-15982)
Miss Islington (bot)
2019-09-11
1
-9/+22
*
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15998)
Miss Islington (bot)
2019-09-11
1
-2/+2
*
Doc: recursive glob ** follows symlinks to directories (GH-12918)
Miss Islington (bot)
2019-09-11
1
-2/+3
*
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15991)
Miss Islington (bot)
2019-09-11
1
-0/+7
*
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861...
Miss Islington (bot)
2019-09-11
2
-0/+92
*
bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15939)
Miss Islington (bot)
2019-09-11
1
-4/+4
*
bpo-35649: update http client example (GH-11441) (GH-15931)
Miss Islington (bot)
2019-09-11
1
-2/+5
*
[3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926)
Vinay Sajip
2019-09-11
1
-3/+5
*
bpo-25810: Clarify eval() docs, it does not keywords (GH-15173)
Miss Islington (bot)
2019-09-11
1
-1/+1
*
bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)
Miss Islington (bot)
2019-09-11
1
-0/+8
*
bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)
Miss Islington (bot)
2019-09-11
1
-3/+2
[next]