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

sort by:
Revision Author Date Message Commit Date
bc62aae Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). 11 May 2016, 01:50:13 UTC
dba9039 Issue #23921: Standardized documentation whitespace formatting. Original patch by James Edwards. 10 May 2016, 09:01:23 UTC
3872350 improve PyFunction_New docs (closes #26986) Patch from Xiang Zhang. 10 May 2016, 06:43:53 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
df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. 08 May 2016, 21:11:59 UTC
02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. 08 May 2016, 20:43:50 UTC
c7cc985 Issue #26156: Make expressions grammar description more semantically correct. 08 May 2016, 18:59:46 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
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
ad1fd34 Fix self.fail() call in test_data_header 07 May 2016, 13:58:41 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
21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. Patch by Georg Brandl. 07 May 2016, 12:41:09 UTC
6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. 07 May 2016, 07:49:07 UTC
64099ea Issue #26889: Fixed hyperlinks formatting. 07 May 2016, 07:05:02 UTC
da7880a Issue #26889: Tweaked xmlrpc.client documentation. 07 May 2016, 05:44:15 UTC
f73a48c Issue 26912: fix broken imports in test_email package. 06 May 2016, 21:35:05 UTC
823c626 Issue 26911: fix import (other problems remain). 06 May 2016, 19:57:57 UTC
bace976 Issue #26957: Remove duplicate 'the' from datetime documentation Patch by Alex Chan. 04 May 2016, 20:25:44 UTC
7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL pointer. 04 May 2016, 18:42:05 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
290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags instead of silently return incorrect result. 04 May 2016, 08:26:42 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
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
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
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
df07173 Regenerate Argument Clinic code for issue #26874. 01 May 2016, 17:33:24 UTC
3803ad4 issue26893: use mro() to examine class heirarchy 01 May 2016, 17:03:53 UTC
dd1bcdf Issue #26711: Fixed the comparison of plistlib.Data with other types. 01 May 2016, 10:36:16 UTC
f5f37d7 Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads(). 01 May 2016, 10:06:43 UTC
d6e6f8b Issue #26898: Fix typo in math.isclose() docstring Patch by Marco Buttu. 01 May 2016, 08:27:37 UTC
ec766d3 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError Patch by Ofer Schwarz. 01 May 2016, 06:06:36 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
aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy Patch by Xiang Zhang. 30 April 2016, 01:03:40 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
5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran 29 April 2016, 11:41:16 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
42f740d Issue #26875: Fix mmap example Patch by Xiang Zhang. 28 April 2016, 19:47:12 UTC
7f227d9 Issue #26874: Simplify the divmod docstring 28 April 2016, 19:39:50 UTC
4d4160a Issue #26874: Fix divmod docstring 28 April 2016, 19:24:55 UTC
a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). 27 April 2016, 20:06:15 UTC
f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs 26 April 2016, 11:41:25 UTC
b9531bc Issue #24715: Improve sort stability example 26 April 2016, 08:11:10 UTC
b3b366d Issue #26634: recursive_repr() now sets __qualname__ of wrapper. Patch by Xiang Zhang. 26 April 2016, 06:30:44 UTC
a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. Reviewed by Martin Panter and Senthil Kumaran. 25 April 2016, 15:16:23 UTC
d3304e3 FileExistsError is raised by mkdir when dir exists Reported by Saul Spatz on docs@ 25 April 2016, 14:27:27 UTC
8724a2a Issue #23662: Document default value of RFC 2109 attributes 25 April 2016, 11:32:19 UTC
685fbed Issue #26837: assertSequenceEqual() now correctly outputs non-stringified differing items (like bytes in the -b mode). This affects assertListEqual() and assertTupleEqual(). 25 April 2016, 05:58:25 UTC
5b6f0aa Remove duplicated tests. There were duplicated methods with the same name and body. 24 April 2016, 20:50:18 UTC
d30829d Issue #26801: shutil.get_terminal_size() now handles the case of stdout is reopened on Windows. Added tests for fallbacks. 24 April 2016, 06:58:43 UTC
e37fc18 Issue #24911: All socket objects are context managers; update examples 24 April 2016, 04:24:36 UTC
887bc96 Issue #23806: Update susp-ignored.csv 24 April 2016, 04:06:15 UTC
8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala. 24 April 2016, 00:32:24 UTC
2ec1bee Issue #19731: Update copyright year in docs.p.o footer See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html for details. Patch by Antoine Pitrou. 24 April 2016, 00:21:13 UTC
4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc 24 April 2016, 00:13:40 UTC
544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst Patch by Corey Brune. 24 April 2016, 00:06:44 UTC
77e543c Issue #21382: Clarify signal.signal() documentation on Windows All signal.SIG* constants may not be defined on Windows so a call like signal.signal(signal.SIGPIPE, lambda signum, frame: sys.exit(1)) will raise an AttributeError. 23 April 2016, 23:59:16 UTC
0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation * Explain how 'error_message_format' is used by 'send_error' method * Mention that 'responses' is used by 'send_response_only' and 'send_error' methods * Replace 'class variables' with 'attributes' Initial patch by Anastasia Filatova. 23 April 2016, 22:51:02 UTC
c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer silently ignore keyword arguments. 23 April 2016, 07:51:39 UTC
95b5f0a fix python 3 mod init function declaration (closes #26827) 23 April 2016, 06:43:10 UTC
585c93d Issue #26733: Disassembling a class now disassembles class and static methods. Patch by Xiang Zhang. 23 April 2016, 06:23:52 UTC
21ce717 Issue23806 - Document the no_proxy environment variable in Python 3 docs. 23 April 2016, 03:34:42 UTC
1046d5c Issue #22359: Disable running cross-compiled _freeze_importlib and pgen Patch by Xavier de Gaye. 23 April 2016, 00:58:44 UTC
19620c5 gdb/libpython.py: inline _type_void_ptr() The function was only called in _sizeof_void_p() 20 April 2016, 16:26:12 UTC
d7a7122 Issue #26799: Fix typo in Misc/NEWS 20 April 2016, 16:23:49 UTC
4e75ca8 python-gdb.py: get C types at runtime Issue #26799: Fix python-gdb.py: don't get once C types when the Python code is loaded, but get C types on demande. The C types can change if python-gdb.py is loaded before the Python executable. Patch written by Thomas Ilsche. 20 April 2016, 16:07:21 UTC
8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments 19 April 2016, 04:03:41 UTC
0d88c65 Backport test_gdb fix for s390x buildbots 19 April 2016, 22:30:14 UTC
b5d164c Mention types.SimpleNamespace in collections.namedtuple doc Issue #26805. 19 April 2016, 18:17:16 UTC
119ebb7 Fix shutil.get_terminal_size() error handling Issue #26801: Fix error handling in shutil.get_terminal_size(), catch AttributeError instead of NameError. Patch written by Emanuel Barry. test_shutil: skip the functional test using "stty size" command if os.get_terminal_size() is missing. 19 April 2016, 20:24:56 UTC
ded4c49 Trivial typo 19 April 2016, 19:50:19 UTC
75b1bdc Replace assert statements with self.assertXxx() calls Sync with upstream, see github.com/python/typing/pull/205 19 April 2016, 16:49:37 UTC
def8072 setup.py: add missing libm dependency Issue #21668: Link audioop, _datetime, _ctypes_test modules to libm, except on Mac OS X. Patch written by Xavier de Gaye. 19 April 2016, 13:58:11 UTC
ddd9917 Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings. 19 April 2016, 09:58:41 UTC
0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and link field limits for multibyte character encodings like utf-8. 19 April 2016, 06:43:17 UTC
472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs Patch by Xiang Zhang. 18 April 2016, 18:20:50 UTC
5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. 18 April 2016, 14:37:41 UTC
c1b5786 Fix test_asyncio.test_timeout_disable() Issue #26777: Fix random failing of the test on the "AMD64 FreeBSD 9.x 3.5" buildbot: File ".../Lib/test/test_asyncio/test_tasks.py", line 2398, in go self.assertTrue(0.09 < dt < 0.11, dt) AssertionError: False is not true : 0.11902812402695417 Replace "< 0.11" with "< 0.15". 18 April 2016, 08:28:42 UTC
d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server Based on patch by Philipp Hagemeister. This fixes a regression caused by revision f4377699fd47. 18 April 2016, 03:45:18 UTC
6aafbd4 Sync test_typing.py with upstream git repo (typing.py was already synced). 18 April 2016, 00:52:05 UTC
6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 17 April 2016, 05:32:47 UTC
50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 Patch by Anthony Sottile. 17 April 2016, 02:17:03 UTC
06172e7 Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 Handle is probably meant to be excluded, and STARTUPINFO will be added to __all__ in 3.6. 16 April 2016, 23:38:25 UTC
b0c04cb fix slice cache finalization to use gc del 16 April 2016, 22:12:29 UTC
8917226 test_support -> support 16 April 2016, 22:02:23 UTC
2b601d3 add gc support to slice (closes #26659) 16 April 2016, 21:47:12 UTC
a07ab29 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. Patch by Aviv Palivoda. 16 April 2016, 14:51:00 UTC
e38415e issue26775 - Improve test coverage for urllib.parse Patch contributed by Luiz Poleto. 16 April 2016, 14:33:15 UTC
23172bd Issue #10838: Run test__all__() everywhere, even if poll() is not available 16 April 2016, 11:28:10 UTC
119e502 Fix typos in code comments and documentation 16 April 2016, 09:28:57 UTC
00ccacc Issue #26638: Fix links to some CLI options and section headings * Disable inappropriate links to Python interpreter options * Correct link to CLI section in zipapp * Make CLI section label in timeit less ambiguous 16 April 2016, 04:59:38 UTC
5de67b1 Issue26748: Enum classes should evaluate as True 14 April 2016, 06:52:09 UTC
b4912b8 Issue #25314: Remove confused statement about const argument 09 April 2016, 03:49:48 UTC
d82da9f Issue #25702: A --with-lto configure option has been added that will enable link time optimizations at build time during a make profile-opt. 15 April 2016, 23:57:04 UTC
1ff6b6a merge heads 15 April 2016, 23:47:15 UTC
ad45ab8 Exclude super long running tests from the PROFILE_TASK for PGO builds. multiprocessing and subprocess tests in particular along with test_asyncore and test_gdb. Running them does not meaningfully add to the profile guidance. 15 April 2016, 23:45:43 UTC
b030991 Issue #26535: Correct docs regarding the struct buffer size 15 April 2016, 23:03:54 UTC
abf797d Issue #26760: Minimally document PyFrameObject 15 April 2016, 19:43:50 UTC
back to top