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-94329: Don't raise on excessive stack consumption (GH-94421) (GH-94446)
Miss Islington (bot)
2022-06-30
3
-6/+9
*
gh-94332: make it safe to call assemble_free when assemble_init has not been ...
Irit Katriel
2022-06-30
1
-0/+1
*
gh-92336: linecache.getline should not raise exceptions on decoding errors (G...
Miss Islington (bot)
2022-06-30
3
-7/+8
*
[3.11] GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (...
Miss Islington (bot)
2022-06-30
2
-3/+3
*
bpo-92336: [doc] clarify that the dfile is read by the traceback display code...
Miss Islington (bot)
2022-06-29
1
-2/+3
*
Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...
Miss Islington (bot)
2022-06-29
1
-3/+3
*
[3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-...
Christian Heimes
2022-06-29
3
-6/+8
*
[3.11] GH-93516: Drop broken assert, fixes GH-93769 (GH-94411)
Christian Heimes
2022-06-29
1
-4/+0
*
[3.11] gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253) (...
Christian Heimes
2022-06-29
1
-26/+28
*
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)
Miss Islington (bot)
2022-06-29
2
-5/+13
*
[3.11] GH-93516: Backport GH-93769 (GH-94231)
Mark Shannon
2022-06-28
7
-210/+218
*
gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-...
Miss Islington (bot)
2022-06-28
2
-8/+10
*
[3.11] Backport ABI regeneration script (#94376)
Pablo Galindo Salgado
2022-06-28
1
-0/+8
*
gh-61585: Clarify import scope in modules tutorial (GH-93455) (GH-94373)
Miss Islington (bot)
2022-06-28
1
-10/+11
*
[3.11] gh-86404: [doc] Fix missing space in idle documentation. (GH-94366) (G...
Miss Islington (bot)
2022-06-28
1
-1/+1
*
gh-91860: Add docs for typing.dataclass_transform field specifier params (GH-...
Miss Islington (bot)
2022-06-28
1
-1/+35
*
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
Miss Islington (bot)
2022-06-28
2
-27/+35
*
gh-82006: IDLE doc improvements (GH-94349)
Miss Islington (bot)
2022-06-27
3
-188/+330
*
gh-94315: Check for DAC override capability (GH-94316)
Miss Islington (bot)
2022-06-27
6
-22/+58
*
[3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-9...
Christian Heimes
2022-06-27
2
-5/+6
*
[3.11] gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301) (G...
Christian Heimes
2022-06-27
4
-82/+82
*
[3.11] gh-84623: Remove unused imports in stdlib (#94313)
Terry Jan Reedy
2022-06-27
2
-2/+1
*
[3.11] gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH...
Irit Katriel
2022-06-26
1
-2/+3
*
gh-94192: Fix error for dictionary literals with invalid expression as value....
Miss Islington (bot)
2022-06-26
4
-263/+339
*
[3.11] gh-93820: Pickle enum.Flag by name (GH-93891). (GH-94288)
Serhiy Storchaka
2022-06-26
3
-3/+58
*
GH-94254: Make _struct module types immutable (GH-94269)
Miss Islington (bot)
2022-06-26
3
-2/+17
*
[3.11] [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140...
Irit Katriel
2022-06-26
1
-2/+2
*
Run Tools/scripts/reindent.py (GH-94225)
Miss Islington (bot)
2022-06-26
4
-5/+4
*
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
Miss Islington (bot)
2022-06-26
3
-64/+106
*
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.11] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94272)
Erlend Egeberg Aasland
2022-06-25
5
-122/+156
*
gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)
Miss Islington (bot)
2022-06-25
1
-2/+4
*
gh-94207: Fix struct module leak (GH-94239) (GH-94265)
Miss Islington (bot)
2022-06-25
3
-2/+39
*
gh-94217: Skip import tests when _testcapi is a builtin (GH-94218)
Miss Islington (bot)
2022-06-24
2
-1/+13
*
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-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
[next]