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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850) (GH-13319)
Victor Stinner
2019-05-15
1
-0/+3
*
[2.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102) ...
Terry Jan Reedy
2019-05-13
1
-0/+1
*
[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/+1
*
[2.7] closes bpo-14353: Fix detection of bind_textdomain_codeset in libintl. ...
Toshio Kuratomi
2019-05-12
1
-0/+2
*
[2.7] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13...
Gregory P. Smith
2019-05-09
1
-0/+1
*
[2.7] bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)...
Zackery Spytz
2019-05-02
1
-0/+1
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-05-01
1
-0/+1
*
bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) (GH-12...
Victor Stinner
2019-04-25
1
-0/+4
*
bpo-36605: make tags: parse Modules/_io directory (GH-12789) (GH-12815)
Victor Stinner
2019-04-13
1
-0/+2
*
bpo-36560: Fix reference leak hunting in regrtest (GH-12744) (GH-12745)
Victor Stinner
2019-04-09
1
-0/+3
*
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...
Zackery Spytz
2019-04-03
1
-0/+1
*
bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc(...
Miss Islington (bot)
2019-03-28
1
-0/+1
*
bpo-31292: Fixed distutils check --restructuredtext for include directives (G...
Miss Islington (bot)
2019-03-27
1
-0/+2
*
bpo-33832: Add "magic method" glossary entry (GH-7630)
Miss Islington (bot)
2019-03-27
1
-0/+1
*
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) (GH...
Miss Islington (bot)
2019-03-26
1
-0/+1
*
[2.7] bpo-35564: add master_doc='contents' to conf.py (GH-12462)
Julien Palard
2019-03-20
1
-0/+1
*
[2.7] bpo-18368: Fix memory leaks in PyOS_StdioReadline() when realloc() fail...
stratakis
2019-03-19
1
-0/+1
*
bpo-36337: socket.send()/sendall() use Py_ssize_t (GH-12397)
Stéphane Wirtel
2019-03-19
1
-0/+3
*
[2.7] bpo-35605: Fix documentation build for sphinx<1.6 (GH-12413)
Julien Palard
2019-03-18
1
-0/+1
*
bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) (GH-12349)
Victor Stinner
2019-03-15
1
-0/+4
*
bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) (GH-12332)
Victor Stinner
2019-03-14
1
-0/+3
*
[2.7] bpo-36289: Fix a possible reference leak in the io module (GH-12329)
stratakis
2019-03-14
1
-0/+1
*
[2.7] bpo-36291: Fix a possible reference leak in the json module (GH-12330)
stratakis
2019-03-14
1
-0/+1
*
[2.7] bpo-36212: Fix two possible reference leaks in the hotshot module (GH-1...
stratakis
2019-03-14
1
-0/+1
*
bpo-36234: test_os: check TypeError for invalid uid type (GH-12235)
Victor Stinner
2019-03-11
1
-0/+2
*
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
Miss Islington (bot)
2019-03-08
1
-0/+1
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
1
-0/+3
*
[2.7] bpo-36186: Fix linuxaudiodev.linux_audio_device() error handling (GH-12...
stratakis
2019-03-06
1
-0/+1
*
[2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12...
Stéphane Wirtel
2019-03-05
1
-0/+2
*
[2.7] bpo-36149 Fix potential use of uninitialized memory in cPickle (#12105)
T. Wouters
2019-03-04
1
-0/+2
*
[2.7] bpo-36179: Fix ref leaks in _hashopenssl (GH-12158) (GH-12166)
Christian Heimes
2019-03-04
1
-0/+2
*
[2.7] bpo-13096: Fix memory leak in ctypes POINTER handling of large values (...
stratakis
2019-03-04
1
-0/+1
*
Delete old NEWS file.
Benjamin Peterson
2019-03-02
1
-2/+0
*
Merge branch 'release-2.7.16' into 2.7
Benjamin Peterson
2019-03-02
1
-0/+8
|
\
|
*
Make 2.7.16 release note.
Benjamin Peterson
2019-03-02
2
-2/+8
|
*
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. Original ...
Ned Deily
2019-03-02
1
-0/+2
*
|
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. Original ...
Ned Deily
2019-03-01
1
-0/+2
*
|
[2.7] bpo-36106: resolve sinpi name clash with libm (IEEE-754 violation). (GH...
Dima Pasechnik
2019-02-26
1
-0/+1
*
|
[2.7] bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk...
Ned Deily
2019-02-24
1
-0/+1
*
|
bpo-26386: Re-enable missing widget testcases in test_ttk_guionly. (GH-12014)
Ned Deily
2019-02-24
1
-0/+1
*
|
[2.7] bpo-35126: Fix a mistake in FAQ about converting number to string (GH-1...
Stéphane Wirtel
2019-02-19
1
-0/+2
*
|
[2.7] bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one ...
Tzu-ping Chung
2019-02-19
1
-0/+2
|
/
*
Collect 2.7.16rc1 release notes.
Benjamin Peterson
2019-02-16
112
-216/+1104
*
[2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876)
stratakis
2019-02-15
1
-0/+2
*
[2.7] bpo-28043: improved default settings for SSLContext (GH-10608)
stratakis
2019-02-15
1
-0/+3
*
[2.7] bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760) (GH-10...
stratakis
2019-02-15
1
-0/+3
*
bpo-35746: Credit Colin Read and Nicolas Edet (GH-11866)
Victor Stinner
2019-02-15
1
-1/+2
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569)
Miss Islington (bot)
2019-01-15
1
-0/+3
*
[2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH...
Serhiy Storchaka
2019-01-15
1
-0/+2
*
[2.7] bpo-35552: Fix reading past the end in PyString_FromFormat(). (GH-11276...
Serhiy Storchaka
2019-01-12
1
-0/+2
[next]