Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.7.15
/
Modules
tag
437b0092b85b2a5c9c17572be72e8d9af100f180
tagger
Benjamin Peterson <benjamin@python.org>
Sun Apr 29 22:47:53 2018
object
ca079a3ea30098aff3197c559a0e32d42dda6d84
Python 2.7.15
924035a
[2.7] Fix error message in sqlite connection thread check. (GH-6028). (GH-6325)
by Serhiy Storchaka
· 7 years ago
c498cd8
bpo-31544: Fix a reference leak to 'self' after the previous target error handling fixes. (GH-6318)
by scoder
· 7 years ago
edd5418
[2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215)
by Christian Heimes
· 7 years ago
0694b6a
bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992)
by scoder
· 7 years ago
7ee0936
Fix typos in mmap() error messages (GH-6173)
by Miss Islington (bot)
· 7 years ago
aa40f92
[2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947)
by Alexey Izbyshev
· 7 years ago
df1732a
[2.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5882)
by Christian Heimes
· 7 years ago
439956a
Fix ssl module, Python 2.7 doesn't have Py_MAX (#5878)
by Christian Heimes
· 7 years ago
3d87f4c
[2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863)
by Christian Heimes
· 7 years ago
a5c9112
[2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871)
by Miss Islington (bot)
· 7 years ago
6e8f395
bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)
by Christian Heimes
· 7 years ago
836b642
Update comment in posixmodule.c (GH-5681)
by Miss Islington (bot)
· 8 years ago
27f32e9
bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows (#5169)
by Anthony Sottile
· 8 years ago
e8ab7eb
correct the typos (GH-4950) (#4952)
by Miss Islington (bot)
· 8 years ago
830daae
[2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651)
by Nir Soffer
· 8 years ago
1bce4ef
[2.7] bpo-31927: Fix reading arbitrary data when parse a AF_BLUETOOTH address (GH-4235) (GH-4352) (#4355)
by Serhiy Storchaka
· 8 years ago
cd66d6d
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-4333)
by Oren Milman
· 8 years ago
69ea4b4
Fix bpo-27666 backporting error in _cursesmodule.c (#4305)
by Serhiy Storchaka
· 8 years ago
4b544aa
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (GH-3968) (#4302)
by Miss Islington (bot)
· 8 years ago
c713837
[2.7] bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4263)
by Antoine Pitrou
· 8 years ago
b694770
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4222)
by Miss Islington (bot)
· 8 years ago
ce51890
bpo-31893: Fix a backporting error in 8cbf4e10646c3f5b8f0d274c2d7dea5bb6305f57. (#4219)
by Serhiy Storchaka
· 8 years ago
87c66e4
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216)
by Miss Islington (bot)
· 8 years ago
6ba0b58
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4213)
by Miss Islington (bot)
· 8 years ago
e7531e5
bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (GH-4196) (#4202)
by Miss Islington (bot)
· 8 years ago
8cbf4e1
[2.7] bpo-31893: Fixed select.kqueue(). (GH-4166) (#4193)
by Serhiy Storchaka
· 8 years ago
e0fc1af
[2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)
by Serhiy Storchaka
· 8 years ago
5ef883b
[2.7] bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4088)
by Serhiy Storchaka
· 8 years ago
27b951c
[2.7] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4034)
by Riccardo Coccioli
· 8 years ago
9aa6024
[2.7] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095). (#3976)
by Serhiy Storchaka
· 8 years ago
fb3bb8d
[2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3952)
by Oren Milman
· 8 years ago
f15058a
[2.7] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3950)
by Oren Milman
· 8 years ago
cc4b6f1
bpo-31719: Fix test_regrtest.test_crashed() on s390x (#3912)
by Victor Stinner
· 8 years ago
328b5d0
[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3876)
by Serhiy Storchaka
· 8 years ago
13da1a6
[2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case the arg has a bad __abs__() method (GH-3596) (#3845)
by Oren Milman
· 8 years ago
8b83687
bpo-28129: fix ctypes crashes (#386) (#3800)
by Victor Stinner
· 8 years ago
9bfa55b
[2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3780)
by Miss Islington (bot)
· 8 years ago
81691b0
[2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254). (#3781)
by Serhiy Storchaka
· 8 years ago
4954b8d
[2.7] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712) (#3779)
by Serhiy Storchaka
· 8 years ago
d0b9dc3
[2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). (#3772)
by Serhiy Storchaka
· 8 years ago
a72d15c
consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)
by Benjamin Peterson
· 8 years ago
b9a860f
[2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446)
by Christian Heimes
· 8 years ago
611a3ea
[2.7] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3433)
by Christian Heimes
· 8 years ago
eba0bad
Merge branch 'release-2.7.14' into 2.7
by Benjamin Peterson
· 8 years ago
c00d508
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
by Victor Stinner
· 8 years ago
eeadf5f
bpo-31339: Rewrite time.asctime() and time.ctime() (#3293)
by Victor Stinner
· 8 years ago
c9d668c
[2.7] bpo-30502: Fix handling of long oids in ssl. (GH-2909). (#3322)
by Christian Heimes
· 8 years ago
7daa45d
[2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3343)
by Christian Heimes
· 8 years ago
ffa7011
[2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345)
by Christian Heimes
· 8 years ago
72ed233
[2.7] bpo-30622: Change NPN detection: (GH-2079) (#3316)
by Christian Heimes
· 8 years ago
4cde4bd
bpo-31095: Fix potential crash during GC (GH-3197)
by INADA Naoki
· 8 years ago
990b2d0
[2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH-31) (#3242)
by Pauli Virtanen
· 8 years ago
20958e6
[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)
by Oren Milman
· 8 years ago
bc80fd1
[2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213)
by Oren Milman
· 8 years ago
ec4ab09
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)
by Victor Stinner
· 8 years ago
4dea065
bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071)
by Victor Stinner
· 8 years ago
884c4ca
[2.7] bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) (#2672)
by Segev Finer
· 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
95a91df
bpo-30764: Windows support.SuppressCrashReport (#2423)
by Victor Stinner
· 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
2ada64d
[2.7] bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2312)
by Victor Stinner
· 8 years ago
0e4571a
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202)
by Victor Stinner
· 8 years ago
bdd3567
_tkinter: Fix refleak in getint() (#2153)
by Victor Stinner
· 8 years ago
41af942
bpo-30615: Fix the leak reference in Modules/_elementtree.c (#2129)
by Stéphane Wirtel
· 8 years ago
0cc43df
[2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123)
by Serhiy Storchaka
· 8 years ago
28288be
bpo-30614: testInitNonExistentFile() of test_bz2 leaks references (#2033)
by Stéphane Wirtel
· 8 years ago
1626a47
[2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289)
by Mariatta
· 8 years ago
6e1b832
bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556)
by Xiang Zhang
· 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
982a17e
bpo-30242: resolve some undefined behaviours in struct (#1418) (#1588)
by Xiang Zhang
· 8 years ago
f6c6d1e
bpo-11681: Document the `-b` and `-bb` options (GH-1562)
by Zachary Ware
· 8 years ago
d2aff60
[2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513)
by Victor Stinner
· 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
2c27731
bpo-30257: _bsddb: Fix newDBObject() (#1428)
by Victor Stinner
· 8 years ago
2c7085f
bpo-27593: Get SCM build info from git instead of hg (#1327)
by Victor Stinner
· 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
5e79321
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
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
b2b00e0
[2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144)
by Mariatta
· 8 years ago
e41390a
bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)
by Serhiy Storchaka
· 8 years ago
9c2c42c
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963)
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
9c0408d
bpo-29876: fix DECREF for NULL value in subelement() (GH-760)
by Xiang Zhang
· 8 years ago
e6a55dd
bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758)
by Xiang Zhang
· 8 years ago
827c783
bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757)
by Xiang Zhang
· 8 years ago
1aa1803
bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662)
by Serhiy Storchaka
· 8 years ago
0c2ed76
[2.7] bpo-29768: Fixed compile-time check for expat version. (#577)
by Serhiy Storchaka
· 8 years ago
de1c7d5
Issue #29682:Possible missing NULL check in pyexpat (#573)
by svelankar
· 8 years ago
f1a696e
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399)
by Donald Stufft
· 8 years ago
0f48ecd
Update URL of Mersenne Twister Home Page (GH-116)
by INADA Naoki
· 9 years ago
dbbc9d3
update zlib ChangeLog file
by doko@ubuntu.com
· 9 years ago
80b24a9
- Issue #29169: Update zlib to 1.2.11.
by doko@ubuntu.com
· 9 years ago
9ce1564
revert dd13098a5dc2 (#29006, #10513)
by Benjamin Peterson
· 9 years ago
ebcf338
generate spaces instead of tabs into config.c
by Benjamin Peterson
· 9 years ago
888a29f
fix _testcapi to work when statically linked into python
by Benjamin Peterson
· 9 years ago
Next »