Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
6a8af9a Issue #25745: Fixed leaking a userptr in curses panel destructor. 08 May 2016, 21:14:22 UTC
df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. 08 May 2016, 21:11:59 UTC
3e99fde Issue #26881: The modulefinder module now supports extended opcode arguments. 08 May 2016, 20:44:54 UTC
02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. 08 May 2016, 20:43:50 UTC
ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed unscathed to the C-defined function. Now it is converted to exact dict. 08 May 2016, 20:36:44 UTC
a26e4b9 Issue #26156: Make expressions grammar description more semantically correct. 08 May 2016, 19:00:09 UTC
c7cc985 Issue #26156: Make expressions grammar description more semantically correct. 08 May 2016, 18:59:46 UTC
dea7637 Issue #23815: Fixed crashes related to directly created instances of types in _tkinter and curses.panel modules. 08 May 2016, 17:46:55 UTC
e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in _tkinter and curses.panel modules. 08 May 2016, 17:46:22 UTC
1ce738e Merge typo fixes from 3.5 08 May 2016, 14:02:35 UTC
4c35964 Corrections for a/an in code comments and documentation 08 May 2016, 13:53:41 UTC
f056416 Fix typos in comments, documentation and test method names 08 May 2016, 13:48:10 UTC
129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions Based on patch by Julien. 08 May 2016, 12:22:37 UTC
cc22984 Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). 08 May 2016, 12:14:38 UTC
18933ed Issue #26512: Merge rounding doc from 3.5 08 May 2016, 12:34:58 UTC
1a269d0 Issue #26924: Fix Windows buildbots sem_unlink is defined as #define SEM_UNLINK(name) 0 under Windows. 07 May 2016, 18:13:50 UTC
0ce9cd9 Issue #26924: Do not define _multiprocessing.sem_unlink under Android Android declares sem_unlink but doesn't implement it. 07 May 2016, 17:39:20 UTC
ca716cf Fix self.fail() call in test_data_header 07 May 2016, 13:59:01 UTC
ad1fd34 Fix self.fail() call in test_data_header 07 May 2016, 13:58:41 UTC
deab18d Issue #26708: Use the "const" qualifier for immutable strings. This can help to avoid unintentional modification. 07 May 2016, 13:45:18 UTC
a8e3b0a Replace example.com with pythontest.net in test_urllibnet example.com/404 returns 500 instead of 404 now. 07 May 2016, 13:37:35 UTC
a40b0ef Replace example.com with pythontest.net in test_urllibnet example.com/404 returns 500 instead of 404 now. 07 May 2016, 13:37:09 UTC
17e2295 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. Patch by Georg Brandl. 07 May 2016, 12:43:59 UTC
21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. Patch by Georg Brandl. 07 May 2016, 12:41:09 UTC
1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. 07 May 2016, 07:49:58 UTC
6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. 07 May 2016, 07:49:07 UTC
a5f3a50 Issue #26889: Fixed hyperlinks formatting. 07 May 2016, 07:06:39 UTC
64099ea Issue #26889: Fixed hyperlinks formatting. 07 May 2016, 07:05:02 UTC
72ac6a7 Issue #26889: Tweaked xmlrpc.client documentation. 07 May 2016, 05:44:36 UTC
da7880a Issue #26889: Tweaked xmlrpc.client documentation. 07 May 2016, 05:44:15 UTC
234480d Merge with 3.5 06 May 2016, 21:35:21 UTC
f73a48c Issue 26912: fix broken imports in test_email package. 06 May 2016, 21:35:05 UTC
cc20d63 Merge with 3.5 06 May 2016, 19:58:13 UTC
823c626 Issue 26911: fix import (other problems remain). 06 May 2016, 19:57:57 UTC
24182a3 Restored parameter name "self" since gdb needs exact specific parameter names. 05 May 2016, 13:21:35 UTC
584e8ae Issue 26915: Add identity checks to the collections ABC __contains__ methods. 05 May 2016, 08:14:06 UTC
d7062de Issue #26918: Skipped some tests in test_pipes on Android. Patch by Xavier de Gaye. 05 May 2016, 07:55:45 UTC
fb81d3c Issue #26765: Moved common code for the replace() method of bytes and bytearray to a template file. 05 May 2016, 06:26:07 UTC
9fc3857 Issue #26957: Remove duplicate 'the' from datetime documentation Patch by Alex Chan. 04 May 2016, 20:26:04 UTC
bace976 Issue #26957: Remove duplicate 'the' from datetime documentation Patch by Alex Chan. 04 May 2016, 20:25:44 UTC
dd40fc3 Issue #26765: Moved common code and docstrings for bytes and bytearray methods to bytes_methods.c. 04 May 2016, 19:23:26 UTC
045e635 Automated merge with ssh://hg.python.org/cpython 04 May 2016, 18:47:10 UTC
fcce462 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL pointer. 04 May 2016, 18:42:52 UTC
7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL pointer. 04 May 2016, 18:42:05 UTC
3b06e24 Issue 26002 and 25974 patches by Upendra Kumar and Stefan Krah speed up median by using bisect, and general speedup for Decimals using as_integer_ratio 04 May 2016, 17:54:29 UTC
ad039f7 Issue #20120: Merge with 3.5 04 May 2016, 16:00:32 UTC
422cf2b Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0. 04 May 2016, 15:57:32 UTC
45cdcd9 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags instead of silently return incorrect result. 04 May 2016, 08:27:17 UTC
290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags instead of silently return incorrect result. 04 May 2016, 08:26:42 UTC
c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, not via macros (in particular on Android). Patch by Chi Hsuan Yen. 04 May 2016, 06:44:44 UTC
0e12052 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". Based on patch by SilentGhost. 03 May 2016, 18:17:52 UTC
a3fd0b2 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". Based on patch by SilentGhost. 03 May 2016, 18:17:03 UTC
478be14 Merge with 3.5 02 May 2016, 22:30:19 UTC
929d7f8 Clarify IDLE-console differences with respect to the sys module. The reload(sys) effect was the crux of a Stackoverflow question. 02 May 2016, 22:30:02 UTC
7a5842e Upgrade ensurepip bundled setuptools to 20.10.1 02 May 2016, 11:05:29 UTC
ac96205 Upgrade ensurepip bundled setuptools to 20.10.1 02 May 2016, 11:04:59 UTC
2a86122 Upgrade ensurepip bundled setuptools to 20.10.1 02 May 2016, 11:03:46 UTC
7a9579c Got rid of redundand "self" parameter declarations. Argument Clinic is now able to infer all needed information. 02 May 2016, 10:45:20 UTC
312f208 Issue #18916: Update thread module docstrings * Fix acquire() signature * Remove outdated help(LockType) reference * Replace PyThread_allocate_lock() with threading.Lock() Patch by Christopher Welborn. 02 May 2016, 09:26:00 UTC
720e655 Issue #18916: Update thread module docstrings * Fix acquire() signature * Remove outdated help(LockType) reference * Replace PyThread_allocate_lock() with threading.Lock() Patch by Christopher Welborn. 02 May 2016, 09:25:35 UTC
2e310b4 Regenerate Argument Clinic code for issue #26874. 01 May 2016, 17:34:00 UTC
df07173 Regenerate Argument Clinic code for issue #26874. 01 May 2016, 17:33:24 UTC
3547069 issue26893: use mro() to examine class heirarchy 01 May 2016, 17:04:21 UTC
3803ad4 issue26893: use mro() to examine class heirarchy 01 May 2016, 17:03:53 UTC
47d1d7f Issue #26711: Fixed the comparison of plistlib.Data with other types. 01 May 2016, 10:36:42 UTC
dd1bcdf Issue #26711: Fixed the comparison of plistlib.Data with other types. 01 May 2016, 10:36:16 UTC
b608196 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). 01 May 2016, 10:07:14 UTC
f5f37d7 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). 01 May 2016, 10:06:43 UTC
a257062 Issue #26898: Fix typo in math.isclose() docstring Patch by Marco Buttu. 01 May 2016, 08:27:59 UTC
d6e6f8b Issue #26898: Fix typo in math.isclose() docstring Patch by Marco Buttu. 01 May 2016, 08:27:37 UTC
aa9d369 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError Patch by Ofer Schwarz. 01 May 2016, 06:06:57 UTC
ec766d3 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError Patch by Ofer Schwarz. 01 May 2016, 06:06:36 UTC
f1e2671 Issue #24114: Fix an uninitialized variable in `ctypes.util`. The bug only occurs on SunOS when the ctypes implementation searches for the `crle` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos. 01 May 2016, 03:17:22 UTC
8988ebf Issue #24114: Fix an uninitialized variable in `ctypes.util`. The bug only occurs on SunOS when the ctypes implementation searches for the `crle` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos. 01 May 2016, 02:56:59 UTC
51b697b Issue #26864: Merge no_proxy fixes from 3.5 30 April 2016, 01:30:57 UTC
aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy Patch by Xiang Zhang. 30 April 2016, 01:03:40 UTC
0a5bd51 Issue #13436: Add a test to make sure that ast.ImportFrom(level=None) works 29 April 2016, 16:50:02 UTC
dd745cc Issue #25551: Test condition behavior instead of its internals test_reset_internal_locks was looking at Event's _cond._lock. This makes it harder to change internals of the Condition object and makes the test fragile. The test was added by Nir Soffer in 6108d30dde21. Patch by Nir Soffer. 29 April 2016, 14:25:51 UTC
6d34bbb Issue #25551: Test condition behavior instead of its internals test_reset_internal_locks was looking at Event's _cond._lock. This makes it harder to change internals of the Condition object and makes the test fragile. The test was added by Nir Soffer in 6108d30dde21. Patch by Nir Soffer. 29 April 2016, 14:25:29 UTC
0ac70c0 Fix typos. Reported by andportnoy on GitHub. 29 April 2016, 13:54:10 UTC
3a31cca Issue #24902: Print server URL on http.server startup Initial patch by Felix Kaiser. 29 April 2016, 13:48:11 UTC
955bc38 Issue #26322: Document typing.Set, patch by Joseph Moran 29 April 2016, 11:41:41 UTC
5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran 29 April 2016, 11:41:16 UTC
8421d71 Removed unused initialization and the uninteresting comment. 29 April 2016, 08:37:05 UTC
fa07029 Issue #26880: Removed redundant checks in set.__init__. 29 April 2016, 08:31:52 UTC
54b60cf Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of itemgetter, attrgetter and methodcaller objects. 29 April 2016, 06:12:25 UTC
6dfcde5 Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of itemgetter, attrgetter and methodcaller objects. 29 April 2016, 06:10:55 UTC
a5ffa2e Closes #26875: Merge with 3.5 28 April 2016, 19:47:33 UTC
42f740d Issue #26875: Fix mmap example Patch by Xiang Zhang. 28 April 2016, 19:47:12 UTC
5031a67 Closes #26874: Merge with 3.5 28 April 2016, 19:40:08 UTC
7f227d9 Issue #26874: Simplify the divmod docstring 28 April 2016, 19:39:50 UTC
54559b6 Closes #26874: Merge with 3.5 28 April 2016, 19:25:32 UTC
4d4160a Issue #26874: Fix divmod docstring 28 April 2016, 19:24:55 UTC
b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument for passing to open. Original patch by Joseph Hackman. 27 April 2016, 20:13:46 UTC
258a5d4 fileinput.hook_encoded() uses builtin open(), not codecs.open(). 27 April 2016, 20:06:41 UTC
a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). 27 April 2016, 20:06:15 UTC
fb7c8ae Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android. 26 April 2016, 15:04:18 UTC
fa935c4 Issue #26854: Android has a different include path for soundcard.h. 26 April 2016, 14:48:48 UTC
8d013a8 Issue #26846: Post commit cleanup. 26 April 2016, 14:34:41 UTC
432dfcf Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android. 26 April 2016, 14:20:17 UTC
back to top