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
*
3.7.8rc1
v3.7.8rc1
Ned Deily
2020-06-17
1
-475/+561
*
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)
Miss Islington (bot)
2020-06-15
5
-7/+7
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Miss Islington (bot)
2020-06-15
2
-9/+9
*
[3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH...
Miss Islington (bot)
2020-06-15
2
-2/+20
*
bpo-40964: disable remote IMAP tests (GH-20836)
Christian Heimes
2020-06-12
1
-0/+3
*
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762)
Miss Islington (bot)
2020-06-11
2
-0/+15
*
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817)
Miss Islington (bot)
2020-06-11
2
-1/+16
*
Add quotes to code to be a string
Miss Islington (bot)
2020-06-09
2
-9/+18
*
[3.7] Revert bpo-39576: Prevent memory error for overly optimistic precisions...
Stefan Krah
2020-06-08
1
-35/+0
*
[3.8] bpo-40807: Backport test_codeop change [GH-19670]
Miss Islington (bot)
2020-06-05
1
-4/+4
*
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
Miss Islington (bot)
2020-06-03
1
-1/+1
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Miss Islington (bot)
2020-05-29
3
-16/+50
*
[3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-...
Miss Islington (bot)
2020-05-29
1
-3/+3
*
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...
Miss Islington (bot)
2020-05-29
2
-0/+28
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Miss Islington (bot)
2020-05-27
1
-0/+15
*
bpo-39073: validate Address parts to disallow CRLF (GH-19007)
Miss Islington (bot)
2020-05-27
2
-0/+24
*
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...
Miss Islington (bot)
2020-05-26
1
-0/+7
*
bpo-37309: Update NEWS.txt for 3.7.8 (GH-20353)
Terry Jan Reedy
2020-05-24
1
-2/+13
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Miss Islington (bot)
2020-05-24
2
-1/+3
*
[3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....
Batuhan Taskaya
2020-05-22
1
-0/+4
*
s/wakup/wakeup (GH-20250)
Miss Islington (bot)
2020-05-20
1
-1/+1
*
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
Miss Islington (bot)
2020-05-15
1
-0/+6
*
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (#20099)
Miss Islington (bot)
2020-05-15
1
-1/+2
*
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Miss Islington (bot)
2020-05-11
1
-0/+16
*
bpo-40459: Fix NameError in platform.py (GH-19855)
Miss Islington (bot)
2020-05-05
1
-3/+3
*
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers ...
Miss Islington (bot)
2020-05-02
1
-1/+2
*
bpo-40443: Remove unused imports in idlelib (GH-19801)
Miss Islington (bot)
2020-04-30
6
-6/+3
*
bpo-40436: Fix code parsing gdb version (GH-19792)
Miss Islington (bot)
2020-04-29
2
-2/+11
*
[3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (GH-19784)
Miss Islington (bot)
2020-04-29
1
-1/+1
*
[3.7] bpo-38546: Backport multiprocessing tests fixes from master (GH-19689)
Victor Stinner
2020-04-23
4
-2/+44
*
bpo-39932: Fix multiprocessing test_heap() (GH-19690)
Victor Stinner
2020-04-23
1
-0/+10
*
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Miss Islington (bot)
2020-04-22
3
-15/+77
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
Miss Islington (bot)
2020-04-22
1
-5/+30
*
bpo-38439: Add 256px IDLE icon (GH-17473)
Miss Islington (bot)
2020-04-22
4
-2/+16
*
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
Miss Islington (bot)
2020-04-20
2
-1/+11
*
Fix typo in Lib/tracepack.py (GH-19605)
Miss Islington (bot)
2020-04-20
1
-1/+1
*
[3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...
Serhiy Storchaka
2020-04-18
1
-0/+104
*
Fix two typos in multiprocessing (GH-19571) (GH-19579)
Miss Islington (bot)
2020-04-18
1
-2/+2
*
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
Miss Islington (bot)
2020-04-17
2
-3/+5
*
bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19555)
Miss Islington (bot)
2020-04-16
1
-4/+6
*
Update libregrtest from master (GH-19517)
Victor Stinner
2020-04-14
9
-65/+240
*
bpo-32033: Fix test_pwd failures on Android (GH-19502)
Miss Islington (bot)
2020-04-14
1
-1/+1
*
[3.7] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XML...
Miss Islington (bot)
2020-04-12
1
-0/+17
*
[3.7] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) ...
Serhiy Storchaka
2020-04-12
1
-36/+24
*
bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19193)
Miss Islington (bot)
2020-04-07
1
-1/+9
*
bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...
Miss Islington (bot)
2020-04-06
2
-2/+6
*
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
Miss Islington (bot)
2020-04-04
3
-15/+30
*
[3.7] bpo-36541: lib2to3: Support named assignment expressions (GH-12702) (GH...
Tim Hatch
2020-04-03
5
-6/+25
*
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-1931...
Victor Stinner
2020-04-03
2
-3/+20
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19297)
Miss Islington (bot)
2020-04-02
2
-52/+107
[next]