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-95913: Edit zipfile Whatsnew section & add new APIs (GH-98314)
Miss Islington (bot)
2022-10-19
1
-2/+14
*
|
gh-95913: Add WhatsNew section for new logging APIs (GH-98320)
Miss Islington (bot)
2022-10-19
1
-0/+20
*
|
[3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98...
Jelle Zijlstra
2022-10-19
2
-0/+75
*
|
gh-95914: Add links to 3.11 WhatsNew Summary items (GH-98416)
Miss Islington (bot)
2022-10-18
1
-26/+38
*
|
General improvements to the itertools docs (GH-98408)
Miss Islington (bot)
2022-10-18
1
-51/+92
*
|
[3.11] gh-93858: Prevent error when activating venv in nested fish instances ...
Miss Islington (bot)
2022-10-18
2
-3/+7
*
|
[3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400)
Miss Islington (bot)
2022-10-18
4
-2/+3
*
|
[3.11] gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_clos...
Miss Islington (bot)
2022-10-18
1
-2/+12
*
|
gh-95913: Copyedit, xref and organize enum section (GH-98295)
Miss Islington (bot)
2022-10-18
1
-38/+64
*
|
gh-95913: Prepare remaining Whatsnew sections for editing (GH-98342)
Miss Islington (bot)
2022-10-18
1
-28/+105
*
|
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
C.A.M. Gerlach
2022-10-17
50
-94/+86
*
|
Move random selection recipes from itertools.rst to random.rst (GH-98369)
Miss Islington (bot)
2022-10-17
2
-25/+31
*
|
gh-85525: Remove extra row in doc (GH-98337)
Miss Islington (bot)
2022-10-17
2
-1/+1
*
|
gh-95914: Add What's New item describing PEP 670 changes (GH-98315)
Miss Islington (bot)
2022-10-17
1
-0/+11
*
|
GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336)
Miss Islington (bot)
2022-10-16
1
-76/+22
*
|
[3.11] gh-98307: Add docstring and documentation for SysLogHandler.cr… (GH-...
Vinay Sajip
2022-10-16
3
-1/+21
*
|
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.11] gh-95731: Fix module docstring extraction in pygettext (GH-95732) (#98...
Miss Islington (bot)
2022-10-16
3
-3/+25
*
|
[3.11] Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH...
Miss Islington (bot)
2022-10-15
1
-4/+5
*
|
[3.11] [doc] Update logging cookbook with an example of custom handli… (GH-...
Vinay Sajip
2022-10-15
1
-4/+206
*
|
docs(typing): harmonize "See PEP x for more details" (GH-97927)
Miss Islington (bot)
2022-10-15
1
-10/+8
*
|
Upgrade ccache-action to one using Node 16 (GH-98166)
Miss Islington (bot)
2022-10-15
1
-4/+4
*
|
[3.11] gh-94808: Cover `PyEval_GetFuncName` (GH-98246). (#98283)
Jelle Zijlstra
2022-10-15
2
-0/+22
*
|
[3.11] Backport docstring improvement from 3.12 (#98288)
Raymond Hettinger
2022-10-15
1
-3/+3
*
|
Faster sieve() recipe (GH-98287)
Miss Islington (bot)
2022-10-15
1
-8/+27
*
|
gh-98227: executionmodel.rst: except* can also bind names (GH-98256)
Miss Islington (bot)
2022-10-15
1
-1/+1
*
|
gh-95971: Turn @writes_bytecode_files to skip when not running (GH-95972)
Miss Islington (bot)
2022-10-15
1
-1/+1
*
|
gh-85525: Indicate supported sound header formats (GH-21575)
Miss Islington (bot)
2022-10-15
2
-0/+57
*
|
gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-...
Miss Islington (bot)
2022-10-15
1
-65/+84
*
|
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.11] GH-93354: Fix PRECALL's adaptive backoff (GH-98011)
Brandt Bucher
2022-10-12
2
-2/+4
*
|
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
*
|
gh-98172: Fix formatting in `except*` docs (GH-98173)
Miss Islington (bot)
2022-10-11
1
-12/+11
*
|
Auto-cancel old builds when new commit pushed to branch (GH-98009)
Miss Islington (bot)
2022-10-10
4
-0/+16
*
|
[3.11] gh-88452: Add a warning about non-portability of environments. (GH-981...
Miss Islington (bot)
2022-10-10
1
-0/+13
*
|
ci: add GitHub token permissions (GH-92999)
Miss Islington (bot)
2022-10-10
4
-1/+13
*
|
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
*
|
bpo-43564: preserve original exception in args of FTP URLError (GH-24938)
Miss Islington (bot)
2022-10-10
2
-1/+4
*
|
gh-98083: Fix URLs in `README.rst` (GH-98082)
Miss Islington (bot)
2022-10-10
1
-3/+3
*
|
Fix types in buffer/memoryview docs (GH-98118)
Miss Islington (bot)
2022-10-10
2
-2/+2
*
|
gh-56133: copyreg docs: Clarify function/constructor parameter (GH-95497)
Miss Islington (bot)
2022-10-10
1
-9/+6
[prev]
[next]