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-43869: Time Epoch is the same on all platforms (GH-30664)
Victor Stinner
2022-01-19
1
-0/+2
*
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
John Marshall
2022-01-18
1
-0/+1
*
bpo-44024: Improve the TypeError message in getattr and hasattr (GH-25863)
Géry Ogam
2022-01-18
1
-0/+2
*
bpo-46045: Do not use POSIX semaphores on NetBSD (GH-30047)
Thomas Klausner
2022-01-18
1
-0/+1
*
bpo-46028: Calculate base_executable by resolving symlinks in a venv (GH-30144)
Steve Dower
2022-01-18
1
-0/+3
*
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
bneuburg
2022-01-18
1
-0/+1
*
bpo-46161: Fix bug in starunpack_helper in compile.c (GH-30235)
zq1997
2022-01-17
1
-0/+1
*
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya
2022-01-17
1
-0/+2
*
bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)
Victor Stinner
2022-01-17
1
-0/+3
*
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...
Victor Stinner
2022-01-17
1
-2/+0
*
bpo-40280: Change subprocess imports for cleaner error on wasm32 (GH-30620)
Christian Heimes
2022-01-17
1
-0/+4
*
bpo-40280: Add requires_fork test helper (GH-30622)
Christian Heimes
2022-01-16
1
-0/+2
*
bpo-46361: Fix "small" `int` caching (GH-30583)
Brandt Bucher
2022-01-16
1
-0/+2
*
bpo-40066: [Enum] update str() and format() output (GH-30582)
Ethan Furman
2022-01-16
1
-0/+2
*
bpo-46258: Streamline isqrt fast path (#30333)
Mark Dickinson
2022-01-15
1
-0/+2
*
bpo-46383: Fix signature of zoneinfo module_free function (GH-30607)
Christian Heimes
2022-01-15
1
-0/+2
*
bpo-46242: [Enum] better error message for extending `Enum` with members (GH-...
Nikita Sobolev
2022-01-14
1
-0/+1
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2022-01-14
2
-0/+7
|
\
|
*
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
Mark Dickinson
2022-01-14
1
-0/+5
|
*
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
neonene
2022-01-13
1
-0/+2
*
|
Python 3.11.0a4
v3.11.0a4
Pablo Galindo
2022-01-13
116
-226/+1177
|
/
*
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
[next]