summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)Miss Islington (bot)2019-09-162-1/+3
* bpo-38117: Updates bundled OpenSSL to 1.0.2t (GH-16178)Steve Dower2019-09-164-3/+8
* [2.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136...Xiang Zhang2019-09-161-1/+2
* bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171)Ned Deily2019-09-162-3/+4
* [2.7] bpo-34155: Dont parse domains containing @ (GH-13079) (GH-16006)Roberto C. Sánchez2019-09-143-1/+25
* [2.7] bpo-35264: Modules/_ssl.c: fix build with OpenSSL 1.1.0 (GH-10570)Alexandru Ardelean2019-09-112-2/+3
* closes bpo-36712: Fix duplicate method in Lib/email/test/test_email_renamed.p...Zackery Spytz2019-09-111-5/+0
* closes bpo-36711: Remove duplicate method in Lib/email/feedparser.py. (GH-14801)Zackery Spytz2019-09-111-20/+0
* bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...Zackery Spytz2019-09-113-2/+7
* [2.7] bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15...Benjamin Peterson2019-09-091-1/+1
* [2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)...Serhiy Storchaka2019-09-094-0/+56
* closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...Miss Islington (bot)2019-08-282-1/+3
* bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422)Victor Stinner2019-08-232-1/+3
* test_multiprocessing removes temporary files (GH-15421)Victor Stinner2019-08-231-0/+2
* bpo-37823: Fix open() link in telnetlib doc (GH-15281)Miss Islington (bot)2019-08-211-1/+1
* bpo-35518: Skip test that relies on a deceased network service. (GH-15349)Miss Islington (bot)2019-08-201-0/+1
* [2.7] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError i...David H2019-08-052-6/+6
* closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather...Miss Islington (bot)2019-07-242-4/+5
* bpo-34369: make kqueue.control() docs better reflect that timeout is position...Miss Islington (bot)2019-07-111-3/+4
* Document default parameter of .seek() in the signature. (GH-14691)Miss Islington (bot)2019-07-101-2/+2
* bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)Miss Islington (bot)2019-07-071-1/+1
* bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14626)Miss Islington (bot)2019-07-062-3/+4
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Miss Islington (bot)2019-07-062-2/+4
* Put pyexpatns.h include back. bpo-37437 (GH-14539)Miss Islington (bot)2019-07-011-0/+4
* bpo-19960: Fix building of zlib on macOS without installed headers (GH-14257)Ned Deily2019-07-012-2/+13
* [2.7] bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) (GH...Miss Islington (bot)2019-06-292-0/+5
* [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-277-28/+22
* [2.7] bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) (GH-14404)Miss Islington (bot)2019-06-262-26/+58
* bpo-37396, PCbuild: Include "_d" in "Killing any running ..." message (GH-14370)Victor Stinner2019-06-251-1/+1
* bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14182)animalize2019-06-244-3/+4
* bpo-37124: Fix reference leak in test_msilib (GH-13750) (GH-14340)Victor Stinner2019-06-241-0/+1
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14333)Victor Stinner2019-06-243-1/+30
* Improve threading.daemon docstring (GH-14278)Miss Islington (bot)2019-06-231-2/+1
* bpo-37362: test_gdb now ignores stderr (GH-14287) (GH-14297)Victor Stinner2019-06-212-34/+16
* bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14256)Ned Deily2019-06-202-7/+49
* [2.7] Fix name of '\0'. (GH-14225)Benjamin Peterson2019-06-181-1/+1
* bpo-34631: Updated OpenSSL to 1.0.2s in macOS installer. (GH-14198)Ned Deily2019-06-182-3/+4
* [2.7] bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14183)animalize2019-06-183-4/+5
* [2.7] Update link in colorsys docs to be https (GH-14062) (GH-14110)Alex Gaynor2019-06-171-1/+1
* bpo-34631: Updated OpenSSL to 1.0.2s in Windows installer (GH-14161)Steve Dower2019-06-174-3/+4
* [2.7] Fix 2.7 test -R test_IDLE failure on Windows (GH-13958)Terry Jan Reedy2019-06-161-2/+2
* [2.7] bpo-35647: Fix path check in cookiejar. (GH-11436) (GH-13427)Xtreak2019-06-153-5/+41
* [2.7] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...Xtreak2019-06-153-2/+45
* [2.7] bpo-36742: Fix urlparse.urlsplit() error message for Unicode URL (GH-13...Victor Stinner2019-06-113-2/+15
* [2.7] bpo-34836: fix test_default_ecdh_curve, needs no tlsv1.3. (GH-9626)Dimitri John Ledkov2019-06-091-0/+1
* [2.7] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13906)Eric Wieser2019-06-082-1/+16
* [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...Zackery Spytz2019-06-074-1/+30
* [2.7] bpo-37177: make IDLE's search dialogs transient (GH-13869)Tal Einat2019-06-073-5/+10
* Update outdated reference to Mercurial (GH-12857)Anthony Sottile2019-06-041-1/+1