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
*
[3.12] gh-112243: Don't include comments in f-string debug expressions (GH-11...
Pablo Galindo Salgado
2023-11-20
1
-0/+1
*
[3.12] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-...
Miss Islington (bot)
2023-11-19
1
-0/+1
*
[3.12] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__...
Miss Islington (bot)
2023-11-19
1
-0/+2
*
[3.12] gh-79871: IDLE - Fix and test debugger module (GH-11451) (#112256)
Miss Islington (bot)
2023-11-19
1
-0/+4
*
[3.12] gh-109538: Catch closed loop runtime error and issue warning (GH-11198...
DPR
2023-11-16
1
-0/+1
*
[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#1...
Victor Stinner
2023-11-16
1
-0/+5
*
[3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (GH-112061...
Victor Stinner
2023-11-15
1
-0/+2
*
[3.12] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-...
Miss Islington (bot)
2023-11-14
1
-0/+2
*
[3.12] gh-111460: Restore ncurses widechar support on macOS (GH-111878) (gh-1...
Miss Islington (bot)
2023-11-14
1
-0/+3
*
gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)
Miss Islington (bot)
2023-11-13
1
-0/+2
*
[3.12] gh-110395: invalidate open kqueues after fork (GH-110517) (#111745)
Gregory P. Smith
2023-11-11
1
-0/+2
*
[3.12] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Wind...
Miss Islington (bot)
2023-11-11
1
-0/+2
*
[3.12] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111...
Miss Islington (bot)
2023-11-10
1
-0/+1
*
[3.12] gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (GH-...
Miss Islington (bot)
2023-11-10
1
-0/+3
*
gh-111356: io: Add missing documented objects to io.__all__ (GH-111370)
Miss Islington (bot)
2023-11-10
1
-0/+1
*
[3.12] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111919)
Brett Cannon
2023-11-09
1
-0/+2
*
[3.12] gh-110543: Fix CodeType.replace in presence of comprehensions (GH-1105...
Miss Islington (bot)
2023-11-08
1
-0/+3
*
[3.12] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs rea...
Miss Islington (bot)
2023-11-06
1
-0/+1
*
[3.12] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classe...
Miss Islington (bot)
2023-11-04
1
-0/+1
*
[3.12] gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (GH-1116...
Jelle Zijlstra
2023-11-03
1
-0/+2
*
[3.12] GH-110894: Call loop exception handler for exceptions in client_connec...
Kumar Aditya
2023-11-02
1
-0/+1
*
[3.12] gh-111253: Fix error checking in _socket module init (GH-111254) (#111...
Miss Islington (bot)
2023-11-01
1
-0/+1
*
[3.12] gh-111295: Fix error checking in time extension module init (GH-111296...
Miss Islington (bot)
2023-11-01
1
-0/+1
*
[3.12] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (...
Miss Islington (bot)
2023-11-01
1
-0/+3
*
[3.12] gh-109181: Speed up Traceback object creation by lazily compute the li...
Pablo Galindo Salgado
2023-10-31
1
-0/+2
*
[3.12] gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all()...
Miss Islington (bot)
2023-10-31
1
-0/+2
*
[3.12] gh-111366: Correctly show custom syntax error messages in the codeop m...
Pablo Galindo Salgado
2023-10-30
1
-0/+3
*
[3.12] gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) (#...
Miss Islington (bot)
2023-10-28
1
-0/+6
*
[3.12] gh-111342: fix typo in math.sumprod (GH-111416) (gh-111419)
Miss Islington (bot)
2023-10-28
1
-0/+1
*
[3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...
Hugo van Kemenade
2023-10-27
1
-0/+1
*
[3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid synta...
Miss Islington (bot)
2023-10-27
1
-0/+2
*
GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)
Miss Islington (bot)
2023-10-26
1
-0/+1
*
[3.12] gh-111165: Move test running code from test.support to libregrtest (GH...
Serhiy Storchaka
2023-10-25
1
-0/+2
*
[3.12] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesI...
Miss Islington (bot)
2023-10-25
1
-0/+2
*
[3.12] gh-102956: Fix returning of empty byte strings after seek in zipfile â...
Miss Islington (bot)
2023-10-25
1
-0/+1
*
[3.12] GH-94438: Restore ability to jump over None tests (GH-111243)
Miss Islington (bot)
2023-10-24
2
-0/+2
*
[3.12] gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) (GH-111191)
Miss Islington (bot)
2023-10-22
1
-0/+1
*
[3.12] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...
Miss Islington (bot)
2023-10-21
1
-0/+3
*
[3.12] gh-111159: Fix `doctest` output comparison for exceptions with notes (...
Miss Islington (bot)
2023-10-21
1
-0/+1
*
[3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (G...
Serhiy Storchaka
2023-10-21
1
-0/+4
*
[3.12] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111154)
Miss Islington (bot)
2023-10-21
1
-0/+2
*
[3.12] gh-111046: for wasi-threads, export memory as well via the linker (GH-...
Miss Islington (bot)
2023-10-20
1
-0/+1
*
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
Miss Islington (bot)
2023-10-20
1
-0/+1
*
[3.12] gh-111092: Make turtledemo run without default root enabled (GH-111093...
Miss Islington (bot)
2023-10-20
1
-0/+1
*
[3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...
Miss Islington (bot)
2023-10-19
1
-1/+1
*
[3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...
Miss Islington (bot)
2023-10-19
2
-2/+2
*
[3.12] gh-108791: Fix pdb CLI invalid argument handling (GH-108816) (#111064)
Radislav Chugunov
2023-10-19
1
-0/+1
*
[3.12] gh-111015: Install IDLE.app and Python Launcher.app on macOS with corr...
Miss Islington (bot)
2023-10-18
1
-0/+1
*
[3.12] gh-110938: Fix error messages for indented blocks with functio… (#11...
Jelle Zijlstra
2023-10-18
1
-0/+2
*
[3.12] gh-110995: Fix test_gdb check_usable_gdb() (GH-110998) (#111003)
Miss Islington (bot)
2023-10-17
1
-0/+2
[next]