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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-0/+5
*
[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-39040: Fix parsing of email mime headers with whitespace between encoded-...
Miss Islington (bot)
2020-05-29
1
-0/+19
*
bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)
Miss Islington (bot)
2020-05-27
1
-0/+10
*
bpo-39073: validate Address parts to disallow CRLF (GH-19007)
Miss Islington (bot)
2020-05-27
1
-0/+19
*
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
1
-1/+3
*
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...
Zackery Spytz
2020-05-26
1
-0/+7
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Miss Islington (bot)
2020-05-24
1
-0/+9
*
[3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....
Batuhan Taskaya
2020-05-22
1
-0/+4
*
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
1
-0/+15
*
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
Miss Islington (bot)
2020-05-15
1
-1/+2
*
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
1
-0/+6
*
bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)
Miss Islington (bot)
2020-05-04
1
-1/+3
*
[3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720...
Serhiy Storchaka
2020-05-02
1
-1/+8
*
[3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G...
Pablo Galindo
2020-05-01
1
-0/+17
*
bpo-40436: Fix code parsing gdb version (GH-19792)
Miss Islington (bot)
2020-04-29
2
-2/+11
*
bpo-39983: Add test.support.print_warning() (GH-19683) (GH-19687)
Victor Stinner
2020-04-23
5
-31/+51
*
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Miss Islington (bot)
2020-04-22
1
-0/+51
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
Victor Stinner
2020-04-22
1
-5/+30
*
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
Miss Islington (bot)
2020-04-20
1
-0/+7
*
[3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625)
Antoine Pitrou
2020-04-20
1
-2/+14
*
bpo-40260: Revert breaking changes made in modulefinder (GH-19595)
Miss Islington (bot)
2020-04-20
1
-3/+14
*
[3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...
Serhiy Storchaka
2020-04-18
1
-0/+105
*
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
Miss Islington (bot)
2020-04-17
1
-2/+4
*
bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554)
Miss Islington (bot)
2020-04-16
1
-4/+6
*
[3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)
Miss Islington (bot)
2020-04-15
1
-0/+6
*
bpo-40260: Update modulefinder to use io.open_code() and respect coding comme...
Miss Islington (bot)
2020-04-14
1
-5/+60
*
bpo-32033: Fix test_pwd failures on Android (GH-19502)
Miss Islington (bot)
2020-04-14
1
-1/+1
*
[3.8] Update libregrtest from master (GH-19516)
Victor Stinner
2020-04-14
7
-32/+205
*
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser...
Miss Islington (bot)
2020-04-12
1
-0/+15
*
bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...
Miss Islington (bot)
2020-04-06
1
-1/+5
*
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316)
Victor Stinner
2020-04-03
2
-3/+20
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19296)
Miss Islington (bot)
2020-04-02
1
-33/+57
*
bpo-40121: Fix exception type in test (GH-19267)
Miss Islington (bot)
2020-04-01
1
-1/+1
*
Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)
Miss Islington (bot)
2020-04-01
1
-0/+2
*
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Miss Islington (bot)
2020-03-31
1
-0/+9
*
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Miss Islington (bot)
2020-03-31
2
-0/+34
*
bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...
Miss Islington (bot)
2020-03-26
1
-4/+89
*
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516...
Miss Islington (bot)
2020-03-22
2
-1/+12
*
[3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)...
Victor Stinner
2020-03-20
1
-0/+19
*
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...
Miss Islington (bot)
2020-03-19
1
-1/+8
[prev]
[next]