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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917)
Christian Heimes
2022-03-15
8
-15/+16
*
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...
Miss Islington (bot)
2022-03-15
3
-6/+12
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Miss Islington (bot)
2022-03-15
3
-1/+10
*
But Add missing newline to NEWS entry (GH-31893)
Miss Islington (bot)
2022-03-15
1
-1/+1
*
bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
Miss Islington (bot)
2022-03-14
2
-3/+4
*
bpo-31415: importtime was made by Inada Naoki (GH-31875)
Miss Islington (bot)
2022-03-14
1
-1/+1
*
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881)
Ned Deily
2022-03-14
4
-3/+1
*
[3.9] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (G...
Miss Islington (bot)
2022-03-14
1
-1/+2
*
[3.9] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-...
Illia Volochii
2022-03-14
1
-1/+6
*
[3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)
Jason R. Coombs
2022-03-13
4
-2/+26
*
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855)
Ned Deily
2022-03-13
4
-1/+3
*
[3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850)
Miss Islington (bot)
2022-03-13
4
-1/+2
*
[3.9] bpo-46677: Add examples of inheritance and attributes to `TypedDict` do...
Charlie Zhao
2022-03-12
1
-12/+106
*
[3.9] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31807)
Jelle Zijlstra
2022-03-12
2
-7/+7
*
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31831)
Victor Stinner
2022-03-11
5
-8/+30
*
bpo-31327: Update time documentation to reflect possible errors (GH-31460)
Miss Islington (bot)
2022-03-11
1
-0/+6
*
[3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH...
Jelle Zijlstra
2022-03-10
7
-12/+6
*
[3.9] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31778)
Jelle Zijlstra
2022-03-09
2
-5/+5
*
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped ...
Irit Katriel
2022-03-08
3
-14/+95
*
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
Miss Islington (bot)
2022-03-08
2
-1/+3
*
Removed confusing reference to sys (GH-31638)
Miss Islington (bot)
2022-03-08
1
-3/+3
*
[3.9] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-...
Erlend Egeberg Aasland
2022-03-08
4
-23/+22
*
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
Miss Islington (bot)
2022-03-08
3
-1/+19
*
Removed ambiguity in __init_subclass__ docs (GH-31540)
Miss Islington (bot)
2022-03-08
1
-1/+1
*
docs: Don't use code formatting for emphasis (GH-30519)
Miss Islington (bot)
2022-03-08
1
-1/+1
*
bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
Miss Islington (bot)
2022-03-08
1
-0/+4
*
bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29...
Miss Islington (bot)
2022-03-08
1
-20/+30
*
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
Miss Islington (bot)
2022-03-07
3
-14/+156
*
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...
Steve Dower
2022-03-07
4
-3/+5
*
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...
Steve Dower
2022-03-07
11
-4/+26
*
[3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-316...
Miss Islington (bot)
2022-03-07
4
-7/+20
*
Lib/typing.py copy edits originating from GH-31061 (GH-31684)
Miss Islington (bot)
2022-03-05
1
-3/+3
*
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
Miss Islington (bot)
2022-03-04
4
-13/+8
*
bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-3167...
Victor Stinner
2022-03-04
4
-12/+43
*
bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter ...
Miss Islington (bot)
2022-03-03
1
-5/+3
*
bpo-46831: Update __build_class__ comment (GH-31522)
Miss Islington (bot)
2022-03-03
1
-3/+2
*
bpo-21910: Clarify docs for codecs writelines method (GH-31245)
Miss Islington (bot)
2022-03-03
1
-2/+3
*
[3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634)...
Victor Stinner
2022-03-02
14
-52/+112
*
[3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH...
Erlend Egeberg Aasland
2022-03-02
3
-64/+79
*
[3.9] Minor fixes to C API docs (GH-31501) (GH-31526)
Jelle Zijlstra
2022-03-02
4
-24/+28
*
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
Miss Islington (bot)
2022-02-25
1
-14/+16
*
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) ...
Victor Stinner
2022-02-25
3
-17/+20
*
bpo-46756: Fix authorization check in urllib.request (GH-31353)
Miss Islington (bot)
2022-02-25
3
-8/+30
*
bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-3...
Miss Islington (bot)
2022-02-25
1
-0/+3
*
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
Miss Islington (bot)
2022-02-23
1
-2/+2
*
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
Miss Islington (bot)
2022-02-23
6
-62/+133
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...
Miss Islington (bot)
2022-02-23
3
-1/+5
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Miss Islington (bot)
2022-02-22
3
-1/+22
*
[3.9] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTC...
Miss Islington (bot)
2022-02-22
1
-0/+3
*
bpo-36557: Updated wording for using/windows (GH-31457)
Miss Islington (bot)
2022-02-22
1
-2/+2
[next]