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
*
closes bpo-39091: Fix segfault when Exception constructor returns non-excepti...
Noah
2021-08-03
1
-0/+26
*
bpo-44792: Improve syntax errors for if expressions (GH-27506)
Miguel Brito
2021-08-02
1
-0/+12
*
bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
Serhiy Storchaka
2021-08-02
2
-2/+46
*
bpo-44785: Silence deprecation warnings in test_pickle (#27538)
Serhiy Storchaka
2021-08-02
1
-1/+5
*
bpo-44206: Make sure that dict-keys's version is set to zero when value is po...
Mark Shannon
2021-08-02
1
-0/+12
*
bpo-44808: Fix test_inspect in refleak mode (GH-27544)
Pablo Galindo Salgado
2021-08-02
1
-1/+2
*
bpo-44781: make distutils test suppress deprecation warning from import distu...
Irit Katriel
2021-08-02
1
-2/+5
*
bpo-44793: Fix checking the number of arguments when subscribe a generic type...
Serhiy Storchaka
2021-08-02
2
-8/+13
*
bpo-34013: Don't consider a grouped expression when reporting legacy print sy...
Pablo Galindo Salgado
2021-08-01
1
-0/+9
*
bpo-33671 fix orphaned comment in shutil.copyfileobj (GH-27516)
Anthony Sottile
2021-07-31
1
-1/+1
*
bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27...
Serhiy Storchaka
2021-07-31
3
-117/+141
*
bpo-37880: for argparse add_argument with action='store_const', const now def...
Jack DeVries
2021-07-31
2
-2/+22
*
bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508)
Jason R. Coombs
2021-07-31
1
-6/+12
*
Trivial typo in docstring
Jesús Cea
2021-07-31
1
-1/+1
*
bpo-44667: Treat correctly lines ending with comments and no newlines in the ...
Pablo Galindo Salgado
2021-07-31
2
-1/+11
*
bpo-44771: Sync with importlib_resources 5.2.2, fixing refleak. (#27497)
Jason R. Coombs
2021-07-31
1
-3/+5
*
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-2...
andrei kulakov
2021-07-30
2
-1/+18
*
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939)
andrei kulakov
2021-07-30
2
-8/+40
*
bpo-42892: fix email multipart attribute error (GH-26903)
andrei kulakov
2021-07-30
2
-3/+35
*
bpo-44666: Use default encoding as fallback for compile_file (GH-27236)
Stefan Hoelzl
2021-07-30
2
-3/+10
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
17
-20/+20
*
bpo-44747: Refactor usage of sys._getframe at typing module (#27387)
Yurii Karabas
2021-07-30
1
-21/+7
*
bpo-44761: Change default value of NewType __module__ attr (GH-27406)
Yurii Karabas
2021-07-30
2
-4/+12
*
bpo-44753: Don't use logfile extension when determining old files to be delet...
Vinay Sajip
2021-07-30
1
-1/+2
*
bpo-44771: Apply changes from importlib_resources 5.2.1 (GH-27436)
Jason R. Coombs
2021-07-30
17
-373/+708
*
bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431)
Erlend Egeberg Aasland
2021-07-29
1
-0/+21
*
bpo-44662: Add ability to annotate types.Union (#27214)
Yurii Karabas
2021-07-29
1
-0/+10
*
To fix the random failed test cases of test___xxsubinterpreters in multiproce...
Hai Shi
2021-07-29
1
-0/+15
*
bpo-44725 : expose specialization stats in python (GH-27192)
Irit Katriel
2021-07-29
2
-0/+37
*
bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433)
Jack DeVries
2021-07-29
1
-6/+3
*
bpo-44752: Make rlcompleter not call `@property` methods (GH-27401)
Jack DeVries
2021-07-29
2
-4/+38
*
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
Erlend Egeberg Aasland
2021-07-29
2
-3/+2
*
bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (...
Brandt Bucher
2021-07-29
1
-1/+5
*
bpo-43897: AST validation for pattern matching nodes (GH24771)
Batuhan Taskaya
2021-07-28
1
-1/+142
*
bpo-44682: Handle invalid arg to pdb's "commands" directive (#27252)
andrei kulakov
2021-07-28
2
-0/+17
*
bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698)
Barney Gale
2021-07-28
2
-19/+45
*
Change type check to isinstance in pipes (GH-27291)
Anton Grübel
2021-07-28
1
-2/+2
*
bpo-44461: Check early that a pdb target is valid for execution. (#27227)
Jason R. Coombs
2021-07-28
2
-1/+19
*
bpo-44600: Refactor new tracing tests (GH-27396)
Brandt Bucher
2021-07-28
1
-67/+74
*
bpo-34013: Move the Python 2 hints from the exception constructor to the pars...
Pablo Galindo Salgado
2021-07-27
2
-13/+17
*
bpo-34013: Generalize the invalid legacy statement error message (GH-27389)
Pablo Galindo Salgado
2021-07-27
1
-0/+6
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
13
-23/+23
*
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)
Nick Coghlan
2021-07-26
2
-6/+11
*
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278)
T. Wouters
2021-07-26
1
-0/+21
*
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan
2021-07-26
3
-14/+13
*
bpo-44734: Fix precision in turtle tests (GH-27343)
Logan Jones
2021-07-26
1
-11/+3
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
2
-1/+2
*
bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346)
Charles Burkland
2021-07-25
1
-0/+76
*
bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)
Batuhan Taskaya
2021-07-25
3
-8/+35
*
bpo-42378: fixed log truncation on logging shutdown (GH-27310)
andrei kulakov
2021-07-25
2
-6/+25
[next]