| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update to 2.7 final | Benjamin Peterson | 2010-07-03 | 2 | -2/+2 |
| | | |||||
| * | update pydoc-topics | Benjamin Peterson | 2010-07-03 | 1 | -2/+2 |
| | | |||||
| * | add release date | Benjamin Peterson | 2010-07-03 | 1 | -3/+3 |
| | | |||||
| * | Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, | Victor Stinner | 2010-07-03 | 1 | -0/+33 |
| | | | | | ensure that the input string length is a multiple of the frame size | ||||
| * | Submit patch for bug 9144; broken imports due to r81380 | Jesse Noller | 2010-07-03 | 4 | -4/+4 |
| | | |||||
| * | don't require the presence of __getformat__ or __setformat__; use ↵ | Benjamin Peterson | 2010-07-02 | 1 | -42/+49 |
| | | | | | requires_IEEE_754 globally | ||||
| * | an AttributeError is perfectly acceptable here | Benjamin Peterson | 2010-06-30 | 1 | -1/+1 |
| | | |||||
| * | fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor ↵ | Giampaolo Rodolà | 2010-06-30 | 1 | -9/+15 |
| | | | | | raises an exception | ||||
| * | mark test depending on ref counting | Benjamin Peterson | 2010-06-30 | 1 | -0/+1 |
| | | |||||
| * | Issue #9125: Update parser module for "except ... as ..." syntax. | Mark Dickinson | 2010-06-30 | 1 | -0/+6 |
| | | |||||
| * | Spelling. | Mark Dickinson | 2010-06-29 | 1 | -1/+1 |
| | | |||||
| * | fix skipping condition | Benjamin Peterson | 2010-06-28 | 1 | -1/+1 |
| | | |||||
| * | testcapi tests are definitely cpython only | Benjamin Peterson | 2010-06-28 | 1 | -1/+3 |
| | | |||||
| * | Fix Issue8653 - Docstring for urlunsplit function. | Senthil Kumaran | 2010-06-28 | 1 | -0/+5 |
| | | |||||
| * | mark tracking tests as implementation details | Benjamin Peterson | 2010-06-27 | 1 | -0/+4 |
| | | |||||
| * | Fix for Issue8883: without this patch test_urllib will fail | Ronald Oussoren | 2010-06-27 | 1 | -2/+7 |
| | | | | | | when there is a bare IP address in the "Bypass proxy settings for these Hosts & Domains" list on MacOSX. | ||||
| * | The uuid library on OSX 10.5 seems to contain the same bug as the one | Ronald Oussoren | 2010-06-27 | 1 | -3/+3 |
| | | | | | | | on OSX 10.6, therefore don't use it there either. This fixes issue8621. | ||||
| * | Two small fixes for the support for SDKs on MacOSX: | Ronald Oussoren | 2010-06-27 | 1 | -1/+3 |
| | | | | | | | | | 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. | ||||
| * | Untabify. | Georg Brandl | 2010-06-27 | 1 | -2/+2 |
| | | |||||
| * | #9085: email versions have gotten out of sync, 2.7 is actually 4.0.3. | R. David Murray | 2010-06-26 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
| * | Fix indentation in recently added test. | R. David Murray | 2010-06-26 | 1 | -1/+1 |
| | | |||||
| * | #4640: add a test to optparse that proves issue is invalid. | R. David Murray | 2010-06-26 | 1 | -0/+5 |
| | | |||||
| * | mark implementation detail as such | Benjamin Peterson | 2010-06-25 | 1 | -0/+1 |
| | | |||||
| * | this must be a typo | Benjamin Peterson | 2010-06-25 | 1 | -1/+1 |
| | | |||||
| * | mark implementation detail as such | Benjamin Peterson | 2010-06-25 | 1 | -0/+1 |
| | | |||||
| * | prevent assignment to set literals | Benjamin Peterson | 2010-06-24 | 1 | -0/+6 |
| | | |||||
| * | cpython only gc tests | Benjamin Peterson | 2010-06-23 | 1 | -0/+3 |
| | | |||||
| * | mark ref counting as impl detail | Benjamin Peterson | 2010-06-22 | 1 | -4/+3 |
| | | |||||
| * | must force gc here | Benjamin Peterson | 2010-06-22 | 1 | -1/+3 |
| | | |||||
| * | keep UserDict an old-style class | Benjamin Peterson | 2010-06-22 | 2 | -2/+4 |
| | | | | | Be generous in abc.py to allow this. | ||||
| * | Fix for issue8446: | Ronald Oussoren | 2010-06-22 | 2 | -13/+7 |
| | | | | | | | | | | | * 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. | ||||
| * | bump verson to 2.7rc2v2.7rc2 | Benjamin Peterson | 2010-06-21 | 2 | -2/+2 |
| | | |||||
| * | update pydoc-topics | Benjamin Peterson | 2010-06-21 | 1 | -1/+1 |
| | | |||||
| * | fix finding visual studio 2008 on 64 bit #8854 | Benjamin Peterson | 2010-06-21 | 1 | -4/+14 |
| | | |||||
| * | Add tests for problems reported in issue 8959. | Thomas Heller | 2010-06-21 | 1 | -0/+35 |
| | | |||||
| * | Fix #8959 by reverting revision 80761. | Thomas Heller | 2010-06-21 | 1 | -0/+26 |
| | | |||||
| * | Merge test_strtod and test_float string-to-float conversion tests. | Mark Dickinson | 2010-06-20 | 2 | -102/+6 |
| | | |||||
| * | Revert r60115 | Jean-Paul Calderone | 2010-06-18 | 2 | -5/+3 |
| | | | | | | | | | | | | | 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. | ||||
| * | Add few words about test.test_genericpath.CommonTest | Florent Xicluna | 2010-06-17 | 1 | -0/+3 |
| | | |||||
| * | #8720: fix inspect regression by teaching getsourcefile about linecache. | R. David Murray | 2010-06-17 | 2 | -1/+21 |
| | | | | | | | | | | 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. | ||||
| * | Issue #8986: erfc was raising OverflowError on Linux for arguments in | Mark Dickinson | 2010-06-13 | 2 | -0/+47 |
| | | | | | | the (approximate) range (-27.3, 30.0), as a result of an escaped errno value. | ||||
| * | Issue #8924: logging: Improved error handling for Unicode in exception text. | Vinay Sajip | 2010-06-11 | 1 | -1/+7 |
| | | |||||
| * | Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash | Antoine Pitrou | 2010-06-11 | 1 | -0/+25 |
| | | | | | | the interpreter with characters outside the Basic Multilingual Plane (higher than 0x10000). | ||||
| * | Fix possible undefined behaviour from signed overflow in struct module. | Mark Dickinson | 2010-06-11 | 1 | -0/+6 |
| | | | | | Backport of revisions 81897, 81898 and 81902 from py3k. | ||||
| * | Fix issue with nested test suites debug method and module setups. (unittest) | Michael Foord | 2010-06-10 | 2 | -2/+4 |
| | | |||||
| * | Typo correction. | Michael Foord | 2010-06-09 | 1 | -1/+1 |
| | | |||||
| * | Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ↵ | Michael Foord | 2010-06-08 | 4 | -2/+116 |
| | | | | | class and module teardowns are not run by unittest.TestSuite.debug(). | ||||
| * | use unicode literals | Benjamin Peterson | 2010-06-07 | 1 | -3/+3 |
| | | |||||
| * | correctly overflow when indexes are too large | Benjamin Peterson | 2010-06-07 | 1 | -0/+3 |
| | | |||||
| * | Silence deprecation warning in test___all__ caused by an import bsddb. | Ezio Melotti | 2010-06-07 | 1 | -2/+2 |
| | | |||||
