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.10.2
v3.10.2
Pablo Galindo
2022-01-13
43
-333/+620
*
Define Py_BUILD_CORE_MODULE
Miss Islington (bot)
2022-01-13
9
-249/+362
*
bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)
Miss Islington (bot)
2022-01-13
1
-0/+6
*
bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30553)
Yury Selivanov
2022-01-12
1
-11/+5
*
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546)
Miss Islington (bot)
2022-01-11
2
-7/+1
*
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30540)
Miss Islington (bot)
2022-01-11
2
-2/+3
*
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
Miss Islington (bot)
2022-01-11
4
-5/+22
*
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
*
Remove unused `Any` from `Concatenate` example in typing docs (GH-30516)
Miss Islington (bot)
2022-01-11
1
-1/+1
*
bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
Miss Islington (bot)
2022-01-11
2
-8/+11
*
bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-...
Miss Islington (bot)
2022-01-10
1
-4/+6
*
bpo-34602: Fix unportable test(1) operator in configure script (GH-30490) (GH...
Miss Islington (bot)
2022-01-09
2
-2/+2
*
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-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
Miss Islington (bot)
2022-01-07
3
-9/+8
*
[3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)
Miss Islington (bot)
2022-01-07
4
-6/+32
*
bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
Miss Islington (bot)
2022-01-07
1
-5/+4
*
[3.10] bpo-24650: Use full term "generator function" in yield expressions doc...
Miss Islington (bot)
2022-01-07
1
-2/+2
*
bpo-46216: remove spurious link to os.system() from os.time() documentation (...
Miss Islington (bot)
2022-01-07
1
-8/+8
*
bpo-46070: Fix asyncio initialisation guard (GH-30423)
Miss Islington (bot)
2022-01-07
2
-6/+6
*
[3.10] 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
*
bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...
Miss Islington (bot)
2022-01-06
2
-2/+9
*
[3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-200...
Victor Stinner
2022-01-06
4
-26/+76
*
bpo-46278: fix typo introduced in GH-30427 (GH-30430) (GH-30431)
Miss Islington (bot)
2022-01-06
1
-2/+2
*
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (GH-...
Miss Islington (bot)
2022-01-06
2
-4/+6
*
bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)
Miss Islington (bot)
2022-01-05
2
-22/+34
*
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-46231: Remove invalid_* rules preceded by more tokens from the grammar do...
Miss Islington (bot)
2022-01-04
1
-2/+2
*
bpo-46239: improve error message when importing `asyncio.windows_events` (GH-...
Miss Islington (bot)
2022-01-04
2
-0/+7
*
Add doctest and improve readability for move_to_end() example. (GH-30370) (GH...
Miss Islington (bot)
2022-01-04
1
-3/+5
*
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-3034...
Miss Islington (bot)
2022-01-03
3
-2/+8
*
argparse docs: prog default is the basename of argv[0] (GH-30298) (GH-30339)
Miss Islington (bot)
2022-01-02
2
-2/+4
*
[3.10] Update copyright year to 2022. (GH-30335) (GH-30336)
Miss Islington (bot)
2022-01-02
9
-10/+10
*
bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330)
Miss Islington (bot)
2022-01-01
2
-21/+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 bpo-38522 docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-3028...
Miss Islington (bot)
2021-12-29
1
-6/+3
*
[3.10] bpo-46185: Fix wrong version ref. in macOS installer ReadMe (GH-30280)
Erlend Egeberg Aasland
2021-12-29
1
-1/+1
*
[3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250)
Miss Islington (bot)
2021-12-29
2
-1/+2
*
bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (G...
Miss Islington (bot)
2021-12-27
3
-19/+6
*
bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)
Miss Islington (bot)
2021-12-26
1
-2/+9
*
Fix typo in io.rst (GH-30218)
Miss Islington (bot)
2021-12-26
1
-1/+1
*
doc: fix a typo in unittest.mock.rst (GH-30227)
Miss Islington (bot)
2021-12-26
1
-1/+1
[next]