https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
95e0b0d Version bump for 3.4.1rc1. 04 May 2014, 12:06:24 UTC
9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. In porting to Argument Clinic, the first two arguments were reversed. 04 May 2014, 11:41:18 UTC
88b5b6d Issue #18604: Skip the Tk instantiation test on OS X because it can cause GUI tests to segfault in Cocoa Tk when run under regrtest -j (multiple threads running subprocesses). 04 May 2014, 02:24:05 UTC
3d678e3 use with blocks to make sure files are closed 04 May 2014, 00:18:50 UTC
f24600e improve test coverage of filecmp (closes #21357) Patch by Diana Clarke. 04 May 2014, 00:07:16 UTC
c992608 Issue 21375: Fix possible Py_ssizet overflow in heapq. 03 May 2014, 22:22:07 UTC
ceced6b Issue #18604: Consolidated checks for GUI availability. test_support._is_gui_available is now defined the same way on every platform, and now includes the Windows-specific check that had been in the Windows version of _is_gui_available and the OSX-specific check that was in tkinter.test.support.check_tk_availability. Also, every platform checks whether Tk can be instantiated (if the platform-specific checks passed). 02 May 2014, 15:51:07 UTC
3d5c9e2 Update to 1.0.1g 01 May 2014, 12:28:48 UTC
d8ea56d Document the subprocess Popen.args attribute (issue21353) 29 April 2014, 18:33:56 UTC
024c5ee Document the subprocess Popen.args attribute (issue21353) 29 April 2014, 18:33:23 UTC
8fb74a3 Issue #21374: Fix pickling of DecimalTuple. 29 April 2014, 16:24:50 UTC
da25109 Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris 29 April 2014, 16:18:37 UTC
a67b97f Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile 29 April 2014, 14:45:33 UTC
1de519c Issue #17386: Update Doc/README.txt to list all targets supported by Doc/Makefile, as well as a bit of modernization, cleanup, and notes about the difference between Unix and Windows. 29 April 2014, 14:26:56 UTC
9393fff Issue #17386: List the 'htmlview' target in the Doc/Makefile help output. 29 April 2014, 14:24:40 UTC
26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev. 29 April 2014, 10:13:46 UTC
9cc9026 Issue #21055: Index (augmented) assignment symbols. 29 April 2014, 05:19:17 UTC
7c895ed Closes 21048: Index 'as' in import and with statements. 29 April 2014, 04:58:56 UTC
43e7cd3 Issue #21026: Augment site doc based on experiments. Patch by Carol Willing. 29 April 2014, 04:31:53 UTC
f9f54a2 Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V. Zaytsev. 28 April 2014, 23:39:03 UTC
9681022 Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. 28 April 2014, 23:23:50 UTC
871dfc4 Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. 28 April 2014, 11:07:06 UTC
94ba146 asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. 27 April 2014, 17:44:22 UTC
83c1ddd asyncio: Be careful accessing instance variables in __del__ (closes #21340). 27 April 2014, 17:33:58 UTC
ae25f46 #18243: Remove obsolete cautionary note from email mktime_tz docs. 26 April 2014, 23:01:18 UTC
e3083d3 make operations on closed dumb databases raise a consistent exception (closes #19385) Patch by Claudiu Popa. 26 April 2014, 20:56:52 UTC
d4992dc shallow defaults to 'True' not '1' (closes #21355) Patch by Diana Clarke. 26 April 2014, 17:36:21 UTC
e472aea Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. 26 April 2014, 12:33:03 UTC
86fe53e #21225: copy docstrings from base classes 25 April 2014, 13:29:30 UTC
dca807b Issue #21346: Fix typo, make message consistent in test_itertools. Pointed out by Brian Kearns. 24 April 2014, 18:22:05 UTC
404b5da "Escape" a character in the middle of "warning" This should stop Buildbot from falsely reporting a warning on Windows bots. 23 April 2014, 17:09:54 UTC
ab2719f fix the test on windows which has different return codes from killed children. 23 April 2014, 15:38:36 UTC
8894ef1 Prevent Sphinx error on whatsnew/changelog 23 April 2014, 15:04:20 UTC
d65ba51 subprocess's Popen.wait() is now thread safe so that multiple threads may be calling wait() or poll() on a Popen instance at the same time without losing the Popen.returncode value. Fixes issue #21291. 23 April 2014, 07:27:17 UTC
9e59967 fix off-by-one error (closes #21330) 23 April 2014, 01:54:10 UTC
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
back to top