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
*
gh-95376: Add test for names containing null (#GH-5394)
Sion Kang
2022-08-06
1
-0/+2
*
gh-95395: Add argument type error test (GH-95412)
Sion Kang
2022-08-06
1
-1/+3
*
Fix typo in test_dataclasses.py (gh-95735)
da-woods
2022-08-06
1
-2/+2
*
gh-93243: Make smtpd private before porting its users (GH-93246)
Oleg Iarygin
2022-08-06
5
-1036/+9
*
gh-86943: implement `pathlib.WindowsPath.is_mount()` (GH-31458)
Barney Gale
2022-08-05
2
-23/+7
*
gh-95251: IDLE - Add What's New section to README (#95688)
Terry Jan Reedy
2022-08-05
1
-2/+23
*
gh-89362: Doc IDLE menu and search (#95697)
Terry Jan Reedy
2022-08-05
1
-15/+27
*
Update the magic number in test_util.py (#95714)
Pablo Galindo Salgado
2022-08-05
1
-1/+1
*
gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)
Fantix King
2022-08-05
1
-7/+12
*
gh-95573: Fix a mistake in asyncio ssl tests suppressing all logs (#95687)
Fantix King
2022-08-05
1
-1/+11
*
gh-65802: IDLE - explain SaveAs and extensions (#95690)
Terry Jan Reedy
2022-08-05
1
-0/+2
*
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
Eric Snow
2022-08-05
1
-1/+1
*
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...
Barry Warsaw
2022-08-05
9
-150/+6
*
Fix links to old SF bugs (#95648)
Serhiy Storchaka
2022-08-04
14
-16/+16
*
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...
Petr Viktorin
2022-08-04
1
-1/+63
*
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
Petr Viktorin
2022-08-04
1
-0/+29
*
GH-95289: Always call uncancel() when parent cancellation is requested (#95602)
Kumar Aditya
2022-08-04
2
-9/+41
*
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ...
Łukasz Langa
2022-08-04
2
-14/+2
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-95638: Update idlelib README file and menu lists (#95639)
Terry Jan Reedy
2022-08-04
1
-50/+59
*
gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)
Miro Hrončok
2022-08-03
1
-1/+30
*
gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...
Steve Dower
2022-08-03
1
-8/+45
*
gh-95597: Fix typo in Lib directory files (#95599)
Jo, Yunjin
2022-08-03
2
-2/+2
*
gh-95609: update bundled pip to 22.2.2 (gh-95610)
Stéphane Bidoul
2022-08-03
2
-1/+1
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596)
Mark Shannon
2022-08-03
1
-0/+19
*
gh-83270: Update IDLE's credits (#95528)
Erlend Egeberg Aasland
2022-08-02
1
-1/+11
*
gh-95191: IDLE: Include prompts when saving Shell #95554
Terry Jan Reedy
2022-08-02
4
-24/+42
*
GH-95150: Use position and exception tables for code hashing and equality (GH...
Brandt Bucher
2022-08-01
3
-4/+47
*
gh-91447: Fix findtext to only give an empty string on None (GH-91486)
Eugene Triguba
2022-08-01
2
-1/+17
*
gh-95173: Add a regression test for sorting tuples containing None (#95464)
Jacob Walls
2022-08-01
1
-0/+6
*
gh-77617: Add sqlite3 command-line interface (#95026)
Erlend Egeberg Aasland
2022-08-01
2
-0/+252
*
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)
Terry Jan Reedy
2022-08-01
3
-15/+17
*
IDLE: Fix docs URL in the About window (#28417)
Serhiy Storchaka
2022-07-31
1
-2/+3
*
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...
Pablo Galindo Salgado
2022-07-31
3
-25/+15
*
gh-95471: IDLE - Tweak Edit menu (#95481)
Terry Jan Reedy
2022-07-31
2
-1/+6
*
gh-90654: IDLE - Insert blank line in NEWS.txt (#95478)
Terry Jan Reedy
2022-07-30
1
-0/+1
*
gh-95454: Replace truthy/falsy with true/false (GH-95456)
Robert O'Shea
2022-07-30
2
-8/+8
*
gh-94938: Fix test (GH-95396)
Serhiy Storchaka
2022-07-30
1
-5/+0
*
gh-95411: IDLE - Enable using the module browser with .pyw files (#95397)
Erlend Egeberg Aasland
2022-07-30
3
-9/+30
*
gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393)
Erlend Egeberg Aasland
2022-07-28
1
-0/+2
*
gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...
Raghunandan Bhat
2022-07-28
1
-0/+13
*
Fix misused variable that was preventing permutations of classes from being t...
Jingxuan He
2022-07-28
1
-1/+1
*
gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...
Steve Dower
2022-07-28
1
-1/+1
*
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)
Kumar Aditya
2022-07-28
2
-6/+54
*
gh-95166: cancel map waited on future on timeout (GH-95169)
Thomas Grainger
2022-07-28
2
-2/+41
*
gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)
Serhiy Storchaka
2022-07-28
2
-0/+52
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
3
-3/+5
*
gh-95339: update bundled pip to 22.2.1 (gh-95340)
Stéphane Bidoul
2022-07-27
2
-1/+1
*
gh-93963: Remove usage of deprecated interface from importlib.abc. (#95217)
Jason R. Coombs
2022-07-27
2
-2/+2
*
gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)
Christian Heimes
2022-07-27
1
-2/+14
[next]