| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214) | Christian Heimes | 2018-03-24 | 1 | -0/+1 |
|
|
* | [3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. ... | Serhiy Storchaka | 2018-03-23 | 3 | -1/+87 |
|
|
* | Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184) | Miss Islington (bot) | 2018-03-22 | 3 | -2/+2 |
|
|
* | bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) | Miss Islington (bot) | 2018-03-21 | 2 | -74/+61 |
|
|
* | bpo-18802: Add more details to ipaddress documentation (GH-6083) | Miss Islington (bot) | 2018-03-21 | 1 | -0/+3 |
|
|
* | bpo-19417: Add test_bdb.py (GH-5217) | xdegaye | 2018-03-19 | 2 | -2/+1152 |
|
|
* | [3.6] bpo-33041: Add tests for jumps in/out of 'async with' blocks. (GH-6110)... | Serhiy Storchaka | 2018-03-18 | 1 | -1/+133 |
|
|
* | Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (#6136) | Miss Islington (bot) | 2018-03-17 | 3 | -2/+2 |
|
|
* | bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) | Miss Islington (bot) | 2018-03-17 | 1 | -1/+15 |
|
|
* | 3.6.5rc1v3.6.5rc1 | Ned Deily | 2018-03-14 | 1 | -242/+367 |
|
|
* | lib2to3: Add more tests (GH-6101) (#6109) | Miss Islington (bot) | 2018-03-13 | 1 | -0/+108 |
|
|
* | [3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G... | Miss Islington (bot) | 2018-03-13 | 1 | -11/+57 |
|
|
* | bpo-33064: lib2to3: support trailing comma after *args and **kwargs (GH-6096)... | Miss Islington (bot) | 2018-03-13 | 2 | -26/+37 |
|
|
* | [3.6] bpo-31804: Fix multiprocessing.Process with broken standard streams (GH... | Antoine Pitrou | 2018-03-11 | 4 | -12/+45 |
|
|
* | [3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602... | Miss Islington (bot) | 2018-03-11 | 1 | -0/+28 |
|
|
* | [3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)... | Andrew Svetlov | 2018-03-10 | 2 | -20/+41 |
|
|
* | bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) | Nathan Henrie | 2018-03-09 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155... | Miss Islington (bot) | 2018-03-08 | 2 | -0/+26 |
|
|
* | bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) | Miss Islington (bot) | 2018-03-07 | 1 | -1/+2 |
|
|
* | bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6... | Miss Islington (bot) | 2018-03-06 | 2 | -1/+12 |
|
|
* | [3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990) | Steve Dower | 2018-03-05 | 1 | -0/+35 |
|
|
* | bpo-32984: IDLE - set __file__ for startup files (GH-5981) | Miss Islington (bot) | 2018-03-05 | 1 | -0/+3 |
|
|
* | bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5... | Miss Islington (bot) | 2018-03-04 | 2 | -3/+114 |
|
|
* | [3.6] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) | Benjamin Peterson | 2018-03-04 | 4 | -4/+34 |
|
|
* | [3.6] bpo-32964: Reuse a testing implementation of the path protocol in tests... | Serhiy Storchaka | 2018-03-03 | 10 | -95/+69 |
|
|
* | bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) | Miss Islington (bot) | 2018-02-28 | 2 | -89/+31 |
|
|
* | bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932) | Miss Islington (bot) | 2018-02-28 | 1 | -0/+16 |
|
|
* | [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding... | Serhiy Storchaka | 2018-02-27 | 3 | -1/+87 |
|
|
* | bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434) | Miss Islington (bot) | 2018-02-27 | 2 | -1/+10 |
|
|
* | bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH... | Miss Islington (bot) | 2018-02-26 | 1 | -0/+88 |
|
|
* | Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (... | Barry Warsaw | 2018-02-26 | 4 | -35/+5 |
|
|
* | [3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585) | animalize | 2018-02-26 | 1 | -0/+19 |
|
|
* | bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823) | Miss Islington (bot) | 2018-02-26 | 2 | -0/+29 |
|
|
* | Delete a broken threading.local example (GH-5870) | Miss Islington (bot) | 2018-02-25 | 1 | -5/+1 |
|
|
* | bpo-31518: Change TLS protocol for Debian (#3660) | Christian Heimes | 2018-02-24 | 5 | -12/+12 |
|
|
* | bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) | Miss Islington (bot) | 2018-02-24 | 1 | -0/+4 |
|
|
* | bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830) | Miss Islington (bot) | 2018-02-24 | 4 | -102/+102 |
|
|
* | [3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826) | Anselm Kruis | 2018-02-23 | 2 | -1/+34 |
|
|
* | bpo-32457: Improves handling of denormalized executable path when launching P... | Steve Dower | 2018-02-22 | 1 | -0/+12 |
|
|
* | bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) | Miss Islington (bot) | 2018-02-22 | 2 | -50/+7 |
|
|
* | bpo-32874: IDLE: add tests for pyparse (GH-5755) | Miss Islington (bot) | 2018-02-22 | 2 | -66/+618 |
|
|
* | bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun... | Miss Islington (bot) | 2018-02-20 | 2 | -0/+9 |
|
|
* | bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5766) | Miss Islington (bot) | 2018-02-20 | 2 | -0/+31 |
|
|
* | bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758) | Miss Islington (bot) | 2018-02-19 | 1 | -1/+1 |
|
|
* | bpo-32682: Improve libz version parsing in test_zilb (GH-5347) | Miss Islington (bot) | 2018-02-19 | 1 | -4/+9 |
|
|
* | Improve error message for "setup.py upload" without dist files (GH-21060) | Miss Islington (bot) | 2018-02-19 | 1 | -1/+2 |
|
|
* | bpo-31972: Improve docstrings for pathlib classes (GH-5310) | Miss Islington (bot) | 2018-02-19 | 1 | -1/+29 |
|
|
* | [3.6] Improves the ability to build in CI (GH-5730) | Steve Dower | 2018-02-18 | 2 | -7/+13 |
|
|
* | bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692) | Miss Islington (bot) | 2018-02-17 | 2 | -1/+11 |
|
|
* | bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683) | Miss Islington (bot) | 2018-02-14 | 2 | -5/+32 |
|
|