Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.4rc1
/
Lib
tag
73f3fb83724c0d3cc7361e57988196d657e21933
tagger
Ned Deily <nad@python.org>
Tue Dec 05 08:28:03 2017
object
3398dcb14f6d43bf1619f7c32fe8d888c354e6b2
Python 3.6.4rc1
de4c3f3
Update NEWS and pydoc topics.
by Ned Deily
· 8 years ago
d9cadc5
[3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-4720) (#4721)
by Miss Islington (bot)
· 8 years ago
b057627
[bpo-28556] Minor fixes for typing module (GH-4710) (#4713)
by Miss Islington (bot)
· 8 years ago
9da33c8
bpo-32207: Improve tk event exception tracebacks in IDLE. (GH-4703) (#4705)
by Miss Islington (bot)
· 8 years ago
6e687948
bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (GH-4701) (#4702)
by Miss Islington (bot)
· 8 years ago
a87ba60
bpo-27240 Rewrite the email header folding algorithm. (GH-3488) (#4693)
by Miss Islington (bot)
· 8 years ago
c8f32aa
[3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684)
by Nick Coghlan
· 8 years ago
e10c9de
bpo-20891: Fix PyGILState_Ensure() (#4650) (#4655)
by Victor Stinner
· 8 years ago
8cd3108
bpo-32072: Fix issues with binary plists. (GH-4455) (#4654)
by Miss Islington (bot)
· 8 years ago
c91bf74
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-4080) (#4653)
by Miss Islington (bot)
· 8 years ago
92a2c07
Skip test_socket.test_sha256() on linux < 4.5 (GH-4643) (#4645)
by Miss Islington (bot)
· 8 years ago
06be9da
bpo-32030: Fix test_sys.test_getallocatedblocks() (#4637)
by Victor Stinner
· 8 years ago
23cc8c0
[3.6] bpo-32107 - Backport bitmask check fix (GH-4576) (#4591)
by Barry Warsaw
· 8 years ago
b0df786
bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4635)
by Miss Islington (bot)
· 8 years ago
957aef7
bpo-32164: Delete unused file idlelib/tabbedpages.py (GH-4628) (#4631)
by Miss Islington (bot)
· 8 years ago
a8de696
bpo-30781: Remove unused imports in idlelib.configdialog. (GH-4627) (#4630)
by Miss Islington (bot)
· 8 years ago
38ecf57
bpo-32100: Delete unneeded import in idlelib.pathbrowser. (GH-4626) (#4629)
by Miss Islington (bot)
· 8 years ago
230ffea
bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) (#4622)
by Miss Islington (bot)
· 8 years ago
6979fcd
bpo-32155: Bugfixes found by flake8 F841 warnings (#4619)
by Victor Stinner
· 8 years ago
4237939
asyncio: Fix BaseSelectorEventLoopTests (GH-4595) (#4599)
by Miss Islington (bot)
· 8 years ago
f54e405
asyncio: Remove unused Future._tb_logger attribute (GH-4596) (#4598)
by Miss Islington (bot)
· 8 years ago
d5c71b0
pythoninfo: add Py_DEBUG (#4198) (#4580)
by Victor Stinner
· 8 years ago
dde38b9
bpo-32128: Skip test_nntplib.test_article_head_body() (GH-4552) (#4553)
by Miss Islington (bot)
· 8 years ago
412f00b
[3.6] bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
by Berker Peksag
· 8 years ago
bfa89b2
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)
by Miss Islington (bot)
· 8 years ago
ff847d1
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533)
by Miss Islington (bot)
· 8 years ago
70b2f87
[3.6] bpo-31324: Optimize support._match_test() (#4523)
by Victor Stinner
· 8 years ago
4b30429
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
by Berker Peksag
· 8 years ago
ae3c5c7
[3.6] bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (GH-4484) (#4512)
by Terry Jan Reedy
· 8 years ago
b071a5e
bpo-30904: Removed duplicated Host: header. (GH-4465) (#4468)
by Miss Islington (bot)
· 8 years ago
65dffe5
bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812) (GH-4466)
by Miss Islington (bot)
· 8 years ago
33217d2
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416)
by Victor Stinner
· 8 years ago
f35076a
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable GH-4409 (#4411)
by Miss Islington (bot)
· 8 years ago
d15bb5f
bpo-32011: Revert "Issue GH-15480: Remove the deprecated and unused TYPE_INT64 code from marshal." (GH-4381) (#4405)
by Miss Islington (bot)
· 8 years ago
3864248
[3.6] bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print()). (GH-4289) (#4406)
by Serhiy Storchaka
· 8 years ago
eb38367
bpo-32032: Test both implementations of module-level pickle API. (GH-4401) (#4403)
by Miss Islington (bot)
· 8 years ago
cc0961c
[3.6] bpo-32015: Asyncio looping during simultaneously socket read/write an… (GH-4386) (#4393)
by Andrew Svetlov
· 8 years ago
ad004f9
[3.6] bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) (#4380)
by xdegaye
· 8 years ago
ea5b545
[3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4379)
by xdegaye
· 8 years ago
7997fa2
bpo-31999: Fix test_venv in case the zlib module is not available. (GH-4359) (#4360)
by Miss Islington (bot)
· 8 years ago
b9a40ac
bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Python (GH-4176) (#4356)
by Miss Islington (bot)
· 8 years ago
ac4f6d4
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (GH-3813) (#4326)
by Miss Islington (bot)
· 8 years ago
d8d218f
[3.6] bpo-31970: Reduce performance overhead of asyncio debug mode. (GH-4314) (#4322)
by Antoine Pitrou
· 8 years ago
518c6b9
bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (GH-4319) (#4320)
by Miss Islington (bot)
· 8 years ago
a5dca7d
Fix the sizeof test for dicts with shared keys. (GH-4311) (#4312)
by Miss Islington (bot)
· 8 years ago
b0331c9
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-3958) (#4303)
by Miss Islington (bot)
· 8 years ago
9684cf6
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (GH-3968) (#4301)
by Miss Islington (bot)
· 8 years ago
646e4c8
[3.6] Fix miscellaneous typos in idlelib (GH-4275) (#4291)
by Terry Jan Reedy
· 8 years ago
ec2b2dc
bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4269)
by Miss Islington (bot)
· 8 years ago
8ce9854
bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (#4259)
by Miss Islington (bot)
· 8 years ago
a512493
bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4262)
by Miss Islington (bot)
· 8 years ago
b5f09ac
[3.6] bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (GH-3247) (#4254)
by Antoine Pitrou
· 8 years ago
019c99f
[3.6] bpo-31308: If multiprocessing's forkserver dies, launch it again when necessary (GH-3246) (#4252)
by Antoine Pitrou
· 8 years ago
5fbe5e1
bpo-30806: Fix netrc.__repr__() format (GH-2491)
by Miss Islington (bot)
· 8 years ago
aad7ac1
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4221)
by Miss Islington (bot)
· 8 years ago
1f81ea8
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (GH-3826) (#4218)
by Miss Islington (bot)
· 8 years ago
2be9a31
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)
by Miss Islington (bot)
· 8 years ago
89b84b0
Fix test_socket.test_create_connection() (GH-4206) (#4208)
by Miss Islington (bot)
· 8 years ago
6969d36
bpo-31897: Convert unexpected errors when read bogus binary plists into InvalidFileException. (GH-4171) (#4192)
by Miss Islington (bot)
· 8 years ago
5db3208
bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)
by Miss Islington (bot)
· 8 years ago
41efc40
bpo-31629: Add support.SaveSignals (#4183) (#4187)
by Victor Stinner
· 8 years ago
690c36f
[3.6] bpo-31852: Fix segfault caused by using the async soft keyword (GH-4122)
by Pablo Galindo
· 8 years ago
9ea5a3a
[3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4162)
by Serhiy Storchaka
· 8 years ago
8ed5644
bpo-31836: Test_code_module now passes with sys.ps1, ps2 set (GH-4070) (#4156)
by Miss Islington (bot)
· 8 years ago
eb5aa36
IDLE -- Restrict shell prompt manipulaton to the shell. (GH-4143) (#4155)
by Miss Islington (bot)
· 8 years ago
6a2957d
bpo-31860: Make the font sample in the IDLE font configuration dialog editable. (GH-4106) (#4154)
by Miss Islington (bot)
· 8 years ago
bb78898
bpo-31174: Improve the code of test_tools.test_unparse. (GH-4146) (#4148)
by Miss Islington (bot)
· 8 years ago
4b27d51
[3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135)
by xdegaye
· 8 years ago
d94ef8f
Fix trailing whitespaces in C and Python files. (#4131)
by Serhiy Storchaka
· 8 years ago
2b5cbbb
[3.6] bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (GH-4118) (#4128)
by Serhiy Storchaka
· 8 years ago
f52dff6
bpo-25287: Backport new tests for crypt and skip test_crypt on OpenBSD. (#4111)
by Serhiy Storchaka
· 8 years ago
d5d7954
[3.6] bpo-30817: Fix PyErr_PrintEx() when no memory (GH-2526). (#4107)
by xdegaye
· 8 years ago
d8f78a1
bpo-31174: Fix test_tools.test_unparse (GH-4102) (#4104)
by Miss Islington (bot)
· 8 years ago
d7604f5
bpo-31847: Fix commented out tests in test_syntax. (GH-4084) (#4095)
by Miss Islington (bot)
· 8 years ago
6e45d7b
bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4086)
by Miss Islington (bot)
· 8 years ago
aaf6a3d
[3.6] bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) (#4083)
by Miss Islington (bot)
· 8 years ago
251de30
bpo-28286: Add tests for the mode argument of GzipFile. (GH-4074) (#4076)
by Miss Islington (bot)
· 8 years ago
34ef6da
[3.6] bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (GH-4073). (#4075)
by Antoine Pitrou
· 8 years ago
1e78ed6
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059)
by Miss Islington (bot)
· 8 years ago
9c23b17
bpo-31632: fix set_protocol() in _SSLProtocolTransport (GH-3817) (GH-3817) (#4052)
by Miss Islington (bot)
· 8 years ago
4d9a8f2
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (GH-4044) (GH-4050)
by Miss Islington (bot)
· 8 years ago
537ed75
[3.6] bpo-31457: Make the `LoggerAdapter.manager` property settable (GH-4042) (#4043)
by Miss Islington (bot)
· 8 years ago
7bbbc6a
Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998) (GH-4039)
by Miss Islington (bot)
· 8 years ago
97abcab
[3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033)
by Miss Islington (bot)
· 8 years ago
95602b3
[3.6] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4022)
by Pablo Galindo
· 8 years ago
1781480
bpo-31676: Fix test_imp.test_load_source() side effect (GH-3871) (GH-3988)
by Miss Islington (bot)
· 8 years ago
98e0f26
[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (GH-4025) (#4028)
by Miss Islington (bot)
· 8 years ago
ecacbb4
[3.6] bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (GH-3960) (#4027)
by Miss Islington (bot)
· 8 years ago
2712247
[3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014) (#4024)
by Miss Islington (bot)
· 8 years ago
0694958
[3.6] bpo-31792: Restore os.environ in test_buffer when import numpy. (GH-4007) (#4009)
by Miss Islington (bot)
· 8 years ago
0fee56c
[3.6] bpo-25588: Document autotest in idle_test/README.txt. (GH-4000) (#4001)
by Terry Jan Reedy
· 8 years ago
7060380
bpo-31672: Fix string.Template accidentally matched non-ASCII identifiers (GH-3872)
by INADA Naoki
· 8 years ago
6234e90
[3.6] bpo-25588: Fix regrtest when run inside IDLE (GH-3962) (#3987)
by Miss Islington (bot)
· 8 years ago
c923da1
[3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) (#3973)
by Miss Islington (bot)
· 8 years ago
205dd4e
[3.6] bpo-31567: add or fix decorator markup in docs (GH-3959) (GH-3966)
by Miss Islington (bot)
· 8 years ago
a8ac71d
[3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3945)
by Miss Islington (bot)
· 8 years ago
6f059ab
[3.6] bpo-31642: Restore blocking "from" import by setting None in sys.modules. (GH-3834). (#3923)
by Serhiy Storchaka
· 8 years ago
d13a4e5
[3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922)
by Miss Islington (bot)
· 8 years ago
cae6e47
[3.6] bpo-31655: Validate keyword names in SimpleNamespace constructor. (GH-3909) (#3920)
by Miss Islington (bot)
· 8 years ago
93c0885
bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (GH-3647) (GH-3733)
by Rohit Balasubramanian
· 8 years ago
Next »