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-46355: Document PyFrameObject and PyThreadState changes (GH-30558)
Victor Stinner
2022-01-13
1
-0/+104
*
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel
2022-01-13
3
-16/+34
*
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
Christian Heimes
2022-01-13
1
-2/+2
*
bpo-46342: make @typing.final introspectable (GH-30530)
Jelle Zijlstra
2022-01-12
1
-0/+9
*
bpo-46307: Add string.Template.get_identifiers() method (GH-30493)
Ben Kehoe
2022-01-11
1
-0/+19
*
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527)
Julien Palard
2022-01-11
2
-2/+3
*
closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the...
Julian Gilbey
2022-01-11
1
-17/+17
*
Remove unused `Any` from `Concatenate` example in typing docs (GH-30516)
Michael Oliver
2022-01-11
1
-1/+1
*
bpo-45331: [Enum] add rule to docs that mixin type must be subclassable (GH-3...
Nikita Sobolev
2022-01-10
1
-4/+7
*
bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-...
Raymond Hettinger
2022-01-10
1
-4/+6
*
bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745)
Inada Naoki
2022-01-10
2
-2/+27
*
bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
Erlend Egeberg Aasland
2022-01-08
1
-8/+9
*
bpo-46290: Fix parameter names in dataclasses docs (GH-30450)
Zsolt Dollenstein
2022-01-08
1
-12/+12
*
bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
Hugo van Kemenade
2022-01-07
1
-5/+4
*
bpo-24650: Use full term "generator function" in yield expressions docs (GH-2...
Jacob Walls
2022-01-07
1
-2/+2
*
bpo-46216: remove spurious link to os.system() from os.time() documentation (...
Irit Katriel
2022-01-07
1
-8/+8
*
bpo-46251: Add 'Security Considerations' section to logging configura… (GH-...
Vinay Sajip
2022-01-06
1
-0/+14
*
bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)
Irit Katriel
2022-01-06
3
-1/+208
*
bpo-45923: Handle call events in bytecode (GH-30364)
Mark Shannon
2022-01-06
1
-0/+14
*
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
penguin_wwy
2022-01-06
2
-0/+17
*
bpo-46266: Add calendar day of week constants to __all__ (GH-30412)
Nikita Sobolev
2022-01-05
1
-1/+10
*
bpo-46009: Remove GEN_START (GH-30367)
Brandt Bucher
2022-01-04
2
-9/+1
*
Fix missing "," in the documentation of Executor Objects (GH-30404)
Philipp Claßen
2022-01-04
1
-1/+1
*
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...
Kumar Aditya
2022-01-04
1
-1/+2
*
bpo-33252: Document that ResourceWarning is ignored by default (GH-30358)
Hugo van Kemenade
2022-01-04
1
-1/+1
*
bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar do...
Pablo Galindo Salgado
2022-01-04
1
-2/+2
*
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
Irit Katriel
2022-01-04
1
-10/+0
*
bpo-44092: Move What's New entry to where it belongs (GH-30381)
Erlend Egeberg Aasland
2022-01-04
1
-5/+4
*
Update old-style strings to f-strings (GH-30384)
David Gilbertson
2022-01-04
1
-4/+4
*
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
Hugo van Kemenade
2022-01-03
1
-35/+1
*
Add doctest and improve readability for move_to_end() example. (#30370)
Raymond Hettinger
2022-01-03
1
-3/+5
*
bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multipl...
Irit Katriel
2022-01-03
1
-1/+6
*
bpo-44092: Don't reset statements/cursors before rollback (GH-26026)
Erlend Egeberg Aasland
2022-01-03
1
-0/+5
*
bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327)
David CARLIER
2022-01-03
1
-0/+9
*
bpo-46219, 46221: simplify except* implementation following exc_info changes....
Irit Katriel
2022-01-02
1
-2/+2
*
argparse docs: prog default is the basename of argv[0] (GH-30298)
Jade Lovelace
2022-01-02
1
-1/+2
*
Update copyright year to 2022. (GH-30335)
Benjamin Peterson
2022-01-02
2
-2/+2
*
bpo-46196: document method cmd.Cmd.columnize (#30303)
Nikita Sobolev
2022-01-02
1
-0/+7
*
bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)
Hugo van Kemenade
2022-01-02
1
-1/+1
*
bpo-46095: Improve SeqIter documentation. (GH-30316)
Raymond Hettinger
2022-01-01
2
-21/+10
*
bpo-46079: Replace external link that is down for maintenance. (GH-30315)
Raymond Hettinger
2022-01-01
1
-6/+6
*
bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-3...
Sebastian Pipping
2021-12-31
1
-0/+34
*
bpo-46109: Separate out files relating to importlib.resources (GH-30160)
Jason R. Coombs
2021-12-31
4
-573/+584
*
bpo-46178: Remove/rename redundant Travis CI code (#30309)
Hugo van Kemenade
2021-12-31
1
-2/+3
*
bpo-46184: remove `netlify.toml` (#30272)
Nikita Sobolev
2021-12-30
1
-1/+0
*
bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241)
Nikita Sobolev
2021-12-30
1
-0/+5
*
bpo-46176: mmap module adding MAP_STACK constant. (GH-30252)
David CARLIER
2021-12-29
1
-0/+4
*
Fix typo in io.rst (GH-30218)
David Gilbertson
2021-12-26
1
-1/+1
*
doc: fix a typo in unittest.mock.rst (GH-30227)
Joe
2021-12-26
1
-1/+1
*
docs: Fix typos and use anchor for internal link (GH-30236)
Rafael Fontenelle
2021-12-26
1
-9/+9
[next]