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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-95853: Multiple ops and debug for wasm_build.py (#96744)
Christian Heimes
2022-09-11
2
-0/+2
*
gh-90751: memoryview now supports half-float (#96738)
Dong-hee Na
2022-09-10
2
-7/+22
*
gh-94972: document that shield users need to keep a reference to their task (...
Hendrik Makait
2022-09-10
1
-2/+9
*
gh-96710: Make the test timing more lenient for the int/str DoS regression te...
Gregory P. Smith
2022-09-09
1
-6/+8
*
gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)
Dennis Sweeney
2022-09-09
1
-1/+1
*
GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
Guido van Rossum
2022-09-09
2
-0/+28
*
gh-96684: Silently suppress COM security errors in _wmi module (GH-96690)
Steve Dower
2022-09-08
1
-4/+12
*
gh-96465: Clear fractions hash lru_cache under refleak testing (GH-96689)
Zachary Ware
2022-09-08
1
-0/+7
*
gh-92734: Add indentation feature to reprlib.Repr (GH-92735)
finefoot
2022-09-08
2
-4/+359
*
GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643)
Mark Shannon
2022-09-08
1
-0/+43
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (#96...
philg314
2022-09-08
1
-0/+5
*
gh-96268: Fix loading invalid UTF-8 (#96270)
Michael Droettboom
2022-09-07
1
-3/+10
*
gh-89545: Updates platform module to use new internal _wmi module on Windows ...
Steve Dower
2022-09-07
6
-59/+228
*
GH-96465: Cache hashes for Fraction instances (GH-96483)
Raymond Hettinger
2022-09-07
1
-30/+35
*
gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)
Michael Droettboom
2022-09-07
1
-0/+18
*
gh-96538: Fix refleak in _bisectmodule.c (gh-96619)
Dennis Sweeney
2022-09-06
1
-0/+28
*
gh-96628: remove deprecated and ignored arg of sysconfig.is_python_build() (G...
Irit Katriel
2022-09-06
1
-1/+1
*
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (#96623)
Michael Droettboom
2022-09-06
1
-0/+12
*
GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613)
Mark Shannon
2022-09-06
1
-0/+14
*
gh-96478: Fix new test when run in refleak mode (#96615)
Jelle Zijlstra
2022-09-06
1
-12/+12
*
gh-96478: Test `@overload` on C functions (#96479)
Nikita Sobolev
2022-09-05
1
-0/+14
*
argparse: Remove unused name variable when handling ArgumentTypeError (#96549)
Jonathon Reinhart
2022-09-05
1
-1/+0
*
gh-93963: Remove ResourceReaderDefaultsTests (GH-96598)
Jason R. Coombs
2022-09-05
1
-28/+0
*
gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...
Steve Dower
2022-09-05
1
-0/+7
*
gh-92986: Fix ast.unparse when ImportFrom.level is None (#92992)
Shantanu
2022-09-05
2
-1/+7
*
gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (#96588)
Nikita Sobolev
2022-09-05
1
-0/+9
*
gh-93973: Add all_errors to asyncio.create_connection (#93974)
Pamela Fox
2022-09-05
2
-1/+40
*
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
Mark Dickinson
2022-09-04
1
-0/+82
*
gh-68163: Correct conversion of Rational instances to float (GH-25619)
Sergey B Kirpichev
2022-09-04
2
-1/+29
*
gh-93884: Improve test coverage of `PyNumber_ToBase` (GH-93932)
Charlie Zhao
2022-09-04
1
-8/+24
*
gh-90195: Unset logger disabled flag when configuring it. (GH-96530)
Vinay Sajip
2022-09-03
2
-0/+30
*
gh-75500: Update idlelib/help.html (#96523)
Terry Jan Reedy
2022-09-03
1
-7/+8
*
gh-45108: Improve docstring and testing of ZipFile.testfile() (GH-96233)
Serhiy Storchaka
2022-09-03
3
-12/+13
*
bpo-30419: DOC: Update missing information in bdb docs (#1687)
Cheryl Sabella
2022-09-02
1
-7/+10
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
10
-3/+227
*
Allow whitespace around a slash in fraction string inputs (GH-96496)
Raymond Hettinger
2022-09-02
2
-4/+2
*
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
Irit Katriel
2022-09-01
4
-125/+112
*
gh-93678: apply remove_redundant_jumps in optimize_cfg (GH-96274)
Irit Katriel
2022-09-01
1
-3/+3
*
gh-96143: subprocess API %s/universal_newlines=/text=/g. (GH-96468)
Gregory P. Smith
2022-09-01
1
-4/+4
*
GH-96079 Fix missing field name for _AnnotatedAlias (#96080)
Anh71me
2022-08-31
2
-1/+5
*
gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)
Vinay Sajip
2022-08-31
2
-0/+33
*
gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872)
Dennis Sweeney
2022-08-31
1
-1/+1
*
gh-96408: Test set operation on items dict view. (GH-96438)
Filip Łajszczak
2022-08-30
1
-0/+18
*
gh-96143: Add some comments and minor fixes missed in the original PR (#96433)
Pablo Galindo Salgado
2022-08-30
1
-1/+1
*
gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...
Alexandru Mărășteanu
2022-08-30
3
-1/+66
*
gh-95987: Fix `repr` of `Any` type subclasses (#96412)
Nikita Sobolev
2022-08-30
2
-1/+9
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
2
-0/+353
*
gh-96349: fix minor performance regression initializing threading.Event (gh-9...
Daniel Giger
2022-08-30
1
-9/+3
*
gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386)
Nikita Sobolev
2022-08-30
2
-1/+4
*
gh-96320: WASI socket fixes (#96388)
Christian Heimes
2022-08-30
1
-2/+3
[next]