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
...
*
Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...
Miss Islington (bot)
2022-06-29
1
-3/+3
*
[3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-...
Kumar Aditya
2022-06-28
3
-1/+29
*
[3.11] Backport ABI regeneration script (GH-94376)
Miss Islington (bot)
2022-06-28
1
-0/+8
*
[3.10] gh-82006: IDLE doc improvements (GH-94349) (GH-94358)
Miss Islington (bot)
2022-06-28
3
-188/+330
*
gh-61585: Clarify import scope in modules tutorial (GH-93455) (GH-94374)
Miss Islington (bot)
2022-06-28
1
-10/+11
*
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) (GH-92904)
Miss Islington (bot)
2022-06-28
2
-1/+3
*
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
Miss Islington (bot)
2022-06-28
2
-27/+35
*
[3.10] gh-94192: Fix error for dictionary literals with invalid expression as...
wookie184
2022-06-27
4
-221/+297
*
[3.11] gh-84623: Remove unused imports in stdlib (GH-94313)
Miss Islington (bot)
2022-06-27
2
-2/+1
*
gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH-94282)
Miss Islington (bot)
2022-06-26
1
-2/+3
*
GH-94254: Make _struct module types immutable (GH-94269)
Miss Islington (bot)
2022-06-26
3
-2/+17
*
Run Tools/scripts/reindent.py (#94225) (#94291)
Victor Stinner
2022-06-26
2
-2/+1
*
[doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
Miss Islington (bot)
2022-06-26
1
-2/+2
*
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
Miss Islington (bot)
2022-06-26
3
-64/+106
*
gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259) (GH-94268)
Miss Islington (bot)
2022-06-26
1
-2/+4
*
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
Miss Islington (bot)
2022-06-25
1
-2/+2
*
bpo-39971: Change examples to be runnable (GH-32172)
Miss Islington (bot)
2022-06-25
1
-11/+18
*
[3.10] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94273)
Erlend Egeberg Aasland
2022-06-25
5
-122/+156
*
[3.10] gh-94245: Fix pickling and copying of typing.Tuple[()] (GH-94260)
Serhiy Storchaka
2022-06-25
2
-1/+3
*
[3.10] gh-94207: Fix struct module leak (GH-94239) (GH-94266)
Miss Islington (bot)
2022-06-25
3
-2/+40
*
IDLE: replace if statement with expression (GH-94228)
Miss Islington (bot)
2022-06-24
1
-6/+2
*
Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` descriptio...
Miss Islington (bot)
2022-06-24
1
-2/+2
*
gh-94205: Ensures all required DLLs are copied on Windows for underpth tests ...
Steve Dower
2022-06-24
1
-0/+2
*
gh-93692: remove "build finished successfully" message from setup.py (GH-93693)
Miss Islington (bot)
2022-06-24
1
-1/+0
*
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
Miss Islington (bot)
2022-06-23
5
-4/+5
*
[3.10] gh-92858: Improve error message for some suites with syntax error befo...
Pablo Galindo Salgado
2022-06-23
4
-310/+472
*
gh-84623: Remove unused imports in idlelib (GH-94143) (#94148)
Miss Islington (bot)
2022-06-23
3
-17/+7
*
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946) (GH-93950)
Ken Jin
2022-06-23
3
-19/+139
*
Closes gh-94152: Update pyvideo.org URL (GH-94075)
Miss Islington (bot)
2022-06-23
1
-1/+1
*
[3.10] Add an error message to the ABI-dump file check (#94131)
Pablo Galindo Salgado
2022-06-22
1
-1/+10
*
gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
Miss Islington (bot)
2022-06-22
1
-4/+1
*
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...
Miss Islington (bot)
2022-06-22
3
-0/+128
*
gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary impo...
Miss Islington (bot)
2022-06-22
3
-0/+21
*
Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94117)
Miss Islington (bot)
2022-06-22
1
-2/+2
*
gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
Miss Islington (bot)
2022-06-22
2
-1/+5
*
gh-74696: Do not change the current working directory in shutil.make_archive(...
Miss Islington (bot)
2022-06-22
4
-52/+106
*
DOC: correct bytesarray -> bytearray in comments (GH-92410) (GH-94090)
Miss Islington (bot)
2022-06-22
2
-2/+2
*
[3.10] GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c (...
Dennis Sweeney
2022-06-22
2
-5/+22
*
bpo-30535: [doc] state that sys.meta_path is not empty by default (GH-94098) ...
Miss Islington (bot)
2022-06-21
1
-1/+2
*
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)
Miss Islington (bot)
2022-06-21
3
-2/+61
*
gh-93021: Fix __text_signature__ for __get__ (GH-93023) (GH-94086)
Miss Islington (bot)
2022-06-21
3
-2/+10
*
Tutorial: specify match cases don't fall through (GH-93615) (GH-94084)
Miss Islington (bot)
2022-06-21
1
-2/+4
*
gh-93240: clarify wording in IO tutorial (GH-93276) (GH-94081)
Miss Islington (bot)
2022-06-21
1
-1/+1
*
[3.10] gh-93675: Fix typos in `Doc/` (GH-93676) (GH-94080)
Łukasz Langa
2022-06-21
2
-2/+2
*
[3.10] gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94078)
Łukasz Langa
2022-06-21
28
-47/+58
*
[3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-9371...
Serhiy Storchaka
2022-06-21
3
-3/+17
*
gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)
Miss Islington (bot)
2022-06-21
3
-0/+28
*
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Miss Islington (bot)
2022-06-21
11
-52/+18
*
gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (GH-92754)
Miss Islington (bot)
2022-06-20
1
-0/+18
*
gh-84461: Silence some compiler warnings on WASM (GH-93978) (#94025)
Victor Stinner
2022-06-20
4
-5/+9
[prev]
[next]