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
*
gh-93503: Document the new tracing/profiling APIs in the What's new document ...
Pablo Galindo Salgado
2022-09-13
1
-6/+6
*
GH-96754: Check whether the interpreter frame is complete before creating fra...
Mark Shannon
2022-09-13
1
-0/+3
*
gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...
adang1345
2022-09-12
1
-0/+2
*
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
Christian Heimes
2022-09-11
1
-0/+3
*
gh-90751: memoryview now supports half-float (#96738)
Dong-hee Na
2022-09-10
1
-0/+2
*
GH-96678: Fix undefined behavior in ceval.c (#96708)
Mark Shannon
2022-09-10
1
-0/+1
*
GH-90230: Fix warnings and failures with --enable-pystats (GH-96622)
Brandt Bucher
2022-09-09
1
-0/+2
*
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Kumar Aditya
2022-09-09
1
-0/+1
*
gh-96364: Fix text signatures of `__getitem__` for `list` and `dict` (GH-96365)
Nikita Sobolev
2022-09-09
1
-0/+1
*
gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)
Dennis Sweeney
2022-09-09
1
-0/+1
*
GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
Guido van Rossum
2022-09-09
1
-0/+1
*
gh-92734: Add indentation feature to reprlib.Repr (GH-92735)
finefoot
2022-09-08
1
-0/+1
*
GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643)
Mark Shannon
2022-09-08
1
-0/+3
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (#96...
philg314
2022-09-08
1
-0/+2
*
gh-96652: Fix faulthandler chained signal without sigaction() (#96666)
Victor Stinner
2022-09-08
1
-0/+3
*
gh-96268: Fix loading invalid UTF-8 (#96270)
Michael Droettboom
2022-09-07
1
-0/+2
*
gh-94781: Fix Windows projects not cleaning intermediate and output files for...
Charlie Zhao
2022-09-07
1
-0/+2
*
gh-89545: Updates platform module to use new internal _wmi module on Windows ...
Steve Dower
2022-09-07
1
-0/+1
*
gh-96577: Fixes buffer overrun in _msi module (GH-96633)
Steve Dower
2022-09-07
1
-0/+1
*
GH-96465: Cache hashes for Fraction instances (GH-96483)
Raymond Hettinger
2022-09-07
1
-0/+1
*
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
Nikita Sobolev
2022-09-07
1
-0/+1
*
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (#96623)
Michael Droettboom
2022-09-06
1
-0/+2
*
GH-96572: fix use after free in trace refs build mode (#96618)
Kumar Aditya
2022-09-06
1
-0/+1
*
GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613)
Mark Shannon
2022-09-06
1
-0/+1
*
GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585)
Mark Shannon
2022-09-06
1
-0/+1
*
GH-93911: Fix `LOAD_ATTR_PROPERTY` caches (GH-96519)
Brandt Bucher
2022-09-06
1
-0/+2
*
gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...
Steve Dower
2022-09-05
1
-0/+3
*
gh-92986: Fix ast.unparse when ImportFrom.level is None (#92992)
Shantanu
2022-09-05
1
-0/+1
*
gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (#96588)
Nikita Sobolev
2022-09-05
1
-0/+2
*
gh-96538: Move some type-checking out of bisect.bisect() loops (GH-96539)
Dennis Sweeney
2022-09-05
1
-0/+1
*
gh-93973: Add all_errors to asyncio.create_connection (#93974)
Pamela Fox
2022-09-05
1
-0/+1
*
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
Mark Dickinson
2022-09-04
1
-1/+1
*
no-issue: Fix typo in 3.11.0a7.rst (gh-96547)
Ikko Ashimine
2022-09-04
1
-1/+1
*
gh-68163: Correct conversion of Rational instances to float (GH-25619)
Sergey B Kirpichev
2022-09-04
1
-0/+1
*
gh-93884: Improve test coverage of `PyNumber_ToBase` (GH-93932)
Charlie Zhao
2022-09-04
1
-0/+1
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-0/+14
*
Allow whitespace around a slash in fraction string inputs (GH-96496)
Raymond Hettinger
2022-09-02
1
-0/+2
*
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
Irit Katriel
2022-09-01
1
-0/+16
*
GH-96079 Fix missing field name for _AnnotatedAlias (#96080)
Anh71me
2022-08-31
1
-0/+1
*
gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)
Vinay Sajip
2022-08-31
1
-0/+2
*
gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872)
Dennis Sweeney
2022-08-31
1
-0/+1
*
gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...
Alexandru Mărășteanu
2022-08-30
1
-0/+2
*
gh-95987: Fix `repr` of `Any` type subclasses (#96412)
Nikita Sobolev
2022-08-30
1
-0/+1
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
1
-0/+7
*
gh-96349: fix minor performance regression initializing threading.Event (gh-9...
Daniel Giger
2022-08-30
1
-0/+1
*
gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386)
Nikita Sobolev
2022-08-30
1
-0/+3
*
gh-95853: Improve WASM build script (GH-96389)
Christian Heimes
2022-08-30
1
-0/+2
*
gh-96320: WASI socket fixes (#96388)
Christian Heimes
2022-08-30
1
-0/+2
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)
Kumar Aditya
2022-08-29
1
-0/+1
*
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
Christian Heimes
2022-08-29
1
-0/+1
[next]