https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
5c26a8a Version bump for 3.4.1. 18 May 2014, 04:46:35 UTC
d08aa47 Rebuild pydoc topics. 18 May 2014, 04:45:01 UTC
3a260d2 Merge. 18 May 2014, 04:05:10 UTC
2110603 Post-release version bump for 3.4.1rc1. Sorry it's late! 18 May 2014, 03:54:44 UTC
b1a1ec3 Upgrade pip to 1.5.6 17 May 2014, 03:02:25 UTC
75e0338 Issue #21430: additions to the description of non-blocking SSL sockets 17 May 2014, 22:55:13 UTC
5eb6b39 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) Patch by Matti Picus. 17 May 2014, 21:59:12 UTC
5d52022 Miscellaneous corrections and updates to the OS X README file. 17 May 2014, 21:30:09 UTC
6936159 Issue #18104: revise docstrings, remove obsolete comments. 16 May 2014, 00:50:10 UTC
2d1ec06 Issue #21364: remove recommendation of broken pattern. 15 May 2014, 20:38:56 UTC
fcbeab5 Issue #21488: Oops, the patch for codecs.encode/decode doc was written by Berker Peksag (already present in Misc/ACKS). The issue was reported by Brad Aylsworth. 14 May 2014, 21:29:38 UTC
429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern with ignore case. Original patch by Matthew Barnett. 14 May 2014, 18:48:17 UTC
946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if binary mode is specified. Patch by Sam Kimbrel. 14 May 2014, 18:08:33 UTC
e2d6690 Issue #21497: faulthandler functions now raise a better error if sys.stderr is None: RuntimeError("sys.stderr is None") instead of AttributeError("'NoneType' object has no attribute 'fileno'"). 14 May 2014, 15:15:50 UTC
e1e04ad Backed out changeset 6ceedbd88b5f 14 May 2014, 15:12:27 UTC
b78c448 Issue #21488: Add support of keyword arguments for codecs.encode and codecs.decode 14 May 2014, 15:10:45 UTC
ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. Patch written by Brad Aylsworth. 14 May 2014, 15:08:45 UTC
ae9d193 #21347: use string not list in shell=True example. Patch by Akira. 14 May 2014, 14:09:52 UTC
23042cd Issue #21470: Do a better job seeding the random number generator to fully cover its state space. 14 May 2014, 05:13:40 UTC
2f46a0e Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. 13 May 2014, 18:15:42 UTC
7664eb0 Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92dbb6231668f403b7360f30fa. 13 May 2014, 16:19:39 UTC
15bec9c - Issue #17756: Fix test_code test when run from the installed location. 13 May 2014, 09:28:12 UTC
8cc67a1 Issue 21469: Add missing news item 13 May 2014, 05:01:46 UTC
122541b Issue 21469: Mitigate risk of false positives with robotparser. * Repair the broken link to norobots-rfc.txt. * HTTP response codes >= 500 treated as a failed read rather than as a not found. Not found means that we can assume the entire site is allowed. A 5xx server error tells us nothing. * A successful read() or parse() updates the mtime (which is defined to be "the time the robots.txt file was last fetched"). * The can_fetch() method returns False unless we've had a read() with a 2xx or 4xx response. This avoids false positives in the case where a user calls can_fetch() before calling read(). * I don't see any easy way to test this patch without hitting internet resources that might change or without use of mock objects that wouldn't provide must reassurance. 13 May 2014, 04:56:33 UTC
73308d6 Merge doc change from 3.3 13 May 2014, 02:41:15 UTC
13266fb Update docs to reflect resurrection of Setuptools over Distribute 13 May 2014, 02:40:49 UTC
08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. 12 May 2014, 23:54:55 UTC
0cc45ba Issue #21398: Fix an unicode error in the pydoc pager when the documentation contains characters not encodable to the stdout encoding. 13 May 2014, 00:05:35 UTC
1c6970f Issue #21418: Fix a crash in the builtin function super() when called without argument and without current frame (ex: embedded Python). 12 May 2014, 23:32:36 UTC
b0539b2 Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess code example 12 May 2014, 21:25:09 UTC
7fe1049 Issue #21422: Add a test to check that bool << int and bool >> int return an int 12 May 2014, 20:35:40 UTC
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
4954f75 Added tag v3.4.1rc1 for changeset c67a19e11a71 04 May 2014, 12:06:45 UTC
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
back to top