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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPoli...
Miss Islington (bot)
2024-01-26
2
-1/+25
*
gh-114561: Mark some tests in `test_wincosoleio` with `requires_resource('con...
Miss Islington (bot)
2024-01-25
1
-1/+4
*
[3.11] gh-77465: Increase test coverage for the numbers module (GH-111738) (G...
Miss Islington (bot)
2024-01-25
1
-1/+157
*
[3.11] gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to...
Miss Islington (bot)
2024-01-24
1
-0/+1
*
[3.11] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)...
Miss Islington (bot)
2024-01-23
1
-10/+17
*
[3.11] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-...
Miss Islington (bot)
2024-01-22
2
-2/+8
*
[3.11] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_s...
Miss Islington (bot)
2024-01-22
1
-3/+17
*
[3.11] gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI bui...
Miss Islington (bot)
2024-01-22
1
-202/+208
*
[3.11] gh-111803: Make test_deep_nesting from test_plistlib more strict (GH-1...
Miss Islington (bot)
2024-01-22
1
-2/+3
*
[3.11] gh-102512: Turn _DummyThread into _MainThread after os.fork() called f...
Serhiy Storchaka
2024-01-22
2
-11/+96
*
[3.11] gh-114241: Fix and improve the ftplib CLI (GH-114242) (GH-114405)
Miss Islington (bot)
2024-01-21
1
-10/+17
*
[3.11] gh-113358: Fix rendering tracebacks with exceptions with a broken __ge...
Jérome Perrin
2024-01-19
2
-1/+20
*
[3.11] gh-108303: Move all doctest related files and tests to `Lib/test/test_...
Nikita Sobolev
2024-01-19
16
-117/+151
*
[3.11] gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350) (GH...
Miss Islington (bot)
2024-01-18
1
-1/+1
*
[3.11] gh-113205: test_multiprocessing.test_terminate: Shorter sleep for thre...
Miss Islington (bot)
2024-01-18
1
-1/+9
*
[3.11] gh-104522: Fix test_subprocess failure when build Python in the root h...
Miss Islington (bot)
2024-01-18
1
-8/+7
*
[3.11] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (GH-11...
Serhiy Storchaka
2024-01-18
2
-7/+14
*
[3.11] gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' ...
Miss Islington (bot)
2024-01-18
7
-42/+44
*
[3.11] gh-38807: Fix race condition in Lib/trace.py (GH-110143) (GH-114207)
Miss Islington (bot)
2024-01-17
1
-2/+1
*
[3.11] gh-105102: Fix nested unions in structures when the system byteorder i...
Serhiy Storchaka
2024-01-17
2
-2/+21
*
[3.11] gh-70835: Clarify error message for CSV file opened with wrong newline...
Miss Islington (bot)
2024-01-17
1
-7/+12
*
[3.11] gh-104282: Fix null pointer dereference in `lzma._decode_filter_proper...
Miss Islington (bot)
2024-01-17
1
-0/+8
*
[3.11] gh-72284: Revise lists in IDLE doc (GH-114174) (#114176)
Miss Islington (bot)
2024-01-17
2
-38/+31
*
[3.11] gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (GH-11...
Miss Islington (bot)
2024-01-17
1
-1/+1
*
[3.11] gh-113659: Skip hidden .pth files (GH-113660) (GH-114144)
Miss Islington (bot)
2024-01-16
2
-1/+51
*
[3.11] Fix 'expresion' typo in IDLE doc (GH-114130) (#114140)
Miss Islington (bot)
2024-01-16
1
-48/+71
*
[3.11] gh-114107: test.pythoninfo logs Windows Developer Mode (GH-114121) (#1...
Miss Islington (bot)
2024-01-16
1
-16/+44
*
[3.11] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2Gi...
Miss Islington (bot)
2024-01-16
1
-1/+1
*
[3.11] gh-101225: Increase the socket backlog when creating a multiprocessing...
Miss Islington (bot)
2024-01-14
2
-2/+2
*
[3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...
Alois Klink
2024-01-14
4
-0/+16
*
[3.11] gh-114014: Update `fractions.Fraction()`'s rational parsing regex (GH-...
Mark Dickinson
2024-01-13
2
-10/+34
*
[3.11] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-113832)
Miss Islington (bot)
2024-01-12
1
-2/+2
*
[3.11] gh-113903: Fix an IDLE configdialog test (GH-113973) (#113975)
Miss Islington (bot)
2024-01-12
2
-16/+15
*
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Steve Dower
2024-01-11
1
-2/+4
*
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)
Miss Islington (bot)
2024-01-11
1
-0/+46
*
[3.11] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (...
Miss Islington (bot)
2024-01-11
2
-0/+72
*
[3.11] gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730) (GH-...
Miss Islington (bot)
2024-01-10
2
-0/+46
*
[3.11] gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-1...
Miss Islington (bot)
2024-01-10
2
-0/+14
*
[3.11] gh-113781: Silence AttributeError in warning module during Python fina...
Miss Islington (bot)
2024-01-09
1
-3/+4
*
[3.11] gh-74678: Increase base64 test coverage (GH-21913) (GH-113810)
Miss Islington (bot)
2024-01-08
1
-0/+3
*
[3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri...
Miss Islington (bot)
2024-01-08
2
-4/+14
*
[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
4
-20/+25
*
[3.11] gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-1136...
Miss Islington (bot)
2024-01-05
2
-13/+28
*
[3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167)
Diego Russo
2024-01-05
1
-148/+84
*
[3.11] gh-113538: Don't error in stream reader protocol callback when task is...
Miss Islington (bot)
2024-01-04
2
-7/+16
*
[3.11] gh-113628: Fix test_site test with long stdlib paths (GH-113640) (#113...
Miss Islington (bot)
2024-01-03
1
-22/+21
*
[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/+63
*
[3.11] gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` au...
Miss Islington (bot)
2023-12-29
1
-0/+1
*
[3.11] gh-57795: Add news to idlelib/News3.txt (GH-113522) (#113524)
Miss Islington (bot)
2023-12-27
1
-0/+4
[next]