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-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)
Hai Shi
2020-04-29
9
-68/+71
*
bpo-40334: Fix shifting of nested f-strings in the new parser (GH-19771)
Lysandros Nikolaou
2020-04-29
1
-2/+1
*
bpo-38880: List interpreters associated with a channel end (GH-17323)
Lewis Gaul
2020-04-29
1
-0/+196
*
bpo-40431: Fix syntax typo in turtledemo (GH-19777)
Miro Hrončok
2020-04-29
1
-1/+1
*
bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770)
Eric Snow
2020-04-28
1
-0/+21
*
bpo-39966: Revert "bpo-25597: Ensure wraps' return value is used for magic me...
Karthikeyan Singaravelan
2020-04-28
2
-12/+10
*
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)
Ethan Onstott
2020-04-28
2
-0/+15
*
Merge tag 'v3.9.0a6'
Łukasz Langa
2020-04-28
1
-34/+99
|
\
|
*
Python 3.9.0a6
v3.9.0a6
Łukasz Langa
2020-04-27
1
-34/+99
*
|
bpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744)
Lysandros Nikolaou
2020-04-28
1
-1/+0
*
|
bpo-40334: Catch E_EOF error, when the tokenizer returns ERRORTOKEN (GH-19743)
Lysandros Nikolaou
2020-04-28
1
-2/+0
*
|
bpo-39995: Split test_concurrent_futures.test_crash() into sub-tests (GH-19739)
Victor Stinner
2020-04-27
1
-63/+85
*
|
bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738)
Victor Stinner
2020-04-27
1
-0/+2
*
|
bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736)
Pablo Galindo
2020-04-27
1
-1/+0
*
|
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
1
-6/+10
*
|
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
Victor Stinner
2020-04-27
2
-0/+18
*
|
bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712)
Dong-hee Na
2020-04-27
2
-0/+42
|
/
*
bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720)
Serhiy Storchaka
2020-04-27
2
-3/+10
*
bpo-40396: Support GenericAlias in the typing functions. (GH-19718)
Serhiy Storchaka
2020-04-26
2
-6/+59
*
Fix typo in Lib/typing.py (GH-19717)
Nickolena Fisher
2020-04-26
1
-1/+1
*
bpo-40275: Avoid importing logging in test.support (GH-19601)
Serhiy Storchaka
2020-04-25
5
-104/+103
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
36
-370/+401
*
bpo-40275: Avoid importing asyncio in test.support (GH-19600)
Serhiy Storchaka
2020-04-25
2
-2/+17
*
bpo-40360: Deprecate lib2to3 module in light of PEP 617 (GH-19663)
Carl Meyer
2020-04-24
2
-1/+9
*
bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694)
Lysandros Nikolaou
2020-04-24
1
-80/+144
*
Expand the implementation comments (GH-19699)
Raymond Hettinger
2020-04-24
1
-0/+7
*
bpo-40336: Refactor typing._SpecialForm (GH-19620)
Serhiy Storchaka
2020-04-23
1
-77/+61
*
bpo-39983: Add test.support.print_warning() (GH-19683)
Victor Stinner
2020-04-23
5
-31/+50
*
bpo-40370: Use the same compile and link args as the interpreter used in test...
Pablo Galindo
2020-04-23
1
-0/+4
*
bpo-40334: Suppress all output in test_peg_generator (GH-19675)
Lysandros Nikolaou
2020-04-23
2
-5/+1
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
18
-32/+46
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
25
-83/+2247
*
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde
2020-04-22
3
-1/+45
*
bpo-40260: Remove unnecessary newline in compile() call (GH-19641)
Anthony Sottile
2020-04-22
1
-1/+1
*
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Batuhan Taşkaya
2020-04-22
2
-8/+25
*
bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652)
Steve Dower
2020-04-22
1
-5/+3
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Victor Stinner
2020-04-22
1
-21/+51
*
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Joshua Root
2020-04-22
3
-15/+77
*
bpo-38439: Add 256px IDLE icon (GH-17473)
Miro Hrončok
2020-04-22
4
-2/+16
*
bpo-40327: Improve atomicity, speed, and memory efficiency of the items() loo...
Raymond Hettinger
2020-04-21
1
-1/+1
*
bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (G...
Pablo Galindo
2020-04-21
1
-1/+11
*
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
HongWeipeng
2020-04-20
2
-1/+11
*
bpo-40330: Fix utf-8 size check in ShareableList (GH-19606)
Antoine Pitrou
2020-04-20
2
-6/+20
*
bpo-40260: Revert breaking changes made in modulefinder (GH-19595)
Barry
2020-04-20
2
-12/+24
*
Fix typo in Lib/tracepack.py (GH-19605)
Galden
2020-04-20
1
-1/+1
*
bpo-40148: Add PurePath.with_stem() (GH-19295)
Tim Hoffmann
2020-04-19
2
-0/+35
*
bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996)
Thomas Krennwallner
2020-04-19
1
-30/+45
*
bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453)
Kyle Stanley
2020-04-19
2
-6/+54
*
bpo-40325: Deprecate set object support in random.sample() (GH-19591)
Raymond Hettinger
2020-04-19
2
-2/+9
*
bpo-35113: Fix inspect.getsource to return correct source for inner classes (...
Karthikeyan Singaravelan
2020-04-18
4
-23/+197
[next]