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-112645: remove deprecation warning for use of onerror in shutil.rmt...
Irit Katriel
2023-12-03
1
-0/+1
*
[3.12] gh-106560: Fix redundant declarations in Include/ (#112611) (#112650)
Victor Stinner
2023-12-03
1
-0/+2
*
[3.12] gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) (GH-112...
Miss Islington (bot)
2023-12-03
1
-0/+1
*
[3.12] gh-112618: Make Annotated cache typed (#112619) (#112628)
Alex Waygood
2023-12-03
1
-0/+2
*
[3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) (#...
Pablo Galindo Salgado
2023-12-01
1
-0/+2
*
[3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed c...
Miss Islington (bot)
2023-12-01
1
-0/+3
*
[3.12] gh-112356: LOAD_GLOBAL can only include one PUSH_NULL (#112566)
Dennis Sweeney
2023-12-01
1
-0/+1
*
[3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3...
Miss Islington (bot)
2023-11-30
2
-0/+2
*
[3.12] gh-112509: Fix keys being present in both required_keys and optional_k...
Miss Islington (bot)
2023-11-29
1
-0/+3
*
[3.12] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112487)
Miss Islington (bot)
2023-11-28
1
-0/+1
*
[3.12] gh-109894: Fix initialization of static `MemoryError` in subinterprete...
Miss Islington (bot)
2023-11-28
1
-0/+1
*
[3.12] gh-105716: Support Background Threads in Subinterpreters Consistently ...
Eric Snow
2023-11-28
1
-0/+3
*
[3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794...
Eric Snow
2023-11-28
1
-0/+4
*
[3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (g...
Eric Snow
2023-11-27
1
-0/+3
*
[3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701)
Eric Snow
2023-11-27
1
-0/+1
*
[3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111...
Miss Islington (bot)
2023-11-27
1
-0/+4
*
[3.12] gh-112388: Fix an error that was causing the parser to try to overwrit...
Miss Islington (bot)
2023-11-27
1
-0/+2
*
[3.12] gh-112387: Fix error positions for decoded strings with backwards toke...
Miss Islington (bot)
2023-11-27
1
-0/+2
*
[3.12] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH...
Miss Islington (bot)
2023-11-27
1
-0/+2
*
[3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...
Miss Islington (bot)
2023-11-27
1
-0/+2
*
[3.12] gh-84443: SSLSocket.recv_into() now support buffer protocol with items...
Miss Islington (bot)
2023-11-27
1
-0/+2
*
[3.12] gh-112414: Fix `AttributeError` when calling `repr()` on a namespace p...
Miss Islington (bot)
2023-11-27
1
-0/+3
*
[3.12] gh-112358: Fix Python 3.12 regression with subclassing struct.Struct (...
Mark Dickinson
2023-11-27
1
-0/+2
*
[3.12] gh-94722: fix DocTest.__eq__ for case of no line number on one side (G...
Miss Islington (bot)
2023-11-25
1
-0/+2
*
[3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329)
Tian Gao
2023-11-23
1
-0/+1
*
[3.12] gh-110950: add upstream Tk fixes to macOS installer. (GH-111041) (#112...
Miss Islington (bot)
2023-11-21
3
-0/+8
*
[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
[prev]
[next]