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
*
Python 3.10.5
v3.10.5
Pablo Galindo
2022-06-06
79
-181/+824
*
gh-89973: Fix re.error in the fnmatch module. (GH-93072)
Miss Islington (bot)
2022-06-05
1
-0/+3
*
gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH...
Miss Islington (bot)
2022-06-04
1
-0/+1
*
gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (...
Miss Islington (bot)
2022-06-03
1
-0/+2
*
gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...
Miss Islington (bot)
2022-06-02
1
-0/+2
*
bpo-42272: fix misleading warning filter message/module docs (GH-23172)
Miss Islington (bot)
2022-05-30
1
-0/+3
*
[3.10] gh-93217: fix some issues in man page and --help (GH-93219) (#93261)
Éric
2022-05-29
1
-3/+7
*
gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937)
Miss Islington (bot)
2022-05-29
1
-0/+2
*
gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321)
Miss Islington (bot)
2022-05-28
1
-0/+1
*
[3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214)
Victor Stinner
2022-05-25
1
-0/+2
*
[3.10] gh-83245: Raise BadZipFile instead of ValueError when reading a corrup...
Miss Islington (bot)
2022-05-25
1
-0/+2
*
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (G...
Miss Islington (bot)
2022-05-24
2
-0/+6
*
gh-93061: Mark as artificial: backwards jump after async for (GH-93120)
Dennis Sweeney
2022-05-23
1
-0/+1
*
gh-93010: InvalidHeaderError used but nonexistent (GH-93015)
Miss Islington (bot)
2022-05-23
1
-0/+1
*
gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...
Miss Islington (bot)
2022-05-19
1
-0/+1
*
[3.10] bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-304...
Łukasz Langa
2022-05-19
1
-0/+2
*
bpo-45393: help() on operator precedence has misleading entries (GH-31246) (G...
Miss Islington (bot)
2022-05-19
1
-0/+2
*
gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-...
Miss Islington (bot)
2022-05-19
1
-0/+3
*
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...
Miss Islington (bot)
2022-05-18
1
-0/+2
*
bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)
Miss Islington (bot)
2022-05-18
2
-0/+2
*
gh-92530: Fix an issue that occurred after interrupting threading.Condition.n...
Miss Islington (bot)
2022-05-16
1
-0/+2
*
Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582)
Miss Islington (bot)
2022-05-14
2
-0/+11
*
[3.10] gh-92311: Let frame_setlineno jump over listcomps (GH-92717)
Dennis Sweeney
2022-05-12
1
-0/+1
*
bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
Miss Islington (bot)
2022-05-12
1
-0/+1
*
[3.10] gh-91810: ElementTree: Use text file's encoding by default in XML decl...
Miss Islington (bot)
2022-05-11
1
-0/+5
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-10
2
-0/+2
*
bpo-13553: Document tkinter.Tk args (GH-4786)
Miss Islington (bot)
2022-05-10
1
-0/+1
*
bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
Miss Islington (bot)
2022-05-09
1
-0/+1
*
Fix use of the default role in a news entry. (#92500)
Ezio Melotti
2022-05-08
1
-1/+1
*
[3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. ...
Gregory P. Smith
2022-05-08
1
-0/+4
*
[3.10] gh-92448: Update the documentation builder to render the GitHub issue ...
Dong-hee Na
2022-05-08
7
-8/+8
*
[3.10] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (#9...
Jelle Zijlstra
2022-05-07
1
-0/+1
*
NEWS: Reorder items by section (GH-92373)
Miss Islington (bot)
2022-05-06
6
-214/+214
*
[3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters ...
Erlend Egeberg Aasland
2022-05-05
1
-0/+2
*
gh-92036: Fix gc_fini_untrack() (GH-92037)
Miss Islington (bot)
2022-05-04
1
-0/+5
*
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection...
Miss Islington (bot)
2022-05-04
1
-0/+4
*
bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862)
Miss Islington (bot)
2022-05-03
1
-0/+2
*
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...
Miss Islington (bot)
2022-05-03
1
-0/+2
*
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-917...
Serhiy Storchaka
2022-05-03
1
-0/+2
*
bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408)
Miss Islington (bot)
2022-05-02
1
-0/+1
*
gh-91783: Document security considerations for shutil.unpack_archive (GH-91844)
Miss Islington (bot)
2022-05-02
1
-0/+2
*
[3.10] gh-89301: Fix regression with bound values in traced SQLite statements...
Erlend Egeberg Aasland
2022-05-02
1
-0/+3
*
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
Miss Islington (bot)
2022-05-02
1
-0/+2
*
[3.10] gh-91401: Conservative backport of `subprocess._USE_VFORK` (#91932)
Gregory P. Smith
2022-05-01
1
-0/+5
*
[3.10] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-9207...
Serhiy Storchaka
2022-04-30
1
-0/+2
*
bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)
Miss Islington (bot)
2022-04-30
1
-0/+2
*
bpo-26792: Improve docstrings of runpy module run_functions (GH-30729)
Miss Islington (bot)
2022-04-29
1
-0/+2
*
gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)
Miss Islington (bot)
2022-04-28
1
-0/+1
*
Fix missing `f` prefix on f-strings (GH-91910)
Miss Islington (bot)
2022-04-27
1
-0/+1
*
[3.10] gh-91888: add a :gh: role to the documentation (GH-91889) (#91934)
Ezio Melotti
2022-04-26
1
-0/+1
[next]