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
*
bpo-41972: Use the two-way algorithm for string searching (GH-22904)
Dennis Sweeney
2021-02-28
1
-0/+39
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
11
-14/+2955
*
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (...
Alex
2021-02-26
1
-0/+42
*
bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645)
Ruben Vorderman
2021-02-26
1
-1/+1
*
bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650)
Ammar Askar
2021-02-26
1
-0/+1
*
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
Inada Naoki
2021-02-26
2
-2/+2
*
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
Ruben Vorderman
2021-02-25
2
-6/+5
*
Remove comment about a private email.headerregistry (GH-24233)
Florian Bruhin
2021-02-24
1
-4/+0
*
bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22...
Felix C. Stegerman
2021-02-24
2
-2/+19
*
bpo-41841: Revise header (GH-24633)
Terry Jan Reedy
2021-02-24
1
-2/+3
*
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
Terry Jan Reedy
2021-02-24
2
-1/+13
*
bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (G...
Irit Katriel
2021-02-23
2
-1/+9
*
bpo-43146: fix regression in traceback.print_exception(None) (GH-24463)
Irit Katriel
2021-02-23
2
-1/+21
*
bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927)
Inada Naoki
2021-02-22
2
-26/+63
*
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
Inada Naoki
2021-02-21
1
-0/+27
*
Fix failed merge of bpo-43288. (GH-24614)
Neil Schemenauer
2021-02-21
1
-2/+3
*
bpo-43288: Fix bug in test_importlib test. (GH-24612)
Neil Schemenauer
2021-02-21
1
-0/+4
*
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
Terry Jan Reedy
2021-02-21
1
-22/+22
*
bpo-42990: Functions inherit current builtins (GH-24564)
Victor Stinner
2021-02-20
1
-0/+27
*
bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569)
Erlend Egeberg Aasland
2021-02-19
1
-0/+5
*
bpo-39448: Add regen-frozen makefile target. (GH-18174)
Neil Schemenauer
2021-02-19
1
-3/+3
*
bpo-42990: Add __builtins__ attribute to functions (GH-24559)
Victor Stinner
2021-02-18
2
-3/+9
*
bpo-43231: Correctly calculate the curses color pair limit when checking for ...
Pablo Galindo
2021-02-15
1
-1/+1
*
bpo-43231: Fix test.test_curses.TestCurses.test_init_pair when running under ...
Pablo Galindo
2021-02-15
1
-0/+7
*
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin
2021-02-15
1
-2/+1
*
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt
2021-02-14
4
-41/+99
*
bpo-43202: More codeop._maybe_compile clean-ups (GH-24512)
Terry Jan Reedy
2021-02-13
1
-7/+7
*
bpo-43172: readline now passes its tests when built against libedit (GH-24499)
Gregory P. Smith
2021-02-12
1
-2/+19
*
bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)
Terry Jan Reedy
2021-02-12
1
-4/+2
*
bpo-40956: Fix segfault when Connection.backup is called without target (GH-2...
Erlend Egeberg Aasland
2021-02-10
1
-1/+3
*
bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)
Inada Naoki
2021-02-10
1
-0/+11
*
bpo-43163: Handle unclosed parentheses in codeop (GH-24483)
Pablo Galindo
2021-02-09
2
-1/+14
*
bpo-43162: [Enum] deprecate enum member.member access (GH-24486)
Ethan Furman
2021-02-09
2
-4/+37
*
bpo-40692: Run more test_concurrent_futures tests (GH-20239)
Asheesh Laroia
2021-02-08
5
-10/+48
*
bpo-43147: Remove archaic terminology. (GH-24462)
Raymond Hettinger
2021-02-08
1
-4/+3
*
bpo-43149: Improve error message for exception group without parentheses (GH-...
Pablo Galindo
2021-02-07
1
-0/+33
*
Fix a typo in a deprecation warning (GH-24423)
Zackery Spytz
2021-02-05
1
-1/+1
*
Reduce overhead on random timings (GH-24455)
Raymond Hettinger
2021-02-05
1
-1/+1
*
bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439)
Raymond Hettinger
2021-02-04
2
-1/+6
*
bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436)
Pablo Galindo
2021-02-03
1
-2/+18
*
Fix typo (GH-23019)
Harry
2021-02-03
1
-1/+1
*
Fix Sphynx syntax in the memory.rst document
v3.10.0a5
Pablo Galindo
2021-02-02
1
-8/+42
*
bpo-41149: Fix a bug in threading that causes fals-y threads callables to fai...
BarneyStratford
2021-02-02
2
-1/+21
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
1
-3/+104
*
Only eliminate jumps to successor block if jump is unconditional. (GH-24417)
Mark Shannon
2021-02-02
1
-0/+16
*
bpo-41748: Handles unquoted attributes with commas (#24072)
Karl Dubost
2021-02-01
2
-37/+57
*
bpo-38307: Add end_lineno attribute to pyclbr Objects (GH-24348)
Aviral Srivastava
2021-02-01
3
-35/+45
*
Fix typo in Lib/trace.py (GH-24309)
Yonatan Goldschmidt
2021-02-01
1
-1/+1
*
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...
Ronald Oussoren
2021-02-01
4
-5/+17
*
bpo-43017: Improve error message for unparenthesised tuples in comprehensions...
Pablo Galindo
2021-01-31
2
-1/+17
[next]