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
*
Doc: Remove title text from internal links (GH-98409)
Miss Islington (bot)
2022-10-19
1
-5/+3
*
gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-...
Miss Islington (bot)
2022-10-19
3
-4/+4
*
gh-97928: Add tests for tkinter.Text.count() (GH-98269)
Miss Islington (bot)
2022-10-19
1
-0/+54
*
[3.10] gh-93858: Prevent error when activating venv in nested fish instances ...
Miss Islington (bot)
2022-10-18
2
-3/+7
*
[3.10] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98399)
Miss Islington (bot)
2022-10-18
4
-2/+3
*
[3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)
C.A.M. Gerlach
2022-10-17
49
-89/+81
*
gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_...
Miss Islington (bot)
2022-10-17
1
-2/+12
*
gh-85299: Add note warning about entry point guard for asyncio example (GH-93...
Miss Islington (bot)
2022-10-16
2
-1/+9
*
gh-97527: IDLE - fix buggy macosx patch (GH-98313)
Miss Islington (bot)
2022-10-16
3
-16/+34
*
[3.10] docs(typing): harmonize "See PEP x for more details" (GH-97927). (#98293)
Jelle Zijlstra
2022-10-16
1
-6/+5
*
[3.10] [doc] Update logging cookbook with an example of custom handli… (GH-...
Vinay Sajip
2022-10-15
1
-2/+283
*
gh-95971: Turn @writes_bytecode_files to skip when not running (GH-95972)
Miss Islington (bot)
2022-10-15
1
-1/+1
*
gh-95731: Fix module docstring extraction in pygettext (GH-95732)
Miss Islington (bot)
2022-10-15
3
-3/+25
*
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...
Miss Islington (bot)
2022-10-14
3
-13/+25
*
bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596)
Miss Islington (bot)
2022-10-13
3
-4/+24
*
gh-98178: syslog() is not thread-safe on macOS (GH-98213)
Miss Islington (bot)
2022-10-13
2
-0/+9
*
[3.10] gh-86404: Doc CI: Disable suspicious checks. (GH-26575) (GH-98221)
Julien Palard
2022-10-12
2
-3/+1
*
gh-96265: Formatting changes for faq/general (GH-98129)
Miss Islington (bot)
2022-10-12
1
-12/+18
*
tutorial: remove "with single quotes" (GH-98204)
Miss Islington (bot)
2022-10-12
1
-1/+1
*
gh-65046: Link to logging cookbook from asyncio docs (GH-98207)
Miss Islington (bot)
2022-10-12
2
-1/+4
*
Formatting fixes in contextlib docs (GH-98111)
Miss Islington (bot)
2022-10-12
1
-11/+17
*
gh-95276: Add callable entry to the glossary (GH-95738)
Miss Islington (bot)
2022-10-12
1
-0/+10
*
gh-96130: Rephrase use of "typecheck" verb for clarity (GH-98144)
Miss Islington (bot)
2022-10-12
1
-10/+10
*
Post 3.10.8
Pablo Galindo
2022-10-11
1
-1/+1
*
Python 3.10.8
v3.10.8
Pablo Galindo
2022-10-11
50
-102/+499
*
[3.10] Auto-cancel old builds when new commit pushed to branch (GH-98009) (#9...
Ezio Melotti
2022-10-10
4
-0/+16
*
[3.10] gh-88452: Add a warning about non-portability of environments. (GH-981...
Miss Islington (bot)
2022-10-10
1
-0/+13
*
[3.10] ci: add GitHub token permissions (GH-92999) (#98161)
Ezio Melotti
2022-10-10
3
-0/+9
*
gh-83940: os docs: Improve wording for getenv/getenvb (GH-98113)
Miss Islington (bot)
2022-10-10
1
-4/+4
*
doc: remove a misleading statement. (GH-98093)
Miss Islington (bot)
2022-10-10
1
-2/+2
*
[3.10] bpo-43564: preserve original exception in args of FTP URLError (GH-249...
Senthil Kumaran
2022-10-10
2
-2/+4
*
gh-56133: copyreg docs: Clarify function/constructor parameter (GH-95497)
Miss Islington (bot)
2022-10-10
1
-9/+6
*
Fix types in buffer/memoryview docs (GH-98118)
Miss Islington (bot)
2022-10-10
2
-2/+2
*
[3.10] gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method...
Nikita Sobolev
2022-10-09
1
-0/+20
*
[3.10] Add more syslog tests (GH-97953). (GH-98101)
Serhiy Storchaka
2022-10-09
4
-7/+97
*
[3.10] Minor edits to the Descriptor HowTo Guide (GH-24901) (GH-98114)
Miss Islington (bot)
2022-10-09
1
-6/+8
*
Fix link to Lifecycle of a Pull Request in CONTRIBUTING (GH-98102)
Miss Islington (bot)
2022-10-08
1
-1/+1
*
Add `@ezio-melotti` as codeowner for `.github/`. (GH-98079)
Miss Islington (bot)
2022-10-08
1
-0/+3
*
gh-97913 Docs: Add walrus operator to the index (GH-97921)
Miss Islington (bot)
2022-10-08
1
-0/+6
*
gh-97822: Fix http.server documentation reference to test() function (GH-98027)
Miss Islington (bot)
2022-10-08
1
-2/+2
*
gh-92886: make test_ast pass with -O (assertions off) (GH-98058)
Miss Islington (bot)
2022-10-08
1
-1/+1
*
gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060)
Miss Islington (bot)
2022-10-08
1
-1/+1
*
[3.10] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98066)
Jelle Zijlstra
2022-10-08
2
-4/+6
*
[3.10] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98072)
Jelle Zijlstra
2022-10-08
1
-0/+1
*
gh-57179: Add note on symlinks for os.walk (GH-94799)
Miss Islington (bot)
2022-10-08
2
-2/+4
*
gh-61105: Add default param, note on using cookiejar subclass (GH-95427)
Miss Islington (bot)
2022-10-08
1
-3/+5
*
[3.10] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699)...
Miss Islington (bot)
2022-10-07
1
-1/+2
*
[3.10] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (GH-96677) (#98032)
Miss Islington (bot)
2022-10-07
1
-0/+19
*
gh-96073: fix backticks in NEWS entry (GH-98056)
Miss Islington (bot)
2022-10-07
1
-1/+1
*
Add a warning message about PyOS_snprintf (GH-95993)
Miss Islington (bot)
2022-10-07
2
-1/+3
[next]