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] bpo-36959: Fix error messages for invalid ISO format string in _strpti...
Miss Islington (bot)
2023-12-26
1
-0/+2
*
[3.12] gh-106905: Use separate structs to track recursion depth in each PyAST...
Serhiy Storchaka
2023-12-25
1
-0/+7
*
[3.12] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...
Miss Islington (bot)
2023-12-25
1
-0/+3
*
[3.12] gh-113407: Fix import of unittest.mock when CPython is built without d...
Miss Islington (bot)
2023-12-24
1
-0/+1
*
[3.12] gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) (...
Miss Islington (bot)
2023-12-24
1
-0/+1
*
[3.12] gh-113028: Correctly memoize str in pickle when escapes added (GH-1134...
Miss Islington (bot)
2023-12-24
1
-0/+6
*
[3.12] gh-111784: Fix two segfaults in the elementtree module (GH-113405) (GH...
Miss Islington (bot)
2023-12-24
1
-0/+5
*
[3.12] gh-112559: Avoid unnecessary conversion attempts to enum_klass in sign...
Miss Islington (bot)
2023-12-24
1
-0/+3
*
[3.12] gh-113297: Fix segfault in compiler for with statement with 19 context...
Irit Katriel
2023-12-23
1
-0/+1
*
[3.12] gh-74573: document that ndbm can silently corrupt databases on macOS (...
Miss Islington (bot)
2023-12-23
1
-0/+3
*
[3.12] gh-113188: Fix shutil.copymode() and shutil.copystat() on Windows (GH-...
Serhiy Storchaka
2023-12-23
1
-0/+6
*
[3.12] gh-65701: document that freeze doesn't work with framework builds on m...
Miss Islington (bot)
2023-12-22
1
-0/+2
*
[3.12] gh-112305: Fix check-clean-src to detect frozen_modules .h files. (GH-...
Miss Islington (bot)
2023-12-21
1
-0/+3
*
[3.12] GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (...
Miss Islington (bot)
2023-12-21
1
-0/+1
*
[3.12] gh-108269: Add CFBundleAllowMixedLocalizations to Info.plist on macOS ...
Miss Islington (bot)
2023-12-19
1
-0/+4
*
[3.12] gh-102362: Fix macOS version number in result of sysconfig.get_platfor...
Miss Islington (bot)
2023-12-19
1
-0/+3
*
[3.12] gh-101100: Fix Sphinx warnings in `library/ast.rst` (GH-113289) (#113290)
Hugo van Kemenade
2023-12-19
1
-1/+1
*
[3.12] gh-113269: IDLE - Fix test_editor hang (macOS) (GH-113271) (#113272)
Miss Islington (bot)
2023-12-19
1
-0/+1
*
[3.12] gh-113199: Make read1() and readline() of HTTPResponse close IO after ...
Miss Islington (bot)
2023-12-18
1
-0/+3
*
[3.12] gh-113246: Updated bundled pip to 23.3.2 (gh-113249) (#113253)
Stéphane Bidoul
2023-12-18
1
-0/+1
*
[3.12] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113193)
Miss Islington (bot)
2023-12-15
1
-0/+1
*
[3.12] gh-113009: Fix multiprocessing Process.terminate() on Windows (GH-1131...
Miss Islington (bot)
2023-12-15
1
-0/+5
*
[3.12] gh-61648: Detect line numbers of properties in doctests (GH-113161) (G...
Miss Islington (bot)
2023-12-15
1
-0/+1
*
[3.12] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)...
Serhiy Storchaka
2023-12-14
1
-0/+2
*
[3.12] gh-111049: Fix crash during garbage collection of the BytesIO buffer o...
Miss Islington (bot)
2023-12-14
1
-0/+2
*
[3.12] gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885) (#113068)
Miss Islington (bot)
2023-12-13
1
-0/+1
*
[3.12] bpo-40648: Test modes that file can get with chmod() on Windows (GH-20...
Miss Islington (bot)
2023-12-13
1
-0/+1
*
[3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...
Miss Islington (bot)
2023-12-13
5
-10/+10
*
[3.12] gh-94606: Fix error when message with Unicode surrogate not surrogatee...
Miss Islington (bot)
2023-12-11
1
-0/+3
*
[3.12] gh-112898: warn about unsaved files when quitting IDLE on macOS (GH-11...
Miss Islington (bot)
2023-12-11
1
-0/+1
*
[3.12] gh-112943: Correctly compute end offsets for multiline tokens in the t...
Pablo Galindo Salgado
2023-12-11
1
-0/+2
*
[3.12] gh-109980: Fix test_tarfile_vs_tar on macOS (GH-112905) (#112927)
Miss Islington (bot)
2023-12-10
1
-0/+2
*
[3.12] gh-110820: Disable test_signal.test_stress_modifying_handlers on macOS...
Ronald Oussoren
2023-12-09
1
-0/+3
*
[3.12] gh-79429: Ignore FileNotFoundError when remove a temporary directory i...
Serhiy Storchaka
2023-12-09
1
-0/+2
*
[3.12] gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS...
Miss Islington (bot)
2023-12-08
1
-0/+2
*
Python 3.12.1
v3.12.1
Thomas Wouters
2023-12-07
152
-356/+1594
*
[3.12] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows...
Miss Islington (bot)
2023-12-07
1
-0/+2
*
[3.12] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-...
Miss Islington (bot)
2023-12-07
1
-0/+2
*
[3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of â...
Victor Stinner
2023-12-07
1
-0/+1
*
[3.12] gh-109981: Fix support.fd_count() on macOS 14 (GH-112797) (#112824)
Miss Islington (bot)
2023-12-07
1
-0/+3
*
[3.12] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112767)
Diego Russo
2023-12-06
1
-0/+1
*
[3.12] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid...
Miss Islington (bot)
2023-12-06
1
-0/+6
*
[3.12] gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-...
Miss Islington (bot)
2023-12-05
1
-0/+3
*
[3.12] bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766) (GH-...
Miss Islington (bot)
2023-12-05
1
-0/+3
*
[3.12] bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` duri...
Miss Islington (bot)
2023-12-05
1
-0/+4
*
[3.12] gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[...
Miss Islington (bot)
2023-12-04
1
-0/+10
*
[3.12] gh-105967: Work around a macOS bug, limit zlib C library crc32 API cal...
Miss Islington (bot)
2023-12-04
1
-0/+4
*
[3.12] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...
Miss Islington (bot)
2023-12-04
1
-0/+4
*
[3.12] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...
Miss Islington (bot)
2023-12-04
1
-0/+2
*
[3.12] gh-112625: Protect bytearray from being freed by misbehaving iterator ...
Miss Islington (bot)
2023-12-04
1
-0/+1
[next]