Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.4
tag
f40976d661609cba85458040512ac2bbceeb3756
tagger
Ned Deily <nad@python.org>
Tue Dec 19 04:56:11 2017
object
d48ecebad5ac78a1783e09b0d32c211d9754edf4
Python 3.6.4
d48eceb
Update to 3.6.4
by Ned Deily
· 8 years ago
v3.6.4
c7d7f77
Update NEWS for 3.6.4 final
by Ned Deily
· 8 years ago
898a3e4
bpo-32284: Fix documentation of BinaryIO and TextIO (GH-4832) (#4833)
by Miss Islington (bot)
· 8 years ago
638f68c
Allows non-critical upload steps to fail (GH-4742) (#4743)
by Miss Islington (bot)
· 8 years ago
3398dcb
Bump to 3.6.4rc1
by Ned Deily
· 8 years ago
v3.6.4rc1
de4c3f3
Update NEWS and pydoc topics.
by Ned Deily
· 8 years ago
0da2597
Tidy NEWS entry.
by Ned Deily
· 8 years ago
3b55416
Add a missing space in tkinter documentation. (GH-4692) (GH-4722)
by Miss Islington (bot)
· 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
e2ba552
bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717)
by Mariatta
· 8 years ago
0bec5e1
[3.6] bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (GH-4715) (#4716)
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
a72e7bf
[3.6] bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) (#4711)
by Ned Deily
· 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
30a6bc8
bpo-31619: Fixed integer overflow in converting huge strings to int. (GH-3884) (#4690)
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
2ad350a
[3.6] bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) (#4683)
by Miss Islington (bot)
· 8 years ago
9881e4e
Don't hide unexpected errors in PyErr_WarnExplicitObject(). (GH-4585) (#4662)
by Miss Islington (bot)
· 8 years ago
8bcd410
bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)
by Miss Islington (bot)
· 8 years ago
e10c9de
bpo-20891: Fix PyGILState_Ensure() (#4650) (#4655)
by Victor Stinner
· 8 years ago
29cb50b
[3.6] make tags: index also Modules/_ctypes/ (#4648) (#4659)
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
dedcbee
[3.6] bpo-30923, bpo-31279: Fix GCC warnings (#4620)
by Victor Stinner
· 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
5f6d2bb
Use raw strings in the re module examples. (GH-4616) (#4617)
by Miss Islington (bot)
· 8 years ago
cb79c22
bpo-31440: Changed default module search path for windows (#4613)
by Miss Islington (bot)
· 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
8a95753
bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)
by Miss Islington (bot)
· 8 years ago
cceb0f8
bpo-29879: Update typing documentation. (GH-4573) (GH-4574)
by Miss Islington (bot)
· 8 years ago
04af8ac
bpo-32059: setup.py now also searches the sysroot paths (GH-4452) (#4562)
by Miss Islington (bot)
· 8 years ago
6bce8ac
[Doc] Update opcode for var-positional arguments (GH-4446) (#4457)
by Miss Islington (bot)
· 8 years ago
db897b1
Improve Scheduler Objects documentation. (GH-4556) (GH-4557)
by Miss Islington (bot)
· 8 years ago
3e60747
bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) (GH-4554)
by Miss Islington (bot)
· 8 years ago
dde38b9
bpo-32128: Skip test_nntplib.test_article_head_body() (GH-4552) (#4553)
by Miss Islington (bot)
· 8 years ago
05ee121
Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414) (GH-4549)
by Miss Islington (bot)
· 8 years ago
7b909a9
Improve the String tutorial docs (GH-4541) (GH-4545)
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
90abbee
Extending Python Doc minor updates (GH-4518) (GH-4535)
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
a645b23
bpo-30456: Clarify example for duplicates in second argument of isinstance (GH-1699)
by Berker Peksag
· 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
d7ed48c
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (GH-4491) (#4493)
by Miss Islington (bot)
· 8 years ago
32b003a
Add comment and improve variable name in roundrobin() (GH-4486) (#4487)
by Miss Islington (bot)
· 8 years ago
60a376c
bpo-32050: Fix -x option documentation (GH-4475) (#4477)
by Miss Islington (bot)
· 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
80baec5
Remove outdated .pyo reference from msilib docs (GH-4461)
by Miss Islington (bot)
· 8 years ago
2f1ccf5
Document parameters of BaseServer.finish_request() (GH-4445)
by Miss Islington (bot)
· 8 years ago
c696119
bpo-31691: Specify where to find installer build instructions for Windows (#4427)
by native-api
· 8 years ago
0a6158c
bpo-31691: Specify where to find build instructions for the Windows installer (GH-4426) (#4431)
by Miss Islington (bot)
· 8 years ago
6cc476a
Fix typo in atexit documentation. (GH-4419) (GH-4425)
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
42336de
bpo-31948: Fix broken links in msilib docs (GH-4397). (GH-4398)
by Jesse-Bakker
· 8 years ago
14c1fe6
bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4394)
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
58cbae2
bpo-16055: Fixes incorrect error text for int('1', base=1000) (GH-4376) (#4389)
by Miss Islington (bot)
· 8 years ago
18056fb
bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array() (GH-4391) (#4392)
by Miss Islington (bot)
· 8 years ago
6ed9d4e
bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() (GH-4384) (#4385)
by Miss Islington (bot)
· 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
4e09deb
The termios man page is in section 3 (GH-2450)
by Miss Islington (bot)
· 8 years ago
98ad985
Remove redundant 'exc = True' line (GH-4357)
by Miss Islington (bot)
· 8 years ago
7abbddd
bpo-31824: Document default value of 'errors' parameters (GH-4328)
by Miss Islington (bot)
· 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
596286f
[3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4235) (#4352)
by Serhiy Storchaka
· 8 years ago
7264676
Correct the location of a function mentioned in a comment (GH-4327)
by Miss Islington (bot)
· 8 years ago
0c4785b
[3.6] bpo-31934: Abort when building out of a not clean source tree (GH-4255). (#4340)
by xdegaye
· 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
64f1049
bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006)
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
d9c61c2
bpo-31965: fix doc for multiprocessing.connection.Client and Listener (GH-4304) (#4321)
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
ef6f224
Fix a memory leak in _msi.c (GH-4127) (#4309)
by Miss Islington (bot)
· 8 years ago
e65617f
bpo-31950: Improve event loop policy doc (GH-4306) (#4307)
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
a6ffec2
[3.6] bpo-31957: Fixes version detection. (GH-4298) (#4300)
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
Next »