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
...
*
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
Serhiy Storchaka
2022-05-20
4
-64/+40
*
Doc: add missing manpage and title references in tkinter docs (#29008)
Rafael Fontenelle
2022-05-20
1
-2/+3
*
Doc: Minor adjustment of `socket.create_server` docs (#26938)
Pavel
2022-05-20
2
-1/+2
*
Update globals-to-fix.tsv to follow recent changes (gh-92959)
Dong-hee Na
2022-05-20
1
-3/+4
*
gh-92817: Fix precedence of options to py.exe launcher (GH-92988)
Steve Dower
2022-05-19
3
-11/+49
*
gh-92984: Explicitly disable incremental linking for Windows Release and PGO ...
David Machaj
2022-05-19
2
-0/+2
*
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...
Steve Dower
2022-05-19
5
-8/+39
*
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...
Mark Shannon
2022-05-19
9
-26/+35
*
gh-92417: `importlib` docs: remove references to unsupported Python versions ...
Alex Waygood
2022-05-19
2
-10/+7
*
bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)
Nikita Sobolev
2022-05-19
4
-6/+83
*
gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (#8847)
Michael Osipov
2022-05-19
2
-3/+1
*
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)
Martin Fischer
2022-05-19
3
-0/+7
*
gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (G...
Alex Waygood
2022-05-19
1
-3/+0
*
gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor me...
Alex Waygood
2022-05-19
2
-8/+9
*
gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544)
Alex Waygood
2022-05-19
1
-2/+2
*
bpo-45393: help() on operator precedence has misleading entries (GH-31246)
Zackery Spytz
2022-05-19
2
-2/+4
*
gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>...
CAM Gerlach
2022-05-19
1
-27/+21
*
gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (...
David Foster
2022-05-19
3
-4/+20
*
gh-91491: Complete Whats New in 3.11 for typing (#92708)
Jelle Zijlstra
2022-05-19
1
-4/+36
*
GH-92955: fix memory leak in code object lines and positions iterators (gh-92...
Kumar Aditya
2022-05-19
3
-4/+9
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
20
-14/+109
*
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon
2022-05-19
14
-701/+544
*
Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (#92634)
Jan Brasna
2022-05-19
1
-3/+3
*
gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (#92...
Ayappan Perumal
2022-05-19
2
-0/+7
*
Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)
Duprat
2022-05-19
1
-0/+4
*
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
Serhiy Storchaka
2022-05-19
3
-3/+11
*
gh-87901: Remove the encoding argument from os.popen (GH-92836)
Inada Naoki
2022-05-19
3
-7/+13
*
gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (#92814)
180909
2022-05-18
1
-1/+1
*
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon
2022-05-18
6
-0/+24
*
Remove Windows release build script (GH-92908)
Steve Dower
2022-05-18
22
-1921/+0
*
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER
2022-05-18
5
-3/+11
*
gh-91755: Remove doc of C API private refcount functions (#92918)
Victor Stinner
2022-05-18
1
-6/+0
*
gh-92780: Improve sqlite3.Connection.create_collation docs (#92790)
Erlend Egeberg Aasland
2022-05-18
1
-11/+8
*
gh-91755: Document Py_IncRef and Py_DecRef as C functions (#91805)
Charlie Zhao
2022-05-18
1
-4/+10
*
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...
Nikita Sobolev
2022-05-18
2
-2/+7
*
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)
Oleg Iarygin
2022-05-17
2
-1/+3
*
bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)
Zackery Spytz
2022-05-17
2
-1/+1
*
gh-89898: Fix test_threading.test_args_argument() (#92885)
Victor Stinner
2022-05-17
1
-0/+1
*
gh-89653: Add assertions on PyUnicode_READ() index (#92883)
Victor Stinner
2022-05-17
1
-1/+9
*
gh-89653: PEP 670: Fix PyUnicode_READ() cast (#92872)
Victor Stinner
2022-05-17
2
-1/+33
*
Fix NULL check in test_type_from_ephemeral_spec in_testcapimodule.c (GH-92863)
Dennis Sweeney
2022-05-17
1
-1/+1
*
gh-92536: Update unicode struct size to ensure MemoryError is raised (GH-92867)
Dennis Sweeney
2022-05-17
1
-10/+6
*
gh-92782: unify the style of CFG traversal algorithms in the compiler (GH-92784)
Irit Katriel
2022-05-17
1
-38/+45
*
Summarize stats: Increase number of predecessor/successor pairs shown from 3 ...
Mark Shannon
2022-05-17
1
-3/+3
*
Fix NULL test in _testinternalcapi (GH-92861)
Dennis Sweeney
2022-05-17
1
-1/+1
*
re docs: fix source code link (#92819)
谭九鼎
2022-05-17
1
-1/+1
*
gh-92265: set meta_path and path_hooks correctly in test_reload_namespace_cha...
Filipe Laíns
2022-05-16
1
-1/+2
*
gh-92547: Remove deprecated sqlite3 features (#92548)
Erlend Egeberg Aasland
2022-05-16
8
-121/+16
*
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes
2022-05-16
14
-24/+49
*
Improve object stats (#92845)
Mark Shannon
2022-05-16
10
-55/+106
[prev]
[next]