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

sort by:
Revision Author Date Message Commit Date
cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). Thanks to Antony Lee for the report and preliminary patch. 22 April 2014, 22:34:15 UTC
9573638 Issue #21138: Change default reformat paragraph width to PEP 8's 72. 22 April 2014, 05:26:41 UTC
d5d4c4e Issue 21284: Idle: make test_formatparagraph pass even when a user changes the reformat width in the configuration menu. 22 April 2014, 05:11:03 UTC
4a63923 NEWS entry for #15002 20 April 2014, 16:44:11 UTC
6117e5d urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser) facility. Provides a better way to handle file descriptor close. Address issue #15002 . Patch contributed by Christian Theune. 20 April 2014, 16:41:29 UTC
9077d24 #12220: improve minidom error when URI contains spaces. Fix by 'amathew', test by Marek Stepniowski. 20 April 2014, 04:46:05 UTC
09ae544 Issue #11571: Ensure that the turtle window becomes the topmost window when launched on OS X. (Original patch by Ronald Oussoren) 20 April 2014, 02:11:14 UTC
f31b478 Issue #21311: Avoid exception in _osx_support with non-standard compiler configurations. Patch by John Szakmeister. 19 April 2014, 20:25:29 UTC
3d050dd #9364: Improve the text printed by help(pydoc) and help(help). 19 April 2014, 16:59:30 UTC
658af31 Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. 19 April 2014, 06:13:23 UTC
bddecc3 Issue #21232: Replace .splitlines arg '1' with 'keepends=True'. 18 April 2014, 21:00:19 UTC
a37ff0f Issue #21289: Fix documentation building on Windows using Doc/make.bat. Also fixes a long-standing typo in Doc/README.txt. Initial patch by Dave Sawyer. 18 April 2014, 20:10:40 UTC
14d7fab NEWS for latest asyncio commit. 18 April 2014, 16:21:26 UTC
0cbc768 asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). 15 April 2014, 19:06:34 UTC
715ef02 Fix a typo in the docstring of nb_index. 18 April 2014, 14:23:14 UTC
ea42b4c Fix a typo in the signature for object.__ge__ 18 April 2014, 14:14:31 UTC
5edbb7b correct len signature in docstring (closes #21294) 18 April 2014, 05:03:59 UTC
d065c48 fix ref count annotations on sphinx >= 1.2.1 (closes #21286) 17 April 2014, 22:29:01 UTC
1a4f561 - Issue #21285: Refactor and fix curses configure check to always search in a ncursesw directory. 17 April 2014, 18:13:44 UTC
4a173bc Fixes for KFreeBSD and the Hurd: - Issue #21274: Define PATH_MAX for GNU/Hurd in Python/pythonrun.c. - Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd. - Issue #21275: Fix a socket test on KFreeBSD. 17 April 2014, 17:47:16 UTC
a3818a3 - Issue #15234: For BerkelyDB and Sqlite, only add the found library and include directories if they aren't already being searched. This avoids an explicit runtime library dependency. 17 April 2014, 15:52:48 UTC
aad7cc9 Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Closes #21248 17 April 2014, 03:43:34 UTC
8b4a272 Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #21229 17 April 2014, 03:33:02 UTC
f7f9818 #18628: clarify index entry for source file encoding declaration. Patch by Sam Lucidi. 17 April 2014, 01:48:04 UTC
fa873f6 remove superfluous and useless line 16 April 2014, 20:16:37 UTC
c844b00 use the called property of the run_pip mock rather than an assertion method that doesn't exist 16 April 2014, 20:06:39 UTC
cad2bf2 Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers attribute further. Initial patch by Caelyn McAulay. 16 April 2014, 17:56:19 UTC
c043061 Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #21015 16 April 2014, 16:33:39 UTC
7f84d1e #18566: Whitespace 16 April 2014, 03:44:14 UTC
6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. 16 April 2014, 03:38:18 UTC
45278a8 #1704474: mark refleak test as specific to CPython Patch by Christian Hudon. 15 April 2014, 20:44:43 UTC
7646620 #15840: make docs consistent by saying operations on closed files raise ValueError. Patch by Caelyn McAulay. Neither Caelyn nor I could find any cases in 2.7 or 3.4/5 where an operation on a closed stream raised IOError; generally the C implementations have a macro to check for the stream being closed, and these macros all raised ValueError. If we find any, a new bug should be opened. 16 April 2014, 01:11:36 UTC
fc1020d #20874: reflow paragraph. 16 April 2014, 00:26:54 UTC
0e0e391 #20874: update tutorial wording: sophisticated line editing is now standard. Patch by Rafael Mejia. 16 April 2014, 00:25:18 UTC
65425b4 Issue #21245: updated documentation on exception() method and function. 15 April 2014, 22:13:12 UTC
ebc1a30 Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. 15 April 2014, 21:21:08 UTC
d943fde Run test_urllib2_localnet tests using unittest.main(). Capture threads in the setUpModule and cleanup threads in the tearDownModule. 15 April 2014, 20:36:43 UTC
484f8a8 Closes Issue 21222. Passing name keyword argument to mock.create_autospec now works. 15 April 2014, 19:35:50 UTC
9574355 - Issue #21223: Pass test_site/test_startup_imports when some of the extensions are built as builtins. 15 April 2014, 18:37:54 UTC
09cc169 asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctly Issue #21209. 15 April 2014, 16:01:16 UTC
809f90f Reverted 16efa8d27e4c after discussion with Eric. 15 April 2014, 12:52:21 UTC
1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. 15 April 2014, 10:18:10 UTC
a0d1073 Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. 15 April 2014, 07:05:02 UTC
9417764 misc.news: Remove whitespace 15 April 2014, 02:22:36 UTC
f15f748 asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 Closes issue #21209. 15 April 2014, 02:21:52 UTC
cfdd016 Invoke test_urllibnet tests using unittest.main function 15 April 2014, 01:31:41 UTC
fe0e108 #15104: add backtick code markup. 14 April 2014, 22:53:51 UTC
afb151a #17498: Defer SMTPServerDisconnected errors until the next command. Normally an SMTP server will return an error, and smtplib will then issue an RSET to return the connection to the known starting state. Some servers, however, disconnect after issuing certain errors. When we issue the RSET, this would result in raising an SMTPServerDisconnected error, *instead* of returning the error code the user of the library was expecting. This fix makes the internal RSET calls ignore the disconnection so that the error code is returned. The user of the library will then get the SMTPServerDisconnected error the next time they try to talk to the server. Patch by Kushal Das. 14 April 2014, 22:21:38 UTC
4a24d09 merge heads 14 April 2014, 20:48:39 UTC
bcb6b05 Issue #13598: Added acknowledgements to Misc/NEWS. 14 April 2014, 20:46:52 UTC
6b3e87d merge heads 14 April 2014, 20:45:49 UTC
b735f52 merge heads 14 April 2014, 20:43:58 UTC
7ce9074 Issue #13598: Add auto-numbering of replacement fields to string.Formatter. 14 April 2014, 20:43:50 UTC
d8e24f1 Convert urllib.request parse_proxy doctests to unittests. 14 April 2014, 20:32:20 UTC
efeb9da Add conditional code for android's lack of definition of SYS_getdent64. Fixes issue20307. No Misc/NEWS entry because frankly this is an esoteric platform for anyone to be figuring out how to cross compile CPython for. 14 April 2014, 20:31:21 UTC
01bafdc Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works 14 April 2014, 20:09:42 UTC
061cb3b #15104: improve the discussion of __main__. Patch by Sam Lucidi. 14 April 2014, 19:04:47 UTC
1343b25 Fix the NEWS Entry item. (Thanks Stéphane Wirtel) 14 April 2014, 18:32:20 UTC
44da19a #18518: mention that including a return statement changes/breaks the behaviour 14 April 2014, 17:39:43 UTC
40470e0 do not generate pipe names in the temporary dir 14 April 2014, 16:24:37 UTC
9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath. 14 April 2014, 17:07:56 UTC
b814057 merge 3.3 14 April 2014, 16:16:07 UTC
98816bd merge 3.2 14 April 2014, 16:15:58 UTC
49991de fix poor spelling 14 April 2014, 16:15:28 UTC
2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. 14 April 2014, 15:55:10 UTC
70d92a9 merge 3.3 14 April 2014, 15:48:21 UTC
9beee04 merge 3.2 14 April 2014, 15:46:51 UTC
6ef2b36 disallow a negative idx parameter 14 April 2014, 15:45:21 UTC
1b16436 Merge 14 April 2014, 15:26:38 UTC
d2623d7 Issue 20968. unittest.mock.MagicMock now supports division 14 April 2014, 15:23:48 UTC
abf079d Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception. 14 April 2014, 15:20:12 UTC
604453c #21169: add comment and doc update for getpass change. 14 April 2014, 14:28:58 UTC
04d8a24 Fix faq example with division. 14 April 2014, 11:52:53 UTC
fc9a4d8 Fix text about int() with octal numbers. Closes #21212. 14 April 2014, 11:41:52 UTC
f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) Debugged by Victor. 14 April 2014, 03:52:01 UTC
584f5cb merge 3.3 14 April 2014, 02:31:42 UTC
156285c merge 3.2 14 April 2014, 02:28:16 UTC
99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index Bug reported by Guido Vranken. 14 April 2014, 02:10:38 UTC
d5aa487 #21169: fix getpass to use replace error handler on UnicodeEncodeError. If the input stream encoding couldn't encode one or more of the non-ascii characters in the prompt, it would fail, throwing a UnicodeEncodeError. Now if that happens we re-encoding using the 'replace' error handler. Patch by Kushal Das. 14 April 2014, 02:07:39 UTC
e544f9a Issue #20635: Added tests for Tk geometry managers. 13 April 2014, 16:52:23 UTC
a39938f Issue #21171: Fixed undocumented filter API of the rot13 codec. Patch by Berker Peksag. 13 April 2014, 14:07:04 UTC
ecd9e8a Remove references to the obsolete Mac Carbon modules in the GUI section of the FAQ. 12 April 2014, 16:32:04 UTC
f98021c Issue #21170: Removed invalid parameter names from unittest doc. Patch by Kushal Das. 11 April 2014, 18:11:11 UTC
1b76114 Issue #21172: isinstance check relaxed from dict to collections.Mapping. 10 April 2014, 06:12:19 UTC
0654be1 teach 2to3 about 'yield from' 10 April 2014, 04:23:18 UTC
4ab92c8 add matrix multiplication operator support to 2to3 10 April 2014, 04:12:47 UTC
0134a35 Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. 09 April 2014, 23:16:08 UTC
9978a93 Issue #20644: Keep build-installer.py in sync across active versions. 09 April 2014, 23:15:20 UTC
f3ddcc9 issue #21190: Fix the broken docs download link 09 April 2014, 15:44:34 UTC
490e53b Issue #21097: Update Makefile with changed install locations of test directories. 09 April 2014, 01:54:49 UTC
7e60f51 Issue #20644: OS X installer build support for documentation build changes in 3.4.1: assume externally supplied sphinx-build is available in /usr/bin. 07 April 2014, 19:10:21 UTC
af8a4df docs: Better wording for __objclass__ docs. Issue #19281 08 April 2014, 18:00:35 UTC
d3f918c docs: Document __objclass__. Closes #19281. Initial patch by Nick Coghlan 08 April 2014, 16:03:07 UTC
0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 08 April 2014, 15:28:02 UTC
7ddf3eb use imperative 08 April 2014, 14:51:20 UTC
ce0700a PySequence_Fast generally returns a list not a tuple (closes #16395) 08 April 2014, 14:48:36 UTC
f0f7844 the name of the slot of nb_multiply not nb_mul 08 April 2014, 14:44:30 UTC
222ef82 fix verb (closes #21174) 07 April 2014, 23:34:33 UTC
1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if path and sock are specified at the same time. 07 April 2014, 09:18:54 UTC
4bd652a asyncio: Document Task.cancel() properly. 07 April 2014, 09:18:06 UTC
back to top