Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.7.15
/
Lib
tag
437b0092b85b2a5c9c17572be72e8d9af100f180
tagger
Benjamin Peterson <benjamin@python.org>
Sun Apr 29 22:47:53 2018
object
ca079a3ea30098aff3197c559a0e32d42dda6d84
Python 2.7.15
325191b
[2.7] bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6339)
by Cheryl Sabella
· 7 years ago
e80a232
[2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326)
by Serhiy Storchaka
· 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
1ce4e5b
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)
by Miss Islington (bot)
· 7 years ago
4e907d8
Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135)
by Miss Islington (bot)
· 7 years ago
baca85f
[2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6111)
by xdegaye
· 7 years ago
3854f58
[2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (GH-6074) (GH-6076)
by Miss Islington (bot)
· 7 years ago
55d5bfb
[2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984)
by Jamie Davis
· 7 years ago
e052d40
[2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
by Benjamin Peterson
· 7 years ago
c20c97f
bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)
by bennorth
· 7 years ago
07c13ee
Delete a broken threading.local example (GH-5870)
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
8d4d173
bpo-31518: Change TLS protocol for Debian (#3661)
by Christian Heimes
· 7 years ago
61bd4d2
[2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825)
by Anselm Kruis
· 7 years ago
b852d8c
[2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) (GH-5781)
by Miss Islington (bot)
· 7 years ago
eeb3365
[2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726).
by Éric Araujo
· 7 years ago
17cec70
bpo-30109: Fix reindent.py for non-ASCII files. (#5637)
by Serhiy Storchaka
· 8 years ago
e719793
[2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604)
by Serhiy Storchaka
· 8 years ago
0a18422
allow the test suite to pass if the strop module doesn't exist (GH-5566)
by Benjamin Peterson
· 8 years ago
b7a2c17
[2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493)
by Serhiy Storchaka
· 8 years ago
b60f43a
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (GH-5429)
by Victor Stinner
· 8 years ago
f5a7935
bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331)
by Bo Bayles
· 8 years ago
6996f28
bpo-32667: Fix tests when $PATH contains a file (#5324)
by Victor Stinner
· 8 years ago
b1a52b1
Use assertItemsEqual instead of assertEqual. (#5224)
by Gregory P. Smith
· 8 years ago
016f59a
pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5220)
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
0bcba37
bpo-32482: Improve syntax and grammar tests. (#5085)
by Serhiy Storchaka
· 8 years ago
dbf52e0
bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060)
by Benjamin Peterson
· 8 years ago
b495377
[2.7] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078). (#5084)
by Serhiy Storchaka
· 8 years ago
2de47ca
bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074)
by Miss Islington (bot)
· 8 years ago
3ceaed0
bpo-18035: telnetlib: select.error doesn't have an errno attribute (#5044)
by Segev Finer
· 8 years ago
1f9d549
[2.7] remove unused import (GH-5040). (#5043)
by Benjamin Peterson
· 8 years ago
417f76a
make PatternCompiler use the packaged grammar if possible (more bpo-24960) (GH-5034) (#5037)
by Miss Islington (bot)
· 8 years ago
c60eca0
[2.7] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (GH-4991). (#5017)
by Serhiy Storchaka
· 8 years ago
8b9995f
correct wording (GH-4983) (#4985)
by Miss Islington (bot)
· 8 years ago
770a802
[2.7] bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-4977) (#4980)
by Benjamin Peterson
· 8 years ago
2316c68
pythoninfo: sync with master (#4843)
by Victor Stinner
· 8 years ago
d663549
Fix improper use of re.escape() in tests. (GH-4814) (#4817)
by Miss Islington (bot)
· 8 years ago
3b9173d
bpo-30806: Fix netrc.__repr__() format (GH-2491)
by Steven Loria
· 8 years ago
65d1887
[2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in Py3k mode. (GH-4579) (#4676)
by Serhiy Storchaka
· 8 years ago
56e444f
[2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590)
by Barry Warsaw
· 8 years ago
bc19cf5
bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4636)
by Miss Islington (bot)
· 8 years ago
fc73c54
bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) (#4623)
by Miss Islington (bot)
· 8 years ago
180372c
pythoninfo: add Py_DEBUG (#4198) (#4581)
by Victor Stinner
· 8 years ago
35d9983
bpo-31324: Optimize support._match_test() (#4523) (#4524)
by Victor Stinner
· 8 years ago
2d5890e
test_builtin: TestExecFile removes created file (#4525)
by Victor Stinner
· 8 years ago
448c673
bpo-29512: Fix Lib/test/bisect.py shebang (#4522)
by Victor Stinner
· 8 years ago
e84f6d3
[2.7] bpo-21149: Workaround a GC finalization bug in logging. (#4368)
by Gregory P. Smith
· 8 years ago
6401e56
[2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads. (#3672)
by Serhiy Storchaka
· 8 years ago
15e1453
Fix a test for select.kevent. (#4349)
by Serhiy Storchaka
· 8 years ago
2ce1ef5
Fix DeprecationWarning in tests (#4345)
by Victor Stinner
· 8 years ago
8494829
bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316)
by Mazay0
· 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
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
3053769
[2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3951)
by Oren Milman
· 8 years ago
f72ad2d
[2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4270)
by Serhiy Storchaka
· 8 years ago
6a9a331
bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4260)
by Miss Islington (bot)
· 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
87c66e4
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216)
by Miss Islington (bot)
· 8 years ago
4b73a79
Fix test_socket.test_create_connection() (GH-4206) (#4209)
by Miss Islington (bot)
· 8 years ago
e0fc1af
[2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)
by Serhiy Storchaka
· 8 years ago
1d48182
bpo-31629: Add support.SaveSignals (#4183) (#4188)
by Victor Stinner
· 8 years ago
107f3cc
[2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4163)
by Serhiy Storchaka
· 8 years ago
7c622be
bpo-30855: Fix winfo_id related Tkinter test on Windows. (#4121)
by Serhiy Storchaka
· 8 years ago
04c0a40
[2.7] bpo-25287: Backport new tests for crypt and skip test_crypt on OpenBSD. (GH-4111). (#4112)
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
f7d19b0
[2.7] bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074). (#4077)
by Serhiy Storchaka
· 8 years ago
4dc05c3
Fix py3k warnings in 1/0 in tests. (#4072)
by Serhiy Storchaka
· 8 years ago
8fa0648
Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998) (GH-4040)
by Miss Islington (bot)
· 8 years ago
27b951c
[2.7] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4034)
by Riccardo Coccioli
· 8 years ago
ed267e3
[2.7] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4031)
by Serhiy Storchaka
· 8 years ago
7b4ba62
[2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927)
by Victor Stinner
· 8 years ago
9aa6024
[2.7] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095). (#3976)
by Serhiy Storchaka
· 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
cfe1aef
bpo-31681: Make sure pkgutil.get_data closes files properly (#3875)
by Elvis Pranskevichus
· 8 years ago
cc4b6f1
bpo-31719: Fix test_regrtest.test_crashed() on s390x (#3912)
by Victor Stinner
· 8 years ago
c829bbf
bpo-31507: Add docstring to parseaddr function in email.utils.parseaddr (GH-3647) (GH-3735)
by Rohit Balasubramanian
· 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
20cbc1d
bpo-31158: Fix nondeterministic read in test_pty (#3808) (#3853)
by Victor Stinner
· 8 years ago
1163fb9
[2.7] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#3838)
by Serhiy Storchaka
· 8 years ago
40d736b
[2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in case __loader__.get_source() has a bad splitlines() method. (GH-3219) (#3823)
by Oren Milman
· 8 years ago
8b83687
bpo-28129: fix ctypes crashes (#386) (#3800)
by Victor Stinner
· 8 years ago
b4920d5
bpo-31593: test_socketserver waits child processes (#3786)
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
d0b9dc3
[2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). (#3772)
by Serhiy Storchaka
· 8 years ago
d94a65a
bpo-25732: Make functools.total_ordering implementing __ne__. (#3748)
by Serhiy Storchaka
· 8 years ago
5f5da72
bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3745)
by Victor Stinner
· 8 years ago
cf7197a
[2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734)
by Igor Filatov
· 8 years ago
860839c
[2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-1767) (#3549)
by Miss Islington (bot)
· 8 years ago
42f7e0d
bpo-31234: fork_wait tests now join threads (#3139) (#3535)
by Victor Stinner
· 8 years ago
40996d3
bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505)
by Victor Stinner
· 8 years ago
004547f
[2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3493)
by Serhiy Storchaka
· 8 years ago
e1847ea
bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960)
by Cheryl Sabella
· 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
47e5f79
[2.7] bpo-30824: Add mimetype for .json (GH-3048) (#3394)
by Miss Islington (bot)
· 8 years ago
eeadf5f
bpo-31339: Rewrite time.asctime() and time.ctime() (#3293)
by Victor Stinner
· 8 years ago
5e8e371
bpo-27448: Work around a gc.disable race condition in subprocess. (#1932)
by Gregory P. Smith
· 8 years ago
57d963b
[2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301)
by Christian Heimes
· 8 years ago
Next »