https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
0ef256c Version bump for 3.6.0b3 01 November 2016, 00:43:30 UTC
b02f2e1 Update pydoc topics for 3.6.0b3 01 November 2016, 00:39:38 UTC
1194234 Issue #28248: merge from 3.5 31 October 2016, 23:54:17 UTC
38adbfa Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. Original patch by Mariatta Wijaya. 31 October 2016, 23:51:58 UTC
473ce1d Issue #28028: Update OS X installers to use SQLite 3.14.2. Patch by Mariatta Wijaya. 31 October 2016, 23:32:48 UTC
5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. 31 October 2016, 18:46:26 UTC
7f0514a Backed out changeset 6b88dfc7b25d 31 October 2016, 18:14:05 UTC
f9cb559 Issue #28553: Fix logic error in example code of int.to_bytes doc. 31 October 2016, 08:42:10 UTC
3e3e9f3 Issue #28553: Fix logic error in example code of int.to_bytes doc. 31 October 2016, 08:41:47 UTC
88b2219 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if given empty data twice. Patch by Benjamin Fogle. 31 October 2016, 06:31:13 UTC
04f17f1 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if given empty data twice. Patch by Benjamin Fogle. 31 October 2016, 06:30:09 UTC
13c8f32 Update the f-string test broken in issue #28385. 31 October 2016, 06:13:00 UTC
c4a35da Issue #28541: Improve test coverage for encoding detection in json library. Original patch by Eric Appelt. 30 October 2016, 21:00:01 UTC
a0d9c68 Issue #28549: Fixed segfault in curses's addch() with ncurses6. 30 October 2016, 20:53:09 UTC
0bcd89b Issue #28549: Fixed segfault in curses's addch() with ncurses6. 30 October 2016, 20:52:06 UTC
2f4453e Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar file with compression before trying to open it without compression. Otherwise it had 50% chance failed with ignore_zeros=True. 30 October 2016, 18:56:23 UTC
a89d22a Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar file with compression before trying to open it without compression. Otherwise it had 50% chance failed with ignore_zeros=True. 30 October 2016, 18:52:29 UTC
7984bff Issue #28385: An error message when non-empty format spec is passed to object.__format__ now contains the name of actual type. 30 October 2016, 17:37:46 UTC
d1af5ef Issue #28385: An error message when non-empty format spec is passed to object.__format__ now contains the name of actual type. 30 October 2016, 17:33:54 UTC
a1fd5e4 - Issue #23262: The webbrowser module now supports Firefox 36+ and derived browsers. Based on patch by Oleg Broytman. 30 October 2016, 17:21:10 UTC
c9b750d Issue #23262: The webbrowser module now supports Firefox 36+ and derived browsers. Based on patch by Oleg Broytman. 30 October 2016, 17:16:33 UTC
016a9ac Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by representing the scale as float value internally in Tk. tkinter.IntVar now works if float value is set to underlying Tk variable. 30 October 2016, 16:52:02 UTC
32c0d3a Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by representing the scale as float value internally in Tk. tkinter.IntVar now works if float value is set to underlying Tk variable. 30 October 2016, 16:49:52 UTC
998c9cd Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc. Patch by Xiang Zhang. 30 October 2016, 16:25:27 UTC
b7d14a0 Merge from 3.5. 30 October 2016, 15:25:45 UTC
0438683 Backed out changeset 9f7505019767 (issue #27275). 30 October 2016, 15:17:24 UTC
9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 30 October 2016, 04:21:23 UTC
b8c5f54 Issue #26638: Work around more CLI options that can’t be linked * Cannot seem to link directly to main options from the “unittest” module, because that module has its own set of options * Mask out linking for options that no longer exist in Python 3 30 October 2016, 04:20:23 UTC
5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings 30 October 2016, 04:20:17 UTC
77d574d Issue #18844: Strengthen tests to include a case with unequal weighting 30 October 2016, 00:42:36 UTC
30d00e5 Issue #18844: Make the various ways for specifing weights produce the same results. 29 October 2016, 23:55:36 UTC
ab5cf4d Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) (3.5->3.6) 29 October 2016, 23:05:27 UTC
62fe1bb Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) 29 October 2016, 23:05:26 UTC
c6c1c6e Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.5->3.6) 29 October 2016, 19:44:30 UTC
b7dedc8 Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) 29 October 2016, 19:44:29 UTC
4782ab3 Adds missing _asyncio.pyd to installer and generally tidies pyd management. 29 October 2016, 16:23:39 UTC
868147b Issue #28556: updates to typing.py (3.5->3.6) 29 October 2016, 15:54:57 UTC
5fc25a8 Issue #28556: updates to typing.py 29 October 2016, 15:54:56 UTC
1da055e Makes test_underpth* tests more robust by copying the executable. 29 October 2016, 15:50:31 UTC
0eacef3 Issue #28444: Merge with 3.5. 29 October 2016, 14:59:32 UTC
84968b7 Issue #28444: Fix missing extensions modules when cross compiling. 29 October 2016, 14:57:20 UTC
d76d8bf Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. 29 October 2016, 07:49:43 UTC
f94d1ee Issue #28544: Fix inefficient call to _PyObject_CallMethodId() "()" format string creates an empty list of argument but requires extra work to parse the format string. 29 October 2016, 07:05:39 UTC
684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` 28 October 2016, 23:01:21 UTC
833c626 Issue #28544: Fix compilation of _asynciomodule.c on Windows 28 October 2016, 22:48:50 UTC
d14ae16 Removes incorrect condition from lib_pdb.msi 28 October 2016, 18:19:42 UTC
43ab355 Removes incorrect condition from lib_pdb.msi 28 October 2016, 18:19:18 UTC
1aea8fb Issue #28544: Fix _asynciomodule.c on Windows PyType_Ready() sets the reference to &PyType_Type. &PyType_Type cannot be resolved at compilation time (not on Windows?). 28 October 2016, 17:13:52 UTC
a0c1ba6 Issue #28544: Implement asyncio.Task in C. This implementation provides additional 10-20% speed boost for asyncio programs. The patch also fixes _asynciomodule.c to use Arguments Clinic, and makes '_schedule_callbacks' an overridable method (as it was in 3.5). 28 October 2016, 16:52:37 UTC
bbcb799 Merge heads. 28 October 2016, 09:40:47 UTC
1c17e7f Issue #28046: Fix the removal of the sysconfigdata module from lib-dynload on install. 28 October 2016, 09:22:05 UTC
8a8ebc9 Fixed possible NULL decrefing. 28 October 2016, 09:16:21 UTC
3ec5f42 Fixed possible NULL decrefing. 28 October 2016, 09:14:34 UTC
b6bd81d Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. 28 October 2016, 06:18:30 UTC
7865dff Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. 28 October 2016, 06:17:38 UTC
c6dd415 Issue #28522: Fixes mishandled buffer reallocation in getpathp.c 27 October 2016, 21:28:07 UTC
e45ef4e Issue #22949: Documented that fnmatch.translate() is for use with re.match(). 27 October 2016, 19:50:15 UTC
a65a474 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). 27 October 2016, 19:47:08 UTC
e0a220e Issue #22493: Updated an example for fnmatch.translate(). 27 October 2016, 19:44:03 UTC
31c80e8 Revert incorrect file merge from 3.5. 27 October 2016, 19:14:48 UTC
43d2b26 Merge from 3.5 27 October 2016, 19:12:24 UTC
fcf622e Updates release build to collect symbols and binaries, and create nuget package. 27 October 2016, 19:08:45 UTC
159f97b Issue #28496: Mark up constants 0, 1 and -1 that denote return values or special input values as literal text. 27 October 2016, 18:42:15 UTC
1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or special input values as literal text. 27 October 2016, 18:41:19 UTC
0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode(). 27 October 2016, 18:05:49 UTC
802426f Issue #28526: Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() in _curese to ensure that the result is a bytes object. 27 October 2016, 16:33:05 UTC
b29cee4 Issue #28526: Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() in _curese to ensure that the result is a bytes object. 27 October 2016, 16:31:49 UTC
b1152be Issue #28509: dict.update() no longer allocate unnecessary large memory 27 October 2016, 10:26:50 UTC
ec9357b Ignore harmless suspicious markup 26 October 2016, 02:43:41 UTC
d9aa4d3 Merge from 3.5 26 October 2016, 02:36:13 UTC
bb44477 Fix default role usage 26 October 2016, 02:35:22 UTC
66078ac Issue #25002: Back out asyncore/asynchat deprecation. 26 October 2016, 01:42:51 UTC
3dca624 Issue #26240: Merge subprocess doc string from 3.5 into 3.6 25 October 2016, 23:41:42 UTC
4afdca0 Issue #26240: Clean up the subprocess module doc string Patch by Tim Mitchell. 25 October 2016, 22:20:48 UTC
6c2b9d3 Issue #28333: Fixes off-by-one error that was adding an extra space. 25 October 2016, 18:51:54 UTC
26231bb Null merge 25 October 2016, 17:20:09 UTC
36888dd Issue #28353: Fixed tests of os.fwalk() with broken links. 25 October 2016, 17:18:31 UTC
5ec2431 Issue #28107: Update typing module documentation for NamedTuple (Ivan) 25 October 2016, 16:53:11 UTC
28f9820 Issue #28353: Try to fix tests. 25 October 2016, 16:01:41 UTC
16591f4 Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. 25 October 2016, 15:49:13 UTC
1faf902 Issue #27275: Fixed implementation of pop() and popitem() methods in subclasses of accelerated OrderedDict. 25 October 2016, 12:36:56 UTC
4832580 Issue #27275: Fixed implementation of pop() and popitem() methods in subclasses of accelerated OrderedDict. 25 October 2016, 12:33:23 UTC
ecb9018 Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space at the start of new line after printing a month's calendar. Patch by Xiang Zhang. 25 October 2016, 12:02:36 UTC
7ff51bd Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space at the start of new line after printing a month's calendar. Patch by Xiang Zhang. 25 October 2016, 12:00:52 UTC
a6eba11 Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. Based on patch by Kaarle Ritvanen. 25 October 2016, 11:46:44 UTC
f3ebc9f Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. Based on patch by Kaarle Ritvanen. 25 October 2016, 11:44:54 UTC
af4e474 Issue #28353: os.fwalk() no longer fails on broken links. 25 October 2016, 11:34:38 UTC
42babab Issue #28353: os.fwalk() no longer fails on broken links. 25 October 2016, 11:28:38 UTC
179111b Merge heads 25 October 2016, 10:47:41 UTC
c8bc3d1 Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish(). Patch by Xiang Zhang. 25 October 2016, 10:23:56 UTC
74c1753 Issue #28430: Fix iterator of C implemented asyncio.Future doesn't accept non-None value is passed to it.send(val). 25 October 2016, 10:00:45 UTC
c3adf1e Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). 25 October 2016, 07:37:55 UTC
036fb15 Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). 25 October 2016, 07:37:01 UTC
c4a3e90 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. 25 October 2016, 07:17:33 UTC
839023f Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. 25 October 2016, 07:13:43 UTC
77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. 25 October 2016, 07:07:51 UTC
b1f5287 Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix for readability (was "`"). 25 October 2016, 06:43:48 UTC
7db3c48 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused keeping unreachable code. 25 October 2016, 06:30:43 UTC
802883a merge 3.5 (#28525) 25 October 2016, 06:00:18 UTC
bc51a8a fix name of keyword parameter to gc.collect() (closes #28525) Patch from vierja. 25 October 2016, 06:00:03 UTC
back to top