https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
d200e0c Version bump for Python 3.5.0b2. 31 May 2015, 00:00:48 UTC
e8ff0ca Regenerated pydoc topic index in preparation for Python 3.5.0b2. 30 May 2015, 23:58:27 UTC
bf304fc Issue #23934: Fix inspect.signature to fail correctly for builtin types. Initial patch by James Powell. 30 May 2015, 21:08:36 UTC
dce09c3 Issue #16991: Add odictobject.h on Windows. 30 May 2015, 20:56:04 UTC
f3b73ad Issue #16991: Add PyODict* to Windows builds. 30 May 2015, 20:19:27 UTC
e3dfa9e Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict. 30 May 2015, 18:51:15 UTC
d0a0645 Issue #16991: Drop Py_ODict_GetItemId. 30 May 2015, 18:06:03 UTC
82a9418 merge 30 May 2015, 17:59:17 UTC
582b8c7 Issue 22357: Merge from 3.4 30 May 2015, 17:54:36 UTC
0339568 Issue 22357: Document __qualname__ in inspect.rst 30 May 2015, 17:53:49 UTC
67fb92e Issue #16991: Do not return None from OrderedDict.__reversed__. 30 May 2015, 17:43:36 UTC
c5e5960 Issue #16991: Properly handle return values in several places. 30 May 2015, 17:28:56 UTC
1b560cb Issue #5633: Fixed timeit when the statement is a string and the setup is not. Refactored timeit.__init__ for unified handling of stmt and setup parameters. 30 May 2015, 16:44:55 UTC
f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. 30 May 2015, 16:38:26 UTC
8c7ed01 Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance. 30 May 2015, 15:29:53 UTC
7aa5341 Reverting my previous commit. Something went horribly wrong when I was doing `hg rebase`. 30 May 2015, 14:57:56 UTC
802d45b Merge 3.5 30 May 2015, 14:49:27 UTC
5844436 docs/whatsnew: Mention OrderedDict C implementation 30 May 2015, 14:49:09 UTC
e909821 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly. 30 May 2015, 14:48:54 UTC
ac5569b Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly. 30 May 2015, 14:48:19 UTC
fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly. 30 May 2015, 14:45:22 UTC
f49c423 Use test.support.start_threads() in threaded lru_cache tests. 30 May 2015, 12:49:42 UTC
bf2b3b7 Use test.support.start_threads() in threaded lru_cache tests. 30 May 2015, 12:49:17 UTC
2806518 Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. 30 May 2015, 08:32:58 UTC
8b2e8b6 Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. 30 May 2015, 08:30:39 UTC
dcb591f Use converter names instead of format units in Argument Clinic descriptions in builtin and _crypt modules. 30 May 2015, 08:10:58 UTC
7e810a6 Use converter names instead of format units in Argument Clinic descriptions in builtin and _crypt modules. 30 May 2015, 08:09:35 UTC
b811b64 merge 30 May 2015, 05:14:50 UTC
4c97a62 Issue #23509: Speed up Counter operators (Based on patch by Serhiy Storchaka.) 30 May 2015, 05:14:07 UTC
e16f427 Merge 3.5 30 May 2015, 05:02:25 UTC
3d1151d use assert method in another place 30 May 2015, 05:02:17 UTC
c872d4e Merge from 3.5 30 May 2015, 04:34:01 UTC
47db717 Issue #16991: Add a C implementation of collections.OrderedDict. 30 May 2015, 04:21:39 UTC
96c6af9 Issue #16991: Add a C implementation of collections.OrderedDict. 30 May 2015, 04:21:39 UTC
3979323 merge 3.5 29 May 2015, 23:44:50 UTC
0a3297d use assert method (#24328) 29 May 2015, 23:44:45 UTC
0c70ca9 merge 3.5 (#24328) 29 May 2015, 22:11:36 UTC
e20056c fix importing one char extension modules (closes #24328) 29 May 2015, 22:10:30 UTC
07739f3 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. Original patch by David Moore. 29 May 2015, 21:58:09 UTC
a663121 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. Original patch by David Moore. 29 May 2015, 21:57:21 UTC
50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. Original patch by David Moore. 29 May 2015, 21:53:26 UTC
38bc0a7 Issue 24316: Wrap gen objects returned from callables in types.coroutine (Merge 3.5) 29 May 2015, 20:19:34 UTC
13f7723 Issue 24316: Wrap gen objects returned from callables in types.coroutine 29 May 2015, 20:19:18 UTC
7ad0419 Issue 24316: Fix types.coroutine() to accept objects from Cython (Merge 3.5) 29 May 2015, 13:06:24 UTC
c565cd5 Issue 24316: Fix types.coroutine() to accept objects from Cython 29 May 2015, 13:06:05 UTC
a24fcfd Issue 24315: Make collections.abc.Coroutine derived from Awaitable (Merge 3.5) 29 May 2015, 13:01:47 UTC
56fc614 Issue 24315: Make collections.abc.Coroutine derived from Awaitable 29 May 2015, 13:01:29 UTC
41a6a62 Update Windows build for 3.6 28 May 2015, 22:30:03 UTC
7a21911 docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7 28 May 2015, 21:10:29 UTC
153192b Merge 3.5 28 May 2015, 21:09:38 UTC
8fa6d4f docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7 28 May 2015, 21:09:14 UTC
0938d98 merge 3.5 28 May 2015, 19:40:15 UTC
264be6f remove STORE_MAP, since it's unused 28 May 2015, 19:40:08 UTC
2ec8f9b merge 3.5 (#11205) 28 May 2015, 19:31:14 UTC
ee85339 in dict displays, evaluate the key before the value (closes #11205) Patch partially by Steve Dougherty. 28 May 2015, 19:30:26 UTC
26f7057 Issue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar 28 May 2015, 18:06:12 UTC
6e6883f Issue #24309: Removed Python 2 idioms. 28 May 2015, 17:45:29 UTC
bffc2b4 Fixes test in installer. 28 May 2015, 17:28:57 UTC
44e6258 Fixes text in installer. 28 May 2015, 17:28:40 UTC
ac0bffb Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. 28 May 2015, 15:22:41 UTC
6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. 28 May 2015, 15:21:31 UTC
ee941b0 asyncio: Drop some useless code from tasks.py. See also issue 24017. 28 May 2015, 14:53:04 UTC
6076a38 asyncio: Drop some useless code from tasks.py. See also issue 24017. 28 May 2015, 14:52:46 UTC
1ad08a5 asyncio: Drop some useless code from tasks.py. See also issue 24017. 28 May 2015, 14:52:19 UTC
ffb40e5 More version bumping to 3.6. With the creation of the 3.5 branch earlier in the process, it is necessary to do some of the version bumps now rather than at final release time (for example, the equivalent of the 3.4->3.5 bumps in f2bf12fa22c1). (Some of those changes have already been made, for example in 30f5e7ec6afe.) 28 May 2015, 05:00:46 UTC
a8c22a0 update configure version to 3.6 28 May 2015, 04:29:00 UTC
d1da507 Add whatsnew for 3.6 28 May 2015, 02:09:10 UTC
72f389f Issue 24298: Fix signature() to properly unwrap wrappers around bound methods 28 May 2015, 01:59:27 UTC
507cd3c Issue 24298: Fix signature() to properly unwrap wrappers around bound methods 28 May 2015, 01:59:03 UTC
46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods 28 May 2015, 01:56:53 UTC
fa0e7f6 merge 3.5 27 May 2015, 23:32:53 UTC
d663cc4 merge 3.4 27 May 2015, 23:32:41 UTC
68fe9aa update for 3.6 emerging 27 May 2015, 23:32:25 UTC
debf5ad Issue 24304: Fix broken license link in FAQ. 27 May 2015, 22:38:16 UTC
6f05a20 Issue 24304: Fix broken license link in FAQ. 27 May 2015, 22:37:32 UTC
72c2400 Issue 24304: Fix broken license link in FAQ. 27 May 2015, 22:37:00 UTC
e998aad Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. 27 May 2015, 18:31:50 UTC
3028c95 Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. 27 May 2015, 18:31:33 UTC
8651a50 Issue #23359: Specialize set_lookkey intoa lookup function and an insert function. 27 May 2015, 17:37:20 UTC
8544e25 Issue 24297: Update symbol.py. See also issue 24017. 27 May 2015, 15:08:46 UTC
0109812 Issue 24297: Update symbol.py. See also issue 24017. 27 May 2015, 15:08:19 UTC
572183e Merge with 3.5: tarfile.open() with mode 'x' created files without an end of archive marker. 27 May 2015, 11:05:30 UTC
20703c6 tarfile.open() with mode 'x' created files without an end of archive marker. 27 May 2015, 10:53:44 UTC
8b5fb5c Issue #24293: Fixes installer colors to use system settings throughout. 27 May 2015, 03:46:29 UTC
c30a6ce Issue #24293: Fixes installer colors to use system settings throughout. 27 May 2015, 03:46:11 UTC
a724304 Merge 3.5 27 May 2015, 02:40:35 UTC
e328323 rephrase 27 May 2015, 02:40:28 UTC
944db38 Issue #23509: Speed up Counter operators (Based on patch by Serhiy Storchaka.) 26 May 2015, 17:35:15 UTC
06f155f Merge fix for issue #24285 from 3.5 26 May 2015, 11:57:16 UTC
55871f0 Issue #24285: fix importing extensions from packages 26 May 2015, 11:48:17 UTC
c074e9d Issue #24286: Forward port dict view abstract base class tests. 26 May 2015, 08:47:58 UTC
395f92d Moved Misc/NEWS entries to correct section and fix formatting. 26 May 2015, 07:26:53 UTC
6f68314 Moved Misc/NEWS entries to correct section and fix formatting. 26 May 2015, 07:25:48 UTC
ca208a0 Moved Misc/NEWS entries to correct section and fix formatting. 26 May 2015, 07:20:32 UTC
39bdb9e Merge 3.5 26 May 2015, 02:25:27 UTC
09479d0 merge 3.4 26 May 2015, 02:25:09 UTC
82d8f06 merge 3.3 26 May 2015, 02:24:48 UTC
86c3a3b merge 3.2 26 May 2015, 02:24:26 UTC
b03856a keep distutils version in sync with python version automatically 26 May 2015, 02:24:00 UTC
d0c2a20 Version bump for trunk to 3.6.0a0. Welcome to the future! 25 May 2015, 23:49:01 UTC
back to top