Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
HEAD
286b512
gh-152470: Make wide-character curses functions work on a narrow build (GH-152476)
by Serhiy Storchaka
· 7 minutes ago
main
95bfaff
gh-152233: Make the curses cell API work without ncursesw (ПР-152466)
by Serhiy Storchaka
· 4 hours ago
c253f0c
gh-133031: Support non-ASCII characters in curses.textpad.Textbox (GH-152451)
by Serhiy Storchaka
· 4 hours ago
46d1809
gh-83274: Don't crash when a Tcl interpreter is deallocated in the wrong thread (GH-152323)
by Serhiy Storchaka
· 12 hours ago
8107c53
Provide a cross-reference to PEP 798 unpacking syntax (#152454)
by Raymond Hettinger
· 12 hours ago
0ed6711
gh-152332: Add the curses.term_attrs() function (GH-152333)
by Serhiy Storchaka
· 13 hours ago
003d362
gh-152415: Exercise curses non-ASCII tests under 8-bit locale encodings (GH-152416)
by Serhiy Storchaka
· 14 hours ago
87ac0bc
gh-152434: Fix async-aware Gecko collection (#152442)
by László Kiss Kollár
· 16 hours ago
860f8a5
gh-145306: Fix browser open after empty export (#150017)
by ivonastojanovic
· 17 hours ago
0f501b9
gh-146495: Improve `SyntaxError` message for `&&` and `||` operators (#150906)
by Aniket
· 17 hours ago
8cda6ae
gh-151613: Fix remote debugging frame cache ABA (#151614)
by Pablo Galindo Salgado
· 17 hours ago
876c06c
gh-152434: Block --async-aware with --binary (#152444)
by László Kiss Kollár
· 17 hours ago
a69d0fc
gh-151029: Fix sys.remote_exec() unable to find writable memory when libpython replaced on disk (#151032)
by Łukasz Langa
· 17 hours ago
219f7a9
gh-152391: Improve `test_interpreters.test_stress` test (#152396)
by sobolevn
· 19 hours ago
5733361
gh-152305: Fix `_pydatetime.time.strftime()` raising on year directives (#152306)
by tonghuaroot (童话)
· 19 hours ago
a9fa856
gh-151126: Sets missing exceptions in `tkinter` and `socket` modules initializations (#152418)
by sobolevn
· 19 hours ago
0a21a24
Docs: Fix incomplete sentence in `tp_itemsize` documentation (GH-152381)
by da-woods
· 20 hours ago
109c59e
gh-152402: Use `support.nomemtest` in `test_pyexpat` (#152403)
by sobolevn
· 20 hours ago
7bf63fa
gh-152275: Add integer overflow guards to the curses chtype and color-pair packing path (GH-152303)
by Serhiy Storchaka
· 21 hours ago
3fa72d5
gh-152260: Fix flaky curses test_scr_dump on macOS (GH-152390)
by Serhiy Storchaka
· 22 hours ago
4fd69ef
gh-70273: Document default class bindings in tkinter (GH-152389)
by Serhiy Storchaka
· 22 hours ago
ea7f64a
gh-82830: Improve tkinter messagebox docstrings and cursor documentation (GH-152380)
by Serhiy Storchaka
· 23 hours ago
93454fe
gh-152212: Reject a POSIX TZ footer with a missing std offset in pure-Python `zoneinfo` (#152213)
by tonghuaroot (童话)
· 24 hours ago
b3154aa
gh-127949: remove asyncio policy system (#150310)
by Kumar Aditya
· 26 hours ago
fd63e21
gh-87904: Report the public module name in curses types and exceptions (GH-152341)
by Serhiy Storchaka
· 27 hours ago
389e00f
gh-151678: Add more tests for tkinter.dnd (GH-152362)
by Serhiy Storchaka
· 27 hours ago
11b3943
gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363)
by Serhiy Storchaka
· 27 hours ago
1812162
Remove commented out code
by Jonathan Dung
· 34 hours ago
5c3555b
gh-38464: Make tkinter nametowidget() work with cloned menus (GH-152336)
by Serhiy Storchaka
· 35 hours ago
5fed5ce
gh-88758: Handle non-tkinter widgets in tkinter focus methods (GH-152337)
by Serhiy Storchaka
· 35 hours ago
8f4abfc
gh-152334: Add curses key-management functions (GH-152338)
by Serhiy Storchaka
· 35 hours ago
74272d4
IDLE: fix dedent() usage in htest (#152256)
by Inada Naoki
· 35 hours ago
1d6d33c
gh-152260: Fix test_scr_dump() on macOS (GH-152340)
by Serhiy Storchaka
· 35 hours ago
bbf7786
gh-80937: Fix memory leak in tkinter createcommand (GH-152294)
by Serhiy Storchaka
· 2 days ago
9626ef8
gh-152238: Revert gh-150490 and gh-152200. (gh-152232)
by Neil Schemenauer
· 2 days ago
5a549e8
gh-152235: Defer GC tracking in set.union and set.difference (gh-152290)
by Donghee Na
· 2 days ago
a85e73b
gh-152260: Add curses.scr_dump(), scr_restore(), scr_init() and scr_set() (GH-152261)
by Serhiy Storchaka
· 2 days ago
bf61794
gh-151776: Fix test_state_getters on terminals without insert/delete capability (GH-152304)
by Serhiy Storchaka
· 2 days ago
6713576
gh-98894: Skip test_dtrace when building without dtrace (#152239)
by stratakis
· 2 days ago
49d484e
gh-152258: Add curses.window.dupwin() (GH-152259)
by Serhiy Storchaka
· 2 days ago
3ffda34
gh-139145: Fix tkinter event loop in interactive mode (GH-152257)
by Serhiy Storchaka
· 2 days ago
588be7a
gh-152052: Fix misleading `json` error for `\uXXXX` escape at the end of input (#152053)
by tonghuaroot (童话)
· 2 days ago
1cbe460
gh-152236: Fix skips on `_testcapi.set_nomemory` tests (#152253)
by sobolevn
· 2 days ago
a87d24a
gh-152235: Defer GC tracking in more set operations (gh-152273)
by Donghee Na
· 2 days ago
5f17434
gh-121249: Soft deprecate F and D struct format types (#149346)
by Sergey B Kirpichev
· 2 days ago
05679f3
gh-151722: Defer GC tracking in frozendict.copy() (#152230)
by Victor Stinner
· 2 days ago
72cad14
gh-90533: Implement BytesIO.peek() (#150917)
by Marcel Martin
· 2 days ago
3ad66bf
gh-152156: Fix a crash in `interpeters.create` under limited memory conditions (#152163)
by sobolevn
· 2 days ago
f47acc7
gh-152246: Fix pure-Python `zoneinfo` accepting invalid seperators in POSIX TZ rules (#152247)
by tonghuaroot (童话)
· 2 days ago
55fe0e6
gh-152233: Add curses complexstr type and wide-character cell-array methods (GH-152262)
by Serhiy Storchaka
· 2 days ago
8eb6fb0
gh-95555: Allow a negated property as a character set member (GH-152245)
by Serhiy Storchaka
· 2 days ago
d91e103
gh-152100: Fuse set-operation character classes into a single charset (GH-152214)
by Serhiy Storchaka
· 2 days ago
8a01d28
gh-152233: Add curses complexchar type and wide-character cell reads (GH-152250)
by Serhiy Storchaka
· 2 days ago
285d96d
gh-152219: Add curses window attribute get/set methods and WA_* constants (GH-152221)
by Serhiy Storchaka
· 2 days ago
794b42f
gh-95555: Support Unicode property escapes \p{...} in regular expressions (GH-151969)
by Serhiy Storchaka
· 2 days ago
908f438
gh-152235: Defer GC tracking of set and frozenset to end of construction (gh-152237)
by Donghee Na
· 2 days ago
55bc312
gh-151722: Do not track the frozendict in the GC in _PyDict_FromKeys() (#152067)
by Victor Stinner
· 3 days ago
bef5706
gh-151593: Fix dead lock in PyDict insert_split_key() (#152200)
by Victor Stinner
· 3 days ago
7c81637
gh-151929: Add pythoninfo commands to Platforms/WASI (#152136)
by Victor Stinner
· 3 days ago
7676427
gh-151929: Add pythoninfo-build command to Platforms/emscripten (#152210)
by Victor Stinner
· 3 days ago
56ae0b8
gh-148825: Fix build error if specialization is disabled (#148826)
by Marc Mueller
· 3 days ago
11c241e
Don't require `_testcapi` for `test_code` (#152185)
by Shahar Naveh
· 3 days ago
6a82832
gh-152168: Don't skip `test_bigmem` if `_testcapi` is missing (#152171)
by Shahar Naveh
· 3 days ago
b6d89ed
gh-151929: Get uptime on BSD/macOS in pythoninfo (#152189)
by Victor Stinner
· 3 days ago
deeae2a
gh-127802: Schedule removal of legacy tkinter variable trace methods in 3.17 (GH-152012)
by Serhiy Storchaka
· 3 days ago
f991051
gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146)
by Victor Stinner
· 3 days ago
2b3ea68
gh-51067: Refactor duplicated logic in `zipfile` to `_read_local_file_header` helper (#152139)
by Danny Lin
· 3 days ago
a580029
gh-151126: Add missing `PyErr_NoMemory` in `_winapi.c` (#151588)
by Ivy Xu
· 3 days ago
a009328
gh-151126: Fix missing `PyErr_NoMemory` in `testinternalcapi.c` (#152177)
by sobolevn
· 3 days ago
6f9c76d
gh-152079: Fix `_datetime.fromisoformat()` mishandling a sub-second tz offset (#152087)
by tonghuaroot (童话)
· 3 days ago
05225aa
gh-151126: Fix missing memory errors in `_interpretersmodule.c` (#151624)
by stevens
· 3 days ago
a00464b
gh-152100: Move re compiler optimizations to Lib/re/_optimizer.py (GH-152154)
by Serhiy Storchaka
· 3 days ago
bd4bd3e
gh-152100: Support set operations in character classes (GH-152153)
by Serhiy Storchaka
· 3 days ago
a6c2d4a
gh-151763: Fix crash in `_interpqueues.create` on `MemoryError` (#152131)
by sobolevn
· 3 days ago
3db3bba
gh-151929: Get boot ID, machine ID and uptime in test.pythoninfo (#152127)
by Victor Stinner
· 3 days ago
b41dc4a
gh-152093: Fix test_tk_caret() on macOS (GH-152115)
by Serhiy Storchaka
· 4 days ago
1d55b37
gh-105895: Add `match` and `case` doc to `help()` (#152113)
by sobolevn
· 4 days ago
a52f428
gh-151776: Add curses state-query functions (GH-151778)
by Serhiy Storchaka
· 4 days ago
e0909f0
Add Jacob to CODEOWNERS for Infra/GHA/CI (#152112)
by Jacob Coffee
· 4 days ago
3cd4283
gh-151774: Add curses dynamic color-pair functions (GH-151775)
by Serhiy Storchaka
· 4 days ago
c7faa69
gh-86726: Improve the structure of the tkinter reference (GH-152109)
by Serhiy Storchaka
· 4 days ago
6c3da17
Re-raise unexpected exceptions instead of swallowing them in various tests (#152019)
by An Long
· 4 days ago
0fb82b4
gh-151955: Allow more ParamSpec and TypeVarTuple bounds (#151956)
by Jelle Zijlstra
· 4 days ago
ce8b81f
gh-151763: Fix NULL dereference in `os._path_normpath()` under OOM (#151779)
by Zain Nadeem
· 4 days ago
b35c379
gh-151485: Fix command quoting in subprocess.CalledProcessError.__str__ (#151486)
by Benjy Wiener
· 4 days ago
15696a6
gh-90949: Fix copy-paste typo in pyexpat capsule API initialization (#151147)
by Stan Ulbrych
· 4 days ago
28b63d3
`valgrind-python.supp`: Update suppression for readline leaks (#151783)
by Stan Ulbrych
· 4 days ago
1785f4b
gh-151496: Use process groups in TraceBackend in test_dtrace (#152039)
by stratakis
· 4 days ago
ff781d5
gh-152060: Fix `_pydatetime.fromisoformat()` raising `AssertionError` on invalid lengths (#152061)
by tonghuaroot (童话)
· 4 days ago
f7e5cdd
gh-151456: Document the show_jit parameter in dis (#151457)
by Shardul Deshpande
· 4 days ago
ad2cabf
gh-152020: Fix `asyncio.all_tasks()` loosing eager tasks on FT-build (#152022)
by Timofei
· 4 days ago
c613072
gh-151814: Fix unbounded memory growth from repeated empty writes to `io.TextIOWrapper` (#151817)
by Stan Ulbrych
· 4 days ago
22dd5b5
gh-151763: Fix possible crash on `CodeType` deallocation (#152034)
by sobolevn
· 4 days ago
ac023ea
gh-90092: Support multiple terminals in the curses module (GH-151748)
by Serhiy Storchaka
· 4 days ago
793f471
gh-151757: Fix curses wide-character tests in non-UTF-8 locales (GH-152062)
by Serhiy Storchaka
· 4 days ago
763cc22
gh-140550: Docs additions & fixups for PEP 793 (GH-151661)
by Petr Viktorin
· 4 days ago
21c4b73
gh-152056: Compile single-category character sets to a bare CATEGORY opcode (GH-152057)
by Pieter Eendebak
· 4 days ago
a46db4f
Capitalize first word in `unittest.mock.assert_*` docs and docstrings (#151951)
by Hans Yu
· 4 days ago
ee78d43
gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-152008)
by Serhiy Storchaka
· 4 days ago
560ff8e
gh-87904: Document curses classes (GH-151643)
by Serhiy Storchaka
· 4 days ago
Next »