https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
b87d600 Version bump for 3.6.0a4 15 August 2016, 20:21:29 UTC
46b0a32 Update pydoc topics for 3.6.0a4 15 August 2016, 20:12:59 UTC
eb3be66 Issue #27736: Prevent segfault after interpreter re-initialization due to ref count problem introduced in code for Issue #27038 in 3.6.0a3. Patch by Xiang Zhang. 15 August 2016, 18:40:38 UTC
652bad4 Issue #23968: Make OS X installer build script aware of renamed platform directory and sysconfigdata file name. This is a workaround for 3.6.0a4 pending resolution of other #23968 items. 15 August 2016, 18:37:14 UTC
0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. Patch by Lisa Roach. See also PEP 628. 15 August 2016, 16:12:52 UTC
6349612 Issue #10910: merge from 3.5 15 August 2016, 07:23:23 UTC
3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. The original problem has been fixed in newer versions of FreeBSD. Patch by Dimitry Andric of the FreeBSD project. 15 August 2016, 07:08:18 UTC
7659aab Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. Patch by Ronald Oussoren. 15 August 2016, 07:07:26 UTC
15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by Xiang Zhang. 15 August 2016, 07:06:16 UTC
eb24988 Issue #27704: Optimized creating bytes and bytearray from byte-like objects and iterables. Speed up to 3 times for short objects. Original patch by Naoki Inada. 15 August 2016, 06:46:07 UTC
d003423 Issue #26823: Abbreviate recursive tracebacks Large sections of repeated lines in tracebacks are now abbreviated as "[Previous line repeated {count} more times]" by both the traceback module and the builtin traceback rendering. Patch by Emanuel Barry. 15 August 2016, 03:11:34 UTC
d61a2e7 Update Misc/NEWS. 15 August 2016, 01:21:08 UTC
704813f merge 3.5 14 August 2016, 20:10:31 UTC
80a3ba9 merge 3.4 14 August 2016, 20:10:17 UTC
5e4aafa Update setuptools/pip to 25.2.0/8.1.2 14 August 2016, 20:09:56 UTC
dd51d16 Issue27573 code.interact prints a message when exiting. 14 August 2016, 18:14:33 UTC
a0d3eef Add versionadded tag to docs for timeit.autorange 14 August 2016, 16:47:49 UTC
09f4f71 Issue6422 add autorange method to timeit.Timer 14 August 2016, 15:27:03 UTC
9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions implemented with using Argument Clinic. 14 August 2016, 07:52:18 UTC
b6f78c2 merge 3.5 (closes #27760) 14 August 2016, 01:37:20 UTC
91060f2 merge 3.4 (closes #27760) 14 August 2016, 01:37:12 UTC
5295532 merge 3.3 (closes #27760) 14 August 2016, 01:36:55 UTC
4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) Reported by Thomas E. Hybel 14 August 2016, 01:33:33 UTC
c0654d4 merge 3.5 14 August 2016, 01:21:32 UTC
f17a8e9 merge 3.4 14 August 2016, 01:21:16 UTC
40a77c3 do not allow reading negative values with getstr() 14 August 2016, 01:15:28 UTC
7bc4430 merge 3.5 (closes #27758) 14 August 2016, 00:22:18 UTC
9745ee0 merge 3.4 (closes #27758) 14 August 2016, 00:21:54 UTC
59b6abd merge 3.3 (#27758) 14 August 2016, 00:21:22 UTC
6e01d90 check for overflow in join_append_data (closes #27758) Reported by Thomas E. Hybel 14 August 2016, 00:17:06 UTC
c00189e Merge: #27753: fix typo (name->named). 13 August 2016, 18:47:54 UTC
689016f #27753: fix typo (name->named). 13 August 2016, 18:47:18 UTC
5dd2b86 merge 13 August 2016, 18:15:59 UTC
f6ffa98 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. (Based on a first draft patch from Evelyn Mitchell.) 13 August 2016, 18:15:34 UTC
0b9e641 Issue #24637: Merge from 3.5 13 August 2016, 02:38:18 UTC
bd66435 Issue #24637: Document that locals can be any mapping object This behavior is already tested in test_general_eval in Lib/test/test_builtin.py Patch by Matthew Keeter. 13 August 2016, 02:37:49 UTC
10c2dd2 Issue #24773: Skip system tests for transitions in year 2037 and later. 12 August 2016, 23:08:15 UTC
3f63483 Merge for issue #27712 12 August 2016, 17:57:17 UTC
6336fb2 Issue #27712: Fix some typos in the import docs. Thanks to Xiang Zhang for the patch. 12 August 2016, 17:56:48 UTC
4a2360d Issue #25805: Skip a test for test_pkgutil when __name__ == __main__. Thanks to SilentGhost for the patch. 12 August 2016, 17:53:53 UTC
87fe473 merge 12 August 2016, 16:44:18 UTC
7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 12 August 2016, 16:43:59 UTC
c57e4d1 Issue #25825: Merge AIX fix from 3.5 12 August 2016, 13:26:01 UTC
5401e87 Issue #25825: Fix references to Modules/python.exp These were incorrectly changed in revision 88a532a31eb3. 12 August 2016, 13:21:05 UTC
98cf1e7 Issue #27745: Merge typo fixes from 3.5 12 August 2016, 12:05:48 UTC
51ad4cf Issue #26741: Merge ResourceWarning fixes from 3.5 12 August 2016, 12:04:27 UTC
b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax 12 August 2016, 12:02:03 UTC
3cf0b25 Issue #26741: Clean up subprocess.Popen object in test_poll 12 August 2016, 11:59:52 UTC
b63c560 Close HTTP connections and responses in tests to avoid ResourceWarnings 12 August 2016, 11:59:52 UTC
1b8f26c Issue #24773: Fix and speed-up ZoneInfoCompleteTest. * Read the zone.tab file for the list of zones to exclude the aliases. * Skip Casablanca and El_Aaiun October 2037 transitions. 11 August 2016, 15:01:45 UTC
3ff55a8 Issue #27732: Silence test_idle with dummy bell functions. 11 August 2016, 03:44:54 UTC
40f70d1 null merge from3.5 10 August 2016, 20:54:31 UTC
2084350 Issue #27714: text_textview now passes when re-run in the same process because test_idle failed while running with test -w (and no -jn). 10 August 2016, 20:52:24 UTC
3f3dc89 Issue #27714: text_textview now passes when re-run in the same process because test_idle failed while running with test -w (and no -jn). Prevent a non-fatal warning from test_config_key. 10 August 2016, 19:15:25 UTC
40a46ad Issue #27380: For test_query on Mac, adjust one expected result. 10 August 2016, 17:16:26 UTC
65db854 Issue #27621: Put query response validation error messages in query box instead of in separate massagebox. Redo tests to match. Add Mac OSX refinements. Original patch by Mark Roseman. 10 August 2016, 16:50:16 UTC
83545f1 Merge ISO-8859 fixes from 3.5 10 August 2016, 07:00:33 UTC
306c3dd Issue #27200: Merge with 3.5 10 August 2016, 06:05:56 UTC
4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst 10 August 2016, 06:05:19 UTC
11328fc Closes #27210: Merge with 3.5 10 August 2016, 06:01:05 UTC
9f8b3a0 Issue #27210: Fix doctests for a few modules. Initial patch by Jelle Zijlstra. 10 August 2016, 05:59:59 UTC
7a57370 Closes #27209: Merge with 3.5 10 August 2016, 05:39:59 UTC
640b1ca Issue #27209: Fix doctests in Doc/library/email*.rst Patch by Jelle Zijlstra. 10 August 2016, 05:39:41 UTC
ef28f6a Closes #27208: Merge with 3.5 10 August 2016, 05:35:51 UTC
c90fccd Issue #27208: Fix doctest in Doc/library/traceback.rst Patch by Jelle Zijlstra. 10 August 2016, 05:35:27 UTC
75bc032 Closes #27207: Merge with 3.5 10 August 2016, 05:31:31 UTC
4032620 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst Initial patch by Jelle Zijlstra. 10 August 2016, 05:30:41 UTC
540f045 Correct misspellings of ISO-8859 10 August 2016, 05:25:16 UTC
c17dd50 Closes #27206: Merge with 3.5 09 August 2016, 22:45:15 UTC
c483a01 Issue #27206: Fix doctests in Doc/tutorial. Patch by Jelle Zijlstra. 09 August 2016, 22:44:52 UTC
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
back to top