index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102) ...
Terry Jan Reedy
2019-05-13
1
-0/+2
*
[2.7] bpo-35925: Skip SSL tests that fail due to weak external certs or old T...
Gregory P. Smith
2019-05-13
1
-0/+33
*
[2.7] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13...
Gregory P. Smith
2019-05-09
2
-14/+66
*
[2.7] bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)...
Zackery Spytz
2019-05-02
1
-0/+27
*
Change bisect to bisect_cmd in docstring (GH-13040)
Miss Islington (bot)
2019-05-02
1
-3/+3
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-05-01
2
-4/+13
*
bpo-35952: Sync test.pythoninfo from master (GH-13010)
Victor Stinner
2019-04-29
1
-8/+65
*
bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) (GH-12...
Victor Stinner
2019-04-25
2
-3/+13
*
bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12751)
Victor Stinner
2019-04-09
1
-0/+3
*
bpo-36560: Fix reference leak hunting in regrtest (GH-12744) (GH-12745)
Victor Stinner
2019-04-09
1
-18/+38
*
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...
Zackery Spytz
2019-04-03
1
-0/+6
*
bpo-31292: Fixed distutils check --restructuredtext for include directives (G...
Miss Islington (bot)
2019-03-27
3
-2/+18
*
bpo-36235: Enhance distutils test_customize_compiler() (GH-12403) (GH-12417)
Victor Stinner
2019-03-18
1
-13/+82
*
bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) (GH-12349)
Victor Stinner
2019-03-15
2
-4/+29
*
[3.7] bpo-36216: Only print test messages when verbose (GH-12291)
Steve Dower
2019-03-12
1
-1/+2
*
bpo-36234: test_os: check TypeError for invalid uid type (GH-12235)
Victor Stinner
2019-03-11
1
-0/+8
*
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
Miss Islington (bot)
2019-03-08
3
-2/+2
*
[2.7] IDLE: Fix typo in keybindingDialog.py (GH-2322) (GH-12231)
Terry Jan Reedy
2019-03-08
1
-1/+1
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
2
-0/+41
*
[2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12...
Stéphane Wirtel
2019-03-05
3
-21/+25
*
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. Original ...
Ned Deily
2019-03-01
1
-1/+1
*
[2.7] bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk...
Ned Deily
2019-02-24
1
-1/+6
*
bpo-26386: Re-enable missing widget testcases in test_ttk_guionly. (GH-12014)
Ned Deily
2019-02-24
1
-4/+0
*
[2.7] bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one ...
Tzu-ping Chung
2019-02-19
1
-3/+44
*
[2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876)
stratakis
2019-02-15
1
-19/+43
*
Fixup from test_ssl test_default_ecdh_curve (GH-11877)
stratakis
2019-02-15
1
-0/+3
*
[2.7] bpo-28043: improved default settings for SSLContext (GH-10608)
stratakis
2019-02-15
2
-54/+41
*
[2.7] bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760) (GH-10...
stratakis
2019-02-15
1
-16/+21
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569)
Miss Islington (bot)
2019-01-15
2
-0/+44
*
[2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH...
Serhiy Storchaka
2019-01-15
1
-2/+6
*
bpo-33817: Fix _PyString_Resize() and _PyUnicode_Resize() for empty strings. ...
Serhiy Storchaka
2019-01-12
2
-1/+105
*
bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) (...
Senthil Kumaran
2019-01-10
1
-2/+1
*
[2.7] bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#...
Sanyam Khurana
2019-01-09
2
-4/+48
*
[2.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10978)
Myles Borins
2018-12-20
1
-0/+1
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-20
3
-0/+16
*
bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) (GH-...
Victor Stinner
2018-12-18
2
-4/+47
*
bpo-34279: regrtest consider that skipped tests are ran (GH-11132) (GH-11158)
Victor Stinner
2018-12-14
2
-1/+14
*
bpo-16039: CVE-2013-1752: Limit imaplib.IMAP4_SSL.readline() (GH-11120)
Victor Stinner
2018-12-12
2
-17/+8
*
bpo-11617: Try to strengthen test_httpservers (GH-11121)
Victor Stinner
2018-12-11
1
-4/+4
*
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11068)
Victor Stinner
2018-12-10
2
-5/+56
*
[2.7] bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-1...
Serhiy Storchaka
2018-12-07
2
-2/+4
*
[2.7] bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=125...
native-api
2018-12-06
2
-6/+8
*
Revert "[2.7] bpo-34172: multiprocessing.Pool leaks resources after being del...
Victor Stinner
2018-12-06
2
-44/+19
*
[2.7] bpo-34052: Prevent SQLite functions from setting callbacks on exception...
Serhiy Storchaka
2018-12-05
1
-19/+65
*
[2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH...
Serhiy Storchaka
2018-12-05
4
-4/+20
*
[2.7] bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-105...
Serhiy Storchaka
2018-12-05
1
-4/+4
*
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-...
Victor Stinner
2018-12-05
3
-24/+97
*
bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537)
Miss Islington (bot)
2018-12-05
1
-8/+8
*
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907)
Miss Islington (bot)
2018-12-05
2
-0/+13
*
[2.7] bpo-16865: Support arrays >=2GB in ctypes. (GH-3006). (GH-7441)
Serhiy Storchaka
2018-12-04
1
-0/+7
[next]