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-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)
Miss Islington (bot)
2022-11-06
4
-11/+82
*
gh-83004: Clean up refleak in _io initialisation (GH-98840)
Miss Islington (bot)
2022-11-06
2
-3/+4
*
`test_typing`: use all pickle protocols (GH-99154)
Miss Islington (bot)
2022-11-06
1
-1/+1
*
[doc] fix typo (GH-99143)
Miss Islington (bot)
2022-11-05
1
-1/+1
*
gh-99134: Update bundled pip to 22.3.1 (gh-99135)
Miss Islington (bot)
2022-11-05
3
-1/+2
*
gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123)
Miss Islington (bot)
2022-11-05
2
-0/+113
*
[3.11] gh-98706: Sync with importlib_metadata 4.13.0. (GH-98875)
Jason R. Coombs
2022-11-05
6
-93/+209
*
gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)
Miss Islington (bot)
2022-11-05
2
-0/+22
*
[3.11] gh-99086: Fix implicit int compiler warning in configure check for PTH...
Erlend E. Aasland
2022-11-05
3
-2/+3
*
[3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (#99071) (#99098)
Victor Stinner
2022-11-04
1
-3/+3
*
minor edits to locale doc (GH-98537)
Miss Islington (bot)
2022-11-04
1
-13/+16
*
[3.11] gh-94808: Cover `LOAD_GLOBAL` for custom dict subtypes (GH-96767) (GH-...
Miss Islington (bot)
2022-11-04
1
-0/+31
*
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...
Miss Islington (bot)
2022-11-03
1
-3/+4
*
gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066)
Miss Islington (bot)
2022-11-03
2
-0/+9
*
gh-98740: Fix validation of conditional expressions in RE (GH-98764)
Miss Islington (bot)
2022-11-03
4
-27/+40
*
gh-98512: Add more tests for `ValuesView` (GH-98515)
Miss Islington (bot)
2022-11-03
2
-0/+6
*
gh-65002: Make note that null bytes are used to pad bytes (GH-98635)
Miss Islington (bot)
2022-11-03
1
-1/+4
*
Docs: Add 'as, match statement' to the index (GH-99001)
Miss Islington (bot)
2022-11-03
1
-0/+1
*
argparse howto: Use f-string in preference to "...".format() (GH-98883)
Miss Islington (bot)
2022-11-03
1
-2/+2
*
gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)
Miss Islington (bot)
2022-11-02
1
-0/+21
*
gh-98790: When DLLs directory is missing on Windows, assume executable_dir co...
Steve Dower
2022-11-02
4
-20/+53
*
gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)
Miss Islington (bot)
2022-11-02
2
-1/+3
*
gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423)
Miss Islington (bot)
2022-11-02
2
-2/+8
*
gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)
Miss Islington (bot)
2022-11-02
1
-3/+8
*
gh-96265: Formatting changes for faq/programming (GH-98242)
Miss Islington (bot)
2022-11-02
1
-39/+48
*
gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958)
Miss Islington (bot)
2022-11-02
1
-3/+3
*
[3.11] [doc] Update cookbook example for socket-based logging in a production...
Miss Islington (bot)
2022-11-01
1
-7/+65
*
[3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979)
Miss Islington (bot)
2022-11-01
4
-0/+7
*
gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
Miss Islington (bot)
2022-11-01
3
-2/+4
*
Doc: use "unnumbered" footnotes (GH-98954)
Miss Islington (bot)
2022-11-01
1
-2/+2
*
[3.11] Missing PS1 prompt in tutorial example (GH-98921) (GH-98944)
Miss Islington (bot)
2022-11-01
1
-2/+3
*
gh-98852: Fix subscription of type aliases (GH-98920)
Miss Islington (bot)
2022-11-01
4
-0/+43
*
Fix wording in Functional Programming HOWTO (GH-98939)
Miss Islington (bot)
2022-11-01
1
-1/+1
*
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
Miss Islington (bot)
2022-11-01
3
-3/+9
*
gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...
Miss Islington (bot)
2022-10-31
4
-4/+124
*
[3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889)
Charlie Zhao
2022-10-31
4
-9/+21
*
Fix typo in sorting HOWTO (GH-98888)
Miss Islington (bot)
2022-10-31
1
-1/+1
*
Doc: Fix sphinx-lint issues (GH-98911)
Miss Islington (bot)
2022-10-31
1
-1/+1
*
gh-98576: Fix types in dataclass.InitVar example (gh-98577)
Miss Islington (bot)
2022-10-31
1
-2/+2
*
[3.11] gh-96151: Use a private name for passing builtins to dataclass. This n...
Miss Islington (bot)
2022-10-31
3
-5/+13
*
[3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)
Miss Islington (bot)
2022-10-30
5
-19/+57
*
[3.11] gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Eq...
Dennis Sweeney
2022-10-30
4
-2/+35
*
glossary.rst: Fix typo in package definition (GH-98865)
Miss Islington (bot)
2022-10-29
1
-1/+1
*
Fix typo in docs (GH-98863)
Miss Islington (bot)
2022-10-29
1
-1/+1
*
gh-93358: Fix python-config docs for how to embed Python (GH-98649)
Miss Islington (bot)
2022-10-29
1
-6/+6
*
dataclasses docs: consistent indentation (4 spaces) in examples (GH-98855)
Miss Islington (bot)
2022-10-29
1
-16/+16
*
[3.11] gh-98744: Prevent column-level decoding crashes on traceback module (#...
Batuhan Taskaya
2022-10-29
3
-14/+63
*
Fix typo in contextvars docs (GH-98823)
Miss Islington (bot)
2022-10-28
1
-1/+1
*
`argparse` docs: normalize constant references (GH-98765)
Miss Islington (bot)
2022-10-28
1
-5/+6
*
[3.11] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98797)
Miss Islington (bot)
2022-10-28
2
-28/+40
[prev]
[next]