| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.8] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are release... | Ethan Furman | 2021-04-12 | 2 | -13/+50 |
|
|
* | 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 | 5 | -79/+157 |
|
|
* | 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 |
|
|
* | bpo-39674: Fix collections ABC deprecation notice (GH-25281) | Markus Gerstel | 2021-04-08 | 1 | -1/+1 |
|
|
* | Fix broken test for MutableSet.pop() (GH-25209) (GH-25270) | Miss Islington (bot) | 2021-04-07 | 1 | -2/+6 |
|
|
* | bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294) | Steve Dower | 2021-04-07 | 1 | -10/+16 |
|
|
* | bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) | Miss Islington (bot) | 2021-04-07 | 1 | -1/+1 |
|
|
* | bpo-43176: Fix processing of empty dataclasses (GH-24484) | Miss Islington (bot) | 2021-04-06 | 2 | -1/+25 |
|
|
* | bpo-36470: Allow dataclasses.replace() to handle InitVars with default values... | Miss Islington (bot) | 2021-04-05 | 2 | -1/+19 |
|
|
* | Fix typo in turtledemo.two_canvases. (GH-25194) | Miss Islington (bot) | 2021-04-05 | 1 | -1/+1 |
|
|
* | Merge tag 'v3.8.9' into 3.8 | Łukasz Langa | 2021-04-02 | 1 | -4/+6 |
|\ |
|
| * | Python 3.8.9v3.8.9 | Łukasz Langa | 2021-04-02 | 1 | -4/+6 |
|
|
* | | [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149) | Miss Islington (bot) | 2021-04-02 | 2 | -1/+14 |
|/ |
|
* | bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113) | Miss Islington (bot) | 2021-03-31 | 1 | -1/+7 |
|
|
* | bpo-42225: IDLE - document two unix-related problems. (GH-25078) | Miss Islington (bot) | 2021-03-31 | 1 | -7/+20 |
|
|
* | bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) | Miss Islington (bot) | 2021-03-30 | 2 | -1/+4 |
|
|
* | 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-35930: Raising an exception raised in a "future" instance will create ref... | Miss Islington (bot) | 2021-03-29 | 1 | -15/+23 |
|
|
* | bpo-42988: Remove the pydoc getfile feature (GH-25015) | Miss Islington (bot) | 2021-03-29 | 2 | -24/+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 |
|
|
* | bpo-43353: Document that logging.getLevelName() accepts string representation... | Mariusz Felisiak | 2021-03-17 | 1 | -2/+6 |
|
|
* | [3.8] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881) | Gregory P. Smith | 2021-03-15 | 2 | -2/+34 |
|
|
* | Update client.py (GH-24827) | Miss Islington (bot) | 2021-03-13 | 1 | -3/+0 |
|
|
* | [3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24833) | Senthil Kumaran | 2021-03-13 | 2 | -3/+52 |
|
|
* | bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777) | Miss Islington (bot) | 2021-03-12 | 1 | -4/+2 |
|
|
* | 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 | 2 | -12/+62 |
|
|
* | bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) | Miss Islington (bot) | 2021-03-03 | 2 | -0/+48 |
|
|
* | bpo-43316: gzip: Fix sys.exit() usage. (GH-24652) | Miss Islington (bot) | 2021-02-26 | 2 | -2/+2 |
|
|
* | bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) | Miss Islington (bot) | 2021-02-25 | 2 | -6/+5 |
|
|
* | [3.8] bpo-41841: prepare for 3.8.9 (GH-24635) | Terry Jan Reedy | 2021-02-24 | 1 | -3/+7 |
|
|
* | bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) (GH-24632) | Miss Islington (bot) | 2021-02-24 | 2 | -1/+13 |
|
|
* | bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) | Inada Naoki | 2021-02-22 | 1 | -0/+27 |
|
|
* | bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) | Miss Islington (bot) | 2021-02-21 | 1 | -22/+22 |
|
|
* | Python 3.8.8v3.8.8 | Łukasz Langa | 2021-02-19 | 1 | -1/+1 |
|
|
* | Python 3.8.8rc1v3.8.8rc1 | Łukasz Langa | 2021-02-16 | 1 | -2/+1 |
|
|
* | [3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529) | Senthil Kumaran | 2021-02-15 | 4 | -41/+98 |
|
|
* | Fix typo (GH-23019) | Miss Islington (bot) | 2021-02-03 | 1 | -1/+1 |
|
|
* | bpo-41748: Handles unquoted attributes with commas (GH-24072) | Miss Islington (bot) | 2021-02-01 | 2 | -37/+57 |
|
|
* | 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 |
|
|
* | bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) | Miss Islington (bot) | 2021-01-29 | 1 | -1/+1 |
|
|