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
*
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
Miss Islington (bot)
2022-03-08
1
-0/+2
*
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
Miss Islington (bot)
2022-03-07
1
-0/+1
*
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...
Steve Dower
2022-03-07
1
-0/+2
*
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...
Steve Dower
2022-03-07
1
-0/+2
*
[3.10] bpo-46940: Don't override existing AttributeError suggestion informati...
Pablo Galindo Salgado
2022-03-07
1
-0/+2
*
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
Miss Islington (bot)
2022-03-07
2
-0/+3
*
bpo-14156: Make argparse.FileType work correctly for binary file modes when a...
Miss Islington (bot)
2022-03-06
1
-0/+4
*
[3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (...
Victor Stinner
2022-03-04
1
-0/+3
*
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
Miss Islington (bot)
2022-03-03
1
-0/+1
*
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) ...
Victor Stinner
2022-02-25
1
-0/+3
*
bpo-46756: Fix authorization check in urllib.request (GH-31353)
Miss Islington (bot)
2022-02-25
1
-0/+5
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...
Miss Islington (bot)
2022-02-23
1
-0/+2
*
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
Miss Islington (bot)
2022-02-23
1
-0/+1
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Miss Islington (bot)
2022-02-22
1
-0/+1
*
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31...
Miss Islington (bot)
2022-02-22
1
-0/+3
*
[3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473)
Miss Islington (bot)
2022-02-21
1
-0/+2
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472)
Miss Islington (bot)
2022-02-21
1
-0/+1
*
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
Miss Islington (bot)
2022-02-21
1
-0/+2
*
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...
Miss Islington (bot)
2022-02-21
2
-0/+3
*
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)...
Miss Islington (bot)
2022-02-20
1
-0/+1
*
[3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based meth...
Andrew Svetlov
2022-02-20
1
-0/+2
*
[3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-3139...
Gregory P. Smith
2022-02-19
1
-0/+1
*
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296)
Dong-hee Na
2022-02-17
1
-0/+1
*
[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
[next]