summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.4v3.9.4Łukasz Langa2021-04-041-1/+1
* [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#...Gregory P. Smith2021-04-042-57/+41
* Merge tag 'v3.9.3' into 3.9Łukasz Langa2021-04-021-4/+6
|\
| * Python 3.9.3v3.9.3Łukasz Langa2021-04-021-4/+6
* | [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149)Irit Katriel2021-04-022-1/+14
|/
* bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25112)Miss Islington (bot)2021-03-311-1/+7
* bpo-42225: IDLE - document two unix-related problems. (GH-25078)Miss Islington (bot)2021-03-311-7/+20
* bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)Miss Islington (bot)2021-03-302-1/+4
* 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-25046)Miss Islington (bot)2021-03-291-0/+2
* bpo-43659: Fix test_curses on AIX (GH-25074)Miss Islington (bot)2021-03-291-0/+1
* bpo-35930: Raising an exception raised in a "future" instance will create ref...Miss Islington (bot)2021-03-291-15/+23
* bpo-43433: Preserve query and fragment in the URL of the server in ServerProx...Miss Islington (bot)2021-03-292-3/+43
* bpo-42988: Remove the pydoc getfile feature (GH-25015)Miss Islington (bot)2021-03-292-24/+0
* bpo-43555: Report the column offset for invalid line continuation character (...Miss Islington (bot)2021-03-221-0/+5
* bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...Miss Islington (bot)2021-03-211-0/+22
* [3.9] bpo-43517: Fix false positive in detection of circular imports (GH-2489...Antoine Pitrou2021-03-203-1/+78
* bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897)Miss Islington (bot)2021-03-182-9/+26
* bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)Miss Islington (bot)2021-03-181-0/+29
* bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)Miss Islington (bot)2021-03-171-26/+60
* bpo-43285 Make ftplib not trust the PASV response. (GH-24838)Miss Islington (bot)2021-03-152-3/+35
* Update client.py (GH-24827)Miss Islington (bot)2021-03-131-3/+0
* bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24832)Miss Islington (bot)2021-03-132-3/+57
* [3.9] bpo-43353: Document that logging.getLevelName() accepts string represen...Mariusz Felisiak2021-03-121-2/+6
* bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)Miss Islington (bot)2021-03-121-4/+2
* bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815) (GH-24...Miss Islington (bot)2021-03-101-3/+13
* [3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811)Pablo Galindo2021-03-102-0/+31
* bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)Miss Islington (bot)2021-03-082-10/+29
* [3.9] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tri...Miss Islington (bot)2021-03-061-0/+50
* [3.9] bpo-37193: Remove thread objects which finished process its request (GH...Miss Islington (bot)2021-03-042-12/+62
* [3.9] bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) ...Senthil Kumaran2021-03-032-0/+48
* bpo-42500: Fix recursion in or after except (GH-23568) (#24501)Mark Shannon2021-03-022-41/+57
* bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650)Miss Islington (bot)2021-02-261-0/+1
* bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)Miss Islington (bot)2021-02-262-2/+2
* bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)Miss Islington (bot)2021-02-262-6/+5
* [3.9] bpo-41841: revise header (GH-24634)Terry Jan Reedy2021-02-241-8/+3
* bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)Miss Islington (bot)2021-02-242-1/+13
* bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)Inada Naoki2021-02-221-0/+27
* [3.9] bpo-43288: Fix bug in test_importlib test. (GH-24616)Neil Schemenauer2021-02-211-0/+4
* bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)Miss Islington (bot)2021-02-211-22/+22
* [3.9] bpo-43272: Fix old parser test failures for backported grammar construc...Pablo Galindo2021-02-203-23/+33
* Python 3.9.2v3.9.2Łukasz Langa2021-02-191-1/+1
* Python 3.9.2rc1v3.9.2rc1Łukasz Langa2021-02-161-65/+76
* [3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)Senthil Kumaran2021-02-154-41/+98
* bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) ...Miss Islington (bot)2021-02-052-1/+6
* Fix typo (GH-23019)Miss Islington (bot)2021-02-031-1/+1
* bpo-41748: Handles unquoted attributes with commas (GH-24072)Miss Islington (bot)2021-02-012-37/+57
* bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24407)Miss Islington (bot)2021-02-011-5/+23
* bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...Miss Islington (bot)2021-02-014-5/+17
* [3.9] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399)Serhiy Storchaka2021-01-311-214/+783