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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...
Ned Deily
2019-12-11
1
-5/+19
*
bpo-38916: Document array.array deprecation (GH-17523)
Miss Islington (bot)
2019-12-09
1
-0/+4
*
[3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)
Miss Islington (bot)
2019-12-07
1
-0/+3
*
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)
Miss Islington (bot)
2019-12-03
1
-1/+2
*
document threading.Lock.locked() (GH-17427)
Miss Islington (bot)
2019-12-01
1
-0/+4
*
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Inada Naoki
2019-11-28
1
-2/+2
*
[3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366...
Terry Jan Reedy
2019-11-27
1
-1/+2
*
bpo-21063: Improve module synopsis for distutils (GH-17363) (#17381)
Miss Islington (bot)
2019-11-26
4
-4/+4
*
Remove use of deprecated `array.fromstring` method (GH-17332)
Miss Islington (bot)
2019-11-26
1
-2/+2
*
closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)
Miss Islington (bot)
2019-11-22
1
-10/+5
*
bpo-36277: Add document for pdb debug and retval commands (GH-12872)
Miss Islington (bot)
2019-11-21
1
-0/+8
*
Correct the description of the 3.7 change in urllib.parse.quote (GH-17065)
Miss Islington (bot)
2019-11-18
1
-1/+1
*
bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17213)
Miss Islington (bot)
2019-11-18
1
-1/+3
*
[3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128)
Serhiy Storchaka
2019-11-12
35
-154/+154
*
[3.7] bpo-38421: Update email.utils documentation (GH-16678) (GH-17121)
Miss Islington (bot)
2019-11-12
1
-2/+2
*
bpo-38771: Explict test for None in code example (GH-17108) (GH-17110)
Miss Islington (bot)
2019-11-12
1
-1/+1
*
bpo-38696: Fix usage example of HTTPStatus (GH-17066)
Miss Islington (bot)
2019-11-06
1
-1/+1
*
Update the URL for the requests package (GH-17006)
Miss Skeleton (bot)
2019-10-31
2
-2/+2
*
[3.7] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17004)
Serhiy Storchaka
2019-10-30
4
-9/+9
*
[3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...
Serhiy Storchaka
2019-10-30
1
-1/+1
*
bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972)
Miss Skeleton (bot)
2019-10-29
1
-1/+1
*
Remove doc reference to unmaitained Nose package (GH-16849)
Miss Islington (bot)
2019-10-19
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
*
Fix typo: equivalent code of `async with cond` (GH-11681) (GH-16720)
Miss Islington (bot)
2019-10-11
1
-2/+2
*
bpo-32996: Documentation fix-up. (GH-16646)
Miss Islington (bot)
2019-10-10
1
-3/+4
*
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
Miss Islington (bot)
2019-10-09
1
-2/+2
*
[3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentati...
Ricardo Bánffy
2019-10-08
1
-3/+5
*
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
Miss Islington (bot)
2019-10-07
1
-1/+4
*
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
*
Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505)
Miss Islington (bot)
2019-10-01
1
-4/+2
*
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
*
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260)
Miss Islington (bot)
2019-09-18
1
-2/+4
*
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
*
bpo-38178: Don't explicitly pass "loop" to EchoClientProtocol. (GH-16159)
Miss Islington (bot)
2019-09-15
1
-7/+7
*
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
*
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
1
-6/+6
*
Doc: Fix missing negation. (GH-14640) (GH-15985)
Miss Islington (bot)
2019-09-11
1
-2/+2
[next]