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: Use new test.support helper submodules in tests (GH-21451)
Hai Shi
2020-08-03
20
-278/+324
*
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi
2020-08-03
20
-132/+154
*
random module: Convert a "while 1" to "while True (GH-21700)
Raymond Hettinger
2020-08-02
1
-1/+1
*
bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695)
Raymond Hettinger
2020-08-01
1
-1/+1
*
bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694)
Karthikeyan Singaravelan
2020-07-31
1
-1/+4
*
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
Mark Shannon
2020-07-30
3
-9/+5
*
bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)
Zackery Spytz
2020-07-28
6
-1/+15
*
bpo-41401: Fix test_fspath_support in test_io. (GH-21640)
Serhiy Storchaka
2020-07-27
1
-1/+1
*
bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447)
pxinwr
2020-07-27
1
-0/+2
*
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
Akuli
2020-07-27
2
-1/+5
*
Delete remaining references to Grammar/Grammar from docs (#21624)
Guido van Rossum
2020-07-26
1
-1/+1
*
bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)
Serhiy Storchaka
2020-07-26
1
-2/+4
*
bpo-41314: fixed annotations __future__ version (GH-21616)
YoSTEALTH
2020-07-25
1
-12/+13
*
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
Gregory Schevchenko
2020-07-25
2
-41/+104
*
bpo-37309: NEWS for #41373 (GH-21612)
Terry Jan Reedy
2020-07-25
1
-0/+4
*
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...
Serhiy Storchaka
2020-07-25
1
-0/+11
*
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)
Alex Grönholm
2020-07-23
2
-7/+25
*
bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
Zackery Spytz
2020-07-23
1
-2/+2
*
bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
Abhijeet Kasurde
2020-07-23
1
-4/+28
*
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (#21553)
wyfo
2020-07-22
2
-6/+20
*
bpo-41364: Reduce import overhead of uuid module (GH-21586)
Steve Dower
2020-07-21
1
-7/+9
*
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clini...
Serhiy Storchaka
2020-07-20
1
-6/+8
*
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...
Vinay Sharma
2020-07-20
1
-0/+7
*
bpo-41338: Fix DeprecationWarning in tests (GH-21542)
Inada Naoki
2020-07-20
3
-0/+11
*
bpo-38169: Increase code coverage for SharedMemory and ShareableList (GH-16139)
Vinay Sharma
2020-07-19
1
-0/+29
*
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
scoder
2020-07-18
1
-0/+36
*
bpo-39603: Prevent header injection in http methods (GH-18485)
AMIR
2020-07-18
2
-0/+37
*
bpo-40941: Unify implicit and explicit state in the frame and generator objec...
Mark Shannon
2020-07-17
3
-3/+6
*
bpo-41195: Add getter for Openssl security level (GH-21282)
matthewhughes934
2020-07-17
1
-0/+19
*
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
Terry Jan Reedy
2020-07-16
2
-0/+4
*
bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)
Berker Peksag
2020-07-16
1
-17/+18
*
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
Steve Dower
2020-07-15
1
-2/+34
*
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
Rishi
2020-07-15
3
-0/+9
*
bpo-41273: asyncio's proactor read transport's better performance by using re...
Tony Solomonik
2020-07-14
2
-46/+64
*
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
Serhiy Storchaka
2020-07-13
1
-0/+18
*
Fix error in docstrings in bisect module (GH-21422)
Sergey Golitsynskiy
2020-07-11
1
-2/+2
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
5
-2/+21
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Terry Jan Reedy
2020-07-09
4
-41/+60
*
bpo-41172: Fix check for compiler in test suite (GH-21400)
Steve Dower
2020-07-09
1
-1/+7
*
bpo-29590: fix stack trace for gen.throw() with yield from (#19896)
Chris Jerdonek
2020-07-09
1
-0/+49
*
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi
2020-07-09
18
-134/+154
*
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH...
Mark Sapiro
2020-07-08
2
-1/+14
*
Add a test for get_id() (GH-21370)
Joannah Nanjekye
2020-07-08
1
-0/+7
*
bpo-41224: Document is_annotated() in symtable module and update doc strings ...
Joannah Nanjekye
2020-07-07
1
-2/+76
*
bpo-29778: test_embed tests the path configuration (GH-21306)
Victor Stinner
2020-07-07
1
-15/+67
*
bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359)
Jason R. Coombs
2020-07-07
2
-3/+14
*
bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (G...
Pablo Galindo
2020-07-06
1
-3/+5
*
bpo-41218: Only mark async code with CO_COROUTINE. (#21357)
Matthias Bussonnier
2020-07-06
1
-0/+19
*
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...
Steve Dower
2020-07-06
1
-7/+24
*
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi
2020-07-06
18
-110/+128
[next]