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
*
Python 3.9.10
v3.9.10
Łukasz Langa
2022-01-13
59
-360/+987
*
bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584)
Miss Islington (bot)
2022-01-13
1
-1/+1
*
bpo-46070: _PyGC_Fini() untracks objects (GH-30577) (GH-30580)
Victor Stinner
2022-01-13
2
-0/+29
*
[3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (...
Christian Heimes
2022-01-13
9
-236/+374
*
bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)
Miss Islington (bot)
2022-01-13
1
-0/+6
*
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30541)
Miss Islington (bot)
2022-01-11
2
-2/+3
*
closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the...
Miss Islington (bot)
2022-01-11
1
-17/+17
*
bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
Miss Islington (bot)
2022-01-11
2
-8/+11
*
[3.9] bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
Miss Islington (bot)
2022-01-08
1
-8/+9
*
bpo-46290: Fix parameter names in dataclasses docs (GH-30450)
Miss Islington (bot)
2022-01-08
1
-12/+12
*
bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)
Miss Islington (bot)
2022-01-08
1
-4/+4
*
bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
Miss Islington (bot)
2022-01-07
1
-5/+4
*
bpo-46216: remove spurious link to os.system() from os.time() documentation (...
Miss Islington (bot)
2022-01-07
1
-8/+8
*
bpo-24650: Use full term "generator function" in yield expressions docs (GH-2...
Miss Islington (bot)
2022-01-07
1
-2/+2
*
bpo-46070: Fix asyncio initialisation guard (GH-30423)
Miss Islington (bot)
2022-01-07
2
-6/+6
*
[3.9] bpo-46251: Add 'Security Considerations' section to logging configura...
Miss Islington (bot)
2022-01-06
1
-0/+14
*
bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)
Miss Islington (bot)
2022-01-06
1
-1/+5
*
[3.9] bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed mem...
Miss Islington (bot)
2022-01-06
2
-2/+9
*
bpo-46278: fix typo introduced in GH-30427 (GH-30430)
Miss Islington (bot)
2022-01-06
1
-2/+2
*
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (#30...
Miss Islington (bot)
2022-01-06
2
-4/+6
*
bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)
Miss Islington (bot)
2022-01-05
3
-7/+24
*
Fix missing "," in the documentation of Executor Objects (GH-30404)
Miss Islington (bot)
2022-01-04
1
-1/+1
*
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...
Miss Islington (bot)
2022-01-04
4
-7/+18
*
bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH...
Miss Islington (bot)
2022-01-04
1
-1/+1
*
bpo-46239: improve error message when importing `asyncio.windows_events` (GH-...
Miss Islington (bot)
2022-01-04
2
-0/+7
*
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
Miss Islington (bot)
2022-01-03
1
-35/+1
*
bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multipl...
Miss Islington (bot)
2022-01-03
1
-1/+6
*
bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)
Miss Islington (bot)
2022-01-03
3
-2/+8
*
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343)
Miss Islington (bot)
2022-01-02
6
-173/+16
*
Update copyright year to 2022. (GH-30335)
Miss Islington (bot)
2022-01-02
9
-10/+10
*
bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH...
Miss Islington (bot)
2022-01-01
1
-6/+6
*
bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)
Miss Islington (bot)
2021-12-30
2
-3/+6
*
closes docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284)
Miss Islington (bot)
2021-12-29
1
-6/+3
*
bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)
Miss Islington (bot)
2021-12-26
1
-2/+9
*
[3.9] bpo-46032: Check types in singledispatch's register() at declaration ti...
Miss Islington (bot)
2021-12-26
3
-4/+88
*
[3.9] bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) (GH-30...
Miss Islington (bot)
2021-12-26
5
-4/+9
*
doc: fix a typo in unittest.mock.rst (GH-30227) (GH-30263)
Miss Islington (bot)
2021-12-26
1
-1/+1
*
[3.9] Remove a NEWS entry for bpo-45878 (GH-30258) (GH-30260)
Miss Islington (bot)
2021-12-26
1
-2/+0
*
Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)
Miss Islington (bot)
2021-12-26
1
-2/+3
*
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/te...
Miss Islington (bot)
2021-12-24
2
-14/+6
*
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser...
Miss Islington (bot)
2021-12-24
2
-5/+15
*
Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)
Miss Islington (bot)
2021-12-24
1
-1/+1
*
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30225)
Ned Deily
2021-12-22
9
-74/+16
*
Update potentially confusing note for mean. (GH-30174) (GH-30221)
Miss Islington (bot)
2021-12-21
1
-4/+5
*
[3.9] bpo-46110: Add a recursion check to avoid stack overflow in the PEG par...
Pablo Galindo Salgado
2021-12-20
4
-2320/+3329
*
[3.9] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30210)
Miss Islington (bot)
2021-12-20
1
-1/+1
*
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...
Miss Islington (bot)
2021-12-19
1
-3/+6
*
Fix test error about deprecation warning (#30205)
Andrew Svetlov
2021-12-19
1
-1/+2
*
[3.9] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH...
Andrew Svetlov
2021-12-19
3
-370/+332
*
bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (#30184)
Miss Islington (bot)
2021-12-18
1
-5/+6
[next]