https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
a731a68 Version bump for 3.6.0a3 11 July 2016, 19:38:40 UTC
aa843d2 Update pydoc topics for 3.6.0a3 11 July 2016, 19:32:48 UTC
538f5c4 Issue #27285: Cleanup "suspicious" warnings. 11 July 2016, 18:21:58 UTC
702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 11 July 2016, 12:54:44 UTC
204bf0b English spelling and grammar fixes 11 July 2016, 07:51:37 UTC
0ca0ede Restore NEWS entries lost in revision 8145f25f26aa 11 July 2016, 12:43:38 UTC
7386268 Issue #23804: Merge SSL recv() fix from 3.5 11 July 2016, 01:32:09 UTC
4bf9c51 IDLE NEWS items. 11 July 2016, 00:30:43 UTC
6f7b0f5 Issue #27477: Convert IDLE search dialogs to using ttk widgets. 11 July 2016, 00:21:31 UTC
bed7f1a Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF 11 July 2016, 00:17:13 UTC
a748032 Refine geometry of idlelib htests (and a few other fix-ups). 10 July 2016, 21:28:10 UTC
cd5e388 Issue #27173: Fix error in test_config that caused test_idle to fail. 10 July 2016, 21:26:24 UTC
58cb93f issue27476 - Introduce a .github template to discourage github pull requests and point users to developers guide. 10 July 2016, 19:24:41 UTC
de232f3 Null merge 10 July 2016, 18:34:50 UTC
763e04b Merge heads 10 July 2016, 18:34:25 UTC
c95300a Merge heads 10 July 2016, 18:34:05 UTC
d2ba5f5 #22758 null merge 10 July 2016, 18:12:43 UTC
2a8c7ca #22758 null merge 10 July 2016, 18:11:36 UTC
8cf1496 #22758 null merge 10 July 2016, 18:10:56 UTC
e363894 #22758 null merge 10 July 2016, 18:10:08 UTC
a7425c5 Merge: #26176: fix usage of Address constructor in email examples. 10 July 2016, 18:00:51 UTC
7a139c5 #26176: fix usage of Address constructor in email examples. Patch by Nathan Harold. 10 July 2016, 17:59:01 UTC
ca0da9b Issue #27473: Fixed possible integer overflow in bytes and bytearray concatenations. Patch by Xiang Zhang. 10 July 2016, 17:51:35 UTC
06cfb0c Issue #27473: Fixed possible integer overflow in bytes and bytearray concatenations. Patch by Xiang Zhang. 10 July 2016, 17:48:43 UTC
9bdb1ed Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets. Make the default key set depend on the platform. Add tests for changes to the config module. 10 July 2016, 17:46:34 UTC
5f21f43 #22758: fix regression in handling of secure cookies. This backports the fix from #16611, per discussion with the release manager. 10 July 2016, 17:32:43 UTC
ce85acf Merge: #20647: Update dictobject.c comments to account for randomized string hashes. 10 July 2016, 16:40:03 UTC
537ad7a #20647: Update dictobject.c comments to account for randomized string hashes. Patch by Jaysinh Shukla. 10 July 2016, 16:33:18 UTC
20bd3b0 Issue #27027: Added test.support.is_android that is True when this is an Android build. 10 July 2016, 16:20:15 UTC
290b42d [merge from 3.5] - Issue #27466: Change time format returned by http.cookie.time2netscape, confirming the netscape cookie format. 10 July 2016, 13:49:49 UTC
d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, confirming the netscape cookie format. 10 July 2016, 13:45:38 UTC
f9efb8b Issue #27474: Unified error messages in the __contains__ method of bytes and bytearray for integers in and out of the Py_ssize_t range. Patch by Xiang Zhang. 10 July 2016, 09:37:30 UTC
95750b1 Issue #27442: Expose the Android API level in sysconfig.get_config_vars() as 'ANDROID_API_LEVEL'. 09 July 2016, 09:05:42 UTC
2247e5c Update frozen importlib code 08 July 2016, 23:44:54 UTC
3fef2ee Issue #26972: Fix some mistakes in importlib-related docstrings. Thanks to Oren Milman for the patch. 08 July 2016, 18:09:35 UTC
fdcdd9e Issue #26896: Disambiguate uses of "importer" with "finder". Thanks to Oren Milman for the patch. 08 July 2016, 18:00:00 UTC
15552c3 Issue #27285: Document the deprecation of the pyvenv script. As part of the update, the documentation was updated to normalize around the term "virtual environment" instead of relying too heavily on "venv" for the same meaning and leading to inconsistent usage of either. Thanks to Steve Piercy for the patch. 08 July 2016, 17:46:21 UTC
53e22bf Issue #22624: Python 3 requires clock() to build 08 July 2016, 15:55:01 UTC
d3b96e1 Whitespace 08 July 2016, 04:26:20 UTC
8b22c0a Issue #27380: IDLE: add query.HelpSource class and tests. Remove modules that are combined in new module. 08 July 2016, 04:22:50 UTC
d6402a4 Automated merge with ssh://hg.python.org/cpython 07 July 2016, 16:52:06 UTC
8c115a4 Issue27139 patch by Julio C Cardoza. 07 July 2016, 16:38:45 UTC
4afd143 Issue #27434: Version of interpreter running a cross-build and source version must be the same. 07 July 2016, 16:00:22 UTC
2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions generated by Argument Clinic. Patch by Petr Viktorin. 07 July 2016, 15:20:03 UTC
1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions generated by Argument Clinic. Patch by Petr Viktorin. 07 July 2016, 14:35:15 UTC
50600a7 merge 3.5 (#24557) 07 July 2016, 06:58:16 UTC
b8a2f51 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) 07 July 2016, 06:55:15 UTC
c13d85b merge 3.5 (#27248) Patch from Xiang Zhang. 07 July 2016, 06:28:19 UTC
27007dc fix refleaks in PyDict_SetItem error cases (closes #27248) 07 July 2016, 06:26:32 UTC
77e8408 merge 3.5 06 July 2016, 21:50:21 UTC
a1fc45a Fix a test with the new upload URL 06 July 2016, 21:46:37 UTC
ab11482 merge 3.5 06 July 2016, 21:04:44 UTC
1af8b63 merge 3.4 06 July 2016, 21:04:29 UTC
ede9a0f merge 3.3 06 July 2016, 21:04:11 UTC
961900a merge 3.5 06 July 2016, 21:00:46 UTC
9409b4a merge 3.4 06 July 2016, 21:00:38 UTC
ad04a85 Switch to the new upload url for PyPI 06 July 2016, 20:18:39 UTC
188c118 Switch to the new upload url for PyPI 06 July 2016, 19:27:35 UTC
f54d781 Issue #27460: Unified error messages in bytes constructor for integers in and out of the Py_ssize_t range. Patch by Xiang Zhang. 06 July 2016, 18:39:44 UTC
0122ae9 Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm behavior: creating a database in 'r' and 'w' modes and modifying a database in 'r' mode. 06 July 2016, 09:21:58 UTC
9862b51 Issue #27452: make command line idle-test> python test_help.py work. __file__ is relative in this case. 06 July 2016, 01:51:56 UTC
5ce1b86 Issue #27452: add line counter and crc to IDLE config test dump. 06 July 2016, 00:11:37 UTC
2279aeb Issue #27452: add line counter and crc to IDLE configHandler test dump. 06 July 2016, 00:09:53 UTC
e3c1d34 Merge from 3.5 05 July 2016, 14:08:52 UTC
e75ffa9 Add versionadded to PyDict_SetDefault documentation It was added for Python 3.4 in a0b750ea3397. 05 July 2016, 14:08:29 UTC
0cd6b97 Issue 27437: Add query.ModuleName and use it for file => Load Module. Users can now edit bad entries instead of starting over. 03 July 2016, 23:11:13 UTC
bae75cf Issue #19527: Fixed tests with defined COUNT_ALLOCS. 03 July 2016, 19:30:49 UTC
a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. 03 July 2016, 19:27:26 UTC
7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, SHOW_ALLOC_COUNT or SHOW_TRACK_COUNT macros is now off by default. It can be re-enabled using the "-X showalloccount" option. It now outputs to stderr instead of stdout. 03 July 2016, 18:03:53 UTC
6c94d10 Issue #27443: __length_hint__() of bytearray itearator no longer return negative integer for resized bytearray. 03 July 2016, 11:42:17 UTC
af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return negative integer for resized bytearray. 03 July 2016, 11:41:36 UTC
e09132f Backed out changeset b0087e17cd5e (issue #26765) For unknown reasons it perhaps caused a crash on 32-bit Windows (issue #). 03 July 2016, 10:57:48 UTC
ab8bcb3 Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows. 03 July 2016, 10:26:52 UTC
3550489 Issue #26765: Moved wrappers for bytes and bytearray methods to common header file. 01 July 2016, 14:57:30 UTC
0855e70 Issue #27007: The fromhex() class methods of bytes and bytearray subclasses now return an instance of corresponding subclass. 01 July 2016, 14:22:31 UTC
cf8b42e Issue #27431: Merge from 3.5 01 July 2016, 09:33:25 UTC
8faca61 Issue #27431: Update default protocol version in shelve.Shelf() documentation shelve.open() documentation was updated in f351fb7ea179. 01 July 2016, 09:33:00 UTC
a9e1ebb Issue #27430: Merge from 3.5 01 July 2016, 09:17:45 UTC
e39682b Issue #27430: Fix typos, patch by scop. 01 July 2016, 09:17:05 UTC
e807e89 Fix typo in whatsnew/3.6.rst 01 July 2016, 09:12:19 UTC
16cd909 Merge from 3.5 for issue #26664 30 June 2016, 18:43:19 UTC
660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. This is a revertion of cfc66e37eb8e. Thanks to 鄭景文 for the bug report. Thanks to Tin Tvrtković, Xiang Zhang, and Dan McCombs for diagnosing the issue. 30 June 2016, 18:41:55 UTC
ee047e5 Issue #4945: Improved the documenting of boolean arguments in the json module. Based on patch by Gabriel Genellina. 30 June 2016, 11:03:21 UTC
15287f8 Issue #4945: Improved the documenting of boolean arguments in the json module. Based on patch by Gabriel Genellina. 30 June 2016, 10:59:12 UTC
60a7ec3 Merge 3.5 (copy doc) 30 June 2016, 09:50:59 UTC
0ab67df Issue #27416: clarify copy doc Patch written by R. David Murray. 30 June 2016, 09:50:23 UTC
b1cec73 Issue #27418: Fixed Tools/importbench/importbench.py. 30 June 2016, 07:34:52 UTC
eb51faa Issue #27418: Fixed Tools/importbench/importbench.py. 30 June 2016, 07:33:17 UTC
34eeed4 Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase 29 June 2016, 10:12:22 UTC
7acc348 Fix issue #27402: example for typing did not type-check. (Merge 3.5->3.6) 28 June 2016, 17:12:22 UTC
4575098 Fix issue #27402: example for typing did not type-check. 28 June 2016, 17:08:17 UTC
5eef78b Merge 3.5 (asyncio) 28 June 2016, 15:00:39 UTC
63bf487 asyncio: Use socket specs for getaddrinfo() in sock_connect() Patch by Martin Richard. GH PR #365. 28 June 2016, 15:00:22 UTC
7c6b3ea Merge 3.5 (asyncio) 28 June 2016, 14:55:49 UTC
77bc04a asyncio: Fix NameError in sslproto _fatal_error() Patch by Richard Walker. 28 June 2016, 14:55:36 UTC
7de2840 Issue #27352: Fixed an error message in a test. 27 June 2016, 20:40:43 UTC
2977cdc Merge from 3.5 27 June 2016, 19:31:00 UTC
2e4cdb6 Adds script for purging the caching server for downloads on python.org. 27 June 2016, 19:30:48 UTC
fbd1523 Issue #27352: Correct the validation of the ImportFrom AST node and simplify the implementation of the IMPORT_NAME opcode. 27 June 2016, 18:39:12 UTC
44a98b6 Merge from 3.5 27 June 2016, 16:43:27 UTC
back to top