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-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) (GH-26895)
Miss Islington (bot)
2021-06-24
1
-3/+8
*
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...
Miss Islington (bot)
2021-06-12
1
-0/+2
*
[3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Pa...
Ćukasz Langa
2021-05-12
1
-0/+46
*
bpo-44070: No longer eagerly makes import filenames absolute, except for exte...
Steve Dower
2021-05-12
1
-2/+2
*
bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) (#25957)
Miss Islington (bot)
2021-05-07
1
-2/+1
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Miss Islington (bot)
2021-05-06
1
-1/+9
*
[3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...
Miss Islington (bot)
2021-05-05
1
-0/+48
*
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
Ned Deily
2021-05-02
3
-2/+8
*
bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691)...
Miss Islington (bot)
2021-04-28
1
-7/+11
*
[3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 ne...
Pete Wicken
2021-04-26
1
-0/+17
*
[3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899)
Irit Katriel
2021-04-26
1
-0/+24
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212)
Miss Islington (bot)
2021-04-26
1
-0/+10
*
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
Miss Islington (bot)
2021-04-23
1
-0/+18
*
[3.8] bpo-43920: Make load_verify_locations(cadata) error message consistent ...
Christian Heimes
2021-04-23
1
-3/+8
*
[3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...
Christian Heimes
2021-04-17
15
-709/+986
*
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) ...
Miss Islington (bot)
2021-04-16
1
-0/+4
*
bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437)...
Victor Stinner
2021-04-16
1
-2/+5
*
[3.8] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are release...
Ethan Furman
2021-04-12
1
-0/+32
*
bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
Miss Islington (bot)
2021-04-12
1
-1/+4
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-09
4
-60/+68
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Miss Islington (bot)
2021-04-09
1
-1/+3
*
[3.8] bpo-43791: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) (GH-25...
Miss Islington (bot)
2021-04-09
1
-0/+5
*
Fix broken test for MutableSet.pop() (GH-25209) (GH-25270)
Miss Islington (bot)
2021-04-07
1
-2/+6
*
bpo-43176: Fix processing of empty dataclasses (GH-24484)
Miss Islington (bot)
2021-04-06
1
-0/+24
*
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values...
Miss Islington (bot)
2021-04-05
1
-0/+18
*
[3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149)
Miss Islington (bot)
2021-04-02
1
-0/+13
*
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113)
Miss Islington (bot)
2021-03-31
1
-1/+7
*
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
Miss Islington (bot)
2021-03-30
1
-0/+3
*
bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...
Miss Islington (bot)
2021-03-29
1
-0/+15
*
bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) (GH-25047)
Miss Islington (bot)
2021-03-29
1
-0/+2
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (G...
Miss Islington (bot)
2021-03-29
1
-26/+60
*
bpo-43659: Fix test_curses on AIX (GH-25074)
Miss Islington (bot)
2021-03-29
1
-0/+1
*
bpo-42988: Remove the pydoc getfile feature (GH-25015)
Miss Islington (bot)
2021-03-29
1
-6/+0
*
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...
Miss Islington (bot)
2021-03-21
1
-0/+22
*
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
Miss Islington (bot)
2021-03-18
1
-0/+29
*
[3.8] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881)
Gregory P. Smith
2021-03-15
1
-1/+26
*
[3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24833)
Senthil Kumaran
2021-03-13
1
-1/+39
*
bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)
Miss Islington (bot)
2021-03-10
1
-3/+13
*
[3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)
Pablo Galindo
2021-03-10
2
-0/+31
*
[3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...
Antoine Pitrou
2021-03-06
1
-0/+50
*
[3.8] bpo-37193: Remove thread objects which finished process its request (GH...
Miss Islington (bot)
2021-03-04
1
-0/+23
*
bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)
Miss Islington (bot)
2021-03-03
1
-0/+37
*
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
Miss Islington (bot)
2021-02-26
1
-1/+1
*
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
Miss Islington (bot)
2021-02-25
1
-4/+4
*
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
Inada Naoki
2021-02-22
1
-0/+27
*
[3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529)
Senthil Kumaran
2021-02-15
2
-27/+70
*
bpo-41748: Handles unquoted attributes with commas (GH-24072)
Miss Islington (bot)
2021-02-01
1
-36/+56
*
bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24408)
Miss Islington (bot)
2021-02-01
1
-5/+23
*
[3.8] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) (GH-24401)
Serhiy Storchaka
2021-01-31
1
-214/+771
*
[3.8] bpo-42383: pdb: do not fail to restart the target if the current direc...
Andrey Bienkowski
2021-01-26
1
-0/+23
[next]