Staging
v0.8.1

sort by:
Revision Author Date Message Commit Date
757aad6 Add a test for pdb until command in coroutine (GH-5427) (#5428) (cherry picked from commit 4f4ef0acbad81f4b05f370e8ff14ddf949773291) 29 January 2018, 14:56:46 UTC
d9c743b bpo-32650: Add an asyncgen pdb test (GH-5406) (#5419) (cherry picked from commit 9ee1bf9ab5af8233ed8ec5c53d12a29dc1bd9c9d) 29 January 2018, 10:41:34 UTC
190de18 Fix minor markup typo (GH-5407) (#5416) (cherry picked from commit 2a3260bb030b0d4620242110c0ee5abc379afa8d) 29 January 2018, 09:24:09 UTC
3cfb84c [3.6] bpo-32650 Add support for async generators and more test for coroutines in pdb (GH-5403). (#5411) (cherry picked from commit c7ab581db216aeeb1c2aa7af2f2198d2b7516383) 29 January 2018, 06:51:07 UTC
543ec00 bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400) (#5402) (cherry picked from commit 46877024423e98d1b872bf308dacacd583327207) 29 January 2018, 05:57:06 UTC
9105879 bpo-32690: Preserve order of locals() (GH-5379) (#5390) (cherry picked from commit a4d00012565d716db6e6abe1b8f33eaaa4de416e) 28 January 2018, 18:13:17 UTC
1d896ed [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389) Ensure that ``truncate()`` preserves the file position (as reported by ``tell()``) after writes longer than the buffer size.. (cherry picked from commit 059f58ce938d9c3f0286412a4efb1b9131339421) 28 January 2018, 17:42:31 UTC
33febfb Fix PyTrace_RETURN documentation (GH-5384) (GH-5386) It will be triggered when propagating an exception. (cherry picked from commit 79db11ce99332d62917be9d03b31494b1ff2f96a) 28 January 2018, 15:33:23 UTC
b3b4b81 bpo-32685: Improve suggestion for print statement (GH-5380) Better account for single-line compound statements and semi-colon separated statements when suggesting Py3 replacements for Py2 print statements. Initial patch by Nitish Chandra. (cherry picked from commit 43c0f1ac5ed8bc9c3bd048d2ce4de4c98a83de99) 28 January 2018, 11:31:48 UTC
854f042 bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5377) (cherry picked from commit 9ed0aee27c249dada410a22fff4325a4a61df36d) 28 January 2018, 08:41:05 UTC
0135dfd Minor grammar fixes to License.rst (GH-1174) (GH-5373) (cherry picked from commit 8312fba0a1ef8f0a1a6c1760c73a89e29cfca09a) 28 January 2018, 05:06:12 UTC
d331515 [3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372) (cherry picked from commit 992ae6444cc745c23d3bcc604983cc8e39405bd2) 28 January 2018, 03:52:52 UTC
4d2dd64 Fix changed file detection on Travis (GH-3129) Travis when merging changes from a pull request onto the target branch does not perform a rebase, instead it does a simple merge which causes the PR commits to retain their commit dates. This means that the commit log can potentially look like: PR merge <-- HEAD normal master commit <- master more commits from normal workflow PR commit 1 another master commit PR commit 2 Performing a git diff from PR commit 2 to master will accidentally include files that should not be there. Closes python/core-workflow#14 (cherry picked from commit b2ec3615c81ca4f3c938245842a45956da8d5acb) 27 January 2018, 22:48:09 UTC
d7274c6 Fix wrong assert in unicodeobject (GH-5340) (cherry picked from commit 7cc95f5069c8983afb8a55928db6956abe2d5afa) 27 January 2018, 17:41:24 UTC
12ae407 [3.6] bpo-32521: nis libnsl (GH-5190) (#5352) * bpo-32521: nis libnsl (#5190) The nismodule is now compatible with new libnsl and headers location Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 29a7df78277447cf6b898dfa0b1b42f8da7abc0c) 27 January 2018, 08:39:16 UTC
8f68cb7 [3.6] bpo-27505: Retrofit module __class__ documentation from 3.7 (GH-5321) The module `__class__` attribute documentation added to 3.7 for PEP 562 (dynamic module attributes) also applies to earlier versions. This backports that subset of the new docs to the 3.6 branch so that it will appear in the main online documentation and in the final 3.6 binary release. Patch by Cheryl Sabella. 27 January 2018, 02:45:24 UTC
995c60d [3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5330) Patch by Bo Bayles. 27 January 2018, 02:18:58 UTC
255dbd2 bpo-32667: Fix tests when $PATH contains a file (GH-5322) (#5323) Some tests failed when the PATH environment variable contained a path to an existing file. Fix tests to ignore also NotADirectoryError, not only FileNotFoundError and PermissionError. (cherry picked from commit b31206a223955d614d7769f95fb979d60f77bf87) 25 January 2018, 21:39:36 UTC
196b8cb bpo-32651 Recommend getpass.getuser() (GH-5301) (#5304) * bpo-32651 - In the documentation for os.getlogin(), recommend getpass.getuser() (cherry picked from commit d499031f5f33c3ef71be7c81ef52eee6b47c42e1) 24 January 2018, 19:09:56 UTC
fd844ef bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056) (#5298) (cherry picked from commit 131fd7f96c619bc7eaea956e45c6337175f4b27f) 24 January 2018, 14:44:53 UTC
d69794f [3.6] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-5254) (#5290) * [3.6] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-5254). (cherry picked from commit 6b273f7f4056f8276f61a97c789d6bb4425e653c) 24 January 2018, 13:27:14 UTC
8e230e1 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5296) glibc is deprecating libcrypt in favor of libxcrypt, however python assumes that crypt.h will always be included. This change makes the header inclusion explicit when libxcrypt is present on the system. (cherry picked from commit e768c86ef442ef89004089a8a34ce5909ffb90f2) 24 January 2018, 10:11:16 UTC
6abbf14 bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (GH-5269) (#5285) It should test both test.replacing and test.mutating instead of test test.replacing twice. (cherry picked from commit 370d04d1dcca50a52d59f40aff4d11434f71df6b) 23 January 2018, 15:47:15 UTC
4002d5d [3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249) The suggested replacement for print statements previously failed to account for leading whitespace and hence could end up including unwanted text in the proposed call to the print builtin. Patch by Sanyam Khurana. (cherry picked from commit d57f26c753dce61f72b52b96db3a3253d9f2fc3e) 20 January 2018, 03:56:31 UTC
051650a Removed unnecesssary bit inversion which doesn't improve dispersion statistics (GH-5235) (#5236) (cherry picked from commit fa7880604191f81cbdddc191216f7b1e39a74d8d) 18 January 2018, 22:27:22 UTC
ccf7f05 [3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228) 18 January 2018, 22:09:49 UTC
f31c70b Fix typo in thread_nt.h code comment (GH-5211) (GH-5226) The comment for PyThread_allocate_lock says "It has too be implemented ...". There was an extra "o" in ".. to be implemented.." (cherry picked from commit 6027802ca7fae118bce6afead51d01a174600d40) 18 January 2018, 00:40:33 UTC
8d1e41d Use assertCountEqual instead of assertEqual. (GH-5223) (#5225) This test doesn't care about order, the underlying filesystem APIs do not guarantee directory listings on subsequent calls will be in the same order. (cherry picked from commit 3941499d6c2a4d09f2ea476f84b9c4ddc4bdefa0) 17 January 2018, 23:51:27 UTC
4e09c0c pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5219) (cherry picked from commit 7d91c0250408e202243c77c1dc9afdb321b6b32f) 17 January 2018, 16:36:04 UTC
c2740e8 Skip test_readline.test_nonascii() on C locale (GH-5203) (#5204) bpo-29240: On FreeBSD, if the LC_CTYPE locale is "C" or "POSIX", writing and reading non-ASCII bytes into/from a TTY works, but readline or ncurses ignores non-ASCII bytes on read. (cherry picked from commit c495e799ed376af91ae2ddf6c4bcc592490fe294) 16 January 2018, 17:27:29 UTC
e7dbd06 bpo-26163: Frozenset hash improvement (GH-5194) (#5198) (cherry picked from commit b44c5169f64178d2ff2914187b315549e7ab0cb6) 16 January 2018, 10:27:15 UTC
b92c159 [3.6] bpo-32555: Fix locale encodings (#5193) On FreeBSD and Solaris, os.strerror() now always decode the byte string from the current locale encoding, rather than using ASCII/surrogateescape in some cases. Changes: * Add _Py_DecodeLocaleEx() and _Py_EncodeLocaleEx() which has an additional current_locale parameter. * PyUnicode_DecodeLocale(), PyUnicode_DecodeLocaleAndSize() and * PyUnicode_EncodeLocale() now always use the current locale * encoding, instead of using Py_DecodeLocale()/Py_EncodeLocale(). * Document encoding in Py_DecodeLocale() and Py_EncodeLocale() documentations. * Add USE_FORCE_ASCII define to not define decode_ascii_surrogateescape() on Android. 15 January 2018, 22:43:24 UTC
5f959c4 [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192) * Add _Py_GetLocaleconvNumeric() function: decode decimal_point and thousands_sep fields of localeconv() from the LC_NUMERIC encoding, rather than decoding from the LC_CTYPE encoding. * Modify locale.localeconv() and "n" formatter of str.format() (for int, float and complex to use _Py_GetLocaleconvNumeric() internally. (cherry picked from commit cb064fc2321ce8673fe365e9ef60445a27657f54) 15 January 2018, 22:23:47 UTC
fb8569e bpo-26330: Update shutil.disk_usage() documentation (GH-5184) (GH-5188) Clarify that on Windows, path must be a directory. On Unix, path can be a file or a directory. (cherry picked from commit ee3b83547c6b0cac1da2cb44aaaea533a1d1bbc8) 15 January 2018, 14:32:11 UTC
bb80645 bpo-15221: Update os.path.is*() documentation (GH-5185) (GH-5186) `os.path.is*()` can return False if the file can't be accessed. The behaviour is documented in details in `os.path.exists()`. Link to `os.path.exists()` from `os.path.is*()`. (cherry picked from commit b3dd18d4035803b50c65a434955966d1b3b1f363) 15 January 2018, 05:44:49 UTC
cf4cd4b Add itertools recipe for directly finding the n-th combination (GH-5161) (#5174) (cherry picked from commit d37258dd2e189141906bd234385096cd8e885d8d) 13 January 2018, 19:21:15 UTC
29b1aff Improve enum.Flag code example (GH-5167) (GH-5171) The code example that demonstrate how to use enum.Flag was missing the import of enum.auto. (cherry picked from commit 0f31c74fcfdec8f9e6157de2c366f2273de81677) 13 January 2018, 04:23:21 UTC
d55d682 [3.6] bpo-32521: nis libtirpc (GH-5137) (#5165) glibc has removed Sun RPC. Use replacement libtirpc headers and library in nis module Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit f3031b8a7ad71d3b6ed05da7f3041d9efbe773cf) 12 January 2018, 15:29:35 UTC
a91662a bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091) (cherry picked from commit ae12f5d4c98f2095c2aadd58981453e955044697) 12 January 2018, 10:47:36 UTC
22b1050 Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157) (GH-5160) In lexical analysis reference documentation, the internal link to the string literal concatenation section was written as`.. _string-catenation:`. Changed that to `.. _string-concatenation:`. (cherry picked from commit 3764bb075a73074f55568fc7c37adde6054eb59a) 12 January 2018, 06:50:45 UTC
9c99fd1 Fix version in AppVeyor config (GH-5125) 07 January 2018, 19:00:33 UTC
94a3fac bpo-31802: Fix importing native path module before importing os. (GH-4017) (#5129) (cherry picked from commit 3460198f6ba40a839f105c381f07179aba1e8c61) 07 January 2018, 16:35:28 UTC
157be7c [3.6] Kill the AppVeyor file whitelist (GH-5122) It's more trouble than it's worth, since AppVeyor only checks the HEAD commit of a PR rather than the full diff against the base branch to decide which files changed. (cherry picked from commit 7f7de371f947dc38e67505601927e9bc58fa268a) 07 January 2018, 03:16:33 UTC
e295739 advance copyright years to 2018 (GH-5094) (#5104) (cherry picked from commit 65f2a6dcc2bc28a8566b74c8e9273f982331ec48) 06 January 2018, 07:12:14 UTC
78e43a5 Fix outdated comment in typeobject.c (GH-5090) The comment was added in 3abca127fe1565ec80f6b0a1ae48d65186ad887d. In d78448e912126410117723c7d240bbdfff06df16, it was changed to use PyArg_ParseTuple instead. (cherry picked from commit 78e24d4415c37e9e9951920bc31e9ee4868d86cb) 04 January 2018, 11:06:47 UTC
a70d5ff bpo-32482: Fix suspicious code in tests for syntax and grammar. (GH-5086) (#5095) (cherry picked from commit 0cc99c8cd70d422e4b345837a907db30e9180ab9) 04 January 2018, 09:32:53 UTC
1e6d852 bpo-32211: Document the existing bug in re.findall() and re.finditer(). (#4695) 04 January 2018, 09:08:24 UTC
f24c185 bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5081) Updates documentation for generator expressions in classes tutorial: Clarify usage of ambiguous term "brackets" by replacing with "square brackets". Updated subsequent lines to respect line breaks. (GH-5079) (cherry picked from commit f190eb59e60e2ae7a7cbd396458389a7a076e0d3) 02 January 2018, 13:36:06 UTC
aea95c2 bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078) (#5083) (cherry picked from commit 7cc42c356b0dc5ad9eaa9392789e84bd4aa1c7de) 02 January 2018, 08:20:12 UTC
439ce8a bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5073) Move other test to more proper place. (cherry picked from commit e8ed96550c6aa9a1e39c36e67e892994e25e2c41) 01 January 2018, 18:51:30 UTC
fe90efd Add missing backslashes in PCbuild bat files (GH-5056) (GH-5057) (cherry picked from commit 6c6d3a46087bacb9c767c8cf2185505348d3796d) 30 December 2017, 23:54:31 UTC
1b2812a remove unused import (GH-5040) (#5042) (cherry picked from commit e325608740bee161ca7fefd09463d63099efa1b8) 29 December 2017, 07:48:10 UTC
85f71aa make PatternCompiler use the packaged grammar if possible (more bpo-24960) (GH-5034) (#5036) (cherry picked from commit e5f7dccefaa8d97ab53b3051acbb4a4d49379dc4) 29 December 2017, 02:12:41 UTC
6eb232c bpo-32440: Update the docs URL to https in help() (GH-5030) (GH-5031) In pydoc.py, the reference to Python' documentation was in http. The link has been updated to use https. (cherry picked from commit e5681b9822c633c77ddfeb94585d58895e0ecff5) 28 December 2017, 15:16:39 UTC
ea98eba [3.6] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (GH-4991). (#5016) (cherry picked from commit 53f9135667226f33e049e327db60fb033afbd77a) 27 December 2017, 19:31:47 UTC
32518b4 bpo-26133: Fix typos (GH-5010) (#5014) * Fix typos * Change warning text * Add test (cherry picked from commit a8f4e15f3d33084862ddd3a7d58cd00034e94f16) 26 December 2017, 10:29:29 UTC
d62b741 bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-4900) (#5007) (cherry picked from commit 1b3029ac8370ac76fa9571aef540e10aed0667ff) 25 December 2017, 07:40:27 UTC
5ff5d11 bpo-26133: Clear signals list on interpreter finalizing (GH-5002) (#5003) (cherry picked from commit 4f146f9ed133b9ad56d4ee7a653396836af34067) 24 December 2017, 12:30:57 UTC
6ba0637 correct wording (GH-4983) (#4984) (cherry picked from commit d11e8e0d11c759cd0f96aebb59de914e4d62b8cd) 23 December 2017, 05:49:35 UTC
c1b8eb8 bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-4977) (#4979) This is more complicated than it should be because we need to preserve the useful mtime-based regeneration feature that lib2to3.pgen2.driver.load_grammar has. We only look for the pickled grammar file with pkgutil.get_data and only if the source file does not exist. (cherry picked from commit 8a5877165e993afb2633cd48da5222326d3f6e0e) 22 December 2017, 20:51:46 UTC
2e1ef00 bpo-20891: Skip test_embed.test_bpo20891() (#4967) (#4969) Skip the test failing randomly because of known race condition. Skip the test to fix macOS buildbots until a decision is made on the proper fix for the race condition. (cherry picked from commit 550ee051d605b909dd75ef686d8e1244a0994394) 21 December 2017, 23:32:27 UTC
3bc68cf bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (GH-4956) (#4962) (cherry picked from commit 4a02543cf97e8cbf9293741379f977b85531e4c2) 21 December 2017, 17:42:32 UTC
fdb148f bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-4867) (#4959) (cherry picked from commit fbd605151fcf2899b14575f4ddb9ce3c55e684ab) 21 December 2017, 12:54:45 UTC
45588c6 Fix trivial typo in pickle.rst (GH-4955) (#4958) (cherry picked from commit a8d25a16452f7ee8dfc350cd028b3ae172d28ada) 21 December 2017, 09:11:06 UTC
020668b correct the typos (GH-4950) (#4951) (cherry picked from commit 83cb778b4a3f856f2243b0f0d36fefb5c44b388f) 21 December 2017, 05:43:11 UTC
4aa84e7 bpo-32306: Clarify c.f.Executor.map() documentation (GH-4947) (#4948) The built-in map() function collects function arguments lazily, but concurrent.futures.Executor.map() does so eagerly. (cherry picked from commit a7a751dd7b08a5bb6cb399c1b2a6ca7b24aba51d) 20 December 2017, 18:19:18 UTC
75d1ca2 Improve the F-strings and format specifier documentation (GH-4931) (GH-4933) Mention that the format-specifier mini language in f-strings is the same one used by str.format. (cherry picked from commit f4e21a2a72f76d75a6cc6f74faf910a5f3108482) 19 December 2017, 21:09:19 UTC
dc5770b bpo-32377: improve __del__ docs and fix mention about resurrection (GH-4927) (#4929) * Fix GH-32377: improve __del__ docs and fix mention about resurrection * Mention that CPython only calls __del__ once. (cherry picked from commit 4b965930e8625f77cb0e821daf5cc40e85b45f84) 19 December 2017, 19:00:13 UTC
86816ec 3.6.4+ 19 December 2017, 07:56:06 UTC
fb301cb Merge tag 'v3.6.4' into 3.6 19 December 2017, 07:46:01 UTC
d48eceb Update to 3.6.4 19 December 2017, 04:53:56 UTC
c7d7f77 Update NEWS for 3.6.4 final 19 December 2017, 04:50:55 UTC
898a3e4 bpo-32284: Fix documentation of BinaryIO and TextIO (GH-4832) (#4833) (cherry picked from commit c3e070f84931c847d1b35e7fb36aa71edd6215f6) 19 December 2017, 04:25:37 UTC
638f68c Allows non-critical upload steps to fail (GH-4742) (#4743) (cherry picked from commit 9ab11b3a029fba36c1a7e869be87fb4f31ebcf24) 19 December 2017, 04:25:18 UTC
5659743 bpo-32365: Fix a reference leak when compile __debug__. (GH-4916) (#4918) It was introduced in bpo-27169. (cherry picked from commit bd6ec4d79e8575df3d08f8a89ba721930032714c) 18 December 2017, 13:11:51 UTC
572636d bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898) (cherry picked from commit e796b2fe26f220107ac50667de6cc86c82b465e3) 16 December 2017, 02:53:08 UTC
dab4cf2 Minor wording tweak for itertools documentation (GH-4893) (#4894) (cherry picked from commit 6693d7af6670f8bda331e0b63bb77fce2e3efe9c) 15 December 2017, 21:28:50 UTC
5a9f379 F-strings docs: link to Format Specifiers (GH-4888) (GH-4889) Link to the Format Specification Mini Language section from f-strings' documentation. (cherry picked from commit d924fa523df766dbf2f8b6a28ae502eb3433bfe5) 15 December 2017, 18:11:17 UTC
7d1fbec bpo-32294: Fix multiprocessing test_semaphore_tracker() (GH-4885) (#4887) Run the child process with -E option to ignore the PYTHONWARNINGS environment variable. (cherry picked from commit 9402c8367bf6ada1b84f620ad957750c33adbaf9) 15 December 2017, 16:26:46 UTC
da2b798 compile.c: Remove unused varible (#4886) Fix a compiler warning. 15 December 2017, 15:29:48 UTC
77bf6da bpo-28393: Update encoding lookup docs wrt bpo-27938 (GH-4871) (#4881) (cherry picked from commit 297fd876aad8ef443d8992618de22c46dbda258b) 15 December 2017, 14:23:24 UTC
b580f4f [3.6] bpo-30416: Protect the optimizer during constant folding. (#4865) It no longer spends much time doing complex calculations and no longer consumes much memory for creating large constants that will be dropped later. This fixes also bpo-21074. 15 December 2017, 12:12:14 UTC
b82da9e [3.6] bpo-27169: The __debug__ constant is now optimized out at compile time. (GH-4880) (#4882) This fixes also bpo-22091.. (cherry picked from commit 3325a6780c81f1ea51190370b5454879c4862a37) 15 December 2017, 11:26:26 UTC
22097aa bpo-32329: Fix sys.flags.hash_randomization (#4875) sys.flags.hash_randomization is now properly set to 0 when hash randomization is turned off by PYTHONHASHSEED=0. 15 December 2017, 00:39:48 UTC
d1cb106 bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-4797) (#4869) (cherry picked from commit 233ef249cc5c18d796fb581747179c5e062b4083) 14 December 2017, 17:30:45 UTC
4f37105 pythoninfo: sync with master (#4844) 14 December 2017, 14:41:06 UTC
28453fe [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) * [3.6] bpo-32297: Few misspellings found in Python source code comments. (GH-4803) * Fix multiple typos in code comments * Add spacing in comments (test_logging.py, test_math.py) * Fix spaces at the beginning of comments in test_logging.py. (cherry picked from commit 53f7a7c2814fbfd8a29200926601a32fa48bacb3) 14 December 2017, 14:19:51 UTC
645fa19 bpo-32302: Fix distutils bdist_wininst for CRT v142 (GH-4851) (#4861) CRT v142 is binary compatible with CRT v140. (cherry picked from commit 9e7c136ad8bc8e8eec50c2a8ae5ff02752f695a2) 14 December 2017, 11:00:50 UTC
1d2a387 bpo-32316: Travis CI: use PYTHON_FOR_REGEN=python3 (#4853) "make regen-all" requires a working python3.6 or python3. Without "python: 3.6", Travis CI provides a "python3.6" script which ony write an error. Use "python3" instead. 13 December 2017, 23:51:45 UTC
4a97809 trivial: link updates in documentation (GH-2765) (#4835) (cherry picked from commit 4f29f3c84b74de8c208980a14bc56bffa6363121) 13 December 2017, 12:45:19 UTC
b6263ca [3.6] Test atexit shutdown mechanism in a subprocess (GH-4828) (#4829) * Test atexit shutdown mechanism in a subprocess. (cherry picked from commit fc5db95e0063eafa2bfb7f487fcaad5a7c4b65a1) 13 December 2017, 10:53:59 UTC
b0358e8 bpo-32284: Fix documentation of BinaryIO and TextIO (GH-4832) (#4833) (cherry picked from commit c3e070f84931c847d1b35e7fb36aa71edd6215f6) 13 December 2017, 08:59:01 UTC
f4b814f Fix improper use of re.escape() in tests. (GH-4814) (#4816) (cherry picked from commit b748e3b2586e44bfc7011b601bce9cc6d16d89f1) 12 December 2017, 18:29:05 UTC
eb2f222 Fix implementation dependent assertion in test_plistlib. (GH-4813) (#4815) It is failed with an advanced optimizer. (cherry picked from commit 0e069a1597ce6791a5f0da8329da2c446766c80e) 12 December 2017, 17:53:02 UTC
78cd00b bpo-31942: Document optional support of start and stop attributes in Sequence.index method (GH-4277) (#4811) (cherry picked from commit 5ce0a2a100909104836f53a2c8823006ec46f8ad) 12 December 2017, 10:58:26 UTC
ce5a3cd bpo-32255: Always quote a single empty field when write into a CSV file. (GH-4769) (#4810) This allows to distinguish an empty row from a row consisting of a single empty field. (cherry picked from commit 2001900b0c02a397d8cf1d776a7cc7fcb2a463e3) 12 December 2017, 10:56:40 UTC
82adaf5 Fix idlelib comment typos reported by Mike on pull request 4803. (GH-4807) (#4809) (cherry picked from commit e570211406f9bfbe16eff8d10e614d90497e08df) 12 December 2017, 04:29:34 UTC
0aa2a1d bpo-22671: Clarify and test default read method implementations (GH-4568) (#4796) Original patch written by Martin Panter, enhanced by Sanyam Khurana. (cherry picked from commit 1b74f9b77a6fa1d7828986cb79d5b10942ff9141) 11 December 2017, 14:27:25 UTC
71d8f36 bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795) Fix faulthandler_suppress_crash_report() used to prevent core dump files when testing crashes. getrlimit() returns zero on success. (cherry picked from commit 48d4dd974f0c8d47c54990eedd322b96b19c60ec) 11 December 2017, 13:17:06 UTC
f446b24 Removed doubled 'bpo-'. (GH-4777) (#4780) (cherry picked from commit f658641a05651e0eb717bb40e2c85dca3470369d) 10 December 2017, 10:38:38 UTC
back to top