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-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944...
Victor Stinner
2020-06-18
7
-12/+37
*
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) (GH...
Victor Stinner
2020-06-17
3
-13/+26
*
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)
Ned Deily
2020-06-15
5
-7/+7
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Miss Islington (bot)
2020-06-15
2
-9/+9
*
bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
Miss Islington (bot)
2020-06-15
2
-2/+20
*
bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (GH-20863)
Miss Islington (bot)
2020-06-13
2
-2/+16
*
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
Miss Islington (bot)
2020-06-13
1
-0/+3
*
bpo-40964: disable remote IMAP tests (GH-20836)
Christian Heimes
2020-06-12
1
-0/+3
*
bpo-40626: Support HDF5 in mimetypes (GH-20042)
Miss Islington (bot)
2020-06-11
1
-0/+1
*
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816)
Miss Islington (bot)
2020-06-11
2
-1/+16
*
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
Miss Islington (bot)
2020-06-11
1
-1/+2
*
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) ...
Victor Stinner
2020-06-10
4
-45/+42
*
[3.8] Revert bpo-39576: Prevent memory error for overly optimistic precisions...
Stefan Krah
2020-06-08
1
-35/+0
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Miss Islington (bot)
2020-06-06
1
-0/+7
*
bpo-40614: Respect feature version for f-string debug expressions (GH-20196) ...
Shantanu
2020-06-06
1
-0/+6
*
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
Miss Islington (bot)
2020-06-06
2
-9/+18
*
[3.8] bpo-40807: Backport test_codeop change [GH-19670]
Terry Jan Reedy
2020-06-05
1
-4/+4
*
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616)
Victor Stinner
2020-06-03
1
-6/+16
*
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
*
bpo-40784: Fix sqlite3 deterministic test (GH-20448)
Miss Islington (bot)
2020-05-29
1
-9/+27
*
[3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-...
Andrew Kuchling
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-40795: ctypes calls unraisablehook with an exception (GH-20452)
Miss Islington (bot)
2020-05-27
3
-27/+44
*
bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)
Miss Islington (bot)
2020-05-27
2
-0/+15
*
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
*
Clean up compatibility code in importlib fixtures (GH-19156) (#19543)
Miss Islington (bot)
2020-05-27
1
-16/+2
*
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
Miss Islington (bot)
2020-05-26
2
-4/+7
*
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...
Zackery Spytz
2020-05-26
1
-0/+7
*
bpo-39830: Add zipfile.Path to __all__ (GH-19115) (GH-19116)
Miss Islington (bot)
2020-05-26
1
-1/+2
*
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
Miss Islington (bot)
2020-05-25
1
-1/+1
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Miss Islington (bot)
2020-05-24
2
-0/+16
*
[3.8] bpo-37309: Update IDLE NEWS.txt for 3.8.4 (GH-20355)
Terry Jan Reedy
2020-05-24
1
-2/+18
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Miss Islington (bot)
2020-05-24
2
-1/+3
*
[3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....
Batuhan Taskaya
2020-05-22
1
-0/+4
*
bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652)
Miss Islington (bot)
2020-05-22
1
-5/+3
*
bpo-40327: Improve atomicity, speed, and memory efficiency of the items() loo...
Miss Islington (bot)
2020-05-22
1
-1/+1
*
s/wakup/wakeup (GH-20250)
Miss Islington (bot)
2020-05-20
1
-1/+1
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Miss Islington (bot)
2020-05-18
1
-3/+12
*
bpo-40597: email: Use CTE if lines are longer than max_line_length consistent...
Miss Islington (bot)
2020-05-18
2
-7/+22
*
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
Miss Islington (bot)
2020-05-15
1
-1/+2
*
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) (GH-20098)
Miss Islington (bot)
2020-05-15
1
-1/+2
*
Python 3.8.3
v3.8.3
Ćukasz Langa
2020-05-13
1
-1/+1
*
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Miss Islington (bot)
2020-05-11
1
-0/+16
*
bpo-40527: Fix command line argument parsing (GH-19955)
Miss Islington (bot)
2020-05-06
1
-0/+11
*
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod...
Miss Islington (bot)
2020-05-05
2
-4/+13
*
bpo-40459: Fix NameError in platform.py (GH-19855)
Miss Islington (bot)
2020-05-05
1
-3/+3
*
bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)
Miss Islington (bot)
2020-05-04
1
-1/+3
[next]