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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379)
Miss Islington (bot)
2022-02-17
2
-0/+5
*
[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-...
Mark Shannon
2022-02-16
1
-0/+2
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Miss Islington (bot)
2022-02-16
1
-0/+2
*
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...
Miss Islington (bot)
2022-02-14
1
-0/+3
*
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Terry Jan Reedy
2022-02-13
1
-0/+2
*
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...
Miss Islington (bot)
2022-02-12
1
-0/+5
*
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
Miss Islington (bot)
2022-02-11
1
-0/+1
*
[3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-3069...
Petr Viktorin
2022-02-11
1
-0/+2
*
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
Miss Islington (bot)
2022-02-11
1
-0/+2
*
[3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_as...
Andrew Svetlov
2022-02-10
1
-0/+2
*
[3.10] bpo-46707: Avoid potential exponential backtracking in some syntax err...
Pablo Galindo Salgado
2022-02-10
1
-0/+2
*
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
Miss Islington (bot)
2022-02-09
1
-0/+1
*
bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...
Miss Islington (bot)
2022-02-08
1
-0/+3
*
[3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (G...
Pablo Galindo Salgado
2022-02-08
1
-0/+2
*
[3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-3120...
Gregory Beauregard
2022-02-08
1
-0/+1
*
bpo-46638: Makes registry virtualisation setting stable when building MSIX pa...
Miss Islington (bot)
2022-02-07
1
-0/+4
*
[3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). ...
Gregory Beauregard
2022-02-07
1
-0/+1
*
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
Miss Islington (bot)
2022-02-07
1
-0/+1
*
bpo-14916: use specified tokenizer fd for file input (GH-31006)
Miss Islington (bot)
2022-02-03
1
-0/+1
*
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
Miss Islington (bot)
2022-02-03
1
-0/+1
*
bpo-45773: Remove invalid peephole optimizations (GH-31066)
Miss Islington (bot)
2022-02-03
1
-0/+1
*
[3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_ge...
Gregory P. Smith
2022-02-03
1
-0/+3
*
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...
Miss Islington (bot)
2022-02-02
1
-0/+2
*
[3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-...
Hugo van Kemenade
2022-02-02
1
-0/+1
*
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
Miss Islington (bot)
2022-02-02
1
-0/+2
*
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Miss Islington (bot)
2022-02-02
1
-0/+1
*
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports...
Miss Islington (bot)
2022-02-01
1
-0/+1
*
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057)
Ned Deily
2022-02-01
1
-0/+1
*
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
Miss Islington (bot)
2022-01-31
1
-0/+2
*
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the...
Kumar Aditya
2022-01-29
1
-0/+1
*
bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)
Steve Dower
2022-01-28
1
-0/+1
*
bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
Miss Islington (bot)
2022-01-28
1
-0/+2
*
bpo-46539: Pass status of special typeforms to forward references (GH-30926)
Miss Islington (bot)
2022-01-27
1
-0/+1
*
[3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cac...
Petr Viktorin
2022-01-27
1
-0/+5
*
bpo-44791: Fix substitution of ParamSpec in Concatenate with different parame...
Miss Islington (bot)
2022-01-27
1
-0/+5
*
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)
Miss Islington (bot)
2022-01-27
1
-0/+4
*
bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)
Miss Islington (bot)
2022-01-26
1
-0/+2
*
[3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (G...
Christian Heimes
2022-01-26
1
-0/+2
*
[3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines...
Pablo Galindo Salgado
2022-01-25
1
-0/+2
*
bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)
Miss Islington (bot)
2022-01-25
1
-0/+1
*
bpo-41841: update idlelib News up to 3.10.0. (GH-30868) (GH-30870)
Miss Islington (bot)
2022-01-25
2
-2/+3
*
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...
Miss Islington (bot)
2022-01-25
1
-0/+1
*
bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834)
Irit Katriel
2022-01-23
1
-0/+3
*
[3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_meta...
Jason R. Coombs
2022-01-23
1
-0/+2
*
[3.10] bpo-46240: Correct the error for unclosed parentheses when the tokeniz...
Pablo Galindo Salgado
2022-01-23
1
-0/+3
*
bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424)
Miss Islington (bot)
2022-01-23
1
-0/+4
*
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...
Miss Islington (bot)
2022-01-22
1
-0/+3
*
bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30789)
Miss Islington (bot)
2022-01-22
1
-0/+5
*
[3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)...
Miss Islington (bot)
2022-01-22
1
-0/+1
*
bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...
Miss Islington (bot)
2022-01-21
1
-0/+2
[next]