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

sort by:
Revision Author Date Message Commit Date
18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP file, as well as for extracting data. Patch by Thomas Kluyver. 13 May 2016, 10:52:49 UTC
5d1110a merge from 3.5 Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by Chi Hsuan Yen. 13 May 2016, 08:35:29 UTC
9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by Chi Hsuan Yen. 13 May 2016, 08:32:42 UTC
f94ec1b Issue #22274: Merge stderr=STDOUT fix from 3.5 13 May 2016, 07:45:21 UTC
9974092 merge 3.5 13 May 2016, 06:14:28 UTC
07451dd fix indentation of comments in cellobject.c (closes #27011) 13 May 2016, 06:12:21 UTC
c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li 13 May 2016, 01:54:44 UTC
e78592d Make bytes and bytearray subclass tests compatible with base types tests. 12 May 2016, 09:33:21 UTC
ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. 12 May 2016, 07:37:58 UTC
9de7efe Removed duplicated NEWS entity for issue #26881. 11 May 2016, 19:25:05 UTC
ec5d545 Issue #26881: Restored the name of scan_opcodes_25(). It is better to not change this in bugfix release. 11 May 2016, 19:19:49 UTC
3414e4a NEWS message for issue #26977. 11 May 2016, 02:41:19 UTC
bc62aae Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). 11 May 2016, 01:50:13 UTC
228ab1f Issue #21099: Switch applicable importlib tests to use PEP 451 API. 10 May 2016, 22:21:03 UTC
3fa86a0 Make bytes and bytearray subclass tests compatible with base types tests. 12 May 2016, 09:33:41 UTC
1f36443 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. 12 May 2016, 07:39:32 UTC
5787ef6 Issue #27005: Fixed the call of PyObject_CallFunctionObjArgs(). 12 May 2016, 07:32:30 UTC
25885d1 Issue #27005: Optimized the float.fromhex() class method for exact float. 12 May 2016, 07:21:14 UTC
871639a Merge 3.5. 11 May 2016, 19:25:31 UTC
75687f2 Null merge 11 May 2016, 19:20:57 UTC
441581a Update NEWS. 11 May 2016, 03:01:42 UTC
6494449 Merge NEWS update from 3.5 for issue #26977. 11 May 2016, 02:46:40 UTC
0218127 Branch merge for issue 26977 11 May 2016, 01:53:01 UTC
d65018b Fixes #19711: Add tests for reloading namespace packages. 10 May 2016, 21:29:05 UTC
c499f30 Issue #23921: Standardized documentation whitespace formatting. Original patch by James Edwards. 10 May 2016, 09:01:56 UTC
dba9039 Issue #23921: Standardized documentation whitespace formatting. Original patch by James Edwards. 10 May 2016, 09:01:23 UTC
a4dfbe6 merge 3.5 (#26986) 10 May 2016, 06:44:30 UTC
3872350 improve PyFunction_New docs (closes #26986) Patch from Xiang Zhang. 10 May 2016, 06:43:53 UTC
e7041fa Closes #26987: Merge with 3.5 09 May 2016, 19:50:36 UTC
78b5ed9 Issue #26987: Correct implementation to match comment This was inadvertently changed in 644b677c2ae5 to use self._stderr instead of _sys.stderr. 09 May 2016, 19:49:31 UTC
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
back to top