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] bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` duri...
Miss Islington (bot)
2023-12-05
1
-0/+4
*
Merge remote-tracking branch 'upstream/3.11' into 3.11
Pablo Galindo
2023-12-04
1
-0/+4
|
\
|
*
[3.11] gh-105967: Work around a macOS bug, limit zlib C library crc32 API cal...
Miss Islington (bot)
2023-12-04
1
-0/+4
*
|
Python 3.11.7
v3.11.7
Pablo Galindo
2023-12-04
79
-161/+795
|
/
*
[3.11] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...
Miss Islington (bot)
2023-12-04
1
-0/+4
*
[3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...
Miss Islington (bot)
2023-12-04
1
-0/+2
*
[3.11] gh-112625: Protect bytearray from being freed by misbehaving iterator ...
Miss Islington (bot)
2023-12-04
1
-0/+1
*
[3.11] [3.12] gh-112618: Make Annotated cache typed (GH-112619) (GH-112628) (...
Miss Islington (bot)
2023-12-03
1
-0/+2
*
[3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (...
Alexey Izbyshev
2023-12-01
1
-0/+2
*
[3.11] gh-112509: Fix keys being present in both required_keys and optional_k...
Miss Islington (bot)
2023-11-29
1
-0/+3
*
[3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488)
Miss Islington (bot)
2023-11-28
1
-0/+1
*
[3.11] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111...
Miss Islington (bot)
2023-11-27
1
-0/+4
*
[3.11] gh-112387: Fix error positions for decoded strings with backwards toke...
Miss Islington (bot)
2023-11-27
1
-0/+2
*
[3.11] gh-112388: Fix an error that was causing the parser to try to overwrit...
Miss Islington (bot)
2023-11-27
1
-0/+2
*
[3.11] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH...
Serhiy Storchaka
2023-11-27
1
-0/+2
*
[3.11] gh-112438: Fix support of format units with the "e" prefix in nested t...
Serhiy Storchaka
2023-11-27
1
-0/+2
*
[3.11] gh-84443: SSLSocket.recv_into() now support buffer protocol with items...
Serhiy Storchaka
2023-11-27
1
-0/+2
*
[3.11] 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.11] gh-110950: add upstream Tk fixes to macOS installer. (GH-111041) (#112...
Miss Islington (bot)
2023-11-21
3
-0/+8
*
[3.11] gh-109538: Catch closed loop runtime error and issue warning (GH-11198...
DPR
2023-11-20
1
-0/+1
*
[3.11] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__...
Nikita Sobolev
2023-11-20
1
-0/+2
*
[3.11] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-...
Miss Islington (bot)
2023-11-19
1
-0/+1
*
[3.11] gh-79871: IDLE - Fix and test debugger module (GH-11451) (#112257)
Miss Islington (bot)
2023-11-19
1
-0/+4
*
[3.11] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-...
Miss Islington (bot)
2023-11-15
2
-0/+4
*
[3.11] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Wind...
Miss Islington (bot)
2023-11-11
1
-0/+2
*
[3.11] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111...
Miss Islington (bot)
2023-11-10
1
-0/+1
*
gh-111356: io: Add missing documented objects to io.__all__ (GH-111370)
Miss Islington (bot)
2023-11-10
1
-0/+1
*
[3.11] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111920)
Brett Cannon
2023-11-09
1
-0/+2
*
[3.11] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 co… (gh-...
Donghee Na
2023-11-06
1
-0/+1
*
[3.11] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classe...
Miss Islington (bot)
2023-11-04
1
-0/+1
*
[3.11] [3.12] GH-110894: Call loop exception handler for exceptions in client...
Miss Islington (bot)
2023-11-04
1
-0/+1
*
[3.11] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (...
Miss Islington (bot)
2023-11-01
1
-0/+3
*
[3.11] gh-109181: Speed up Traceback object creation by lazily compute the li...
Pablo Galindo Salgado
2023-10-31
1
-0/+2
*
[3.11] gh-111366: Correctly show custom syntax error messages in the codeop m...
Pablo Galindo Salgado
2023-10-31
1
-0/+3
*
[3.11] gh-111380: Show SyntaxWarnings only once when parsing if invalid synta...
Miss Islington (bot)
2023-10-31
1
-0/+2
*
[3.11] gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all()...
Miss Islington (bot)
2023-10-31
1
-0/+2
*
[3.11] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...
Hugo van Kemenade
2023-10-27
1
-0/+1
*
[3.11] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#1...
Pablo Galindo Salgado
2023-10-27
1
-0/+3
*
[3.11] GH-94438: Restore ability to jump over None tests (GH-111338)
Savannah Ostrowski
2023-10-25
2
-0/+2
*
[3.11] [3.12] gh-111165: Move test running code from test.support to libregrt...
Serhiy Storchaka
2023-10-25
1
-0/+2
*
[3.11] gh-111309: Use unittest to collect and run distutils tests (GH-111311)
Serhiy Storchaka
2023-10-25
1
-0/+1
*
[3.11] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesI...
Miss Islington (bot)
2023-10-25
1
-0/+2
*
[3.11] gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) (GH-111190)
Miss Islington (bot)
2023-10-22
1
-0/+1
*
[3.11] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...
Miss Islington (bot)
2023-10-21
1
-0/+3
*
[3.11] gh-111159: Fix `doctest` output comparison for exceptions with notes (...
Miss Islington (bot)
2023-10-21
1
-0/+1
*
[3.11] gh-110918: regrtest: allow to intermix --match and --ignore options (G...
Serhiy Storchaka
2023-10-21
1
-0/+4
*
[3.11] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111153)
Miss Islington (bot)
2023-10-21
1
-0/+2
*
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
Miss Islington (bot)
2023-10-20
1
-0/+1
*
[3.11] gh-111092: Make turtledemo run without default root enabled (GH-111093...
Miss Islington (bot)
2023-10-20
1
-0/+1
*
[3.11] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...
Miss Islington (bot)
2023-10-19
1
-1/+1
[next]