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-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
Miss Islington (bot)
2022-06-11
1
-0/+1
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...
Miss Islington (bot)
2022-06-10
1
-0/+1
*
gh-91317: Document that Path does not collapse initial `//` (GH-32193)
Miss Islington (bot)
2022-06-10
1
-0/+2
*
[3.10] gh-93671: Avoid exponential backtracking in deeply nested sequence pat...
Pablo Galindo Salgado
2022-06-10
1
-0/+2
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
Steve Dower
2022-06-10
1
-0/+3
*
gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609) (GH-93632)
Miss Islington (bot)
2022-06-10
1
-0/+3
*
gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-...
Miss Islington (bot)
2022-06-10
1
-0/+2
*
[3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93...
Erlend Egeberg Aasland
2022-06-08
1
-0/+3
*
gh-57539: Increase calendar test coverage (GH-93468) (GH-93565)
Miss Islington (bot)
2022-06-07
2
-0/+2
*
gh-88831: In docs for asyncio.create_task, explain why strong references to t...
Miss Islington (bot)
2022-06-07
1
-0/+1
*
gh-92914: Round the allocated size for lists up to the even number (GH-92915)...
Miss Islington (bot)
2022-06-07
1
-0/+1
*
gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93562)
Miss Islington (bot)
2022-06-07
1
-0/+1
*
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
[prev]
[next]