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-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
1
-5/+5
*
Fix typo in typing doc (GH-21879)
Irit Katriel
2020-08-14
1
-1/+1
*
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner
2020-08-14
6
-7/+10
*
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
Rishav Kundu
2020-08-14
1
-3/+2
*
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
Facundo Batista
2020-08-13
1
-1/+1
*
bpo-41066: Update the comparison section for os vs pathlib (GH-21261)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-08-13
1
-0/+3
*
bpo-40204: Add :noindex: in the documentation (GH-21859)
Victor Stinner
2020-08-13
9
-81/+94
*
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
Victor Stinner
2020-08-13
1
-4/+4
*
Fix typo (GH-21820)
Christopher Yeh
2020-08-11
1
-1/+1
*
Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773)
Edward K. Ream
2020-08-11
1
-2/+21
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner
2020-08-11
2
-7/+7
*
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
Filipe Laíns
2020-08-10
1
-1/+22
*
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Zackery Spytz
2020-08-09
1
-7/+55
*
bpo-41455: Provide a link to how the third generation is collected in the GC ...
Yaroslav Pankovych
2020-08-08
1
-3/+3
*
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
Benjamin Kane
2020-08-08
1
-1/+2
*
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson
2020-08-04
1
-0/+9
*
bpo-41425: Make tkinter doc example runnable (GH-21706)
Ankit Chandawala
2020-08-03
1
-13/+17
*
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
Nathan M
2020-08-03
1
-6/+5
*
bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and...
Luciano Ramalho
2020-08-02
1
-614/+823
*
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
Sebastien Williams-Wynn
2020-07-29
1
-1/+1
*
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
Xiang Zhang
2020-07-28
1
-1/+1
*
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
Dmytro Litvinov
2020-07-28
1
-1/+1
*
Delete remaining references to Grammar/Grammar from docs (#21624)
Guido van Rossum
2020-07-26
4
-392/+1
*
bpo-41314: fixed annotations __future__ version (GH-21616)
YoSTEALTH
2020-07-25
1
-1/+1
*
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
Gregory Schevchenko
2020-07-25
1
-12/+24
*
bpo-41283: Fix mismatched argument name for imghdr.what (GH-21501)
Ammar Askar
2020-07-21
1
-4/+4
*
Simple Documentation fix: Missing link to return type class. (GH-21291)
Volker-Weissmann
2020-07-20
1
-2/+4
*
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...
Vinay Sharma
2020-07-20
1
-0/+8
*
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-07-19
1
-0/+3
*
bpo-41325: Add version note for args and kwargs property in call object (GH-2...
Jordan Speicher
2020-07-18
1
-0/+3
*
bpo-41195: Add getter for Openssl security level (GH-21282)
matthewhughes934
2020-07-17
1
-0/+10
*
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
Christopher Yeh
2020-07-16
1
-15/+15
*
bpo-32192: A basic lazy importer example (GH-21330)
Joannah Nanjekye
2020-07-13
1
-0/+23
*
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
Nima Dini
2020-07-11
1
-1/+1
*
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
marload
2020-07-10
1
-1/+1
*
bpo-23802: patch: __deepcopy__ memo dict argument usage (GH-21326)
Joannah Nanjekye
2020-07-10
1
-0/+1
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Terry Jan Reedy
2020-07-09
1
-42/+48
*
Remove trailing >>> in enum docs (GH-21358)
E-Paine
2020-07-09
1
-1/+0
*
bpo-41199: Docstring convention not followed for dataclasses documentation pa...
marload
2020-07-09
1
-1/+1
*
Doc: Builtins functions: faster jump table (GH-21376)
Julien Palard
2020-07-09
1
-18/+32
*
bpo-41224: Document is_annotated() in symtable module and update doc strings ...
Joannah Nanjekye
2020-07-07
1
-0/+4
*
bpo-33864: Clarify the docs for typing.ByteString (GH-21311)
Zackery Spytz
2020-07-04
1
-1/+1
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Rémi Lapeyre
2020-07-02
1
-25/+0
*
bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067)
Kit Choi
2020-07-01
1
-0/+21
*
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner
2020-06-29
1
-0/+12
*
bpo-38870: Extend subject of ast.unparse warnings (GH-21053)
Batuhan Taskaya
2020-06-28
1
-1/+6
*
Add soft keywords to the documentation (GH-21185)
Pablo Galindo
2020-06-27
1
-0/+16
*
Fix typo in functions.rst (GH-21131)
Ram Rachum
2020-06-25
1
-1/+1
*
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
Arisaka97
2020-06-24
1
-0/+1
*
bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-...
Gareth Rees
2020-06-24
1
-4/+5
[next]