summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 00351-cve-2019-20907-fix-infinite-loop-in-tarfile.patchfedora-2.7.18-5Rishi2020-09-291-0/+1
* python-2.7.2-add-extension-suffix-to-python-config.patchFedora Python maintainers2020-09-291-1/+3
* 00112-2.7.13-debug-build.patchFedora Python maintainers2020-09-291-1/+1
* Add empty 2.7.18 NEWS file.v2.7.182.7Benjamin Peterson2020-04-191-0/+8
* Make 2.7.18rc1 release notes.Benjamin Peterson2020-04-0410-16/+89
* [2.7] closes bpo-38576: Disallow control characters in hostnames in http.clie...Matěj Cepl2020-03-191-0/+3
* [2.7] bpo-27973 - Fix for urllib.urlretrieve() failing on second ftp transfer...Senthil Kumaran2019-12-311-0/+2
* bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...Miss Islington (bot)2019-12-171-0/+1
* [2.7] bpo-38945: UU Encoding: Don't let newline in filename corrupt the outpu...Matthew Rollings2019-12-031-0/+1
* bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (GH-17345)Victor Stinner2019-11-242-0/+2
* [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075)Benjamin Peterson2019-11-071-0/+1
* [2.7] bpo-38535: Fix positions for AST nodes for calls without arguments in d...Serhiy Storchaka2019-10-261-0/+2
* bpo-37025: AddRefActCtx() shouldn't be checked for failure (GH-16897)Zackery Spytz2019-10-231-0/+2
* [2.7] bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16...Serhiy Storchaka2019-10-211-0/+3
* Empty blurb file for 2.7.17.v2.7.17Benjamin Peterson2019-10-191-0/+8
* Roll up news for 2.7.17rc1.Benjamin Peterson2019-10-0880-146/+785
* [2.7] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...Jason R. Coombs2019-10-081-0/+4
* [2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-16633)Benjamin Peterson2019-10-081-0/+1
* bpo-38106: Fix race in pthread PyThread_release_lock() (GH-16047)Kirill Smelkov2019-10-031-0/+5
* [2.7] bpo-38243: Escape the server title of DocXMLRPCServer (GH-16447)Dong-hee Na2019-10-011-0/+3
* [2.7] bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH...Jesús Cea2019-09-281-0/+2
* [2.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16408)Benjamin Peterson2019-09-261-0/+2
* [2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-...Serhiy Storchaka2019-09-171-0/+1
* bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)Miss Islington (bot)2019-09-161-0/+2
* bpo-38117: Updates bundled OpenSSL to 1.0.2t (GH-16178)Steve Dower2019-09-161-0/+1
* bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171)Ned Deily2019-09-161-0/+1
* [2.7] bpo-34155: Dont parse domains containing @ (GH-13079) (GH-16006)Roberto C. Sánchez2019-09-141-0/+1
* [2.7] bpo-35264: Modules/_ssl.c: fix build with OpenSSL 1.1.0 (GH-10570)Alexandru Ardelean2019-09-111-0/+1
* bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...Zackery Spytz2019-09-111-0/+2
* [2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)...Serhiy Storchaka2019-09-091-0/+2
* closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...Miss Islington (bot)2019-08-281-0/+1
* bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422)Victor Stinner2019-08-231-0/+2
* closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather...Miss Islington (bot)2019-07-241-0/+1
* bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14626)Miss Islington (bot)2019-07-061-0/+1
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Miss Islington (bot)2019-07-061-0/+2
* bpo-19960: Fix building of zlib on macOS without installed headers (GH-14257)Ned Deily2019-07-011-0/+4
* [2.7] bpo-37329: valgrind: ignore _PyWarnings_Init false alarms (GH-14202)Victor Stinner2019-06-282-0/+11
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-281-0/+1
* [2.7] bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) (GH-14404)Miss Islington (bot)2019-06-261-0/+2
* bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14182)animalize2019-06-241-0/+1
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14333)Victor Stinner2019-06-241-0/+4
* bpo-37362: test_gdb now ignores stderr (GH-14287) (GH-14297)Victor Stinner2019-06-211-0/+3
* bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14256)Ned Deily2019-06-201-0/+3
* bpo-34631: Updated OpenSSL to 1.0.2s in macOS installer. (GH-14198)Ned Deily2019-06-181-0/+1
* [2.7] bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14183)animalize2019-06-181-0/+1
* bpo-34631: Updated OpenSSL to 1.0.2s in Windows installer (GH-14161)Steve Dower2019-06-171-0/+1
* [2.7] bpo-35647: Fix path check in cookiejar. (GH-11436) (GH-13427)Xtreak2019-06-151-0/+3
* [2.7] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...Xtreak2019-06-151-0/+4
* [2.7] bpo-36742: Fix urlparse.urlsplit() error message for Unicode URL (GH-13...Victor Stinner2019-06-111-0/+3
* [2.7] bpo-34836: fix test_default_ecdh_curve, needs no tlsv1.3. (GH-9626)Dimitri John Ledkov2019-06-091-0/+1