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

sort by:
Revision Author Date Message Commit Date
0e0fe4f Closes #27205: Merge with 3.5 09 August 2016, 22:38:44 UTC
2b52c0a Issue #27205: Fix doctests in Doc/library/collections.rst. Initial patch by Jelle Zijlstra. 09 August 2016, 22:38:22 UTC
8ec8749 Closes #27722: Merge with 3.5 09 August 2016, 22:10:53 UTC
7a26da5 Issue #27722: Fix default for touch method's 'mode' argument 09 August 2016, 22:10:39 UTC
f03f7c7 Closes #27204: Merge with 3.5 09 August 2016, 22:05:23 UTC
378a1d7 Issue #27204: Fix doctests in Doc/howto Patch by Jelle Zijlstra. 09 August 2016, 21:47:04 UTC
1aa913e Merge with 3.5 09 August 2016, 21:21:17 UTC
2f47fb0 Correct signatures for a couple of logging handlers Reported by Oleg Gromyak on docs@ 09 August 2016, 21:20:41 UTC
3f2de47 Closes #21999: (Empty) merge from 3.5. 09 August 2016, 14:07:06 UTC
085e806 Closes #21999: Handled empty strings correctly when in POSIX mode. 09 August 2016, 14:04:49 UTC
9a2be91 Issue27181 add geometric mean. 09 August 2016, 03:58:10 UTC
e7fef52 Tighten up test of harmonic mean on a single value. 09 August 2016, 03:19:48 UTC
3e8616a Automated merge with ssh://hg.python.org/cpython 09 August 2016, 02:49:20 UTC
a474afd Add harmonic mean and tests. 09 August 2016, 02:49:01 UTC
2b0bb0d Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6) 08 August 2016, 21:43:46 UTC
47649ab Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. 08 August 2016, 21:05:40 UTC
f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. 08 August 2016, 16:41:21 UTC
95e0df8 Issue #27702: Only expose SOCK_RAW when defined SOCK_RAW is marked as optional in the POSIX specification: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html Patch by Ed Schouten. 08 August 2016, 11:07:05 UTC
e1d22fd Expose EPOLLRDHUP conditionally 08 August 2016, 10:39:43 UTC
1107f09 Merge from 3.5 08 August 2016, 10:35:27 UTC
08d85ee Fix use of default reST role 08 August 2016, 10:34:49 UTC
f4c69ab Issue #23322: Merge from 3.5 08 August 2016, 10:07:35 UTC
7d1c5ef Issue #23322: Remove outdated reference to an example in parser docs Initial patch by Sahil Chelaramani. 08 August 2016, 10:07:08 UTC
08eef3f Re-linewrap comments 08 August 2016, 03:20:33 UTC
2b1c45e Merge 3.5 08 August 2016, 00:11:06 UTC
4365b83 Use asyncio.gather instead of asyncio.wait in example. gather will raise exception in case of problem but wait just returns done and pending lists of futures. For getting error every future result should be retrieved, which is boring and error prone. 08 August 2016, 00:10:39 UTC
50abe87 Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() the ability to specify a thread name prefix. 07 August 2016, 17:19:20 UTC
d0d24fd Issue #26750: unittest.mock.create_autospec() now works properly for subclasses of property() and other data descriptors. Removes the never publicly used, never documented unittest.mock.DescriptorTypes tuple. 07 August 2016, 16:06:27 UTC
9854789 Issue #26750: unittest.mock.create_autospec() now works properly for subclasses of property() and other data descriptors. 07 August 2016, 15:52:26 UTC
3cc3832 Better docs for typing.Any by Michael Lee. Fixes issue #27688. (Merge 3.5->3.6) 06 August 2016, 20:48:10 UTC
abfe28b Better docs for typing.Any by Michael Lee. Fixes issue #27688. 06 August 2016, 20:46:48 UTC
febc332 Issue #26754: Undocumented support of general bytes-like objects as path in compile() and similar functions is now deprecated. 06 August 2016, 20:29:29 UTC
d73c318 Issue #26800: Undocumented support of general bytes-like objects as paths in os functions is now deprecated. 06 August 2016, 20:22:08 UTC
43b586b Silence warnings from 'make suspicious' to make the docs buildbot happy 06 August 2016, 10:37:22 UTC
fd0f84b Closes #22829: Added --prompt option to venv. 06 August 2016, 09:43:44 UTC
c075201 Closes #27650: Implemented repr methods for logging objects. 06 August 2016, 09:28:31 UTC
933c66a Issue #18548: Merge from 3.5 06 August 2016, 00:00:30 UTC
ab75e02 Issue #18548: Fix unittest.TestSuite() example Initial patch by py.user. 06 August 2016, 00:00:03 UTC
73fc586 Add AutoEnum: automatically provides next value if missing. Issue 26988. 05 August 2016, 23:03:16 UTC
20bd9f0 Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel Barry. Closes issue 27242. 05 August 2016, 22:10:16 UTC
a9391a4 Closes #20160: Merged fix from 3.5. 05 August 2016, 20:44:52 UTC
0b58886 Issue #20160: Merged fix from 3.4. 05 August 2016, 20:44:15 UTC
a0b2568 Issue #20160: Merged fix from 3.3. 05 August 2016, 20:43:25 UTC
6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. 05 August 2016, 20:24:27 UTC
b6337a1 Add typing.Generator docs, by Michael Lee. (Merge 3.5->3.6) 05 August 2016, 19:57:38 UTC
b858af6 Add typing.Generator docs, by Michael Lee. 05 August 2016, 19:56:09 UTC
02b75ab Merge spelling and grammar fixes from 3.5 05 August 2016, 01:51:39 UTC
a31ddb3 Merge with 3.5 04 August 2016, 17:14:51 UTC
72e483a Fix half-finished sentence. Reported by Linda Pescatore on docs@. 04 August 2016, 17:13:47 UTC
6090194 Merge from 3.5 04 August 2016, 14:26:00 UTC
85b6090 Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs 04 August 2016, 14:25:40 UTC
8576ca1 Merge from 3.5 04 August 2016, 14:22:05 UTC
6bbc839 Indent ipaddress.ip_address() example correctly 04 August 2016, 14:21:46 UTC
69332c1 Fix spelling and grammar in documentation and code comments 04 August 2016, 13:07:31 UTC
5a44fa1 merge 3.5 (#27670) 04 August 2016, 05:02:42 UTC
c2fcbf4 https link to the bug tracker (closes #27670) 04 August 2016, 05:01:32 UTC
70214ad Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict The conflict occurs with Min GW, which already defines REPARSE_DATA_BUFFER. Also, Min GW uses a lowercase <windows.h> filename. 04 August 2016, 02:38:59 UTC
0c859f3 Issue #27641: Merge cross-compiling improvement from 3.5 04 August 2016, 01:53:40 UTC
0de01c4 Issue #24278: Merge argument parsing docs from 3.5 04 August 2016, 01:51:32 UTC
2af36ac Merge 3.5 03 August 2016, 22:49:46 UTC
ef330d3 Merge 3.4 03 August 2016, 22:49:19 UTC
c6c2217 Merge 3.3 03 August 2016, 22:48:17 UTC
fb79290 Switch upload.pypi.io to upload.pypi.org 03 August 2016, 22:43:38 UTC
6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed 03 August 2016, 14:35:05 UTC
9f4712a Issue #23710: Merge from 3.5 03 August 2016, 09:59:16 UTC
bed6891 Issue #23710: Update PyObject_HEAD documentation Since PEP 3123, PyObject_HEAD only has one field named ob_base. Users now need to use the Py_TYPE macro instead of self->ob_type. Initial patch by Ammar Askar. 03 August 2016, 09:58:49 UTC
0d60c56 Merge 3.5. 03 August 2016, 09:18:54 UTC
9de620e Issue #20767: Fix -R option for FreeBSD/clang. 03 August 2016, 09:18:26 UTC
91494d3 Issue #26576: Merge from 3.5 03 August 2016, 07:17:51 UTC
6cafece Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) Patch by Chris Angelico. 03 August 2016, 07:17:21 UTC
43746c3 Closes #27661: Added tzinfo keyword argument to datetime.combine. 02 August 2016, 21:49:30 UTC
711120d Merge 3.5. 02 August 2016, 20:30:57 UTC
e12a68b Issue #27241: Catch exception when running pstats as main. 02 August 2016, 20:30:24 UTC
133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. 02 August 2016, 19:51:21 UTC
cde03fa [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:51:13 UTC
7bfbd1d merge heads 31 July 2016, 06:48:19 UTC
17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:39:06 UTC
436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:34:34 UTC
4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin. 31 July 2016, 06:24:16 UTC
bf5868d merge 3.5 (#27656) 31 July 2016, 06:22:24 UTC
dbaa559 all SCHED_ constants are optional (closes #27656) 31 July 2016, 06:21:50 UTC
607e1c4 Issue 27366: PEP 487 docs updates - Porting note for type keyword arg handling - __init_subclass__ note regarding metaclass hint 31 July 2016, 02:42:49 UTC
07e2a0a Issue 24773: Use the standard Asia/Tehran name in the Iran test. 30 July 2016, 15:41:02 UTC
a787e5f Issue #27652: Expose ESHUTDOWN conditionally ESHUTDOWN is also exposed conditionally in Modules/errnomodule.c. Patch by Ed Schouten. 30 July 2016, 11:14:12 UTC
01d1719 Issue #27366: Tweak PEP 487 documentation * Added versionadded directives * Deleted duplicate sentence from __init_subclass__ docstring * Modernized tests 30 July 2016, 11:06:15 UTC
6074f21 (merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS. Patch by Chi Hsuan Yen. 30 July 2016, 09:36:32 UTC
3a32bdf Issue #27453: CPP invocation in configure must use CPPFLAGS. Patch by Chi Hsuan Yen. 30 July 2016, 09:28:35 UTC
d78448e Issue #27366: Implement PEP 487 - __init_subclass__ called when new subclasses defined - __set_name__ called when descriptors are part of a class definition 30 July 2016, 06:26:03 UTC
f6daa69 Merge from 3.5 30 July 2016, 00:48:12 UTC
fa95068 Silence another "default role used" warning in typing.rst This should make ware-docs green again. 30 July 2016, 00:47:52 UTC
23aa24b Fix "default role used" warning in shlex.rst 30 July 2016, 00:40:38 UTC
a9333b1 Fix whitespace. 29 July 2016, 22:41:35 UTC
c301cbf Fix whitespace. 29 July 2016, 22:41:17 UTC
e608709 Expand documentation about type aliases and NewType in the typing module (merge 3.5 -> 3.6). By Michael Lee. 29 July 2016, 22:39:36 UTC
342e800 Expand documentation about type aliases and NewType in the typing module. By Michael Lee. 29 July 2016, 22:38:14 UTC
c1f974c Closes #1521950: Made shlex parsing more shell-like. 29 July 2016, 21:35:03 UTC
43a94a7 Issue #27641: Comment out regeneration rules when cross compiling 29 July 2016, 05:52:32 UTC
d2f8747 Issue #17596: MINGW: add wincrypt.h in Python/random.c Based on patch by Roumen Petrov. 29 July 2016, 04:00:44 UTC
6a09315 Issue #26462: Merge code block fixes from 3.5 29 July 2016, 01:49:37 UTC
10ea19f Merge with 3.5 29 July 2016, 00:01:09 UTC
back to top