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.11] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-1...
Miss Islington (bot)
2024-01-10
1
-0/+1
*
[3.11] gh-113781: Silence AttributeError in warning module during Python fina...
Miss Islington (bot)
2024-01-09
1
-0/+2
*
[3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri...
Miss Islington (bot)
2024-01-08
1
-0/+2
*
[3.11] gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11....
Miss Islington (bot)
2024-01-06
1
-0/+1
*
[3.11] gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-1136...
Miss Islington (bot)
2024-01-05
1
-0/+2
*
[3.11] gh-80532: Do not set ipv6type when cross-compiling (GH-17956) (#113741)
Erlend E. Aasland
2024-01-05
1
-0/+1
*
[3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167)
Diego Russo
2024-01-05
1
-0/+1
*
[3.11] gh-113538: Don't error in stream reader protocol callback when task is...
Miss Islington (bot)
2024-01-04
1
-0/+5
*
[3.11] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unsta...
Ege Akman
2024-01-03
1
-0/+1
*
[3.11] gh-113602: Bail out when the parser tries to override existing errors ...
Miss Islington (bot)
2024-01-02
1
-0/+2
*
[3.11] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13...
Serhiy Storchaka
2024-01-01
1
-0/+2
*
[3.11] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...
Hugo van Kemenade
2023-12-31
3
-6/+6
*
[3.11] gh-113566: Fix asyncio segfault during interpreter finalization (#113578)
Guido van Rossum
2023-12-30
1
-0/+2
*
[3.11] gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` au...
Miss Islington (bot)
2023-12-29
1
-0/+2
*
[3.11] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...
Miss Islington (bot)
2023-12-28
1
-0/+2
*
[3.11] bpo-26791: Update shutil.move() to provide the same symlink move behav...
Miss Islington (bot)
2023-12-27
1
-0/+4
*
[3.11] gh-57795: IDLE: Enter the selected text when opening the "Replace" dia...
Miss Islington (bot)
2023-12-27
1
-0/+1
*
[3.11] bpo-36959: Fix error messages for invalid ISO format string in _strpti...
Serhiy Storchaka
2023-12-26
1
-0/+2
*
[3.11] gh-101778: Fix build error when there's a dangling symlink in the dire...
Ronald Oussoren
2023-12-26
1
-0/+2
*
[3.11] gh-106905: Use separate structs to track recursion depth in each PyAST...
Serhiy Storchaka
2023-12-25
1
-0/+7
*
[3.11] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...
Miss Islington (bot)
2023-12-25
1
-0/+3
*
[3.11] gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) (...
Miss Islington (bot)
2023-12-24
1
-0/+1
*
[3.11] gh-113028: Correctly memoize str in pickle when escapes added (GH-1134...
Miss Islington (bot)
2023-12-24
1
-0/+6
*
[3.11] gh-112559: Avoid unnecessary conversion attempts to enum_klass in sign...
Miss Islington (bot)
2023-12-24
1
-0/+3
*
[3.11] gh-74573: document that ndbm can silently corrupt databases on macOS (...
Miss Islington (bot)
2023-12-23
1
-0/+3
*
[3.11] gh-113188: Fix shutil.copymode() and shutil.copystat() on Windows (GH-...
Miss Islington (bot)
2023-12-23
1
-0/+6
*
[3.11] gh-65701: document that freeze doesn't work with framework builds on m...
Miss Islington (bot)
2023-12-22
1
-0/+2
*
[3.11] gh-112305: Fix check-clean-src to detect frozen_modules .h files. (GH-...
Miss Islington (bot)
2023-12-21
1
-0/+3
*
[3.11] GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (...
Miss Islington (bot)
2023-12-21
1
-0/+1
*
[3.11] gh-102362: Fix macOS version number in result of sysconfig.get_platfor...
Miss Islington (bot)
2023-12-19
1
-0/+3
*
[3.11] gh-101100: Fix Sphinx warnings in `library/ast.rst` (GH-113289) (#113291)
Hugo van Kemenade
2023-12-19
1
-1/+1
*
[3.11] gh-113269: IDLE - Fix test_editor hang (macOS) (GH-113271) (#113273)
Miss Islington (bot)
2023-12-19
1
-0/+1
*
[3.11] gh-113199: Make read1() and readline() of HTTPResponse close IO after ...
Miss Islington (bot)
2023-12-18
1
-0/+3
*
[3.11] gh-113246: Updated bundled pip to 23.3.2 (gh-113249) (#113254)
Stéphane Bidoul
2023-12-18
1
-0/+1
*
[3.11] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113194)
Miss Islington (bot)
2023-12-15
1
-0/+1
*
[3.11] gh-113009: Fix multiprocessing Process.terminate() on Windows (GH-1131...
Miss Islington (bot)
2023-12-15
1
-0/+5
*
[3.11] gh-61648: Detect line numbers of properties in doctests (GH-113161) (G...
Miss Islington (bot)
2023-12-15
1
-0/+1
*
[3.11] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)...
Serhiy Storchaka
2023-12-14
1
-0/+2
*
[3.11] bpo-40648: Test modes that file can get with chmod() on Windows (GH-20...
Miss Islington (bot)
2023-12-13
1
-0/+1
*
[3.11] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...
Hugo van Kemenade
2023-12-13
3
-8/+8
*
[3.11] gh-94606: Fix error when message with Unicode surrogate not surrogatee...
Miss Islington (bot)
2023-12-11
1
-0/+3
*
[3.11] gh-112898: warn about unsaved files when quitting IDLE on macOS (GH-11...
Miss Islington (bot)
2023-12-11
1
-0/+1
*
[3.11] gh-109980: Fix test_tarfile_vs_tar on macOS (GH-112905) (#112928)
Miss Islington (bot)
2023-12-10
1
-0/+2
*
[3.11] gh-79429: Ignore FileNotFoundError when remove a temporary directory i...
Miss Islington (bot)
2023-12-09
1
-0/+2
*
[3.11] gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS...
Miss Islington (bot)
2023-12-08
1
-0/+2
*
[3.11] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows...
Serhiy Storchaka
2023-12-07
1
-0/+2
*
[3.11] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-...
Serhiy Storchaka
2023-12-07
1
-0/+2
*
[3.11] gh-109981: Fix support.fd_count() on macOS 14 (GH-112797) (#112825)
Miss Islington (bot)
2023-12-07
1
-0/+3
*
[3.11] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112766)
Diego Russo
2023-12-06
1
-0/+1
*
[3.11] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid...
Miss Islington (bot)
2023-12-06
1
-0/+6
[prev]
[next]