Staging
v0.8.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
1c697a5 Issue #20100: Clarify that passing flags to epoll() has no effect 11 September 2016, 12:45:32 UTC
3d639b2 Closed #26533: expanded on behaviour of logging.config.listen(). 11 September 2016, 12:15:06 UTC
8d82559 Fixes #25671: Updated prompt handling in activate.fish. 11 September 2016, 11:52:08 UTC
b766538 Issue #27952: Get fixcid.py working with the re module 11 September 2016, 09:32:26 UTC
53ba2d1 Issue #27991: Remove incorrect sentence about store_true Patch by py.user. 11 September 2016, 10:02:27 UTC
3a95f45 Remove the debug print that i accidentally left in. 11 September 2016, 03:39:36 UTC
56ff5f7 Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version) 11 September 2016, 02:03:22 UTC
1816dfe Issue #28073: Improve wording around None. Michael Lee. 11 September 2016, 01:49:14 UTC
cc66a65 Backported tests for issue #28070. 10 September 2016, 22:39:51 UTC
d92cecb IDLE newx items. 10 September 2016, 20:24:54 UTC
109bc3a Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files 10 September 2016, 19:19:42 UTC
36820dd Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0. 10 September 2016, 19:17:36 UTC
f028d9f Issue #27932: Backs out change 10 September 2016, 18:52:18 UTC
99e843b Correct spelling in documentation and code comment 10 September 2016, 10:38:28 UTC
c7a070e regrtest: accept options after test names 10 September 2016, 08:27:28 UTC
8ddcf3a Issue #28019: itertools.count() no longer rounds non-integer step in range between 1.0 and 2.0 to 1. 10 September 2016, 06:49:24 UTC
e617521 Use raw string for regexp 10 September 2016, 04:39:10 UTC
528db31 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) 10 September 2016, 01:38:20 UTC
f2bdb6b Issue #27705: Update message in validate_ucrtbase.py 10 September 2016, 01:21:15 UTC
2832574 Issue #25969: Update the lib2to3 grammar to handle the unpacking generalizations added in 3.5. 10 September 2016, 01:18:52 UTC
dbdf029 remove fix_callable - callable() was readded many releases ago. 10 September 2016, 01:14:33 UTC
6a294a5 Issue #27932: Fixes memory leak in platform.win32_ver() 10 September 2016, 01:01:25 UTC
8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) 10 September 2016, 00:27:33 UTC
347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. This is required by RFC 1542, so despite the subtle behavior change we are treating it as a bug. Patch by Michael Lazar. 10 September 2016, 00:04:23 UTC
ae9e5f0 Issue #22450: Use "Accept: */*" in the default headers for urllib.request 09 September 2016, 23:43:48 UTC
c87ae80 Issue #25144: Ensures TargetDir is set before continuing with custom install. 09 September 2016, 23:37:53 UTC
87dc4d6 Issue 14976: Note that the queue module is not designed to protect against reentrancy 09 September 2016, 22:57:13 UTC
7b3b3dc Merge asyncio upstream. 09 September 2016, 21:26:31 UTC
9b32bda Issue #19489: Add NEWS and ACKS 09 September 2016, 20:14:42 UTC
a3090a4 Issue #19489: Move the search box from sidebar to header and footer. 09 September 2016, 20:11:27 UTC
1140a03 Rename Future._blocking to _asyncio_future_blocking. This is now an official "protected" API that can be used to write classes that are duck-type-compatible with Future without subclassing it. (For that purpose I also changed isinstance(result, Future) to check for this attribute instead.) Hopefully Amber Brown can use this to make Twisted.Deferred compatible with asyncio.Future. Tests and docs are TBD. 09 September 2016, 19:54:54 UTC
c1db513 repair errors in (set|get)_task_factory note (#28051) 09 September 2016, 19:46:42 UTC
cb3f2c8 Add a note about queue not being safe for use from signal handlers. issue14976. 09 September 2016, 19:30:34 UTC
255295f Fix make buildbottest to not re-trigger a profile-opt build. issue28035. 09 September 2016, 19:22:49 UTC
6ceda63 Issue #24594: Validates persist parameter when opening MSI database 09 September 2016, 18:56:34 UTC
94a7927 #28047: Fix calculation of base64 line length. This is buggy in the old email code as well, but it doesn't affect anything there because only the default line length is ever used there. 09 September 2016, 19:00:09 UTC
de02b08 Closes #22731: Documents change of console mode. 09 September 2016, 18:46:37 UTC
2fadfc0 Issue #26619: Improves error message when installing on out-of-date Windows Server 09 September 2016, 18:41:28 UTC
41519b2 Issue #26513: Fixes platform module detection of Windows Server 09 September 2016, 16:46:56 UTC
6bde454 Merge 3.4 09 September 2016, 16:14:43 UTC
16d7d59 Upgrade setuptools to 27.1.2 09 September 2016, 16:08:53 UTC
621333d Merge 3.4 09 September 2016, 15:35:43 UTC
d25d9dc Upgrade setuptools to 27.1.1 09 September 2016, 15:35:02 UTC
eaab1ca #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. 09 September 2016, 02:21:27 UTC
14c7f71 issue28032: never imply --with-lto as part of --with-optimizations. Too many build tool chains do not properly support it, including building and linking an executable fine that simply segfaults when you try to run it (such as debian jessie 8.5's gcc 4.9). On others where it does appear to build (ubuntu 16.04's gcc 5.4) there are still test_distutils and test_gdb failures to deal with. We're not going to spend time attempting to maintain a complicated white list of what does and doesn't work in our configure.ac file. 08 September 2016, 22:38:46 UTC
262b679 Issue #26020: Fix evaluation order for set literals 08 September 2016, 21:40:36 UTC
5dc504c Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. 08 September 2016, 21:28:01 UTC
37156a7 Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions 08 September 2016, 19:40:36 UTC
014d52f document --with-optimizations in the README for issue26359. 08 September 2016, 18:33:00 UTC
2b2a9be Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() Patch by Claude Paroz. 08 September 2016, 16:40:30 UTC
82733fa Issue11551 - Increase the test coverage of _dummy_thread module to 100%. Initial patch contributed by Denver Coneybeare. 08 September 2016, 09:46:22 UTC
bfac23a Move my news entries to the build section. 08 September 2016, 07:14:01 UTC
9719161 Fix indentation (reindent.py). 08 September 2016, 00:48:07 UTC
dd1c638 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file between runs given the same Grammar.txt input regardless of the hash randomization setting. 08 September 2016, 00:40:07 UTC
d61910c Fixes #27930: improved QueueListener behaviour. 08 September 2016, 00:13:39 UTC
0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments 07 September 2016, 11:04:41 UTC
0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 07 September 2016, 12:03:06 UTC
be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers 07 September 2016, 11:04:41 UTC
799520c Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - required for PGO linking - to be a configure time error rather than make time when --with-optimizations is enabled. Also improve our ability to find the llvm-profdata tool on MacOS and some Linuxes. 07 September 2016, 23:10:00 UTC
dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. Original patch by Martin Panter, new policy fixes by me. 07 September 2016, 21:44:34 UTC
6b46ec7 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. 07 September 2016, 18:01:23 UTC
c2e2473 27988: Make sure iter_attachments does not mutate the payload list. 07 September 2016, 17:39:36 UTC
48c8830 capture stderr to silence output during test_coroutines (closes #27968) 07 September 2016, 16:00:48 UTC
b88db87 supress coroutine warning when an exception is pending (#27968) 07 September 2016, 15:46:59 UTC
32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". 07 September 2016, 07:52:20 UTC
e848cd7 Issue #27905: Docs for typing.Type[C], by Michael Lee. 07 September 2016, 04:12:44 UTC
33d2a49 promote some shifts to unsigned, so as not to invoke undefined behavior 07 September 2016, 03:40:04 UTC
4a75760 do not memcpy from NULL 07 September 2016, 02:03:40 UTC
a1bc246 Use shorter version of Connection.isolation_level in sqlite3.rst 07 September 2016, 01:02:41 UTC
5a7d923 make sure to not call memcpy with a NULL second argument 07 September 2016, 00:58:25 UTC
8c94f97 Issue #26359: Add the --with-optimizations flag. 07 September 2016, 00:15:21 UTC
653c850 Fixes issue26307: The profile-opt build now applys PGO to the built-in modules. 06 September 2016, 23:56:54 UTC
4bf580d Issue #21250: Add tests for SQLite's ON CONFLICT clause Initial patch by Alex LordThorsen. 06 September 2016, 23:04:34 UTC
01c340d do not leak addrinfo in configure test 06 September 2016, 22:54:24 UTC
1c03abd Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. 06 September 2016, 21:25:35 UTC
03d13c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. 06 September 2016, 18:06:47 UTC
cbef66d suppress stderr output when checking gdb (closes #27969) 06 September 2016, 17:06:31 UTC
c5c83d6 Issue #27960: Merge with 3.4 06 September 2016, 02:26:19 UTC
1f5fd64 Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885. 06 September 2016, 02:24:01 UTC
1bb0c0b explicitly cast away constness to silence compiler warning 06 September 2016, 01:26:19 UTC
5130a4d Backed out changeset 8b6be1341770 06 September 2016, 00:22:09 UTC
4672060 Update pkgutil docs to reference appropriate finder and loader object documentation. Initial patch contributed by Jaysinh shukla. 06 September 2016, 00:11:51 UTC
6d99980 remove long double from ctypes value union It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment. 05 September 2016, 23:24:52 UTC
281e5f8 Issue #26470: Use short name rather than name for compression name to fix #27958. 05 September 2016, 23:10:39 UTC
f4a7381 Issue #27748: Backed out changeset f845e24d794e Apparently the test succeeds on XP. 05 September 2016, 23:08:27 UTC
768f3b4 do not pretend to support passing a fd to access() 05 September 2016, 22:29:33 UTC
9ed756b Issue #27748: strengthen test_alias_nofallback This test should always raise RuntimeError. 05 September 2016, 22:19:35 UTC
598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. 05 September 2016, 21:19:05 UTC
b3b7a5a Issue #27748: Simplify test_winsound. The tests no longer attempt to figure out if a soundcard or particular system sounds are available. Instead, it just tries everything and accepts RuntimeError as a flavor of success. 05 September 2016, 21:06:56 UTC
f7e2ea2 remove ungrammarical apostrophe (closes #27957) 05 September 2016, 21:02:59 UTC
f5b7c7b Improve recipe by showing results of intermediate steps 05 September 2016, 20:15:02 UTC
8c9d99f Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible 05 September 2016, 17:54:08 UTC
bdddb11 clear out f_gen during generator finalization (closes #27812) Patch from Armin Rigo. 05 September 2016, 17:39:57 UTC
80109d3 merge heads 05 September 2016, 17:17:22 UTC
2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) Patch from Armin Rigo. 05 September 2016, 17:14:54 UTC
63cf72d Minor improvements to the vcs ignore files 05 September 2016, 17:12:03 UTC
fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. Also, don't run it if 'gui' is not requested. Patch by Xiang Zhang. 05 September 2016, 04:01:34 UTC
871a334 Issue 27936: Update doc for round() to indicate that None is an allowable argument. 04 September 2016, 18:28:56 UTC
16eb827 Improve docs for random.seed() 04 September 2016, 18:17:28 UTC
ab7b0a0 Fixes #27937: optimise code used in all logging calls. 03 September 2016, 15:50:09 UTC
back to top