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-98744: Prevent column-level decoding crashes on traceback module (#98824)
Batuhan Taskaya
2022-10-29
3
-14/+63
*
gh-98286: handle empty filename in ZipFile/ZipInfo properly (#98346)
FC Stegerman
2022-10-29
1
-2/+5
*
gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
Mateusz
2022-10-28
1
-0/+2
*
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
domragusa
2022-10-28
6
-21/+150
*
Fix typo in contextvars docs (#98823)
cburroughs
2022-10-28
1
-1/+1
*
gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS
Gareth Rees
2022-10-28
2
-60/+82
*
`argparse` docs: normalize constant references (#98765)
Skip Montanaro
2022-10-28
1
-5/+6
*
gh-98776: Fix make regen-test-levenshtein for out-of-tree builds (GH-98779)
Miro Hrončok
2022-10-28
2
-1/+2
*
gh-98657: [docs] `array.typecodes` is a module-level attribute (#98729)
Nikita Sobolev
2022-10-28
1
-3/+8
*
gh-65002: Make note that null bytes are used to pad bytes (#98635)
Stanley
2022-10-28
1
-1/+4
*
gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...
Steve Dower
2022-10-28
2
-1/+5
*
gh-98624 Add mutex to unittest.mock.NonCallableMock (#98688)
noah-weingarden
2022-10-28
2
-28/+40
*
gh-98789: Fix FOR_ITER assert on big-endian (GH-98792)
Dennis Sweeney
2022-10-28
1
-1/+1
*
gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742)
Shaun Walbridge
2022-10-27
4
-18/+36
*
obmalloc: Remove unused variable. (GH-98770)
Benjamin Peterson
2022-10-27
1
-3/+1
*
gh-96143: Improve perf profiler docs (#96445)
Erlend E. Aasland
2022-10-27
6
-48/+116
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
14
-247/+277
*
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob
2022-10-27
9
-18/+170
*
Python documents state elsewhere that a comma is not an operator, so … (GH-...
Gerardwx
2022-10-27
1
-1/+1
*
gh-98627: Use a Switch in PyModule_FromDefAndSpec2() (gh-98734)
Eric Snow
2022-10-27
1
-14/+18
*
gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even...
Kumar Aditya
2022-10-27
1
-0/+21
*
gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ...
Ken Jin
2022-10-27
2
-0/+4
*
gh-94808: cover `PyFunction_GetDefaults` and `PyFunction_SetDefaults` (#98449)
Nikita Sobolev
2022-10-27
2
-0/+71
*
Fix readline.c compiler warning. (GH-98738)
Benjamin Peterson
2022-10-26
1
-1/+1
*
gh-98741: Remove useless check_home usage from is_python_build usage (GH-98743)
Henry Schreiner
2022-10-26
2
-4/+4
*
gh-98727: Remove old style classes from `test_cmath` (GH-98728)
Nikita Sobolev
2022-10-26
1
-33/+5
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
21
-39/+295
*
Fix small typo in the removed/deprecated section of the 3.11 whats new (GH-98...
Pablo Galindo Salgado
2022-10-26
0
-0/+0
*
gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (#98720)
Erlend E. Aasland
2022-10-26
1
-5/+5
*
gh-98644: point people to tomllib from configparser’s docs (#98645)
Philipp A
2022-10-26
1
-4/+8
*
gh-98713: Use `@cpython_only` for a test that fails on PyPy (#98714)
Nikita Sobolev
2022-10-26
2
-1/+5
*
gh-90716: add _pylong.py module (#96673)
Neil Schemenauer
2022-10-26
6
-0/+572
*
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (#98486)
Nikita Sobolev
2022-10-26
2
-0/+48
*
gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355)
fancidev
2022-10-26
1
-0/+3
*
docs: Change links to label refs (#98454)
Stanley
2022-10-26
10
-11/+15
*
gh-77753: Add example for values that compare equal in stdtypes (#98497)
Stanley
2022-10-26
1
-5/+3
*
gh-84747: Add `async for` comment for StreamReader (#98633)
Stanley
2022-10-26
1
-1/+2
*
fix a typo in whatsnew/3.11 (#98603)
July Tikhonov
2022-10-25
1
-1/+1
*
gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (#98648)
Nikita Sobolev
2022-10-25
1
-0/+27
*
Fix typos in deprecation section of 3.11 What's New (#98628)
Jacob Walls
2022-10-25
1
-3/+3
*
gh-97937: dis docs: add adaptive=False (#97939)
Jelle Zijlstra
2022-10-25
1
-13/+29
*
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado
2022-10-25
11
-14/+235
*
gh-96143: Move the perf trampoline files to the Python directory (#98675)
Pablo Galindo Salgado
2022-10-25
11
-18/+18
*
gh-94328: Update Windows installer to use SQLite 3.39.4 (#98640)
Erlend E. Aasland
2022-10-25
4
-3/+4
*
Update build status links in contributing doc (GH-98672)
Zachary Ware
2022-10-25
1
-14/+2
*
Update link to supported versions table in security policy (GH-98670)
Zachary Ware
2022-10-25
1
-1/+1
*
gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple exam...
Eclips4
2022-10-25
1
-1/+1
*
GH-87390: Add remaining tests for PEP 646 (#98267)
Matthew Rahtz
2022-10-25
3
-242/+473
*
gh-98623: Fix base classes in `typing.rst` (#98626)
Nikita Sobolev
2022-10-25
1
-2/+2
*
Use more precise exception types in `assertRaises` in typing tests (#98650)
Nikita Sobolev
2022-10-25
1
-3/+3
[prev]
[next]