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
...
*
argparse howto: Use f-string in preference to "...".format() (GH-98883)
Miss Islington (bot)
2022-11-03
1
-2/+2
*
[3.10] gh-96265: Formatting changes for faq/programming (GH-98242) (#98994)
Stanley
2022-11-03
1
-37/+46
*
gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)
Miss Islington (bot)
2022-11-02
1
-0/+21
*
[3.10] gh-97731: Specify the full path to the docs for `make docclean` (GH-98...
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
*
[3.10] gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958) (#...
Jelle Zijlstra
2022-11-02
1
-2/+2
*
gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)
Miss Islington (bot)
2022-11-02
1
-3/+8
*
[3.10] [doc] Update cookbook example for socket-based logging in a production...
Miss Islington (bot)
2022-11-01
1
-7/+65
*
gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
Miss Islington (bot)
2022-11-01
3
-2/+4
*
[3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) ...
Serhiy Storchaka
2022-11-01
4
-0/+71
*
Doc: use "unnumbered" footnotes (GH-98954)
Miss Islington (bot)
2022-11-01
1
-2/+2
*
GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)
Miss Islington (bot)
2022-11-01
3
-3/+9
*
[3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890)
Charlie Zhao
2022-10-31
4
-9/+21
*
gh-98576: Fix types in dataclass.InitVar example (gh-98577)
Miss Islington (bot)
2022-10-31
1
-2/+2
*
[3.10] gh-96151: Use a private name for passing builtins to dataclass. This n...
Miss Islington (bot)
2022-10-31
3
-5/+13
*
glossary.rst: Fix typo in package definition (GH-98865)
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
*
Fix typo in contextvars docs (GH-98823)
Miss Islington (bot)
2022-10-28
1
-1/+1
*
[3.10] `argparse` docs: normalize constant references (#98765) (#98808)
Alex Waygood
2022-10-28
1
-4/+5
*
[3.10] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) (#9...
Erlend E. Aasland
2022-10-28
4
-3/+4
*
[3.10] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98798)
Miss Islington (bot)
2022-10-28
2
-28/+40
*
[3.10] GH-98671: bpo-46670: Fix #ifdef in sha3module.c (GH-90828) (#98677)
samypr100
2022-10-28
2
-1/+4
*
[3.10] gh-98548: Fix `-ne` shell operator spelling (#98555)
sterliakov
2022-10-28
1
-2/+1
*
[3.10] bpo-2716: add license for audioop module (GH-19972) (#98532)
Miss Islington (bot)
2022-10-28
2
-14/+55
*
[3.10] Add more tkinter.Canvas tests (GH-98475) (#98477)
Miss Islington (bot)
2022-10-28
1
-0/+158
*
gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742)
Miss Islington (bot)
2022-10-27
4
-18/+36
*
obmalloc: Remove unused variable. (GH-98770)
Miss Islington (bot)
2022-10-27
1
-3/+1
*
gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even...
Miss Islington (bot)
2022-10-27
1
-0/+21
*
gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ...
Miss Islington (bot)
2022-10-27
2
-0/+4
*
Fix readline.c compiler warning. (GH-98738)
Miss Islington (bot)
2022-10-26
1
-1/+1
*
[3.10] Change links to label refs (GH-98454) (#98726)
Stanley
2022-10-26
7
-7/+12
*
[3.10] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720...
Erlend E. Aasland
2022-10-26
1
-2/+2
*
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
Miss Islington (bot)
2022-10-26
2
-0/+48
*
gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355)
Miss Islington (bot)
2022-10-26
1
-0/+3
*
gh-77753: Add example for values that compare equal in stdtypes (GH-98497)
Miss Islington (bot)
2022-10-26
1
-5/+3
*
gh-84747: Add `async for` comment for StreamReader (GH-98633)
Miss Islington (bot)
2022-10-26
1
-1/+2
*
gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648)
Miss Islington (bot)
2022-10-26
1
-0/+27
*
gh-98623: Fix base classes in `typing.rst` (GH-98626)
Miss Islington (bot)
2022-10-25
1
-2/+2
*
Use more precise exception types in `assertRaises` in typing tests (GH-98650)
Miss Islington (bot)
2022-10-25
1
-3/+3
*
gh-93696: Locate frozen module source with __file__ (GH-93697)
Miss Islington (bot)
2022-10-25
3
-0/+53
*
[3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639) (#98...
Erlend E. Aasland
2022-10-25
2
-3/+4
*
[3.10] gh-98456: Replace deprecated `set-output` with up-to-date vers… (gh-...
Dong-hee Na
2022-10-25
1
-4/+4
*
GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572)
Miss Islington (bot)
2022-10-24
3
-2/+10
*
gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri...
Miss Islington (bot)
2022-10-24
1
-72/+78
*
GH-91635: clarify docs about closing of transport in asyncio (GH-98563)
Miss Islington (bot)
2022-10-24
1
-1/+2
*
gh-98500: Fix typing docs for `*View` classes (GH-98511)
Miss Islington (bot)
2022-10-24
1
-4/+4
*
gh-98561: Fix a typo in typing (GH-98562)
Miss Islington (bot)
2022-10-23
1
-1/+1
*
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...
Miss Islington (bot)
2022-10-21
3
-3/+6
*
[3.10] gh-98517: Fix buffer overflows in _sha3 module (#98519)
Theo Buehler
2022-10-21
3
-7/+18
*
[3.10] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-985...
Miss Islington (bot)
2022-10-20
2
-5/+15
[prev]
[next]