Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.7.14
/
Misc
tag
18c01a36a531efe0bb101dffb208c5b3f26cda8e
tagger
Benjamin Peterson <benjamin@python.org>
Sat Sep 16 17:40:54 2017
object
84471935ed2f62b8c5758fd544c7d37076fe0fa5
Python 2.7.14
8447193
2.7.14 final version bumps
by Benjamin Peterson
· 8 years ago
v2.7.14
c00d508
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
by Victor Stinner
· 8 years ago
c707893
version bumps for 2.7.14rc1
by Benjamin Peterson
· 8 years ago
v2.7.14rc1
a944079
coalesce blurbs for 2.7.14rc1
by Benjamin Peterson
· 8 years ago
ec4ab09
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)
by Victor Stinner
· 8 years ago
05b7d9c
[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)
by Christian Heimes
· 8 years ago
56e162a
ttk: fix LabeledScale and OptionMenu destroy() method (#3026)
by Victor Stinner
· 8 years ago
88ffff5
[2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004)
by Shane Harvey
· 8 years ago
3dd1ccb
bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823)
by Serhiy Storchaka
· 8 years ago
3e37f4a
bpo-29519: weakref spewing exceptions during interp finalization (#2958)
by INADA Naoki
· 8 years ago
ec9a712
[3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883)
by Victor Stinner
· 8 years ago
e5eae47
[2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2894)
by Dong-hee Na
· 8 years ago
82a77d3
[2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795)
by Nicholas
· 8 years ago
80ebc43
bpo-30822: regrtest: fix -u extralargefile (#2788)
by Victor Stinner
· 8 years ago
bfa4fe4
[2.7] bpo-29854: Fix segfault in call_readline() (GH-728)
by Nir Soffer
· 8 years ago
a45a99b
[2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2499)
by Antoine Pitrou
· 8 years ago
305f333
bpo-30283: Add NEWS entry for backported regrtest (#2398)
by Victor Stinner
· 8 years ago
8284883
[2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2420)
by Antoine Pitrou
· 8 years ago
787826c
[2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393)
by Serhiy Storchaka
· 8 years ago
9dda2ca
[2.7] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2372)
by Serhiy Storchaka
· 8 years ago
1ecfa45
Add "Misc/NEWS.d" directory tree for "blurb". (#2333)
by larryhastings
· 8 years ago
2ada64d
[2.7] bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2312)
by Victor Stinner
· 8 years ago
d4324ba
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294)
by Victor Stinner
· 8 years ago
b39a748
bpo-30176: Add missing curses cell attributes constants (#2278)
by Xiang Zhang
· 8 years ago
c3c9db8
[2.7] bpo-30657: Check & prevent integer overflow in PyString_DecodeEscape (#2174)
by Jay Bosamiya
· 8 years ago
0e4571a
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202)
by Victor Stinner
· 8 years ago
0cc43df
[2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123)
by Serhiy Storchaka
· 8 years ago
e5bdad2
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2006)
by Victor Stinner
· 8 years ago
3ef3bcb
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1904) (#1676)
by Xiang Zhang
· 8 years ago
1626a47
[2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289)
by Mariatta
· 8 years ago
96f5020
[2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567)
by Serhiy Storchaka
· 8 years ago
bdd9647
[2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1817)
by Antoine Pitrou
· 8 years ago
374e57d
[2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707)
by delirious-lettuce
· 8 years ago
6e1b832
bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556)
by Xiang Zhang
· 8 years ago
cef8b17
bpo-30409: locale.getpreferredencoding doesn't return result (#1672)
by Sean McCully
· 8 years ago
e6a0b59
[2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681)
by Serhiy Storchaka
· 8 years ago
e9f9b04
[2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675)
by Serhiy Storchaka
· 8 years ago
dfcfc91
[2.7] bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) (#1648)
by Serhiy Storchaka
· 8 years ago
955b676
[2.7] bpo-30363: Backport warnings in the re module. (#1577)
by Serhiy Storchaka
· 8 years ago
09b5247
bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)
by Serhiy Storchaka
· 8 years ago
800e4b7
bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624)
by Victor Stinner
· 8 years ago
6924ed5
bpo-30357 each test in test_thread waits until all spawned threads finish (#1583)
by grzgrzgrz3
· 8 years ago
9d1983b
bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. (#1591)
by Victor Stinner
· 8 years ago
f2e894c
bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544)
by Victor Stinner
· 8 years ago
a473a73
[2.7] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478) (#1522)
by torsava
· 8 years ago
4e7457b
bpo-29990: Fix range checking in GB18030 decoder (#1509)
by Xiang Zhang
· 8 years ago
5d7a18f
[2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471)
by Serhiy Storchaka
· 8 years ago
ef4c6ba
Revert "Issue #29094: Offsets in a ZIP file created with extern file object and modes" (#1467)
by Benjamin Peterson
· 8 years ago
8a19eb2
bpo-23404: make touch becomes make regen-all (#1466)
by Victor Stinner
· 8 years ago
74f0db8
[2.7] bpo-30236: Backported regrtest options -m and -G. (#1394)
by Serhiy Storchaka
· 8 years ago
f6a3133
bpo-30255: Clip step in _PySlice_Unpack() (#1429)
by Victor Stinner
· 8 years ago
43566ae
[2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)
by Serhiy Storchaka
· 8 years ago
2c7085f
bpo-27593: Get SCM build info from git instead of hg (#1327)
by Victor Stinner
· 8 years ago
a694e09
bpo-30207: Rename test.test_support to test.support. (#1353)
by Serhiy Storchaka
· 8 years ago
941ea53
[2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_support. (#1341) (#1347)
by Serhiy Storchaka
· 8 years ago
2a1bf06
[2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189)
by Serhiy Storchaka
· 8 years ago
64aa4df
[2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183)
by Serhiy Storchaka
· 8 years ago
89f9eb5
bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050)
by Serhiy Storchaka
· 8 years ago
50f948e
bpo-30011: Fixed race condition in HTMLParser.unescape(). (#1140)
by Serhiy Storchaka
· 8 years ago
5fbdfc3
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152)
by Xiang Zhang
· 8 years ago
ab16dc1
bpo-29506: Clarify deep copy note in copy module
by Nick Coghlan
· 8 years ago
7f85947
[2.7] bpo-19225: Lack of c api exceptions doc (#964)
by cocoatomo
· 8 years ago
23d6eb6
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973)
by Victor Stinner
· 8 years ago
9c2c42c
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963)
by Serhiy Storchaka
· 8 years ago
68903b6
bpo-15083: Convert ElementTree doctests to unittests. (#906)
by Serhiy Storchaka
· 8 years ago
d694a06
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913)
by T. Wouters
· 8 years ago
079f21f
bpo-29935: Fixed error messages in the index() method of tuple and list (#887) (#907) (#910)
by Serhiy Storchaka
· 8 years ago
6a04ef7
bpo-29643: Fix check for --enable-optimizations (GH-873)
by INADA Naoki
· 8 years ago
5084ff7
bpo-29861: release references to multiprocessing Pool tasks (#743) (#803)
by Antoine Pitrou
· 8 years ago
1aa1803
bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662)
by Serhiy Storchaka
· 8 years ago
f9a6516
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444)
by Zachary Ware
· 8 years ago
b4f0e98
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366)
by Xiang Zhang
· 8 years ago
02eb4b0
bpo-29110: Fix file object leak in aifc.open (GH-356)
by INADA Naoki
· 8 years ago
23d2c31
[2.7] bpo-28929: Add to Misc/NEWS (GH-286)
by Mariatta
· 8 years ago
c0b336e
bpo-29602: fix signed zero handling in complex constructor (#204)
by Mark Dickinson
· 8 years ago
7131a73
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#187)
by Xiang Zhang
· 8 years ago
4e1e30d
Issue #26355: Specify canonical URLs in docs pages
by Nick Coghlan
· 9 years ago
ea82972
Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees.
by Mark Dickinson
· 9 years ago
3b23004
Issue #29354: Fixed inspect.getargs() for parameters which are cell variables.
by Serhiy Storchaka
· 9 years ago
8e21cc3
Issue #29028: Fixed possible use-after-free bugs in the subscription of the
by Serhiy Storchaka
· 9 years ago
80b24a9
- Issue #29169: Update zlib to 1.2.11.
by doko@ubuntu.com
· 9 years ago
60a1b35
Issue #12067: Rewrite Comparisons section in the language reference
by Martin Panter
· 9 years ago
3efe32e
Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro.
by Serhiy Storchaka
· 9 years ago
f0739cb
Issue #29335: Fix subprocess.Popen.wait() when the child process has
by Gregory P. Smith
· 9 years ago
9ce1564
revert dd13098a5dc2 (#29006, #10513)
by Benjamin Peterson
· 9 years ago
7a7e04e
Issue #29219: Fixed infinite recursion in the repr of uninitialized
by Serhiy Storchaka
· 9 years ago
99ba17f
Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
by Serhiy Storchaka
· 9 years ago
c8a752e
merge heads
by Benjamin Peterson
· 9 years ago
0897a55
revert 030e100f048a (#29006, #10513)
by Benjamin Peterson
· 9 years ago
01bdbad
Don't use getentropy() on Linux
by Victor Stinner
· 9 years ago
98b1c82
Issue #29142: Fix suffixes in no_proxy handling in urllib.
by Xiang Zhang
· 9 years ago
7bdb516
Issue #29145: Fix overflow checks in string, bytearray and unicode.
by Xiang Zhang
· 9 years ago
54dc428
- Issue #29169: Update zlib to 1.2.10.
by doko@ubuntu.com
· 9 years ago
0f4ed2c
Issue #29094: Offsets in a ZIP file created with extern file object and modes
by Serhiy Storchaka
· 9 years ago
f85dbfc
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
by Steve Dower
· 9 years ago
4d42af1
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
by Serhiy Storchaka
· 9 years ago
f77fe6b
Issue #9770: curses.ascii predicates now work correctly with negative integers.
by Serhiy Storchaka
· 9 years ago
1451874
Backed out changeset 78bf34b6a713
by Serhiy Storchaka
· 9 years ago
f939b3c
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 9 years ago
994f04d
Issue #28998: More APIs now support longs as well as ints.
by Serhiy Storchaka
· 9 years ago
Next »