https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
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
d891859 Updated NEWS file. 05 June 2010, 19:51:38 UTC
20e287c Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a skip rather than an error. 05 June 2010, 19:38:42 UTC
ab2eb0e Add a NEWS entry for r81758 and clarify a comment. 05 June 2010, 19:21:32 UTC
e57e50c Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. 1) #8271: when a byte sequence is invalid, only the start byte and all the valid continuation bytes are now replaced by U+FFFD, instead of replacing the number of bytes specified by the start byte. See http://www.unicode.org/versions/Unicode5.2.0/ch03.pdf (pages 94-95); 2) 5- and 6-bytes-long UTF-8 sequences are now considered invalid (no changes in behavior); 3) Add code and tests to reject surrogates (U+D800-U+DFFF) as defined in RFC 3629, but leave it commented out since it's not backward compatible; 4) Change the error messages "unexpected code byte" to "invalid start byte" and "invalid data" to "invalid continuation byte"; 5) Add an extensive set of tests in test_unicode; 6) Fix test_codeccallbacks because it was failing after this change. 05 June 2010, 17:51:07 UTC
3b818bf Issue #8899: time.struct_time now has class and atribute docstrings. 05 June 2010, 14:54:26 UTC
f2c25c5 Fix unittest tests after previous commit. 05 June 2010, 13:48:27 UTC
5fe21ff unittest.TestCase assertion methods inform you when they have omitted an over long diff on failure. Issue 8351. 05 June 2010, 13:38:16 UTC
ec27d91 Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning. 05 June 2010, 13:18:33 UTC
674648e unittest.TestCase.assertDictEqual and assertMultilineEqual provide better default failure messages in the event of long diffs. 05 June 2010, 12:58:39 UTC
77acee9 Fix comment typo. 05 June 2010, 12:51:21 UTC
e4b83e0 Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return. This is just a quick fix: if the warning is turned into an exception, the exception simply gets ignored. 05 June 2010, 12:14:43 UTC
e37d75f Removed the new max_diff argument to assertSequenceEqual. All unittest.TestCase assert methods that use difflib to produce failure messages now truncate overly long messages. New class attribute unittest.TestCase.maxDiff to configure this if necessary. Issue 8351. 05 June 2010, 12:10:52 UTC
23f0d6b Issue #8627: remove out-of-date warning about overriding __cmp__ 05 June 2010, 11:52:24 UTC
a441287 Extract error message truncating into a method (unittest.TestCase._truncateMessage). 05 June 2010, 11:46:59 UTC
0100702 Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual. 05 June 2010, 11:23:51 UTC
9ef5d33 unittest TestLoader test discovery filename matching done in a method. This makes it easier to override the matching strategy in subclasses. No behaviour change in actual implementation. 05 June 2010, 10:39:42 UTC
d5adb5d _PyObject_LookupSpecial returns a new reference 05 June 2010, 02:07:01 UTC
67783b1 fix ref counting 05 June 2010, 01:00:10 UTC
039c585 implement object.__format__ with PyObject_Format 05 June 2010, 00:56:46 UTC
3a2acb5 remove PyType_Ready call; float should be initialized in interpreter startup 05 June 2010, 00:38:22 UTC
2aa6c38 properly lookup the __format__ special method 05 June 2010, 00:32:50 UTC
e7e505b #4487: have Charset check with codecs for possible aliases. Previously, unexpected results occurred when email was passed, for example, 'utf8' as a charset name, since email would accept it but would *not* use the 'utf-8' codec for it, even though Python itself recognises that as an alias for utf-8. Now Charset checks with codecs for aliases as well as its own internal table. Issue 8898 has been opened to change this further in py3k so that all aliasing is routed through the codecs module. 04 June 2010, 19:51:06 UTC
eba67c0 Issue #6470: Drop UNC prefix in FixTk.py Patch by Christop Gohlke and Amaury Forgeot d'Arc. 04 June 2010, 19:39:07 UTC
16b2a5e Display installer warning that Windows 2000 won't be supported in future releases. 04 June 2010, 19:15:32 UTC
5aafc17 Issue #5464: Implement plural forms in msgfmt.py. 04 June 2010, 18:04:42 UTC
26eec58 Issue #8864: Define _XOPEN_SOURCE on Solaris for the multiprocessing module. 04 June 2010, 17:18:42 UTC
fb69501 test verifying the resp object is closed for HEAD response. 04 June 2010, 17:17:09 UTC
dfaced5 Fix issue6312 - close the resp object for HEAD response. 04 June 2010, 16:32:14 UTC
998cc24 Issue #8890: Documentation changed to avoid reference to temporary files - other cases covered. 04 June 2010, 13:41:02 UTC
4d32c9c Detect missing ldd on all systems. 04 June 2010, 09:49:20 UTC
5e2b27b Issue8810: Clearing up docstring for tzinfo.utcoffset. 04 June 2010, 01:51:26 UTC
back to top