summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* update to 2.7 finalBenjamin Peterson2010-07-032-2/+2
* update pydoc-topicsBenjamin Peterson2010-07-031-2/+2
* add release dateBenjamin Peterson2010-07-031-3/+3
* Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,Victor Stinner2010-07-031-0/+33
* Submit patch for bug 9144; broken imports due to r81380Jesse Noller2010-07-034-4/+4
* don't require the presence of __getformat__ or __setformat__; use requires_IE...Benjamin Peterson2010-07-021-42/+49
* an AttributeError is perfectly acceptable hereBenjamin Peterson2010-06-301-1/+1
* fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor ...Giampaolo RodolĂ 2010-06-301-9/+15
* mark test depending on ref countingBenjamin Peterson2010-06-301-0/+1
* Issue #9125: Update parser module for "except ... as ..." syntax.Mark Dickinson2010-06-301-0/+6
* Spelling.Mark Dickinson2010-06-291-1/+1
* fix skipping conditionBenjamin Peterson2010-06-281-1/+1
* testcapi tests are definitely cpython onlyBenjamin Peterson2010-06-281-1/+3
* Fix Issue8653 - Docstring for urlunsplit function.Senthil Kumaran2010-06-281-0/+5
* mark tracking tests as implementation detailsBenjamin Peterson2010-06-271-0/+4
* Fix for Issue8883: without this patch test_urllib will failRonald Oussoren2010-06-271-2/+7
* The uuid library on OSX 10.5 seems to contain the same bug as the oneRonald Oussoren2010-06-271-3/+3
* Two small fixes for the support for SDKs on MacOSX:Ronald Oussoren2010-06-271-1/+3
* Untabify.Georg Brandl2010-06-271-2/+2
* #9085: email versions have gotten out of sync, 2.7 is actually 4.0.3.R. David Murray2010-06-261-1/+1
* Fix indentation in recently added test.R. David Murray2010-06-261-1/+1
* #4640: add a test to optparse that proves issue is invalid.R. David Murray2010-06-261-0/+5
* mark implementation detail as suchBenjamin Peterson2010-06-251-0/+1
* this must be a typoBenjamin Peterson2010-06-251-1/+1
* mark implementation detail as suchBenjamin Peterson2010-06-251-0/+1
* prevent assignment to set literalsBenjamin Peterson2010-06-241-0/+6
* cpython only gc testsBenjamin Peterson2010-06-231-0/+3
* mark ref counting as impl detailBenjamin Peterson2010-06-221-4/+3
* must force gc hereBenjamin Peterson2010-06-221-1/+3
* keep UserDict an old-style classBenjamin Peterson2010-06-222-2/+4
* Fix for issue8446:Ronald Oussoren2010-06-222-13/+7
* bump verson to 2.7rc2v2.7rc2Benjamin Peterson2010-06-212-2/+2
* update pydoc-topicsBenjamin Peterson2010-06-211-1/+1
* fix finding visual studio 2008 on 64 bit #8854Benjamin Peterson2010-06-211-4/+14
* Add tests for problems reported in issue 8959.Thomas Heller2010-06-211-0/+35
* Fix #8959 by reverting revision 80761.Thomas Heller2010-06-211-0/+26
* Merge test_strtod and test_float string-to-float conversion tests.Mark Dickinson2010-06-202-102/+6
* Revert r60115Jean-Paul Calderone2010-06-182-5/+3
* Add few words about test.test_genericpath.CommonTestFlorent Xicluna2010-06-171-0/+3
* #8720: fix inspect regression by teaching getsourcefile about linecache.R. David Murray2010-06-172-1/+21
* Issue #8986: erfc was raising OverflowError on Linux for arguments inMark Dickinson2010-06-132-0/+47
* Issue #8924: logging: Improved error handling for Unicode in exception text.Vinay Sajip2010-06-111-1/+7
* Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crashAntoine Pitrou2010-06-111-0/+25
* Fix possible undefined behaviour from signed overflow in struct module.Mark Dickinson2010-06-111-0/+6
* Fix issue with nested test suites debug method and module setups. (unittest)Michael Foord2010-06-102-2/+4
* Typo correction.Michael Foord2010-06-091-1/+1
* Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ...Michael Foord2010-06-084-2/+116
* use unicode literalsBenjamin Peterson2010-06-071-3/+3
* correctly overflow when indexes are too largeBenjamin Peterson2010-06-071-0/+3
* Silence deprecation warning in test___all__ caused by an import bsddb.Ezio Melotti2010-06-071-2/+2