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

sort by:
Revision Author Date Message Commit Date
bf88ffb asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit. 12 May 2014, 17:04:37 UTC
a869fd3 Issue #21383: Allow "make touch" to work when building outside of the source directory. 12 May 2014, 04:45:13 UTC
96089fb Issue #18104: News for 3.4 (which will not merge forward). 12 May 2014, 03:42:43 UTC
8386fda whitespace 12 May 2014, 03:35:09 UTC
06313b7 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin consolidating and improving human-validated tests of Idle. Change other files as needed to work with htest. Running the module as __main__ runs all tests. 12 May 2014, 03:32:32 UTC
23a192d use logical rather than bit and 11 May 2014, 23:17:02 UTC
8e0aa05 Change all references to Unix to POSIX in the subprocess docs. It's more accurate and sounds less like a strange tale of yore. 11 May 2014, 20:28:35 UTC
6436cba Remove the warning-soup from the subprocess documentation by adding a Security Considerations section as preferred by both the devguide and documentation users who do not wish to go insane. 11 May 2014, 20:26:21 UTC
5c8ce18 remove confusing delete indexing (closes #21466) 11 May 2014, 18:18:51 UTC
5e6b5f2 Try to fix issue #21425 workaround for shared library builds 11 May 2014, 17:13:43 UTC
dab4e8a Fix printing out error message when test fails and run with -bb 11 May 2014, 17:05:23 UTC
6b4b8d0 Try workaround for test issues in #21425 11 May 2014, 14:59:16 UTC
9845c7e Issue #21425: Fix flushing of standard streams in the interactive interpreter. 11 May 2014, 11:42:17 UTC
3d1bc60 asyncio: Upstream issue #167: remove dead code, by Marc Schlaich. 10 May 2014, 22:47:15 UTC
877013f Merge 09 May 2014, 17:19:13 UTC
55c2364 Issue21452 Add missing backslash to build path for make_buildinfo 09 May 2014, 17:18:11 UTC
9c18fcf Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar 09 May 2014, 17:01:19 UTC
062fcac Issue #21438: Document what loaders don't require a module name for load_module(). 09 May 2014, 15:55:49 UTC
f26702b Issue #21157: Touch up imp docs to be more explicit about importlib alternatives. 09 May 2014, 14:37:31 UTC
5fbc7b1 Issue #21435: Segfault in gc with cyclic trash Changed the iteration logic in finalize_garbage() to tolerate objects vanishing from the list as a side effect of executing a finalizer. 08 May 2014, 22:42:19 UTC
c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. Patch by akira. 08 May 2014, 22:24:50 UTC
a83ade1 #21300: fix typo 08 May 2014, 14:05:47 UTC
5b74bad Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout argument in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737 08 May 2014, 10:59:52 UTC
ddf3438 The PyCOND_TIMEDWAIT must use microseconds for the timeout argument in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737 08 May 2014, 10:36:27 UTC
e5de66e - Issue #17752: Fix distutils tests when run from the installed location. 07 May 2014, 10:57:44 UTC
8577e5a - Issue #17752: Fix distutils tests when run from the installed location. 07 May 2014, 02:44:42 UTC
e252446 #21300: Clean up the docs for the email "policy" arguments. 07 May 2014, 01:33:18 UTC
3d139d8 asyncio: Fix the second half of issue #21447: race in _write_to_self(). 06 May 2014, 21:42:40 UTC
9fafc9f Add prompts to interactive example. This makes it match the new example below, and allows Sphinx's "hide the prompts and output" feature to work. 06 May 2014, 14:18:17 UTC
8edd532 Issue #21366: Document the fact that ``return`` in a ``finally`` clause overrides a ``return`` in the ``try`` suite. 06 May 2014, 14:07:13 UTC
5280d2e asyncio docs: ProactorEventLoop does not support SSL. 05 May 2014, 14:34:56 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
back to top