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-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
*
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...
Miss Islington (bot)
2020-03-15
1
-0/+18
*
bpo-39965: Correctly raise SyntaxError if await is used outside async functio...
Miss Islington (bot)
2020-03-15
1
-0/+38
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Miss Islington (bot)
2020-03-14
2
-3/+46
*
[3.8] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (G...
Mark Dickinson
2020-03-14
1
-0/+16
*
bpo-39689: Do not test undefined casts to _Bool (GH-18964) (#18966)
Miss Islington (bot)
2020-03-12
1
-0/+4
*
[3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase i...
Serhiy Storchaka
2020-03-12
1
-0/+14
*
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
Miss Islington (bot)
2020-03-11
1
-0/+5
*
[3.8] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18894)
Dong-hee Na
2020-03-10
1
-0/+11
*
[3.8] bpo-39850: Add support for abstract sockets in multiprocessing (GH-1886...
Pablo Galindo
2020-03-09
1
-0/+13
*
bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)
Miss Islington (bot)
2020-03-08
1
-0/+9
*
bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient...
Miss Islington (bot)
2020-03-07
1
-0/+36
*
[3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826)
Serhiy Storchaka
2020-03-07
1
-0/+14
*
[3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_travers...
Pablo Galindo
2020-03-02
1
-0/+20
*
bpo-39764: Make Task.get_stack accept ag_frame (GH-18669)
Miss Islington (bot)
2020-03-02
1
-0/+15
*
bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)
Miss Islington (bot)
2020-03-02
1
-0/+9
*
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718)
Gregory P. Smith
2020-03-01
2
-0/+52
*
[3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)
Stefan Krah
2020-02-29
1
-0/+1
*
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
Miss Islington (bot)
2020-02-25
1
-0/+12
*
Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#...
Miss Islington (bot)
2020-02-24
1
-0/+2
[next]