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-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
1
-0/+14
*
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
1
-8/+0
*
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-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
Irit Katriel
2022-01-04
1
-10/+0
*
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-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
*
bpo-46196: document method cmd.Cmd.columnize (#30303)
Nikita Sobolev
2022-01-02
1
-0/+7
*
bpo-46095: Improve SeqIter documentation. (GH-30316)
Raymond Hettinger
2022-01-01
1
-0/+10
*
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-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
*
bpo-46120: State that `|` is preferred over `Union` (GH-30222)
Nikita Sobolev
2021-12-24
1
-1/+1
*
typos (#30239)
Kumar Aditya
2021-12-23
1
-3/+3
*
bpo-46157: fix typo in docs (GH-30237)
Kumar Aditya
2021-12-23
6
-14/+14
*
Update potentially confusing note for mean. (GH-30174)
Mark Dickinson
2021-12-21
1
-4/+5
*
bpo-46104: Fix example broken by GH-30148 (GH-30203)
Alex Waygood
2021-12-20
1
-1/+1
*
bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutErro...
Kumar Aditya
2021-12-19
4
-20/+22
*
bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)
andrei kulakov
2021-12-18
1
-2/+12
*
bpo-46113: Minor fixes in stdtypes documentation (GH-30167)
Vivek Vashist
2021-12-18
1
-8/+8
*
bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148)
Alex Waygood
2021-12-18
1
-9/+8
*
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel
2021-12-17
1
-13/+21
*
Doc: some rst linting. (GH-30149)
Julien Palard
2021-12-17
1
-2/+2
*
bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive...
Irit Katriel
2021-12-16
1
-0/+12
*
bpo-28816: [doc] clarify that zipimport invokes importers only for python fil...
Irit Katriel
2021-12-16
1
-2/+2
*
Add Positional only arguments forward slash (/) to sorted() function in Built...
Vivek Vashist
2021-12-15
1
-1/+1
*
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Mark Shannon
2021-12-14
1
-32/+15
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
2
-0/+57
*
bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-...
Vinay Sajip
2021-12-14
1
-0/+17
*
bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)
Gareth Rees
2021-12-13
1
-0/+10
*
Clarify new_event_loop return value. (GH-30078)
Paul Bryan
2021-12-13
1
-1/+1
*
bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (G...
Irit Katriel
2021-12-13
1
-1/+2
*
Remove erroneous padding in dataclasses (GH-30076)
Andre Delfino
2021-12-12
1
-63/+63
*
bpo-44674: Use unhashability as a proxy for mutability for default dataclass ...
Eric V. Smith
2021-12-11
1
-3/+9
*
bpo-19737: Improved the documentation for globals (GH-29823)
180909
2021-12-11
1
-3/+3
*
bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976)
Louis Sautier
2021-12-10
1
-3/+3
*
bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...
andrei kulakov
2021-12-10
1
-9/+10
*
bpo-45391: mark UnionType as a class in documentation (GH-28757)
Bernát Gábor
2021-12-09
1
-1/+1
*
bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)
David CARLIER
2021-12-08
1
-0/+5
*
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
Mark Shannon
2021-12-08
1
-3/+2
[next]