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-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
Miss Islington (bot)
2022-04-03
1
-2/+6
*
[3.9] bpo-47089: Avoid test_compileall failures on Windows (GH-32037). (GH-32...
Jeremy Kloth
2022-04-02
1
-49/+36
*
Fix typo in the sqlite3 docs (GH-31915) (GH-32158)
Miss Islington (bot)
2022-03-29
1
-1/+1
*
bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)
Miss Islington (bot)
2022-03-28
1
-1/+2
*
Python 3.9.12
v3.9.12
Łukasz Langa
2022-03-23
1
-37/+41
*
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...
Miss Islington (bot)
2022-03-23
1
-0/+4
*
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
Miss Islington (bot)
2022-03-22
2
-0/+19
*
bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
Jeremy Kloth
2022-03-22
2
-183/+117
*
[3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049)
Andrew Svetlov
2022-03-22
2
-6/+35
*
bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) (GH-32015)
Gregory P. Smith
2022-03-21
1
-0/+10
*
bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)
Miss Islington (bot)
2022-03-20
1
-1/+3
*
[3.9] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-3197...
Miss Islington (bot)
2022-03-19
3
-10/+82
*
bpo-39394: Improve warning message in the re module (GH-31988)
Miss Islington (bot)
2022-03-19
2
-4/+9
*
[3.9] bpo-14156: Make argparse.FileType work correctly for binary file modes ...
Serhiy Storchaka
2022-03-18
2
-17/+106
*
[3.9] bpo-46421: Fix unittest filename evaluation when called as a module (GH...
Miss Islington (bot)
2022-03-18
2
-1/+12
*
[3.9] bpo-42782: fix broken shutil test (GH-31971)
Jelle Zijlstra
2022-03-18
1
-3/+3
*
bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938)
Miss Islington (bot)
2022-03-17
2
-3/+5
*
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
Miss Islington (bot)
2022-03-17
1
-1/+1
*
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...
Miss Islington (bot)
2022-03-16
2
-26/+24
*
[3.9] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase...
Andrew Svetlov
2022-03-16
3
-340/+270
*
[3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) (GH-3...
Miss Islington (bot)
2022-03-16
1
-0/+42
*
Python 3.9.11
Łukasz Langa
2022-03-15
1
-78/+100
*
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...
Miss Islington (bot)
2022-03-15
2
-6/+11
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Miss Islington (bot)
2022-03-15
2
-1/+9
*
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881)
Ned Deily
2022-03-14
3
-2/+1
*
[3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)
Jason R. Coombs
2022-03-13
2
-2/+21
*
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855)
Ned Deily
2022-03-13
3
-1/+2
*
[3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850)
Miss Islington (bot)
2022-03-13
3
-1/+1
*
[3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH...
Jelle Zijlstra
2022-03-10
7
-12/+6
*
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped ...
Irit Katriel
2022-03-08
2
-14/+94
*
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
Miss Islington (bot)
2022-03-08
1
-1/+1
*
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
Miss Islington (bot)
2022-03-08
2
-1/+17
*
[3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-316...
Miss Islington (bot)
2022-03-07
2
-7/+17
*
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
1
-3/+2
*
bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-3167...
Victor Stinner
2022-03-04
2
-9/+17
*
[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
1
-61/+65
*
bpo-46756: Fix authorization check in urllib.request (GH-31353)
Miss Islington (bot)
2022-02-25
2
-8/+25
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...
Miss Islington (bot)
2022-02-23
2
-1/+3
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Miss Islington (bot)
2022-02-22
2
-1/+21
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469)
Miss Islington (bot)
2022-02-21
2
-8/+15
*
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...
Miss Islington (bot)
2022-02-21
1
-2/+10
*
replace `self` param with more appropriate `cls` in classmethods (GH-31402) (...
Miss Islington (bot)
2022-02-21
1
-2/+2
*
[3.9] Raise TypeError if SSLSocket is passed to asyncio transport-based metho...
Andrew Svetlov
2022-02-20
2
-10/+20
*
[3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-...
Andrew Svetlov
2022-02-20
2
-1/+21
*
Fix mistake in barry_as_FLUFL test (GH-31392)
Miss Islington (bot)
2022-02-18
1
-1/+1
*
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
Miss Islington (bot)
2022-02-17
2
-2/+15
*
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-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)
Miss Islington (bot)
2022-02-15
1
-4/+0
[next]