https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
de50cdf fix news header 31 May 2014, 18:22:47 UTC
9c70397 bump to 2.7.7 final 31 May 2014, 18:17:34 UTC
5458ce0 openssl requires nasm (#21462) 31 May 2014, 18:01:37 UTC
577f8cb Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds 30 May 2014, 18:01:15 UTC
672b043 include test data in the windows installer, so tests don't fail (closes #19866) 18 May 2014, 23:32:22 UTC
f6cc6e6 Added tag v2.7.7rc1 for changeset e32e3a9f3902 18 May 2014, 00:36:19 UTC
996bf48 bump to 2.7.7rc1 18 May 2014, 00:31:50 UTC
03b48b1 update pydoc_topics 18 May 2014, 00:30:36 UTC
5918f8f 'sunos' not 'solaris 17 May 2014, 23:33:59 UTC
15773c8 just skip this test on Solaris 17 May 2014, 23:07:53 UTC
6800d93 some platforms apparently don't care about fdopen'ing with a different mode 17 May 2014, 22:50:38 UTC
d3d2363 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) Patch from Matti Picus. 17 May 2014, 21:57:10 UTC
c2a66f2 reindent for consistency 17 May 2014, 21:53:04 UTC
78cceec Document changes to OS X installer configurations for 2.7.7. As of 2.7.8, the 32-bit-only installer will support OS X 10.5 and later systems as is currently done for Python 3.x installers. For 2.7.7 only, we will provide three installers: the legacy deprecated 10.3+ 32-bit-only format; the newer 10.5+ 32-bit-only format; and the unchanged 10.6+ 64-/32-bit format. Although binary installers will no longer be available from python.org as of 2.7.8, it will still be possible to build from source on 10.3.9 and 10.4 systems if necessary. 17 May 2014, 21:29:22 UTC
36f28f7 Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath. 17 May 2014, 01:51:46 UTC
fb371af Issue #18104: revise docstrings, remove obsolete comments. 16 May 2014, 00:49:57 UTC
4c5eced 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:28:48 UTC
07b1615 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. Patch written by Brad Aylsworth. 14 May 2014, 15:07:08 UTC
0eb9ee9 #21347: use string not list in shell=True example. Patch by Akira. 14 May 2014, 14:09:21 UTC
ddb39e7 Issue #21470: Do a better job seeding the random number generator to fully cover its state space. 14 May 2014, 05:09:23 UTC
a5413c4 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, 05:18:50 UTC
c594596 whitespace 12 May 2014, 03:37:26 UTC
00b0bd5 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:20 UTC
8c16605 use logical rather than bit and 11 May 2014, 23:17:02 UTC
3428620 this file now has utf-8 chars 11 May 2014, 23:16:27 UTC
a1ccfb5 cast away warnings 11 May 2014, 23:14:00 UTC
629026a backport hmac.compare_digest to partially implement PEP 466 (closes #21306) Backport from Alex Gaynor. 11 May 2014, 23:11:44 UTC
e9314e4 remove confusing delete indexing (closes #21466) 11 May 2014, 18:18:51 UTC
bd2ab52 Issue #21476 Include idle icon files in Windows installer 11 May 2014, 04:25:54 UTC
d67c0b8 Backport 4e9f1017355f from #3561. This brings the option to install Python on the Windows Path. Committed per Benjamin Peterson's approval on python-dev. 10 May 2014, 17:52:59 UTC
b0acc1b Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as advertised. Patch by Brian Kearns. 08 May 2014, 17:26:04 UTC
9ba90c9 - Issue #17752: Fix distutils tests when run from the installed location. 07 May 2014, 02:41:26 UTC
4773b90 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
1512143 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
9343489 Issue 21375: Fix possible Py_ssizet overflow in heapq. 03 May 2014, 22:27:14 UTC
2460dc8 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 runtktests.check_tk_availability. Also, every platform checks whether Tk can be instantiated (if the platform-specific checks passed). 02 May 2014, 15:33:49 UTC
e9864c5 Issue #19630 Emphasise that the file parameter to marshal.dump must be a real file object 29 April 2014, 15:11:18 UTC
3ec903f 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
f3ae10e Closes #21055: Index (augmented) assignment symbols. 29 April 2014, 05:19:05 UTC
cd3d741 Closes 21048: Index 'as' in import and with statements. 29 April 2014, 04:58:48 UTC
0fe1d0a Closes #21026: Augment site doc based on experiments. Patch by Carol Willing. 29 April 2014, 04:31:46 UTC
b7967cc #21225: copy docstrings from base classes 25 April 2014, 13:29:30 UTC
700c8fe Issue #9291 Add ACKS & NEWS 27 April 2014, 15:39:33 UTC
3c5816f Issue #9291 Do not attempt to re-encode mimetype data read from registry in ANSI mode. Initial patches by Dmitry Jemerov & Vladimir Iofik 27 April 2014, 15:36:47 UTC
9b244ad #18243: Remove obsolete cautionary note from email mktime_tz docs. 26 April 2014, 23:05:03 UTC
32ae437 Issue #17145: Document array.array buffer interface limitations. 26 April 2014, 20:50:25 UTC
807c9da Issue #18944: backport typo fix 26 April 2014, 17:55:59 UTC
d6a1b2b Add NEWS entry for issue21349 26 April 2014, 15:02:38 UTC
3c603f3 Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a TypeError where it previously crashed the interpreter. Patch by Brian Kearns 26 April 2014, 14:47:08 UTC
be580f2 Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize 25 April 2014, 09:51:21 UTC
4e0df17 Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns. 24 April 2014, 18:20:27 UTC
10c7781 fix off-by-one error (closes #21330) 23 April 2014, 01:54:10 UTC
c6606ed Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows from 8.5.2 to 8.5.15. 22 April 2014, 20:36:11 UTC
46b6c08 Issue #21138: Change default reformat paragraph width to PEP 8's 72. 22 April 2014, 05:26:35 UTC
0edf52a Issue 21284: Idle: make test_formatparagraph pass even when a user changes the reformat width in the configuration menu. 22 April 2014, 05:10:57 UTC
8488901 Issue #21311: Avoid exception in _osx_support with non-standard compiler configurations. Patch by John Szakmeister. 19 April 2014, 20:24:03 UTC
f27ec3e - Issue #21285: Refactor and fix curses configure check to always search in a ncursesw directory. 17 April 2014, 18:11:19 UTC
dd967ef #18628: clarify index entry for source file encoding declaration. 17 April 2014, 01:57:38 UTC
0d1e44b #18566: Whitespace 16 April 2014, 03:44:10 UTC
e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. 16 April 2014, 03:38:11 UTC
51f80c1 Issue #21245: updated documentation on exception() method and function. 15 April 2014, 22:11:15 UTC
cb4069c #1704474: mark refleak test as specific to CPython Patch by Christian Hudon. 15 April 2014, 20:44:43 UTC
68e85e5 #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 implementation 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. 15 April 2014, 20:07:52 UTC
49bf4ce whitespace chaps my hide 15 April 2014, 15:01:27 UTC
8f813fe Some cleanup of the subprocess docs in 2.7. Adds a reference to the subprocess32 project in PyPI for posix users. 15 April 2014, 14:59:44 UTC
7fc8a10 add missing NULL check 14 April 2014, 23:57:52 UTC
5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) 14 April 2014, 23:45:46 UTC
f609a3d Backed out changeset 81abb121dc65 14 April 2014, 23:25:36 UTC
81f9071 temporary change to get better debugging from windows bots 14 April 2014, 20:51:29 UTC
f7568e0 Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. 14 April 2014, 20:17:09 UTC
e03d3fd do not generate pipe names in the temporary dir 14 April 2014, 16:24:37 UTC
3e5d87b disallow a negative idx parameter 14 April 2014, 15:43:09 UTC
f10cc46 Issue #20624: Merge exception docs tweak from 3.4 branch. 14 April 2014, 15:33:46 UTC
9a55cd8 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. 14 April 2014, 15:22:33 UTC
6c939cb 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
4624b00 Remove references to the obsolete Mac Carbon modules in the GUI section of the FAQ. 12 April 2014, 16:31:28 UTC
94fb85e Issue #21170: Removed invalid parameter names from unittest doc. Patch by Kushal Das. 11 April 2014, 18:11:00 UTC
5aad46e Issue #21172: isinstance check relaxed from dict to collections.Mapping. 10 April 2014, 06:07:59 UTC
00109c9 teach 2to3 about 'yield from' 10 April 2014, 04:23:18 UTC
da952f3 add matrix multiplication operator support to 2to3 10 April 2014, 04:12:47 UTC
c177b1c Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. 09 April 2014, 23:13:46 UTC
ebd63dc Issue #20644: Keep build-installer.py in sync across active versions. 09 April 2014, 23:12:11 UTC
02ab7a8 make sure fdopen always closes the fd in error cases (closes #21191) 09 April 2014, 19:40:18 UTC
d546009 issue #21190: Fix the docs README link 09 April 2014, 15:41:02 UTC
05bbb8c Issue #21179: Fix description of 'round' function for numbers.Real. 09 April 2014, 11:03:27 UTC
ffc34e8 use imperative 08 April 2014, 14:51:20 UTC
95d8acf PySequence_Fast generally returns a list (#16305) 08 April 2014, 14:50:54 UTC
96c9a35 PySequence_Fast generally returns a list not a tuple (closes #16395) 08 April 2014, 14:48:36 UTC
236d9f8 the name of the slot of nb_multiply not nb_mul 08 April 2014, 14:44:30 UTC
c0f5063 fix verb (closes #21174) 07 April 2014, 23:34:33 UTC
eb6a101 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts 06 April 2014, 17:58:51 UTC
3c0027b use with statement 04 April 2014, 17:59:33 UTC
c2dafe6 explicitly close file object (#21128) 04 April 2014, 17:56:44 UTC
7b26a5a properly explicitly close file (#21128) 04 April 2014, 17:56:26 UTC
d7ffb77 make temporary read-only files writable, so rmtree can remove them (#21128) 04 April 2014, 17:55:56 UTC
b41299e note that the hash of an arbitrary object is only derived from its address (closes #21154) Patch from Armin Rigo. 04 April 2014, 13:58:13 UTC
66d8dbe Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. 04 April 2014, 09:47:53 UTC
352eb4f properly close files in test_zipfile (#20887) Patch by Matti Picus. 03 April 2014, 14:31:25 UTC
0768100 make sure to test UnicodeEncodeError, too 02 April 2014, 19:51:38 UTC
c4e6e0a bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) 02 April 2014, 16:15:06 UTC
back to top