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
...
*
bpo-44195: Use 'TraversableResources' in the docs to match the implementation...
Jason R. Coombs
2021-05-24
1
-2/+2
*
Fix typo in whatsnew/3.10.rst (GH-26310)
Tushar Sadhwani
2021-05-23
1
-1/+1
*
bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
Junnosuke Kuroda
2021-05-23
1
-1/+1
*
bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309)
Erlend Egeberg Aasland
2021-05-22
2
-10/+12
*
bpo-33809: add the TracebackException.print() method (GH-24231)
Irit Katriel
2021-05-22
1
-0/+7
*
Remove effbot urls (GH-26308)
E-Paine
2021-05-22
6
-27/+3
*
Specify Python Cookbook edition for reference (GH-26301)
Terry Jan Reedy
2021-05-21
1
-2/+2
*
Remove duplicate words in docs. (GH-26167)
Mariusz Felisiak
2021-05-21
6
-9/+9
*
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
Terry Jan Reedy
2021-05-21
1
-1/+1
*
[doc] Fix indentation in inspect documentation (GH-24846)
Numerlor
2021-05-21
1
-4/+4
*
bpo-44150: Support optional weights parameter for fmean() (GH-26175)
Raymond Hettinger
2021-05-21
1
-2/+19
*
[doc] Fix typo in asyncio-eventloop documentation (GH-22311)
Bruno
2021-05-19
1
-2/+2
*
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co...
naglis
2021-05-19
1
-2/+2
*
bpo-26110: Document `CALL_METHOD_KW` (GH-26159)
Ken Jin
2021-05-19
2
-1/+27
*
bpo-4928: Document NamedTemporaryFile non-deletion after SIGKILL (#26198)
Catherine Devlin
2021-05-19
1
-0/+3
*
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
Tal Einat
2021-05-19
2
-0/+12
*
bpo-44106: Purge unused sqlite3 doc includes (GH-26234)
Erlend Egeberg Aasland
2021-05-19
8
-138/+0
*
bpo-44106: Improve sqlite3 example database contents (GH-26027)
Erlend Egeberg Aasland
2021-05-19
9
-42/+37
*
bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)
Erlend Egeberg Aasland
2021-05-19
1
-1/+5
*
bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411)
Zackery Spytz
2021-05-18
1
-1/+2
*
bpo-41963: document that ConfigParser strips off comments (GH-26197)
Jürgen Gmach
2021-05-18
1
-0/+7
*
Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176)
Raymond Hettinger
2021-05-17
1
-17/+9
*
[doc] Fix typo in os module (GH-24464)
Rafael Fontenelle
2021-05-16
1
-1/+1
*
bpo-32133: Improve numbers docs (GH-26124)
Miguel Brito
2021-05-15
1
-1/+1
*
bpo-44139: Use a more descriptive syntax error comprehension case in the What...
Pablo Galindo
2021-05-15
1
-2/+2
*
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
Rory Yorke
2021-05-14
1
-4/+5
*
bpo-43729: Clarify comment in tutorial example (GH-25191)
Erlend Egeberg Aasland
2021-05-14
1
-1/+1
*
bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129)
Miguel Brito
2021-05-14
1
-0/+21
*
Subprocess Protocols Documentation (GH-20950)
kudavid
2021-05-14
1
-1/+1
*
[doc] Fix typos in cgi.rst (#24766)
Géry Ogam
2021-05-14
1
-4/+4
*
Doc: Fix ambiguous pronoun (GH-26037)
Daniel Shahaf
2021-05-14
1
-1/+1
*
Updated code example for asyncio.gather (GH-20604)
josephernest
2021-05-14
1
-8/+11
*
bpo-38250: add version added for FlagBoundary (GH-25820)
Shantanu
2021-05-14
1
-0/+5
*
Update doc as relative import can be used with star import (GH-25667)
Saiyang Gou
2021-05-14
1
-1/+1
*
bpo-43977: Update pattern matching language reference docs (GH-25917)
Ken Jin
2021-05-14
2
-8/+36
*
Reword paragraph on specific value for Py_LIMITED_API (GH-26101)
Petr Viktorin
2021-05-14
1
-12/+12
*
bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag (GH-25816)
Erlend Egeberg Aasland
2021-05-13
1
-0/+10
*
bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat() and c...
Barney Gale
2021-05-13
1
-0/+5
*
bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090)
Barney Gale
2021-05-13
1
-0/+8
*
bpo-44030: Fix formatting error in exceptions docs (GH-25929)
Miguel Brito
2021-05-13
1
-1/+1
*
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Victor Stinner
2021-05-12
4
-0/+68
*
bpo-44117: Add C API section to What's New in Python 3.11 (GH-26071)
Victor Stinner
2021-05-12
1
-3/+23
*
bpo-40222: Mention zero-cost exceptions in whats-new for 3.11 (GH-26021)
Mark Shannon
2021-05-12
1
-0/+3
*
bpo-40640: doc -- add missing ... in example of Continue (#26055)
Irit Katriel
2021-05-12
1
-0/+1
*
Correct the changelog entry for the syntax error message for multiple except...
Thomas Grainger
2021-05-11
1
-1/+1
*
bpo-10548: expectedFailure does not apply to fixtures (#23201)
Irit Katriel
2021-05-11
1
-2/+3
*
bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016)
uniocto
2021-05-11
2
-5/+11
*
bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation (#23192)
Irit Katriel
2021-05-11
1
-4/+5
*
bpo-43795: PEP 652 user documentation (GH-25668)
Petr Viktorin
2021-05-11
5
-1038/+1156
*
Doc: http.server: directory is not a class attribute, but an argument. (GH-26...
Julien Palard
2021-05-11
1
-8/+8
[prev]
[next]