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

sort by:
Revision Author Date Message Commit Date
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
526e5ee Issue #8469: Further clarifications and improvements to struct module documentation. Thanks Mads Kiilerich. 15 June 2010, 08:33:03 UTC
019aec2 Add another bunch of items 15 June 2010, 00:38:58 UTC
9933da0 #8993: fix reference. 14 June 2010, 15:58:39 UTC
8fbbc08 Ezio Melotti was missing from Misc/ACKS. 13 June 2010, 12:01:34 UTC
62815e8 Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews. 13 June 2010, 11:07:00 UTC
e979ec8 Issue #8986: erfc was raising OverflowError on Linux for arguments in the (approximate) range (-27.3, 30.0), as a result of an escaped errno value. 13 June 2010, 10:50:29 UTC
8842c35 Revert r80580 due to some unintended side effects. See issue #8202 for details. 13 June 2010, 06:50:39 UTC
bffd62e Grammar fix 12 June 2010, 20:00:55 UTC
8e6c45c Issue #8469: Add standard sizes to table in struct documentation; additional clarifications and documentation tweaks. Backport of revisions 81955-81956 from py3k. 12 June 2010, 18:50:34 UTC
8e5effa fix warning with ucs4 12 June 2010, 17:47:06 UTC
10f08f9 Backport a fix from Py3k for a potentially misleading example 12 June 2010, 13:45:37 UTC
f084aed Update README. 12 June 2010, 09:46:03 UTC
961e6fd Fix gratuitous indentation. 12 June 2010, 09:45:58 UTC
1626980 Add document on how to build. 12 June 2010, 09:45:28 UTC
fd3eff6 Use newer toctree syntax. 12 June 2010, 09:45:01 UTC
3e83ff7 Update version in README. 12 June 2010, 06:45:33 UTC
ab776ce Document that an existing directory raises in mkdir(). 12 June 2010, 06:28:58 UTC
b20ada0 Fix punctuation. 12 June 2010, 06:26:54 UTC
936efc7 Issue #8924: logging: Improved error handling for Unicode in exception text. 11 June 2010, 22:56:50 UTC
cca3a3f Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash the interpreter with characters outside the Basic Multilingual Plane (higher than 0x10000). 11 June 2010, 21:42:26 UTC
c6660cf different spellings are just unacceptable 11 June 2010, 21:40:37 UTC
4022891 Fix possible undefined behaviour from signed overflow in struct module. Backport of revisions 81897, 81898 and 81902 from py3k. 11 June 2010, 20:27:05 UTC
b65bd2e Issue #8362: Add Misc/maintainers.rst: list of module maintainers 11 June 2010, 19:22:28 UTC
fdc1e0d Remove extra ] from itertools.count docstring. 11 June 2010, 02:21:25 UTC
11bd81c Add a few more items 11 June 2010, 01:54:58 UTC
81145c9 #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv() 11 June 2010, 00:23:01 UTC
de0aeaa #5753: update demo.c to use PySys_SetArgvEx(), and add a comment 11 June 2010, 00:16:08 UTC
a0b0c6f Edit comments for current Python; bump version number of Python 11 June 2010, 00:14:34 UTC
33958b8 Fix issue with nested test suites debug method and module setups. (unittest) 10 June 2010, 20:40:21 UTC
83d3576 NEWS update for issue 8948. 10 June 2010, 16:32:00 UTC
1056ca2 fix code formatting 09 June 2010, 19:45:04 UTC
094c53c Fixed markup of tm_isdst attribute. 09 June 2010, 17:08:11 UTC
619f16e Issue #8930: fix some C code indentation 09 June 2010, 16:24:00 UTC
ae1bb9a Typo correction. 09 June 2010, 12:29:56 UTC
0fedb28 Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug(). 08 June 2010, 22:44:52 UTC
d7afd31 Move a variable declration outside of a loop to match what was done in r81843 for py3k. 08 June 2010, 21:15:06 UTC
fa4c59f kill extra word 08 June 2010, 14:53:29 UTC
eabdeba use unicode literals 07 June 2010, 22:33:09 UTC
7dbe3e3 remove extra byte and fix comment 07 June 2010, 22:32:44 UTC
13e934a correctly overflow when indexes are too large 07 June 2010, 22:23:23 UTC
0b41707 Silence deprecation warning in test___all__ caused by an import bsddb. 07 June 2010, 22:00:18 UTC
c4afe29 locale grouping strings should end in '\0' 07 June 2010, 21:37:09 UTC
3ca14e9 #8875: Remove duplicated paragraph 07 June 2010, 13:38:40 UTC
770fd15 Fixed #8909: now the doc details the size of the bitmap used in distutils' bdist_wininst 06 June 2010, 20:05:20 UTC
2f3d9f9 careening towards 2.7rc2 we go 06 June 2010, 02:09:33 UTC
6b177ac tag 2.7's first release candidate 06 June 2010, 00:55:14 UTC
11591c3 fix sphinx warning with an extra space 06 June 2010, 00:54:29 UTC
53e812a remove extra space 06 June 2010, 00:50:58 UTC
0229e84 update pydoc-topics 06 June 2010, 00:49:27 UTC
77d534e bump version to 2.7 rc1 06 June 2010, 00:22:09 UTC
c532c57 Code formatting change. 05 June 2010, 23:58:40 UTC
62c3c79 Replace deprecated fail* methods with the equivalent assert* ones. 05 June 2010, 22:28:10 UTC
8dde201 Documentation updates for issues 8302 and 8351 (truncating excessive diffs in unittest failure messages and reporting SkipTest exceptions in setUpClass and setUpModule as skips rather than errors). 05 June 2010, 21:57:03 UTC
db919f0 Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors. 05 June 2010, 20:59:00 UTC
c1d7c5b Tests for unittest.TestCase.maxDiff. 05 June 2010, 20:33:43 UTC
back to top