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-40982: shutil docs: Remove outdated copytree() example (GH-24778)
Zackery Spytz
2022-04-05
1
-36/+1
*
crypt docs: Fix references to `methods` attr (GH-26806)
andrei kulakov
2022-04-05
1
-4/+3
*
bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)
Mike cm
2022-04-05
1
-1/+1
*
bpo-45790: List macros in same order in which fields are described (GH-29529)
rtobar
2022-04-05
1
-2/+2
*
bpo-46998: Allow subclassing Any at runtime (GH-31841)
Shantanu
2022-04-05
1
-0/+5
*
bpo-47007: [doc] `str` special method lookup (GH-31863)
Vanshaj Singhania
2022-04-05
1
-1/+2
*
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
yyyyyyyan
2022-04-05
2
-37/+52
*
Fix "Contributed ... in bpo-bpo-45847" (GH-32299)
Oleg Iarygin
2022-04-05
1
-1/+1
*
bpo-47097: Add documentation for TypeVarTuple (#32103)
Matthew Rahtz
2022-04-04
1
-0/+119
*
bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)
Christian Heimes
2022-04-04
1
-3/+26
*
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH...
Christian Clauss
2022-04-04
1
-0/+6
*
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Inada Naoki
2022-04-04
1
-3/+8
*
Follow PEP-8 guidelines in tutorial for standard library (GH-26127)
Bob Kline
2022-04-03
1
-2/+3
*
bpo-42238: [doc]: make suspicious: false positive. (GH-32292)
Julien Palard
2022-04-03
1
-0/+1
*
Language reference: Remove duplicated text about iterable unpacking (GH-25212)
Jiashuo Li
2022-04-03
1
-3/+1
*
bpo-46033: Clarify for-statement execution (GH-30025)
Michał D
2022-04-03
1
-11/+8
*
bpo-24563: Link encoding names to encoding declarations (GH-32274)
Terry Jan Reedy
2022-04-03
1
-3/+2
*
bpo-45584: Clarify `math.trunc` documentation (GH-29183)
Arthur Milchior
2022-04-02
1
-8/+10
*
os docs: fix typo (GH-28996)
Vitor Buxbaum Orlandi
2022-04-02
1
-1/+1
*
codecs docs: fix grammar mistake (GH-29462)
180909
2022-04-02
1
-1/+1
*
bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845)
180909
2022-04-02
1
-1/+1
*
bpo-47031: Improve documentation for `math.nan` (GH-32170)
Charlie Zhao
2022-04-02
1
-2/+17
*
Document func parameter of locale.atof (GH-18183)
Kevin Locke
2022-04-02
1
-3/+3
*
More minor fixes to C API docs (GH-31714)
Jelle Zijlstra
2022-04-02
5
-11/+9
*
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra
2022-04-02
13
-29/+30
*
[doc] fix superfluous backtick in front of role. (GH-32220)
Julien Palard
2022-04-02
1
-2/+2
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
3
-9/+13
*
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
Irit Katriel
2022-04-01
2
-13/+8
*
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-...
Victor Stinner
2022-04-01
2
-1/+16
*
bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)
Victor Stinner
2022-04-01
1
-0/+5
*
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
Andrew Svetlov
2022-04-01
1
-5/+16
*
bpo-45099: Document asyncio internal API (GH-32166)
Andrew Svetlov
2022-03-31
2
-0/+94
*
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon
2022-03-31
2
-4/+42
*
bpo-14911: Corrected generator.throw() documentation (GH-32207)
Dave Goncalves
2022-03-31
3
-4/+18
*
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH...
Irit Katriel
2022-03-31
2
-5/+8
*
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland
2022-03-31
4
-13/+11
*
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner
2022-03-31
1
-0/+3
*
bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)
Andrew Svetlov
2022-03-30
1
-0/+27
*
bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929)
Daniël van Noord
2022-03-30
1
-11/+12
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
13
-16/+14
*
bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480)
Dave Goncalves
2022-03-29
1
-2/+14
*
Update glossary.rst (GH-32093)
Géry Ogam
2022-03-29
1
-8/+7
*
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
benfogle
2022-03-29
2
-0/+79
*
bpo-14265: Adds fully qualified test name to unittest output (GH-32138)
Sam Ezeh
2022-03-29
1
-14/+20
*
bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)
Ma Lin
2022-03-29
1
-0/+5
*
bpo-46566: Add new py.exe launcher implementation (GH-32062)
Steve Dower
2022-03-28
1
-2/+61
*
bpo-47138: Ensure Windows docs build uses the same pinned version as other pl...
Steve Dower
2022-03-28
1
-1/+3
*
bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636)
vidhya
2022-03-28
1
-0/+3
*
ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH...
Yonatan Goldschmidt
2022-03-28
1
-1/+1
*
bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)
Christian Heimes
2022-03-26
1
-0/+7
[next]