summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113)Miss Islington (bot)2021-03-311-1/+7
* bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)Miss Islington (bot)2021-03-301-0/+3
* bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...Miss Islington (bot)2021-03-291-0/+15
* bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) (GH-25047)Miss Islington (bot)2021-03-291-0/+2
* bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (G...Miss Islington (bot)2021-03-291-26/+60
* bpo-43659: Fix test_curses on AIX (GH-25074)Miss Islington (bot)2021-03-291-0/+1
* bpo-42988: Remove the pydoc getfile feature (GH-25015)Miss Islington (bot)2021-03-291-6/+0
* bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...Miss Islington (bot)2021-03-211-0/+22
* bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)Miss Islington (bot)2021-03-181-0/+29
* [3.8] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881)Gregory P. Smith2021-03-151-1/+26
* [3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24833)Senthil Kumaran2021-03-131-1/+39
* bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)Miss Islington (bot)2021-03-101-3/+13
* [3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)Pablo Galindo2021-03-102-0/+31
* [3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...Antoine Pitrou2021-03-061-0/+50
* [3.8] bpo-37193: Remove thread objects which finished process its request (GH...Miss Islington (bot)2021-03-041-0/+23
* bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)Miss Islington (bot)2021-03-031-0/+37
* bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)Miss Islington (bot)2021-02-261-1/+1
* bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)Miss Islington (bot)2021-02-251-4/+4
* bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)Inada Naoki2021-02-221-0/+27
* [3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529)Senthil Kumaran2021-02-152-27/+70
* bpo-41748: Handles unquoted attributes with commas (GH-24072)Miss Islington (bot)2021-02-011-36/+56
* bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24408)Miss Islington (bot)2021-02-011-5/+23
* [3.8] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) (GH-24401)Serhiy Storchaka2021-01-311-214/+771
* [3.8] bpo-42383: pdb: do not fail to restart the target if the current direc...Andrey Bienkowski2021-01-261-0/+23
* [3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320)Andrey Bienkowski2021-01-251-0/+42
* bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-241...cptpcrd2021-01-211-0/+27
* [3.8] bpo-42531: Teach importlib.resources.path to handle packages without __...William Schwartz2021-01-161-0/+12
* [3.8] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24...Serhiy Storchaka2021-01-051-7/+26
* [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses ...Serhiy Storchaka2021-01-041-14/+119
* [3.8] [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-240...Serhiy Storchaka2021-01-031-39/+63
* bpo-42809: Improve pickle tests for recursive data. (GH-24060)Miss Islington (bot)2021-01-021-87/+253
* [3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021)Serhiy Storchaka2021-01-011-1/+19
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)Miss Islington (bot)2021-01-011-3/+7
* Allow / character in username,password fields in _PROXY envvars. (GH-23973) (...Miss Islington (bot)2020-12-291-1/+9
* bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)Miss Islington (bot)2020-12-291-1/+1
* bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic ...Miss Islington (bot)2020-12-271-4/+8
* [3.8] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23...Miss Islington (bot)2020-12-251-6/+40
* bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)Miss Islington (bot)2020-12-251-1/+1
* bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)Miss Islington (bot)2020-12-251-0/+22
* [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (...Serhiy Storchaka2020-12-191-1/+1
* bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461)Miss Islington (bot)2020-12-181-0/+61
* bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) (GH-23814)Miss Islington (bot)2020-12-171-13/+11
* bpo-42644: Validate values in logging.disable() (GH-23786)Miss Islington (bot)2020-12-161-0/+9
* bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853)Miss Islington (bot)2020-12-092-1/+17
* [3.8] [Enum] reformat and add doc strings (GH-23705). (GH-23706)Ethan Furman2020-12-081-1/+0
* bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23704)Miss Islington (bot)2020-12-081-0/+14
* bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23672)Miss Islington (bot)2020-12-071-0/+26
* bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)Brandt Bucher2020-12-075-1/+104
* bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...Miss Islington (bot)2020-12-071-1/+3
* bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...Miss Islington (bot)2020-12-041-0/+11