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
*
gh-118221: Always use the default row factory in sqlite3.iterdump() (#118223)
Erlend E. Aasland
2024-04-25
1
-0/+2
*
gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_...
Steve Dower
2024-04-24
1
-0/+2
*
gh-108191: Add support of positional argument in SimpleNamespace constructor ...
Serhiy Storchaka
2024-04-24
1
-0/+3
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
1
-0/+6
*
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood
2024-04-24
1
-0/+9
*
GH-117536: GH-117894: fix athrow().throw(...) unawaited warning (GH-117851)
Thomas Grainger
2024-04-24
2
-0/+2
*
gh-117225: Add color to doctest output (#117583)
Hugo van Kemenade
2024-04-24
1
-0/+1
*
gh-117901: Add option for compiler's codegen to save nested instruction seque...
Irit Katriel
2024-04-24
1
-0/+1
*
gh-116023: Add `show_empty=False` to `ast.dump` (#116037)
Nikita Sobolev
2024-04-24
1
-0/+3
*
gh-118168: Fix Unpack interaction with builtin aliases (#118169)
Jelle Zijlstra
2024-04-23
1
-0/+4
*
gh-118082: Improve `import` without names syntax error message (#118083)
Nikita Sobolev
2024-04-23
1
-0/+3
*
gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)
Joe Jevnik
2024-04-23
1
-0/+2
*
gh-95754: Better error when script shadows a standard library or third party ...
Shantanu
2024-04-23
1
-0/+4
*
gh-116741: Upgrade libexpat to 2.6.2 (#117296)
Seth Michael Larson
2024-04-23
2
-10/+11
*
GH-118074: Executors in the COLD_EXITS array are not GC'able (#118117)
Guido van Rossum
2024-04-22
1
-0/+2
*
gh-109118: Allow lambdas in annotation scopes in classes (#118019)
Jelle Zijlstra
2024-04-22
1
-0/+2
*
bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH...
tahia
2024-04-22
1
-0/+1
*
gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001)
Erlend E. Aasland
2024-04-22
1
-0/+2
*
gh-115961: Add name and mode attributes for compressed file-like objects (GH-...
Serhiy Storchaka
2024-04-21
1
-0/+7
*
gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing...
Andrew Cassidy
2024-04-21
1
-0/+1
*
gh-114099: Formalize Tier 3 status of iOS (GH-118020)
Russell Keith-Magee
2024-04-21
1
-0/+1
*
GH-112855: Speed up `pathlib.PurePath` pickling (#112856)
Barney Gale
2024-04-20
1
-0/+2
*
GH-115874: Fix segfault in FutureIter_dealloc (GH-117741)
Savannah Ostrowski
2024-04-19
1
-0/+1
*
gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-1...
Russell Keith-Magee
2024-04-19
2
-3/+6
*
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...
Alex Waygood
2024-04-19
1
-0/+4
*
gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988)
lyc8503
2024-04-19
1
-0/+1
*
gh-117535: Change unknown filename of warnings from `sys` to `<sys>` (#118018)
Tian Gao
2024-04-19
1
-0/+1
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
2
-4/+8
*
gh-116932: Remove redundant NEWS entry (#118040)
lyc8503
2024-04-18
1
-1/+0
*
gh-116932: Add note on how to report python documentation theme bugs (GH-117989)
lyc8503
2024-04-18
1
-0/+1
*
gh-117641: Improve the perfornance of posixpath.commonpath() (#117652)
Nice Zombies
2024-04-18
1
-0/+1
*
gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994)
Serhiy Storchaka
2024-04-17
1
-0/+2
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
1
-0/+1
*
GH-100242: bring functools.py partial implementation more in line with C code...
CF Bolz-Tereick
2024-04-17
1
-0/+5
*
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner
2024-04-17
2
-1/+2
*
gh-115009: Update macOS installer to use SQLite 3.45.3 (#117443)
Mariusz Felisiak
2024-04-17
1
-0/+1
*
bpo-40944: Fix IndexError when parse emails with truncated Message-ID, addres...
Ivan Savin
2024-04-17
1
-0/+1
*
gh-117313: Fix re-folding email messages containing non-standard line separat...
Serhiy Storchaka
2024-04-17
1
-0/+4
*
gh-117394: Speed up os.path.ismount() on Posix (GH-117447)
Serhiy Storchaka
2024-04-17
1
-0/+1
*
gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() (GH-...
Serhiy Storchaka
2024-04-17
1
-0/+2
*
gh-117845: Detect libedit hook function signature in configure (#117870)
Joshua Root
2024-04-17
1
-0/+1
*
gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934)
Serhiy Storchaka
2024-04-17
1
-0/+2
*
gh-75171: Fix parsing invalid email address headers starting or ending with a...
tsufeki
2024-04-17
1
-0/+1
*
gh-112844: Fix xz CPE identifier (GH-117656)
Seth Michael Larson
2024-04-16
1
-1/+1
*
gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445)
Mariusz Felisiak
2024-04-16
2
-4/+5
*
gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)
Victor Stinner
2024-04-16
1
-0/+2
*
gh-117755: Fix mimalloc for huge allocation on s390x (#117809)
Victor Stinner
2024-04-16
1
-0/+2
*
gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
Jeff Glass
2024-04-16
1
-0/+1
*
GH-115776: Static object are immortal, so mark them as such. (GH-117673)
Mark Shannon
2024-04-16
1
-0/+2
*
gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warn...
Alex Waygood
2024-04-16
1
-0/+5
[next]