| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add empty 2.7.18 NEWS file.v2.7.182.7 | Benjamin Peterson | 2020-04-19 | 1 | -0/+8 |
|
|
* | Bump version to 2.7.18. | Benjamin Peterson | 2020-04-19 | 1 | -3/+3 |
|
|
* | Remove incorrect comma. (GH-19604) | Benjamin Peterson | 2020-04-19 | 1 | -1/+1 |
|
|
* | [2.7] Doc: Add an optional obsolete header. (GH-19229) | Leonard Richardson | 2020-04-18 | 3 | -0/+21 |
|
|
* | Bump version to 2.7.18rc1.v2.7.18rc1 | Benjamin Peterson | 2020-04-04 | 2 | -5/+5 |
|
|
* | Make 2.7.18rc1 release notes. | Benjamin Peterson | 2020-04-04 | 10 | -16/+89 |
|
|
* | Update macOS installer build for 2.7.18 end-of-life. (GH-19352) | Ned Deily | 2020-04-04 | 4 | -27/+27 |
|
|
* | [2.7] closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19... | Benjamin Peterson | 2020-04-01 | 1 | -3/+3 |
|
|
* | [2.7] closes bpo-38576: Disallow control characters in hostnames in http.clie... | Matěj Cepl | 2020-03-19 | 4 | -8/+53 |
|
|
* | Doc: Change Python 2 status to EOL. (GH-17885) | Miss Islington (bot) | 2020-01-07 | 1 | -1/+1 |
|
|
* | bpo-27973 - Use test.support.temp_dir instead of NamedTemporaryFile for the (... | Senthil Kumaran | 2020-01-04 | 1 | -4/+4 |
|
|
* | Update copyright year in macOS installer license copy (GH-17806) | Miss Islington (bot) | 2020-01-03 | 1 | -3/+3 |
|
|
* | [2.7] Bring Python into the next decade. (GH-17805) | Benjamin Peterson | 2020-01-03 | 7 | -7/+7 |
|
|
* | [2.7] bpo-27973 - Fix for urllib.urlretrieve() failing on second ftp transfer... | Senthil Kumaran | 2019-12-31 | 3 | -1/+46 |
|
|
* | [2.7] Minor C API documentation improvements. (GH-17699) | Benjamin Peterson | 2019-12-25 | 1 | -1/+1 |
|
|
* | bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat... | Miss Islington (bot) | 2019-12-17 | 2 | -1/+2 |
|
|
* | bpo-38730: Replace strncpy in import.c with memcpy. (GH-17633) | Benjamin Peterson | 2019-12-17 | 1 | -3/+3 |
|
|
* | bpo-39035: travis: Don't use beta group (GH-17605) | Inada Naoki | 2019-12-14 | 1 | -1/+0 |
|
|
* | [2.7] bpo-38945: UU Encoding: Don't let newline in filename corrupt the outpu... | Matthew Rollings | 2019-12-03 | 4 | -0/+22 |
|
|
* | document threading.Lock.locked() (GH-17427) | Miss Islington (bot) | 2019-12-01 | 1 | -0/+4 |
|
|
* | bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (GH-17345) | Victor Stinner | 2019-11-24 | 4 | -8/+29 |
|
|
* | bpo-38730: Remove usage of stpncpy as it's not supported on MSVC 2008. (GH-17... | Benjamin Peterson | 2019-11-07 | 1 | -1/+6 |
|
|
* | [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) | Benjamin Peterson | 2019-11-07 | 8 | -18/+19 |
|
|
* | bpo-37731: Squish another _POSIX_C_SOURCE redefinition problem in expat. (GH-... | Benjamin Peterson | 2019-11-07 | 1 | -6/+6 |
|
|
* | bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOU... | Miss Islington (bot) | 2019-11-07 | 1 | -8/+8 |
|
|
* | bpo-38557: Improve documentation for list and tuple C API. (GH-16925) | Miss Skeleton (bot) | 2019-10-26 | 3 | -12/+19 |
|
|
* | [2.7] bpo-38535: Fix positions for AST nodes for calls without arguments in d... | Serhiy Storchaka | 2019-10-26 | 3 | -2/+14 |
|
|
* | Update URL in macOS installer copy of license (GH-16905) | Miss Skeleton (bot) | 2019-10-23 | 1 | -1/+1 |
|
|
* | bpo-37025: AddRefActCtx() shouldn't be checked for failure (GH-16897) | Zackery Spytz | 2019-10-23 | 2 | -5/+12 |
|
|
* | Fix Zope URL (GH-16880) | Miss Skeleton (bot) | 2019-10-22 | 1 | -1/+1 |
|
|
* | [2.7] bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16... | Serhiy Storchaka | 2019-10-21 | 2 | -1/+16 |
|
|
* | Work around Path.glob() issue when creating nuget package (GH-16855) | Steve Dower | 2019-10-20 | 1 | -1/+1 |
|
|
* | 2.2.17+ | Benjamin Peterson | 2019-10-19 | 1 | -1/+1 |
|
|
* | Empty blurb file for 2.7.17.v2.7.17 | Benjamin Peterson | 2019-10-19 | 1 | -0/+8 |
|
|
* | Bump version to 2.7.17 final. | Benjamin Peterson | 2019-10-19 | 1 | -3/+3 |
|
|
* | Update doc switcher list for 3.8.0 (GH-16809) | Miss Islington (bot) | 2019-10-19 | 1 | -1/+1 |
|
|
* | Update build docs for macOS (GH-16844) | Ned Deily | 2019-10-19 | 3 | -90/+85 |
|
|
* | bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte... | Ashley Whetter | 2019-10-18 | 1 | -0/+10 |
|
|
* | bpo-32758: Warn that compile() can crash when compiling to an AST object (GH-... | Ashley Whetter | 2019-10-18 | 1 | -0/+6 |
|
|
* | Doc: 3.8 is now stable. (GH-16790) (GH-16794) | Miss Islington (bot) | 2019-10-14 | 1 | -1/+1 |
|
|
* | [2.7] Update macOS installer display files for 2.7.17 (GH-16768) | Ned Deily | 2019-10-14 | 4 | -163/+83 |
|
|
* | [2.7] bpo-31036: Allow sphinx and blurb to be found automatically (GH-16638) | Benjamin Peterson | 2019-10-08 | 2 | -7/+14 |
|
|
* | bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) | Miss Islington (bot) | 2019-10-08 | 1 | -1/+0 |
|
|
* | bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) | Miss Islington (bot) | 2019-10-08 | 1 | -3/+2 |
|
|
* | [2.7] Stop using deprecated logging API in Sphinx suspicious checker (GH-16635) | Benjamin Peterson | 2019-10-08 | 3 | -7/+10 |
|
|
* | Update macOS installer displays for 2.7.17rc1 (#16634)v2.7.17rc1 | Ned Deily | 2019-10-08 | 2 | -3/+16 |
|
|
* | Bump version to 2.7.17rc1. | Benjamin Peterson | 2019-10-08 | 2 | -5/+5 |
|
|
* | Roll up news for 2.7.17rc1. | Benjamin Peterson | 2019-10-08 | 80 | -146/+785 |
|
|
* | [2.7] bpo-38216, bpo-36274: Allow subclasses to separately override validatio... | Jason R. Coombs | 2019-10-08 | 3 | -11/+40 |
|
|
* | [2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-16633) | Benjamin Peterson | 2019-10-08 | 4 | -2/+3 |
|
|