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-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
Nikita Sobolev
2024-03-12
2
-11/+137
*
gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628)
Pablo Galindo Salgado
2024-03-12
1
-0/+25
*
gh-89547: Support for nesting special forms like Final (#116096)
Mehdi Drissi
2024-03-12
2
-14/+30
*
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...
Guido van Rossum
2024-03-12
5
-119/+20
*
gh-116600: [Enum] fix global Flag repr (GH-116615)
Ethan Furman
2024-03-11
2
-1/+3
*
gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)
Tian Gao
2024-03-11
2
-96/+100
*
gh-116040: [Enum] fix test_empty_names test (GH-116508)
Ethan Furman
2024-03-11
2
-14/+8
*
gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (#116423)
Malcolm Smith
2024-03-11
1
-18/+7
*
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team)
2024-03-11
5
-20/+119
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
19
-52/+58
*
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers
2024-03-11
4
-1/+50
*
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
Victor Stinner
2024-03-11
3
-31/+31
*
gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409)
Serhiy Storchaka
2024-03-11
1
-38/+17
*
gh-116417: Argument Clinic: test generated Limited C API code for float args ...
Erlend E. Aasland
2024-03-11
1
-2/+56
*
gh-116057: Use relative recursion limits when testing os.walk() and Path.walk...
Malcolm Smith
2024-03-10
2
-5/+5
*
gh-115142: Skip ``test__xxsubinterpreters`` if ``_testinternalcapi`` is not a...
Kirill Podoprigora
2024-03-09
1
-1/+1
*
gh-75988: Fix issues with autospec ignoring wrapped object (#115223)
infohash
2024-03-08
2
-2/+78
*
Replace stat.ST_xxx usage with os.stat().st_xxx (#116501)
Victor Stinner
2024-03-08
3
-27/+40
*
gh-116493: Remove old Python 2.x _winreg imports from platform.py (GH-116494)
Nikita Sobolev
2024-03-08
1
-8/+2
*
gh-116349: Deprecate `platform.java_ver` function (#116471)
Nikita Sobolev
2024-03-08
2
-4/+10
*
gh-116485: Fixed the typo (#116486)
Varun Gole
2024-03-08
1
-1/+1
*
gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardin...
Ethan Furman
2024-03-07
2
-4/+34
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
3
-25/+42
*
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Ken Jin
2024-03-07
1
-43/+37
*
gh-115421: Test that our Makefile has all needed test folders (GH-115813)
Nikita Sobolev
2024-03-07
1
-0/+64
*
gh-109653: Reduce import overhead of uuid module on Linux (#115160)
Shantanu
2024-03-06
1
-1/+4
*
gh-107361: strengthen default SSL context flags (#112389)
William Woodruff
2024-03-06
22
-1066/+1145
*
gh-88118: Fix some test_multiprocessing flakiness. (#116434)
Gregory P. Smith
2024-03-06
1
-5/+10
*
gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)
Jason Zhang
2024-03-06
2
-16/+28
*
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin
2024-03-06
3
-37/+53
*
gh-116143: Fix race condition in pydoc _start_server (#116144)
Itamar Oren
2024-03-06
1
-3/+4
*
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)
Prince Roshan
2024-03-06
2
-0/+40
*
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Victor Stinner
2024-03-06
3
-151/+163
*
gh-116112: Fix `ResourceWarning` in `test_asyncio.test_stream` (#116371)
Nikita Sobolev
2024-03-05
1
-0/+1
*
gh-109653: Just import `recursive_repr` in `dataclasses` (gh-109822)
Nikita Sobolev
2024-03-05
1
-23/+3
*
chore: fix typos (#116345)
cui fliter
2024-03-05
6
-7/+7
*
gh-76785: Minor Improvements to "interpreters" Module (gh-116328)
Eric Snow
2024-03-05
6
-20/+122
*
gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)
Serhiy Storchaka
2024-03-05
2
-26/+61
*
gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII char...
Serhiy Storchaka
2024-03-05
3
-2/+17
*
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
Mark Shannon
2024-03-05
1
-2/+4
*
gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with em...
Nikita Sobolev
2024-03-05
2
-1/+7
*
gh-112087: Make list_{slice, ass_slice, subscript} to be threadsafe (gh-116233)
Donghee Na
2024-03-05
1
-0/+5
*
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...
Eric Snow
2024-03-04
4
-7/+41
*
gh-57141: Add dircmp shallow option (GH-109499)
Tobias Rautenkranz
2024-03-04
2
-29/+110
*
gh-115832: Fix instrumentation version mismatch during interpreter shutdown (...
Brett Simmers
2024-03-04
2
-1/+41
*
gh-115256: Remove refcycles from tarfile writing (GH-115257)
pan324
2024-03-04
1
-2/+20
*
gh-114258: Argument Clinic: refactor getset implementation (#116170)
Erlend E. Aasland
2024-03-04
2
-10/+8
*
pathlib ABCs: follow all symlinks in `PathBase.glob()` (#116293)
Barney Gale
2024-03-04
2
-39/+34
*
gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812)
Serhiy Storchaka
2024-03-03
2
-36/+52
*
gh-85644: webbrowser: Use $XDG_CURRENT_DESKTOP to check desktop (GH-21731)
Marco Trevisan
2024-03-02
1
-3/+9
[next]