summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-94329: Don't raise on excessive stack consumption (GH-94421) (GH-94446)Miss Islington (bot)2022-06-303-6/+9
* gh-94332: make it safe to call assemble_free when assemble_init has not been ...Irit Katriel2022-06-301-0/+1
* gh-92336: linecache.getline should not raise exceptions on decoding errors (G...Miss Islington (bot)2022-06-303-7/+8
* [3.11] GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (...Miss Islington (bot)2022-06-302-3/+3
* bpo-92336: [doc] clarify that the dfile is read by the traceback display code...Miss Islington (bot)2022-06-291-2/+3
* Docs: Update SyntaxError message in REPL example for list comprehension (GH-9...Miss Islington (bot)2022-06-291-3/+3
* [3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-...Christian Heimes2022-06-293-6/+8
* [3.11] GH-93516: Drop broken assert, fixes GH-93769 (GH-94411)Christian Heimes2022-06-291-4/+0
* [3.11] gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253) (...Christian Heimes2022-06-291-26/+28
* gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)Miss Islington (bot)2022-06-292-5/+13
* [3.11] GH-93516: Backport GH-93769 (GH-94231)Mark Shannon2022-06-287-210/+218
* gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-...Miss Islington (bot)2022-06-282-8/+10
* [3.11] Backport ABI regeneration script (#94376)Pablo Galindo Salgado2022-06-281-0/+8
* gh-61585: Clarify import scope in modules tutorial (GH-93455) (GH-94373)Miss Islington (bot)2022-06-281-10/+11
* [3.11] gh-86404: [doc] Fix missing space in idle documentation. (GH-94366) (G...Miss Islington (bot)2022-06-281-1/+1
* gh-91860: Add docs for typing.dataclass_transform field specifier params (GH-...Miss Islington (bot)2022-06-281-1/+35
* gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)Miss Islington (bot)2022-06-282-27/+35
* gh-82006: IDLE doc improvements (GH-94349)Miss Islington (bot)2022-06-273-188/+330
* gh-94315: Check for DAC override capability (GH-94316)Miss Islington (bot)2022-06-276-22/+58
* [3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-9...Christian Heimes2022-06-272-5/+6
* [3.11] gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301) (G...Christian Heimes2022-06-274-82/+82
* [3.11] gh-84623: Remove unused imports in stdlib (#94313)Terry Jan Reedy2022-06-272-2/+1
* [3.11] gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH...Irit Katriel2022-06-261-2/+3
* gh-94192: Fix error for dictionary literals with invalid expression as value....Miss Islington (bot)2022-06-264-263/+339
* [3.11] gh-93820: Pickle enum.Flag by name (GH-93891). (GH-94288)Serhiy Storchaka2022-06-263-3/+58
* GH-94254: Make _struct module types immutable (GH-94269)Miss Islington (bot)2022-06-263-2/+17
* [3.11] [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140...Irit Katriel2022-06-261-2/+2
* Run Tools/scripts/reindent.py (GH-94225)Miss Islington (bot)2022-06-264-5/+4
* gh-83499: Fix closing file descriptors in tempfile (GH-93874)Miss Islington (bot)2022-06-263-64/+106
* gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)Miss Islington (bot)2022-06-251-2/+2
* bpo-39971: Change examples to be runnable (GH-32172)Miss Islington (bot)2022-06-251-11/+18
* [3.11] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94272)Erlend Egeberg Aasland2022-06-255-122/+156
* gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)Miss Islington (bot)2022-06-251-2/+4
* gh-94207: Fix struct module leak (GH-94239) (GH-94265)Miss Islington (bot)2022-06-253-2/+39
* gh-94217: Skip import tests when _testcapi is a builtin (GH-94218)Miss Islington (bot)2022-06-242-1/+13
* IDLE: replace if statement with expression (GH-94228)Miss Islington (bot)2022-06-241-6/+2
* Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` descriptio...Miss Islington (bot)2022-06-241-2/+2
* gh-84461: Build Emscripten with WASM BigInt support (GH-94219)Miss Islington (bot)2022-06-243-1/+8
* gh-94205: Ensures all required DLLs are copied on Windows for underpth tests ...Miss Islington (bot)2022-06-241-0/+2
* gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142)Miss Islington (bot)2022-06-249-9/+26
* gh-93692: remove "build finished successfully" message from setup.py (GH-93693)Miss Islington (bot)2022-06-241-1/+0
* [Enum] Remove automatic docstring generation (GH-94188)Miss Islington (bot)2022-06-232-267/+4
* [3.11] gh-92858: Improve error message for some suites with syntax error befo...Pablo Galindo Salgado2022-06-234-380/+542
* gh-93771: Clarify how deepfreeze.py is run (GH-94150)Miss Islington (bot)2022-06-231-2/+4
* [3.11] GH-91742: Fix pdb crash after jump (GH-94171) (#94176)Miss Islington (bot)2022-06-233-1/+45
* [3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#...Ken Jin2022-06-236-528/+543
* [Enum] fix typo (GH-94158)Miss Islington (bot)2022-06-231-8/+8
* [3.11] gh-84461: Fix test_sqlite for Emscripten/WASI (GH-94125) (GH-94157)Christian Heimes2022-06-231-1/+8
* [3.11] gh-86404: [doc] Fix missing backtick and double target name. (GH-94120...Julien Palard2022-06-231-2/+2
* gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...Miss Islington (bot)2022-06-234-17/+89