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: Remove `Provides [...]` from `multiprocessing.shared_memory` descriptio...
Miss Islington (bot)
2022-06-24
1
-2/+2
*
gh-84461: Build Emscripten with WASM BigInt support (GH-94219)
Miss Islington (bot)
2022-06-24
3
-1/+8
*
gh-94205: Ensures all required DLLs are copied on Windows for underpth tests ...
Miss Islington (bot)
2022-06-24
1
-0/+2
*
gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142)
Miss Islington (bot)
2022-06-24
9
-9/+26
*
gh-93692: remove "build finished successfully" message from setup.py (GH-93693)
Miss Islington (bot)
2022-06-24
1
-1/+0
*
[Enum] Remove automatic docstring generation (GH-94188)
Miss Islington (bot)
2022-06-23
2
-267/+4
*
[3.11] gh-92858: Improve error message for some suites with syntax error befo...
Pablo Galindo Salgado
2022-06-23
4
-380/+542
*
gh-93771: Clarify how deepfreeze.py is run (GH-94150)
Miss Islington (bot)
2022-06-23
1
-2/+4
*
[3.11] GH-91742: Fix pdb crash after jump (GH-94171) (#94176)
Miss Islington (bot)
2022-06-23
3
-1/+45
*
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#...
Ken Jin
2022-06-23
6
-528/+543
*
[Enum] fix typo (GH-94158)
Miss Islington (bot)
2022-06-23
1
-8/+8
*
[3.11] gh-84461: Fix test_sqlite for Emscripten/WASI (GH-94125) (GH-94157)
Christian Heimes
2022-06-23
1
-1/+8
*
[3.11] gh-86404: [doc] Fix missing backtick and double target name. (GH-94120...
Julien Palard
2022-06-23
1
-2/+2
*
gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...
Miss Islington (bot)
2022-06-23
4
-17/+89
*
Closes gh-94152: Update pyvideo.org URL (GH-94075)
Miss Islington (bot)
2022-06-23
1
-1/+1
*
gh-84623: Remove unused imports in idlelib (GH-94143)
Miss Islington (bot)
2022-06-22
3
-17/+7
*
gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
Miss Islington (bot)
2022-06-22
1
-4/+1
*
[3.11] Add an error message to the ABI-dump file check (#94129)
Pablo Galindo Salgado
2022-06-22
1
-1/+10
*
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (...
Mark Shannon
2022-06-22
7
-298/+409
*
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-94116)
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-94089)
Miss Islington (bot)
2022-06-22
2
-2/+2
*
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-92611: Add details on replacements for cgi utility funcs (GH-92792) (GH-93...
Miss Islington (bot)
2022-06-21
1
-0/+31
*
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-94085)
Miss Islington (bot)
2022-06-21
3
-2/+10
*
Tutorial: specify match cases don't fall through (GH-93615) (GH-94083)
Miss Islington (bot)
2022-06-21
1
-2/+4
*
[3.11] gh-93240: clarify wording in IO tutorial (GH-93276) (GH-94082)
Łukasz Langa
2022-06-21
1
-1/+1
*
[3.11] gh-91387: Fix tarfile test on WASI (GH-93984) (#94074)
Christian Heimes
2022-06-21
1
-1/+1
*
[3.11] gh-93675: Fix typos in `Doc/` (GH-93676) (GH-94079)
Łukasz Langa
2022-06-21
5
-5/+5
*
gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94076)
Miss Islington (bot)
2022-06-21
30
-47/+59
*
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-94052: Don't re-run failed tests with --python option (GH-94054)
Miss Islington (bot)
2022-06-21
3
-6/+17
*
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-...
Miss Islington (bot)
2022-06-21
3
-0/+45
*
gh-94021: Address unreachable code warning in specialize code (GH-94022)
Miss Islington (bot)
2022-06-21
2
-1/+3
*
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calcula...
Miss Islington (bot)
2022-06-20
4
-2/+125
*
GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961) (GH-94...
Miss Islington (bot)
2022-06-20
2
-2/+33
*
gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (GH-92754)
Miss Islington (bot)
2022-06-20
1
-0/+18
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)
Victor Stinner
2022-06-20
21
-28/+61
*
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Miss Islington (bot)
2022-06-20
7
-8/+12
*
gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (G...
Miss Islington (bot)
2022-06-19
4
-1/+62
*
gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
Miss Islington (bot)
2022-06-19
2
-4/+19
*
gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)
Miss Islington (bot)
2022-06-19
1
-0/+1
*
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (GH-93926)
Miss Islington (bot)
2022-06-19
3
-19/+30
*
[3.11] gh-84461: Fix Emscripten umask and permission issues (GH-94002) (GH-94...
Christian Heimes
2022-06-19
4
-0/+23
*
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)
Miss Islington (bot)
2022-06-19
1
-1/+4
[prev]
[next]