https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
6c1aa6b Version number bump for 3.5.2 final. 25 June 2016, 21:11:09 UTC
66b84c0 Update pydoc topics for 3.5.2 final. 25 June 2016, 21:09:37 UTC
05029d5 Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. 22 June 2016, 07:55:20 UTC
909acb8 alter header; '%' really throws latex through a loop 22 June 2016, 06:47:16 UTC
42d4b9c Issue #26930: Update Windows build to OpenSSL 1.0.2h 15 June 2016, 22:13:28 UTC
f7c5624 Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. 13 June 2016, 06:40:00 UTC
6e9a96b Post-release fixups for Python 3.5.2rc1. 13 June 2016, 03:22:18 UTC
17ce525 Added tag v3.5.2rc1 for changeset 68feec6488b2 12 June 2016, 03:55:23 UTC
904465f Updated header for README for 3.5.2rc1. 12 June 2016, 03:55:08 UTC
d31a255 Release bump for 3.5.2rc1. 12 June 2016, 03:51:22 UTC
b37a142 Regenerated pydoc topics for 3.5.2rc1. 12 June 2016, 03:40:26 UTC
0c0da48 Issue #24136: Document generalized unpacking, PEP 448 Based on patches by Konstantin Molchanov and Neil Girdhar. 12 June 2016, 01:46:50 UTC
0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages Patch by James Pickering. 12 June 2016, 01:02:46 UTC
e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction Patch by Jason Fried. 11 June 2016, 23:42:36 UTC
b5ad549 merge 3.4 (#26556) 11 June 2016, 20:33:17 UTC
196d7db upgrade expt to 2.1.1 (closes #26556) 11 June 2016, 20:28:56 UTC
b0557e7 merge 3.4 11 June 2016, 20:18:56 UTC
46b32f3 raise an error when STARTTLS fails 11 June 2016, 20:16:42 UTC
af51140 Fix typo and silence a Sphinx warning in Doc/glossary.rst 11 June 2016, 19:40:41 UTC
3261960 Silence 'make suspicious' warnings 11 June 2016, 19:38:33 UTC
742192a Issue #21386: Implement missing IPv4Address.is_global property It was documented since 07a5610bae9d. Initial patch by Roger Luethi. 11 June 2016, 19:11:47 UTC
fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. 11 June 2016, 19:02:54 UTC
c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. Patch by David Coles. 11 June 2016, 16:00:07 UTC
ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. Patch by Łukasz Langa. 11 June 2016, 15:19:47 UTC
8ace13b Issue #5124: NEWS entries. 11 June 2016, 08:31:22 UTC
5ad8599 Issue #5124: Paste with selection should always replace. This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake. 11 June 2016, 06:06:26 UTC
904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly Initial patch by ingrid. 10 June 2016, 20:00:52 UTC
87a8bcc - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove unused and outdated icons. 10 June 2016, 16:23:35 UTC
420e4d8 Issue #27280: Fix typo in IPv6Network documentation Patch by Arthur Carcano. 10 June 2016, 11:26:07 UTC
63b91e5 Issue #24617: Add comment for os.mkdir about mode quirks 02 June 2016, 19:41:20 UTC
39b1025 Fix typo and move comment to appropriate condition 10 June 2016, 08:07:11 UTC
553245c Issue #8491: Add link to Gnu Readline configuration documentation 10 June 2016, 00:27:46 UTC
e9b8403 [Issue 15476] Make "code object" its own entry in the index 02 June 2016, 23:26:51 UTC
a6f6edb Issue #27243: Fix __aiter__ protocol 09 June 2016, 19:08:31 UTC
ebe95fd Issue #26305: Argument Clinic now escapes braces. No need to double them. 09 June 2016, 13:02:15 UTC
efe7256 Fix a comment. 08 June 2016, 21:55:49 UTC
480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns a negative number without setting an exception. 08 June 2016, 21:47:26 UTC
fda4d67 Omnibus news entry for updates to typing.py. 08 June 2016, 18:30:48 UTC
91185fe Sync typing.py with upstream. (Upstream is https://github.com/python/typing) - Add TYPE_CHECKING (false at runtime, true in type checkers) (upstream #230). - Avoid error on Union[xml.etree.cElementTree.Element, str] (upstream #229). - Repr of Tuple[()] should be 'Tuple[()]' (upstream #231). - Add NewType() (upstream #189). 08 June 2016, 18:19:11 UTC
07a9fcd asyncio: Remove line about asyncio.timeout() from the NEWS file 08 June 2016, 17:58:15 UTC
c1cf296 asyncio: Remove asyncio.timeout() context manager. It will probably be added back in Python 3.6, once its compatibility issues are resolved; see [1] for more details. [1] https://mail.python.org/pipermail/async-sig/2016-June/000045.html 08 June 2016, 17:57:03 UTC
af74512 asyncio: Update whatsnew/3.5.2 08 June 2016, 16:55:29 UTC
55c5084 Issue #27136: Update asyncio docs 08 June 2016, 16:48:15 UTC
f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo Patch by A. Jesse Jiryu Davis 08 June 2016, 16:33:31 UTC
7d7a11b Issue #23275: Backport target list assignment documentation fixes 08 June 2016, 12:44:30 UTC
84f387d Issue #21593: Clarify that re.search() returns the first match 08 June 2016, 11:56:56 UTC
e42e129 Issue #25738: Don’t send message body for 205 Reset Content Patch by Susumu Koshiba. 08 June 2016, 08:29:13 UTC
4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version 08 June 2016, 06:12:22 UTC
1bf197e Fixed #27251: corrected string/bytes handling in credentials. 07 June 2016, 20:19:55 UTC
8bff8f6 Items for NEWS and idlelib/NEWS.txt. 07 June 2016, 19:33:53 UTC
dddf484 os.urandom() doesn't block on Linux anymore Issue #26839: On Linux, os.urandom() now calls getrandom() with GRND_NONBLOCK to fall back on reading /dev/urandom if the urandom entropy pool is not initialized yet. Patch written by Colm Buckley. 07 June 2016, 09:21:42 UTC
6827fd8 Issue #27229: Comment in middle of shell command fails on BSD and OS X 07 June 2016, 01:07:32 UTC
9c2a8f9 Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye 07 June 2016, 00:27:17 UTC
8f5798e Issue #26014: Update 3.x packaging documentation: - "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun) 06 June 2016, 00:38:48 UTC
3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict Based on patch by Xiang Zhang. 05 June 2016, 10:48:34 UTC
484c913 Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. Patch by Xiang Zhang. 05 June 2016, 07:48:36 UTC
3c5fa56 Issue #21916: Added more tests for the turtle module. Original patch by Jelle Zijlstra. 05 June 2016, 07:32:57 UTC
ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes If the underlying send() method indicates a partial write, such as when the call is interrupted to handle a signal, the server would silently drop the remaining data. Also add deprecated support for SimpleHandler.stdout.write() doing partial writes. 05 June 2016, 06:28:55 UTC
889f914 issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It was incorrect exclude 2.x rsts in that. This fix contributed again Jelle Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using doctests skip option. 05 June 2016, 05:22:26 UTC
03fe002 Issue #17888: Add a note about contributing to Python docs Patch by Terry Chia and Laura Rupprecht. 05 June 2016, 04:47:44 UTC
ff6c5c5 issue27202 - Exclude 2.x release notes from python3 make doctests. Patch contributed by Jelle Zijlstra. 05 June 2016, 03:52:57 UTC
7749320 Issue27203 - Fix doctests Doc/faq/programming.rst. Patch contributed by Jelle Zijlstra. 05 June 2016, 03:07:34 UTC
2daf8e7 Move the BrokenPipeError tests to the POSIXProcessTestCase class instead of the generic ProcessTestCase class as they are posix specific. 05 June 2016, 02:57:47 UTC
92b4b5a Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. 05 June 2016, 00:21:21 UTC
6ada012 - Issue #26884: Fix linking extension modules for cross builds. Patch by Xavier de Gaye. 04 June 2016, 22:41:58 UTC
a23234b Merge heads 04 June 2016, 20:30:45 UTC
41e9ad1 Issue #21916: Added tests for the turtle module. Patch by ingrid, Gregory Loyse and Jelle Zijlstra. 04 June 2016, 20:27:26 UTC
f13cc2f Issue #24759: Add 'private' notice for idlelib.idle_test. 04 June 2016, 20:15:58 UTC
05dab09 Revise and synchronize idle_test.test_configdialog. 04 June 2016, 19:54:44 UTC
c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry 04 June 2016, 19:35:05 UTC
78b642c issue26372 - use os.devnull instead of /dev/null 04 June 2016, 19:04:43 UTC
64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. Patch by Xavier de Gaye. 04 June 2016, 17:32:36 UTC
89beb27 Issue #19234: Documents socket.fileno() returns -1 on failure 04 June 2016, 17:20:12 UTC
32db438 Issue 27216: Fix typo (noticed by Alex Chan). 04 June 2016, 16:40:40 UTC
29ce082 Clarify deprecation of ElementTree.XMLParser(html=...) parameter 04 June 2016, 07:12:51 UTC
1aa06e1 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. 04 June 2016, 06:32:18 UTC
40cfc1e merge heads 04 June 2016, 05:38:37 UTC
3da8206 fix indentation of comment 04 June 2016, 05:37:48 UTC
3ee6270 Fix typos in code comment and documentation 04 June 2016, 04:57:19 UTC
6047b55 Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. The update_idletasks solution was provided by Serhiy Storchaka. 04 June 2016, 03:53:56 UTC
75cbeb5 Issue 20567: Revise idle_test/README.txt and some tests to match new advice. 04 June 2016, 02:19:17 UTC
1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores BrokenPipeError when the child process dies before .communicate() is called in more (all?) circumstances. 04 June 2016, 00:22:17 UTC
ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. Patch by Sean Rodman, test by Kaushik N. 03 June 2016, 23:28:35 UTC
369826a final step in backout of bad default->3.5 merge d085b4f779af. merge 3.5 heads 03 June 2016, 22:20:13 UTC
6371152 first step in backout of bad default->3.5 merge d085b4f779af. Create new head and fix whitespace. 03 June 2016, 22:17:13 UTC
f063242 Merge: #22797: clarify when URLErrors are raised by urlopen. 03 June 2016, 17:32:48 UTC
21dcb93 #22797: clarify when URLErrors are raised by urlopen. 03 June 2016, 17:29:17 UTC
bb7f732 Null merge 03 June 2016, 07:48:43 UTC
2e7cb1e Merge heads 03 June 2016, 07:48:13 UTC
fde75ae Merge heads 03 June 2016, 07:47:38 UTC
a9e6eda Merge 3.5. 03 June 2016, 07:45:56 UTC
93ac7ae Merge heads 03 June 2016, 07:44:12 UTC
10fd0aa Issue #27185: Rename test_string_merged.py back to test_string.py. 03 June 2016, 07:38:24 UTC
717ea08 Issue #27185: Merge test_pep292.py into test_string_merged.py. 03 June 2016, 07:38:02 UTC
73e1613 Issue #27185: Rename test_pep292.py to test_string_merged.py. 03 June 2016, 07:32:36 UTC
9415bc4 Issue #27185: Rename test_string.py to test_string_merged.py. 03 June 2016, 07:30:25 UTC
194a4a2 [merge from 3.5] - issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. Patch contributed by Dave Sawyer. 03 June 2016, 07:04:28 UTC
7ee9194 issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. Patch contributed by Dave Sawyer. 03 June 2016, 07:03:48 UTC
464afee [merge from 3.5] - issue8519 - Reference termios and ioctl manual pages in the library documentation. 03 June 2016, 06:50:02 UTC
0779129 issue8519 - Reference termios and ioctl manual pages in the library documentation. 03 June 2016, 06:49:05 UTC
back to top