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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.11.0b4
v3.11.0b4
Pablo Galindo
2022-07-11
108
-237/+1120
*
[3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is ...
Miss Islington (bot)
2022-07-11
1
-0/+1
*
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)
Miss Islington (bot)
2022-07-11
1
-0/+1
*
[3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740)
John Belmonte
2022-07-11
1
-0/+1
*
[3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721)
Brandt Bucher
2022-07-10
1
-0/+4
*
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
Miss Islington (bot)
2022-07-09
1
-0/+3
*
[3.11] GH-93252: Fix error handling for failed Python calls (GH-94693) (GH-94...
Kumar Aditya
2022-07-09
1
-0/+2
*
gh-94607: Fix subclassing generics (GH-94610)
Miss Islington (bot)
2022-07-09
1
-0/+2
*
[3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94...
Christian Heimes
2022-07-08
1
-0/+3
*
gh-94321: Document sqlite3.PrepareProtocol (GH-94620)
Miss Islington (bot)
2022-07-07
1
-0/+2
*
gh-93910: Fix enum performance regression (GH-94614)
Miss Islington (bot)
2022-07-07
1
-0/+3
*
[3.11] gh-94430: Allow params named `module` or `self` with custom C names in...
Erlend Egeberg Aasland
2022-07-07
1
-0/+2
*
[3.11] gh-92228: disable the compiler's 'small exit block inlining' optimizat...
Christian Heimes
2022-07-07
1
-0/+1
*
GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (...
Miss Islington (bot)
2022-07-06
1
-0/+1
*
[3.11] gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace...
Łukasz Langa
2022-07-05
1
-0/+2
*
gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424) (GH...
Miss Islington (bot)
2022-07-05
1
-0/+7
*
gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors...
Miss Islington (bot)
2022-07-05
1
-0/+2
*
gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94568)
Miss Islington (bot)
2022-07-05
1
-0/+1
*
[3.11] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...
Miss Islington (bot)
2022-07-05
1
-0/+2
*
[3.11] gh-94485: Set line number of module's RESUME instruction to 0 as speci...
Łukasz Langa
2022-07-05
1
-0/+2
*
gh-84753: Clarify change made to `inspect` functions (GH-94554) (GH-94560)
Miss Islington (bot)
2022-07-05
1
-2/+6
*
gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94555)
Miss Islington (bot)
2022-07-05
1
-0/+2
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Miss Islington (bot)
2022-07-05
7
-7/+7
*
gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628) (...
Miss Islington (bot)
2022-07-05
1
-0/+1
*
[3.11] GH-94262: Don't create frame objects for frames that aren't yet comple...
Miss Islington (bot)
2022-07-04
1
-0/+3
*
[3.11] gh-93975: Provide nicer error reporting from subprocesses in test_venv...
Jason R. Coombs
2022-07-01
1
-0/+2
*
[3.11] GH-94438: Backport GH-94444 (#94486)
Mark Shannon
2022-07-01
1
-0/+2
*
[3.11] GH-93354: Use exponential backoff to avoid excessive specialization at...
Mark Shannon
2022-06-30
1
-0/+3
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...
Miss Islington (bot)
2022-06-30
1
-0/+3
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) (GH-94463)
Miss Islington (bot)
2022-06-30
1
-0/+1
*
gh-91719: Reload opcode on unknown error so that C can optimize the dispatchi...
Miss Islington (bot)
2022-06-30
1
-0/+2
*
GH-94329: Don't raise on excessive stack consumption (GH-94421) (GH-94446)
Miss Islington (bot)
2022-06-30
1
-0/+2
*
gh-92336: linecache.getline should not raise exceptions on decoding errors (G...
Miss Islington (bot)
2022-06-30
1
-0/+1
*
[3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-...
Christian Heimes
2022-06-29
1
-1/+2
*
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)
Miss Islington (bot)
2022-06-29
1
-0/+2
*
[3.11] GH-93516: Backport GH-93769 (GH-94231)
Mark Shannon
2022-06-28
1
-0/+2
*
gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-...
Miss Islington (bot)
2022-06-28
1
-0/+2
*
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
Miss Islington (bot)
2022-06-28
1
-0/+2
*
gh-94315: Check for DAC override capability (GH-94316)
Miss Islington (bot)
2022-06-27
1
-0/+2
*
gh-94192: Fix error for dictionary literals with invalid expression as value....
Miss Islington (bot)
2022-06-26
1
-0/+1
*
[3.11] gh-93820: Pickle enum.Flag by name (GH-93891). (GH-94288)
Serhiy Storchaka
2022-06-26
1
-0/+1
*
GH-94254: Make _struct module types immutable (GH-94269)
Miss Islington (bot)
2022-06-26
1
-0/+1
*
gh-83499: Fix closing file descriptors in tempfile (GH-93874)
Miss Islington (bot)
2022-06-26
1
-0/+1
*
gh-94207: Fix struct module leak (GH-94239) (GH-94265)
Miss Islington (bot)
2022-06-25
1
-0/+2
*
[3.11] gh-92858: Improve error message for some suites with syntax error befo...
Pablo Galindo Salgado
2022-06-23
1
-0/+1
*
[3.11] GH-91742: Fix pdb crash after jump (GH-94171) (#94176)
Miss Islington (bot)
2022-06-23
1
-0/+1
*
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#...
Ken Jin
2022-06-23
1
-0/+2
*
gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH...
Miss Islington (bot)
2022-06-23
1
-0/+3
*
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (...
Mark Shannon
2022-06-22
1
-0/+2
*
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...
Miss Islington (bot)
2022-06-22
1
-0/+2
[next]