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-31530: stop crashes when iterating over a file on multiple threads
benjamin-iteration-torture
Benjamin Peterson
2017-09-20
1
-0/+1
*
bpo-31474: Fix -Wint-in-bool-context warnings (#3581)
Christian Heimes
2017-09-15
1
-0/+1
*
[2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...
Serhiy Storchaka
2017-09-11
1
-0/+2
*
bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960)
Cheryl Sabella
2017-09-10
2
-0/+3
*
[2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446)
Christian Heimes
2017-09-08
1
-0/+1
*
[2.7] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3433)
Christian Heimes
2017-09-07
1
-0/+2
*
[2.7] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3400)
Miss Islington (bot)
2017-09-07
1
-0/+1
*
Merge branch 'release-2.7.14' into 2.7
Benjamin Peterson
2017-09-06
1
-0/+3
|
\
|
*
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
Victor Stinner
2017-09-06
1
-0/+3
*
|
bpo-31339: Rewrite time.asctime() and time.ctime() (#3293)
Victor Stinner
2017-09-05
1
-0/+4
*
|
bpo-27448: Work around a gc.disable race condition in subprocess. (#1932)
Gregory P. Smith
2017-09-05
1
-0/+5
*
|
[2.7] bpo-30502: Fix handling of long oids in ssl. (GH-2909). (#3322)
Christian Heimes
2017-09-05
1
-0/+1
*
|
[2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3343)
Christian Heimes
2017-09-05
1
-0/+4
*
|
[2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345)
Christian Heimes
2017-09-05
1
-0/+2
*
|
[2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-17...
Zachary Ware
2017-09-04
1
-0/+1
*
|
[2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301)
Christian Heimes
2017-09-04
1
-0/+1
*
|
Blurbify 2.7. (#3286)
larryhastings
2017-09-04
116
-12486/+36567
*
|
bpo-31095: Fix potential crash during GC (GH-3197)
INADA Naoki
2017-09-04
1
-0/+2
*
|
[2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...
Pauli Virtanen
2017-09-02
1
-0/+1
*
|
[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)
Oren Milman
2017-08-29
1
-0/+2
|
/
*
version bumps for 2.7.14rc1
v2.7.14rc1
Benjamin Peterson
2017-08-26
1
-3/+3
*
coalesce blurbs for 2.7.14rc1
Benjamin Peterson
2017-08-26
14
-47/+149
*
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)
Victor Stinner
2017-08-18
1
-0/+2
*
[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)
Christian Heimes
2017-08-15
1
-0/+2
*
ttk: fix LabeledScale and OptionMenu destroy() method (#3026)
Victor Stinner
2017-08-08
1
-0/+4
*
[2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004)
Shane Harvey
2017-08-05
2
-0/+3
*
bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823)
Serhiy Storchaka
2017-08-02
1
-0/+4
*
bpo-29519: weakref spewing exceptions during interp finalization (#2958)
INADA Naoki
2017-07-31
1
-0/+2
*
[3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883)
Victor Stinner
2017-07-26
1
-0/+3
*
[2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...
Dong-hee Na
2017-07-26
1
-0/+2
*
[2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795)
Nicholas
2017-07-21
1
-0/+1
*
bpo-30822: regrtest: fix -u extralargefile (#2788)
Victor Stinner
2017-07-21
1
-0/+2
*
[2.7] bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer
2017-07-10
1
-0/+2
*
[2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...
Antoine Pitrou
2017-06-30
1
-0/+6
*
bpo-30283: Add NEWS entry for backported regrtest (#2398)
Victor Stinner
2017-06-27
1
-0/+14
*
[2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...
Antoine Pitrou
2017-06-26
1
-0/+2
*
[2.7] bpo-30746: Prohibited the '=' character in environment variable names (...
Serhiy Storchaka
2017-06-25
1
-0/+3
*
[2.7] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-24
1
-0/+3
*
Add "Misc/NEWS.d" directory tree for "blurb". (#2333)
larryhastings
2017-06-22
11
-0/+11
*
[2.7] bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2312)
Victor Stinner
2017-06-21
1
-0/+9
*
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294)
Victor Stinner
2017-06-20
2
-0/+6
*
bpo-30176: Add missing curses cell attributes constants (#2278)
Xiang Zhang
2017-06-19
1
-0/+2
*
[2.7] bpo-30657: Check & prevent integer overflow in PyString_DecodeEscape (#...
Jay Bosamiya
2017-06-18
2
-0/+4
*
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202)
Victor Stinner
2017-06-15
1
-0/+4
*
[2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) ...
Serhiy Storchaka
2017-06-12
1
-0/+3
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2006)
Victor Stinner
2017-06-08
1
-0/+3
*
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...
Xiang Zhang
2017-06-01
1
-0/+3
*
[2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289)
Mariatta
2017-05-27
2
-0/+4
*
[2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567)
Serhiy Storchaka
2017-05-26
1
-0/+2
*
[2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...
Antoine Pitrou
2017-05-25
1
-0/+3
[next]