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-41100: additional fixes for testing on macOS 11 Big Sur Intel
Ned Deily
2020-08-15
1
-0/+5
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Miss Islington (bot)
2020-08-14
2
-0/+78
*
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538)
Miss Islington (bot)
2020-07-19
1
-0/+22
*
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) (#21499)
Steve Dower
2020-07-15
1
-2/+34
*
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21484)
Miss Islington (bot)
2020-07-15
2
-0/+7
*
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21461)
Miss Islington (bot)
2020-07-13
1
-0/+18
*
[3.7] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface ...
Tapas Kundu
2020-06-30
1
-0/+11
*
[3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949)
Christian Heimes
2020-06-25
1
-19/+19
*
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)
Miss Islington (bot)
2020-06-15
1
-1/+1
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Miss Islington (bot)
2020-06-15
1
-8/+8
*
[3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH...
Miss Islington (bot)
2020-06-15
1
-0/+14
*
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
1
-0/+10
*
Add quotes to code to be a string
Miss Islington (bot)
2020-06-09
1
-0/+5
*
[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-39040: Fix parsing of email mime headers with whitespace between encoded-...
Miss Islington (bot)
2020-05-29
1
-0/+19
*
bpo-39073: validate Address parts to disallow CRLF (GH-19007)
Miss Islington (bot)
2020-05-27
1
-0/+19
*
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...
Miss Islington (bot)
2020-05-26
1
-0/+7
*
[3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....
Batuhan Taskaya
2020-05-22
1
-0/+4
*
bpo-40436: Fix code parsing gdb version (GH-19792)
Miss Islington (bot)
2020-04-29
2
-2/+11
*
[3.7] bpo-38546: Backport multiprocessing tests fixes from master (GH-19689)
Victor Stinner
2020-04-23
2
-2/+4
*
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
1
-0/+51
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
Miss Islington (bot)
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.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...
Serhiy Storchaka
2020-04-18
1
-0/+104
*
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-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
*
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-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
1
-33/+57
*
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-1812: Fix newline conversion when doctest.testfile loads from a package w...
Miss Islington (bot)
2020-03-26
1
-4/+89
*
[3.7] bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (G...
Jason R. Coombs
2020-03-22
2
-1/+12
*
[3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)...
Miss Islington (bot)
2020-03-20
1
-0/+19
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Miss Islington (bot)
2020-03-14
2
-3/+46
*
[3.7] 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) (#18965)
Miss Islington (bot)
2020-03-12
1
-0/+4
*
[3.7] 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.7] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18895)
Dong-hee Na
2020-03-10
1
-0/+11
*
[3.7] bpo-39850: Add support for abstract sockets in multiprocessing (GH-1886...
Pablo Galindo
2020-03-09
1
-0/+13
*
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)
Miss Islington (bot)
2020-03-07
1
-0/+14
*
[3.7] bpo-39389: gzip: fix compression level metadata (GH-18077) (GH-18101)
Miss Islington (bot)
2020-03-04
1
-0/+20
[next]