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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46070: _PyGC_Fini() untracks objects (GH-30577)
Victor Stinner
2022-01-13
1
-0/+5
*
bpo-44133: Link Python executable with object files (GH-30556)
Victor Stinner
2022-01-13
2
-0/+7
*
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel
2022-01-13
1
-0/+1
*
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
Christian Heimes
2022-01-13
1
-0/+2
*
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes
2022-01-13
1
-0/+2
*
bpo-45953: Statically allocate the main interpreter (and initial thread state...
Eric Snow
2022-01-12
1
-0/+4
*
bpo-46342: make @typing.final introspectable (GH-30530)
Jelle Zijlstra
2022-01-12
1
-0/+2
*
bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552)
Christian Heimes
2022-01-12
1
-0/+2
*
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (#30546)
Yury Selivanov
2022-01-11
1
-0/+1
*
bpo-46307: Add string.Template.get_identifiers() method (GH-30493)
Ben Kehoe
2022-01-11
1
-0/+1
*
bpo-46339: Fix crash in the parser when computing error text for multi-line f...
Pablo Galindo Salgado
2022-01-11
1
-0/+3
*
News item for issue 46314. (GH-30515)
Mark Shannon
2022-01-11
1
-0/+2
*
bpo-46331: Do not set line number of instruction storing doc-string. (GH-30518)
Mark Shannon
2022-01-11
1
-0/+2
*
bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
Sam Gross
2022-01-11
1
-0/+1
*
bpo-46244: Remove __slots__ from typing.TypeVar, .ParamSpec (#30444)
Arie Bovenberg
2022-01-10
1
-0/+2
*
bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745)
Inada Naoki
2022-01-10
1
-0/+2
*
bpo-46306: simplify `CodeType` attribute access in `doctest.py` (GH-30481)
Nikita Sobolev
2022-01-08
1
-0/+2
*
bpo-46235: Do all ref-counting at once during list/tuple multiplication (GH-3...
Dennis Sweeney
2022-01-08
1
-0/+1
*
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
Pablo Galindo Salgado
2022-01-08
1
-0/+2
*
bpo-46217: Revert use of Windows constant that is newer than what we support ...
Steve Dower
2022-01-08
1
-0/+2
*
bpo-46297: Fix interpreter crash on startup with multiple PythonPaths set in ...
Daniel
2022-01-07
2
-0/+3
*
bpo-46296: [Enum] add a test for missing `value` recovery (GH-30458)
Nikita Sobolev
2022-01-07
1
-0/+2
*
bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
Batuhan Taskaya
2022-01-07
1
-0/+2
*
bpo-46070: Fix asyncio initialisation guard (GH-30423)
Erlend Egeberg Aasland
2022-01-07
1
-0/+2
*
bpo-45723: Fix detection of epoll (#30449)
Christian Heimes
2022-01-07
1
-0/+1
*
bpo-41011: venv -- add more variables to pyvenv.cfg (GH-30382)
andrei kulakov
2022-01-07
1
-0/+3
*
bpo-46208: Fix normalization of relative paths in _Py_normpath()/os.path.norm...
neonene
2022-01-06
1
-0/+1
*
bpo-46263: Do not ever expect "use_frozen_modules" to be -1. (gh-30438)
Eric Snow
2022-01-06
1
-0/+2
*
bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...
Christian Heimes
2022-01-06
1
-0/+2
*
bpo-45923: Handle call events in bytecode (GH-30364)
Mark Shannon
2022-01-06
1
-0/+3
*
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427)
Andrew Svetlov
2022-01-06
1
-0/+2
*
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
penguin_wwy
2022-01-06
1
-0/+1
*
bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (G...
Victor Stinner
2022-01-06
1
-0/+5
*
bpo-46266: Add calendar day of week constants to __all__ (GH-30412)
Nikita Sobolev
2022-01-05
1
-0/+4
*
bpo-46269: [Enum] remove special-casing of `__new__` in `EnumType.__dir__` (G...
Nikita Sobolev
2022-01-05
1
-0/+1
*
bpo-46257: Convert statistics._ss() to a single pass algorithm (GH-30403)
Raymond Hettinger
2022-01-05
1
-0/+4
*
bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)
Inada Naoki
2022-01-05
1
-0/+1
*
bpo-46263: Don't use MULTIARCH on FreeBSD (#30410)
Christian Heimes
2022-01-05
1
-0/+1
*
bpo-46262: [Enum] test error path in `Flag._missing_` (GH-30408)
Nikita Sobolev
2022-01-05
1
-0/+1
*
bpo-46009: Remove GEN_START (GH-30367)
Brandt Bucher
2022-01-04
1
-0/+1
*
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...
Kumar Aditya
2022-01-04
1
-0/+1
*
bpo-46240: Correct the error for unclosed parentheses when the tokenizer is n...
Pablo Galindo Salgado
2022-01-04
1
-0/+3
*
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
Irit Katriel
2022-01-04
1
-0/+2
*
bpo-46239: improve error message when importing `asyncio.windows_events` (GH-...
Nikita Sobolev
2022-01-04
1
-0/+2
*
bpo-46238: reuse `_winapi` constants in `asyncio.windows_events` (GH-30352)
Nikita Sobolev
2022-01-04
1
-0/+1
*
bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4c
Pablo Galindo Salgado
2022-01-03
1
-0/+2
*
bpo-44092: Don't reset statements/cursors before rollback (GH-26026)
Erlend Egeberg Aasland
2022-01-03
1
-0/+3
*
Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG p...
Pablo Galindo Salgado
2022-01-03
1
-2/+0
*
bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327)
David CARLIER
2022-01-03
1
-0/+1
*
bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)
Ned Deily
2022-01-03
1
-0/+2
[next]