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-97930: Merge with importlib_resources 5.9 (GH-97929)
Jason R. Coombs
2022-10-16
7
-29/+102
*
gh-85525: Remove extra row in doc (#98337)
Joannah Nanjekye
2022-10-16
2
-1/+1
*
gh-85299: Add note warning about entry point guard for asyncio example (#93457)
Stanley
2022-10-16
2
-1/+9
*
gh-97527: IDLE - fix buggy macosx patch (#98313)
Terry Jan Reedy
2022-10-16
3
-16/+34
*
gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-...
Vinay Sajip
2022-10-16
3
-1/+21
*
gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_Ge...
Nikita Sobolev
2022-10-16
2
-0/+74
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
9
-52/+105
*
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
Pablo Galindo Salgado
2022-10-15
6
-31/+101
*
Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294)
Raymond Hettinger
2022-10-15
1
-4/+5
*
[doc] Update logging cookbook with an example of custom handling of levels. (...
Vinay Sajip
2022-10-15
1
-4/+206
*
docs(typing): harmonize "See PEP x for more details" (#97927)
Simon Legner
2022-10-15
1
-10/+8
*
gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228)
Nikita Sobolev
2022-10-15
2
-2/+14
*
Faster sieve() recipe (#98287)
Raymond Hettinger
2022-10-15
1
-8/+27
*
gh-98227: executionmodel.rst: except* can also bind names (#98256)
BiscuitCandy
2022-10-15
1
-1/+1
*
gh-94808: Cover `PyEval_GetFuncName` (#98246)
Nikita Sobolev
2022-10-15
2
-0/+22
*
gh-95731: Fix module docstring extraction in pygettext (#95732)
Jakub Kuczys
2022-10-15
3
-3/+25
*
gh-95971: Turn @writes_bytecode_files to skip when not running (#95972)
Jeong YunWon
2022-10-15
1
-1/+1
*
gh-96258: move Py_REFCNT and Py_SET_REFCNT to reference counting page (#96259)
QuakeIV
2022-10-15
2
-21/+22
*
gh-85455: Add missing doc strings and improve docs (#21573)
Joannah Nanjekye
2022-10-15
2
-11/+16
*
gh-85525: Indicate supported sound header formats (#21575)
Joannah Nanjekye
2022-10-15
2
-0/+57
*
gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-...
Julien Palard
2022-10-15
1
-65/+84
*
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...
Steve Dower
2022-10-14
3
-13/+25
*
Bpo-41246: IOCP Proactor avoid callback code duplication (#21399)
Tony Solomonik
2022-10-13
2
-65/+20
*
bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)
Christoph Hamsen
2022-10-13
3
-4/+24
*
gh-98178: syslog() is not thread-safe on macOS (#98213)
Victor Stinner
2022-10-13
2
-0/+9
*
Mark all targets in `Doc/Makefile` as `PHONY` (GH-98189)
Nikita Sobolev
2022-10-12
1
-3/+3
*
gh-97982: Factorize PyUnicode_Count() and unicode_count() code (#98025)
Nikita Sobolev
2022-10-12
2
-60/+36
*
gh-96265: Formatting changes for faq/general (#98129)
Stanley
2022-10-12
1
-12/+18
*
tutorial: remove "with single quotes" (#98204)
Jelle Zijlstra
2022-10-12
1
-1/+1
*
gh-97669: Remove Tools/scripts/startuptime.py (#98214)
Victor Stinner
2022-10-12
1
-22/+0
*
signalmodule.c uses _PyErr_WriteUnraisableMsg() (#98217)
Victor Stinner
2022-10-12
1
-7/+6
*
gh-97669: Fix test_tools reference leak (#98216)
Victor Stinner
2022-10-12
3
-8/+14
*
gh-97669: Create Tools/patchcheck/ directory (#98186)
Victor Stinner
2022-10-12
7
-8/+5
*
gh-65046: Link to logging cookbook from asyncio docs (#98207)
Shantanu
2022-10-12
2
-1/+4
*
Formatting fixes in contextlib docs (#98111)
Stanley
2022-10-12
1
-11/+17
*
gh-95276: Add callable entry to the glossary (#95738)
MonadChains
2022-10-12
1
-0/+10
*
gh-96130: Rephrase use of "typecheck" verb for clarity (#98144)
Shantanu
2022-10-12
1
-10/+10
*
Fix some incorrect indentation around the main switch (#98177)
Guido van Rossum
2022-10-11
1
-21/+20
*
gh-98172: Fix formatting in `except*` docs (#98173)
Jelle Zijlstra
2022-10-11
1
-12/+11
*
gh-97982: Remove asciilib_count() (#98164)
Victor Stinner
2022-10-11
2
-15/+11
*
gh-95756: Free and NULL-out code caches when needed (GH-98181)
Ken Jin
2022-10-11
2
-0/+3
*
gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)
Julien Palard
2022-10-11
9
-1082/+10
*
Upgrade ccache-action to one using Node 16 (#98166)
Michael Droettboom
2022-10-11
1
-4/+4
*
gh-97669: Remove abitype.py and pep384_macrocheck.py (#98165)
Victor Stinner
2022-10-11
3
-351/+0
*
gh-71616: Add note to warn against general translation of saxutils.escape() (...
Stanley
2022-10-11
1
-0/+5
*
gh-97669: Remove outdated example scripts (#97675) (#98167)
Victor Stinner
2022-10-11
11
-831/+2
*
gh-95756: Lazily created cached co_* attrs (GH-97791)
Ken Jin
2022-10-11
5
-14/+82
*
gh-44098: Release the GIL during mmap on Unix (GH-98146)
Shantanu
2022-10-10
2
-3/+4
*
gh-88452: Add a warning about non-portability of environments. (GH-98155)
Vinay Sajip
2022-10-10
1
-0/+13
*
gh-96821: Fix undefined behaviour in `audioop.c` (#96923)
Matthias Görgens
2022-10-10
2
-12/+16
[next]