https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
6a336f6 move sections 03 July 2010, 13:57:30 UTC
0063367 add another line between sections 03 July 2010, 13:56:56 UTC
c60082d update to 2.7 final 03 July 2010, 13:56:13 UTC
6728d14 update pydoc-topics 03 July 2010, 13:53:45 UTC
c670b7e add period; rewrap 03 July 2010, 13:49:23 UTC
743242a add release date 03 July 2010, 13:49:03 UTC
47ab621 add release date 03 July 2010, 13:37:39 UTC
15e5b1b Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, ensure that the input string length is a multiple of the frame size 03 July 2010, 13:36:19 UTC
7b18c93 fix date 03 July 2010, 13:35:13 UTC
af5f5b6 add 2.7 to the license list 03 July 2010, 13:34:32 UTC
2f8c8f4 Submit patch for bug 9144; broken imports due to r81380 03 July 2010, 12:26:02 UTC
2b4eda4 Add link to bytecode docs. 03 July 2010, 10:25:54 UTC
58df679 Add missing target. 03 July 2010, 10:25:47 UTC
91a6334 Fix typo in sys.float_info docs. 03 July 2010, 09:15:09 UTC
2e9d488 Use internal links. 03 July 2010, 08:42:33 UTC
b550b00 Fix role name. 03 July 2010, 08:40:13 UTC
9d8d2a4 Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a paragraph about DeprecationWarnings in cmdline.rst. 03 July 2010, 07:43:04 UTC
1f6e225 Revert r81681 (issue 8810). 03 July 2010, 03:27:12 UTC
0df5a85 don't require the presence of __getformat__ or __setformat__; use requires_IEEE_754 globally 02 July 2010, 23:05:27 UTC
f5e81d6 #9139: the thousands separator is new in 2.7. Also add a missing variable in the example. 02 July 2010, 22:50:39 UTC
e11690a #9139: Add examples for str.format(). 02 July 2010, 22:17:29 UTC
68f5941 Moved period outside paren, where it belongs. 02 July 2010, 21:44:16 UTC
cf76d1f add space 02 July 2010, 19:41:39 UTC
2547ce7 Clarify sys.float_info documentation. 02 July 2010, 18:06:52 UTC
601ec58 Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's New 02 July 2010, 16:01:53 UTC
8c16c5c Fix a couple of minor nits in What's New before the release goes out 02 July 2010, 15:50:14 UTC
0ada39c Grammar and markup fixes. 02 July 2010, 07:33:50 UTC
8a08ce2 trunc does use the special method, though 01 July 2010, 23:35:37 UTC
52a70c4 fix fixer name 01 July 2010, 17:45:52 UTC
7b67062 remove docs about delegating to special methods; it does no such thing 01 July 2010, 15:07:15 UTC
c262a69 an AttributeError is perfectly acceptable here 30 June 2010, 18:41:08 UTC
e00e2f0 fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor raises an exception 30 June 2010, 17:38:28 UTC
10947a6 mark test depending on ref counting 30 June 2010, 17:11:08 UTC
070f0ab Issue #9125: Update parser module for "except ... as ..." syntax. 30 June 2010, 16:27:57 UTC
2037913 Update Demo/parser directory; backport unparse fixes from py3k. 30 June 2010, 14:19:56 UTC
4aa5f6f Issue #1789: clarify that the 'size' column in struct docs refers to standard size. 29 June 2010, 20:09:12 UTC
b322487 group cStringIO docs under its factory function 29 June 2010, 15:18:02 UTC
86aa905 Added information about pickle security and SocketHandler. 29 June 2010, 15:13:14 UTC
1c919a6 Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage. 29 June 2010, 13:28:20 UTC
8586249 Spelling. 29 June 2010, 07:37:25 UTC
0187be0 unparse.py: fix mispaced parentheses in chained comparisons 28 June 2010, 19:54:19 UTC
ce3742c Set svn:eol-style on test_unparse.py. 28 June 2010, 19:38:19 UTC
b83a1ff Fix typo in test_unparse.py. 28 June 2010, 19:34:15 UTC
623b979 Fix some shallow bugs in Demo/parser/unparse.py, and add tests: - insert commas between entries in del statement - left and right shifts were represented as >> and << (respectively); reverse - unindent properly after for: else: or while: else: - add parens around the result of an unary operation - add parens around negative numbers, to avoid turning (-1)**2 into -1**2. 28 June 2010, 19:31:41 UTC
8c996ef Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object. 28 June 2010, 17:07:40 UTC
d6a8e6d fix skipping condition 28 June 2010, 15:41:06 UTC
8eeb1dc testcapi tests are definitely cpython only 28 June 2010, 15:36:40 UTC
5871a8d Fix Issue8653 - Docstring for urlunsplit function. 28 June 2010, 13:56:46 UTC
2af7e6d Fix issue3428 - Document HTTPMessage class. 28 June 2010, 10:54:17 UTC
4c5bc4d remove unused last argument to property_copy 28 June 2010, 02:58:25 UTC
a70e91c mark tracking tests as implementation details 27 June 2010, 22:40:26 UTC
b96fbb8 Fix for Issue8883: without this patch test_urllib will fail when there is a bare IP address in the "Bypass proxy settings for these Hosts & Domains" list on MacOSX. 27 June 2010, 13:59:39 UTC
76002c8 The uuid library on OSX 10.5 seems to contain the same bug as the one on OSX 10.6, therefore don't use it there either. This fixes issue8621. 27 June 2010, 12:43:47 UTC
cd17213 Two small fixes for the support for SDKs on MacOSX: 1) The code that checks if an path should be located in the SDK explicitly excludes /usr/local. This fixes issue9046 2) The SDK variant for filtering "db_dirs_to_check" in setup.py was not doing anything because of a missing assignment. 27 June 2010, 12:36:16 UTC
ad72bcc Untabify. 27 June 2010, 11:24:15 UTC
ec83e3d Two typos. 27 June 2010, 10:55:38 UTC
3d0a602 Fix URL. 27 June 2010, 10:51:44 UTC
817d918 Use designated syntax for optional grammar element. 27 June 2010, 10:49:23 UTC
565569b Confusing punctuation. 27 June 2010, 10:47:47 UTC
21887df Issue 9024: Added :cdata: tag to PyDateTimeAPI 26 June 2010, 18:49:10 UTC
2f06b78 Fix extra space. 26 June 2010, 18:44:42 UTC
62a14db #9085: email versions have gotten out of sync, 2.7 is actually 4.0.3. In 2.5 the email version was bumped to 4.0.2 just before release but after the maintenance branch was set up. The bump was not backported to trunk, and 2.6 went out the door with a version number of 4.0.1. I bumped this to 4.0.2 because of a behavior change, but that makes it look the same as 2.5. So bump it again to 4.0.3. 26 June 2010, 18:39:50 UTC
04a3439 Fix indentation in recently added test. 26 June 2010, 03:27:32 UTC
caf5db7 Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that it is typically used in module initialization function. Thanks Tim Golden for the patch. 26 June 2010, 02:05:19 UTC
32e0681 #4640: add a test to optparse that proves issue is invalid. 26 June 2010, 00:06:44 UTC
cf3e20c mark implementation detail as such 25 June 2010, 22:58:47 UTC
0badae4 this must be a typo 25 June 2010, 21:19:04 UTC
4b26acb mark implementation detail as such 25 June 2010, 20:34:01 UTC
32a16ca Fix indentation of Python code example in C comment. 25 June 2010, 20:19:48 UTC
0dddf60 Issue #9075: In the ssl module, remove the setting of a `debug` flag on an OpenSSL structure. 25 June 2010, 00:03:21 UTC
3db4161 Issue #9020: The Py_IS* macros from pyctype.h should generally only be used with signed/unsigned char arguments. For integer arguments, EOF has to be handled separately. 24 June 2010, 09:33:05 UTC
947ce58 prevent assignment to set literals 24 June 2010, 00:12:40 UTC
5c995c1 remove reverted changed 24 June 2010, 00:02:46 UTC
f6d31cb cpython only gc tests 23 June 2010, 20:29:26 UTC
7ff7825 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. 23 June 2010, 18:12:09 UTC
a4d36a9 Fix misindents in compile.c (for Benjamin). Of course, whoever used the wrong indentation rules needs to be spanked. 22 June 2010, 21:42:05 UTC
7f8ede4 mark ref counting as impl detail 22 June 2010, 20:32:02 UTC
694781b must force gc here 22 June 2010, 20:26:20 UTC
5b9ce31 bump revision 22 June 2010, 19:49:47 UTC
c009735 spacing nit; this isn't C 22 June 2010, 19:45:51 UTC
b913389 remove INT_MAX assertions; they can fail with large Py_ssize_t #9058 22 June 2010, 19:16:37 UTC
bde67df keep UserDict an old-style class Be generous in abc.py to allow this. 22 June 2010, 18:09:02 UTC
3ceab01 The code in _scproxy (a mac specific helper module to detect proxy settings) had the wrong logic for detecting if the checkbox 'Exclude simple hostnames' is checked. This checkin fixes that. As a result the test failure 'Issue8455' goes away on systems where the checkbox is not checked. I'm carefully avoiding saying that is fixes that issue, test_urllib2_localnet assumes that system proxy settings are empty (not just on OSX, see Issue8455 for details). 22 June 2010, 09:32:22 UTC
934f4e1 Fix for issue8446: * Don't import 'ic' in webbrowser, that module is no longer used * Remove 'MacOS' from the list of modules that should emit a Py3kWarning on import. This is needed because one of the earlier tests triggers and import of this extension, and that causes a failure in test_py3kwarn (running test_py3kwarn separately worked fine) With these changes 'make tests' no longer says that test_py3kwarn fails. 22 June 2010, 09:18:28 UTC
4f61259 towards final release 21 June 2010, 17:28:30 UTC
39df204 tag 2.7rc2 21 June 2010, 16:11:51 UTC
bfcedf4 bump verson to 2.7rc2 21 June 2010, 15:57:57 UTC
bb93709 update pydoc-topics 21 June 2010, 15:56:45 UTC
afa1b30 fix finding visual studio 2008 on 64 bit #8854 21 June 2010, 15:27:46 UTC
a45e6d5 Add tests for problems reported in issue 8959. 21 June 2010, 15:01:18 UTC
f180099 Fix #8959 by reverting revision 80761. 21 June 2010, 14:00:24 UTC
0898266 Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up 20 June 2010, 21:45:45 UTC
8019236 Merge test_strtod and test_float string-to-float conversion tests. 20 June 2010, 18:50:19 UTC
c733b32 update emacs section 20 June 2010, 15:12:04 UTC
b33f0c1 Revert r60115 This revision introduced quoting for strings containing | based on a misunderstanding of the commonly used quoting rules used on Windows. | is interpreted by cmd.exe, not by the MS C runtime argv initializer. It only needs to be quoted if it is part of an argument passed through cmd.exe. See issue1300, issue7839, and issue8972. 18 June 2010, 20:00:17 UTC
a37b7af Add few words about test.test_genericpath.CommonTest 17 June 2010, 20:30:56 UTC
0d6908b Fix Issue4452 - Incorrect docstring of os.setpgrp 17 June 2010, 16:38:34 UTC
df1cf30 #8720: fix inspect regression by teaching getsourcefile about linecache. The fix for issue 4050 caused a regression: before that fix, source lines in the linecache would eventually be found by inspect. After the fix inspect reports an error earlier, and the source isn't found. The fix for the fix is to have getsourcefile look in the linecache for the file and return the psuedo-filename if the source is there, just as it already returns it if there is a PEP 302 loader. 17 June 2010, 01:36:52 UTC
a3e3e36 Addressing RDM's review comments on the doc change. 16 June 2010, 17:37:32 UTC
e55a205 Fix Issue8937 - SimpleHTTPServer should contain usage example 16 June 2010, 14:55:31 UTC
back to top