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
*
bpo-41841: update idlelib News up to 3.10.0. (GH-30868)
Terry Jan Reedy
2022-01-25
1
-1/+31
*
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...
Eric V. Smith
2022-01-25
1
-0/+4
*
bpo-46431: improve error message on invalid calls to BaseExceptionGroup.__new...
Irit Katriel
2022-01-24
1
-1/+1
*
fixed flaky test (GH-30845)
Kumar Aditya
2022-01-24
1
-5/+7
*
bpo-46470: remove unused branch from `typing._remove_dups_flatten` (GH-30780)
Nikita Sobolev
2022-01-24
1
-2/+0
*
bpo-41906: Accept built filters in dictConfig (GH-30756)
Mario Corchero
2022-01-24
2
-1/+43
*
bpo-46422: use `dis.Positions` in `dis.Instruction` (GH-30716)
Nikita Sobolev
2022-01-24
2
-14/+19
*
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
Mark Shannon
2022-01-24
2
-2/+3
*
Improve grouper() recipe to demonstrate all forms of zip() (GH-30837)
Raymond Hettinger
2022-01-23
1
-6/+29
*
bpo-41403: Improve error message for invalid mock target (GH-30833)
Irit Katriel
2022-01-23
2
-5/+10
*
bpo-46103: Fix inspect.getmembers to only get __bases__ from class (GH-30147)
Weipeng Hong
2022-01-23
2
-13/+18
*
bpo-46481: Implement vectorcall for weakref.ref.__call__ method. (GH-30820)
Dong-hee Na
2022-01-23
1
-2/+2
*
bpo-46483: change `PurePath.__class_getitem__` to return `GenericAlias` (GH-3...
Nikita Sobolev
2022-01-23
2
-5/+11
*
bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4....
Jason R. Coombs
2022-01-23
1
-2/+2
*
bpo-45382: test.pythoninfo logs more Windows versions (GH-30817)
Victor Stinner
2022-01-23
1
-0/+39
*
This localization technique is no longer cost effective. (GH-30818)
Raymond Hettinger
2022-01-23
1
-12/+12
*
bpo-46474: Apply changes from importlib_metadata 4.10.0 (GH-30802)
Jason R. Coombs
2022-01-23
2
-28/+1
*
bpo-46425: Partially revert "bpo-46425: fix direct invocation of `test_import...
Jason R. Coombs
2022-01-23
10
-40/+22
*
bpo-46477: [Enum] ensure Flag subclasses have correct bitwise methods (GH-30816)
Ethan Furman
2022-01-23
2
-39/+48
*
Minor code rearrangement to group related methods together. (GH-30813)
Raymond Hettinger
2022-01-23
1
-40/+38
*
bpo-46417: Clear symtable identifiers at exit (GH-30809)
Victor Stinner
2022-01-22
1
-1/+4
*
bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801)
Nikita Sobolev
2022-01-22
1
-0/+2
*
bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)
Victor Stinner
2022-01-22
1
-12/+12
*
bpo-46126: Disable 'descriptions' when running tests internally. (GH-30194)
Jason R. Coombs
2022-01-22
1
-1/+5
*
bpo-46425: fix direct invocation of `test_fileutils` and `test_zoneinfo` (GH-...
Nikita Sobolev
2022-01-22
2
-3/+7
*
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev
2022-01-22
39
-61/+74
*
bpo-46425: use absolute imports in `test_sqlite3` (GH-30676)
Nikita Sobolev
2022-01-22
4
-6/+5
*
bpo-46425: fix direct invocation of `test_traceback` (GH-30746)
Nikita Sobolev
2022-01-22
1
-2/+3
*
bpo-46417: remove_subclass() clears tp_subclasses (GH-30793)
Victor Stinner
2022-01-22
1
-0/+17
*
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya
2022-01-22
6
-10/+25
*
fix DeprecationWarning when running asyncio tests (GH-30486)
Kumar Aditya
2022-01-22
1
-1/+1
*
bpo-46425: fix direct invocation of `asyncio` tests (#30725)
Nikita Sobolev
2022-01-22
6
-2/+25
*
bpo-46442: improve and rename testExceptionCleanupNames (GH-30758)
Yellow Dusk
2022-01-22
1
-2/+14
*
bpo-46445: Cover multiple inheritance of `TypedDict` in `test_typing` (GH-30719)
Nikita Sobolev
2022-01-21
1
-1/+87
*
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...
Weipeng Hong
2022-01-21
3
-2/+24
*
bpo-46124: Update zoneinfo to rely on importlib.resources traversable API. (G...
Jason R. Coombs
2022-01-21
2
-3/+3
*
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
Tom Sparrow
2022-01-21
2
-0/+24
*
bpo-46426: Improve tests for the dir_fd argument (GH-30668)
Serhiy Storchaka
2022-01-21
3
-230/+208
*
bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
andrei kulakov
2022-01-21
2
-1/+20
*
bpo-46425: Fix direct invocation of `test_contextlib` (GH-30681)
Nikita Sobolev
2022-01-21
1
-4/+10
*
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner
2022-01-21
1
-0/+10
*
bpo-46417: _testembed.c avoids Py_SetProgramName() (GH-30732)
Victor Stinner
2022-01-21
1
-1/+1
*
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner
2022-01-21
2
-0/+67
*
bpo-46080: fix argparse help generation exception in edge case (GH-30111)
Felix Fontein
2022-01-20
2
-3/+6
*
bpo-46441: Add a boilerplate to test syntax errors in interactive mode (GH-30...
Batuhan Taskaya
2022-01-20
1
-0/+33
*
bpo-46316: optimize `pathlib.Path.iterdir()` (GH-30501)
Barney Gale
2022-01-20
1
-3/+0
*
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes
2022-01-20
6
-5/+29
*
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon
2022-01-20
6
-13/+15
*
bpo-46437: remove useless `hasattr` from `test_typing` (#30704)
Nikita Sobolev
2022-01-19
1
-9/+7
*
bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAlias` (GH...
Nikita Sobolev
2022-01-19
1
-0/+8
[next]