summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-36307: Travis: upgrade to Xenial environment (GH-12356)backport-74ae50e-2.7CAM Gerlach2019-03-181-2/+1
* bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) (GH-12349)Victor Stinner2019-03-153-4/+33
* bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) (GH-12332)Victor Stinner2019-03-142-53/+28
* [2.7] bpo-36289: Fix a possible reference leak in the io module (GH-12329)stratakis2019-03-142-0/+2
* [2.7] bpo-36291: Fix a possible reference leak in the json module (GH-12330)stratakis2019-03-142-1/+4
* [2.7] bpo-36212: Fix two possible reference leaks in the hotshot module (GH-1...stratakis2019-03-142-1/+5
* bpo-36174: Update nuget authoring for new license field. (GH-12300)Steve Dower2019-03-133-4/+3
* [3.7] bpo-36216: Only print test messages when verbose (GH-12291)Steve Dower2019-03-121-1/+2
* bpo-36234: test_os: check TypeError for invalid uid type (GH-12235)Victor Stinner2019-03-112-0/+10
* bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)Miss Islington (bot)2019-03-084-2/+3
* [2.7] IDLE: Fix typo in keybindingDialog.py (GH-2322) (GH-12231)Terry Jan Reedy2019-03-071-1/+1
* bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)Miss Islington (bot)2019-03-071-1/+1
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-074-0/+64
* Fix the documentation for set.copy() (GH-12176)Miss Islington (bot)2019-03-061-1/+1
* bpo-36147: Fix a memory leak in ctypes s_get() (GH-12102)stratakis2019-03-061-17/+9
* [2.7] bpo-36186: Fix linuxaudiodev.linux_audio_device() error handling (GH-12...stratakis2019-03-062-0/+3
* [2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12...Stéphane Wirtel2019-03-055-21/+32
* [2.7] bpo-36149 Fix potential use of uninitialized memory in cPickle (#12105)T. Wouters2019-03-042-5/+10
* [2.7] bpo-36179: Fix ref leaks in _hashopenssl (GH-12158) (GH-12166)Christian Heimes2019-03-042-6/+10
* [2.7] bpo-13096: Fix memory leak in ctypes POINTER handling of large values (...stratakis2019-03-042-0/+2
* Post-2.7.16 version bump.Benjamin Peterson2019-03-021-1/+1
* Delete old NEWS file.Benjamin Peterson2019-03-021-2/+0
* Merge branch 'release-2.7.16' into 2.7Benjamin Peterson2019-03-022-3/+11
|\
| * Set version to 2.7.16 final.v2.7.16Benjamin Peterson2019-03-021-3/+3
| * Make 2.7.16 release note.Benjamin Peterson2019-03-022-2/+8
| * bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. Original ...Ned Deily2019-03-022-1/+3
* | bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. Original ...Ned Deily2019-03-012-1/+3
* | bpo-36126: Fix ref count leakage in structseq_repr. (GH-12035)Gao, Xiang2019-02-281-0/+1
* | Document the surprising sideeffect PyErr_Print(). (GH-12081)Miss Islington (bot)2019-02-271-2/+6
* | Update FAQ to point to Infrastructure Team website. (GH-12079)Ned Deily2019-02-271-8/+2
* | [2.7] bpo-36106: resolve sinpi name clash with libm (IEEE-754 violation). (GH...Dima Pasechnik2019-02-262-4/+5
* | Run autoreconf.Benjamin Peterson2019-02-252-74/+20
* | closes bpo-13497: Fix `broken nice` configure test. (GH-12041)Miss Islington (bot)2019-02-251-0/+2
* | [2.7] bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk...Ned Deily2019-02-242-1/+7
* | bpo-26386: Re-enable missing widget testcases in test_ttk_guionly. (GH-12014)Ned Deily2019-02-242-4/+1
* | bpo-36089: Fix formatting/spelling on SimpleHTTPServer docs. (GH-11995)Alan Grgic2019-02-231-1/+1
* | bpo-35584: Clarify role of caret in a class class (GH-11946) (GH-11948)Miss Islington (bot)2019-02-191-2/+3
* | [2.7] bpo-35126: Fix a mistake in FAQ about converting number to string (GH-1...Stéphane Wirtel2019-02-192-3/+23
* | [2.7] bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one ...Tzu-ping Chung2019-02-183-13/+67
|/
* Set version to 2.7.16rc1+.Benjamin Peterson2019-02-171-1/+1
* Add product codes until the end of time. (GH-11901)Steve Dower2019-02-161-0/+10
* Set version to 2.7.16rc1.v2.7.16rc1Benjamin Peterson2019-02-162-5/+5
* Collect 2.7.16rc1 release notes.Benjamin Peterson2019-02-16112-216/+1104
* Update IDLE.app plist copyright date. (GH-11890)Ned Deily2019-02-161-1/+1
* [2.7] bpo-33570: Enable OpenSSL 1.1.1 testing within the multissltests (GH-11...stratakis2019-02-151-1/+2
* [2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876)stratakis2019-02-154-19/+58
* Fixup from test_ssl test_default_ecdh_curve (GH-11877)stratakis2019-02-151-0/+3
* [2.7] bpo-28043: improved default settings for SSLContext (GH-10608)stratakis2019-02-155-54/+86
* [2.7] bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760) (GH-10...stratakis2019-02-154-80/+121
* bpo-35746: Credit Colin Read and Nicolas Edet (GH-11866)Victor Stinner2019-02-151-1/+2