summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #1368247: make set_charset/MIMEText automatically encode unicode _payload.R. David Murray2010-06-021-0/+3
* Fix for issue8868: without this patch 'MacOS.WMAvailable()' will returnRonald Oussoren2010-06-021-0/+3
* Issue #8748: Fix incorrect results from comparisons between an integerMark Dickinson2010-05-301-0/+7
* Issue #5211: Complete removal of implicit coercions for the complexMark Dickinson2010-05-301-0/+4
* Issue #1759169: Drop _XOPEN_SOURCE on Solaris.Martin v. Löwis2010-05-281-0/+4
* Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) andVictor Stinner2010-05-271-0/+3
* Issue #7150: Raise OverflowError if the result of adding or subtractingAlexander Belopolsky2010-05-271-0/+3
* Added Andrej Krpic. (Thanks for issue #7879 patch.)Alexander Belopolsky2010-05-261-0/+1
* Issue #7449: Skip test_socketserver if threading support is disabledVictor Stinner2010-05-261-0/+2
* Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding andVictor Stinner2010-05-251-0/+3
* Add Alexander Belopolsky.Martin v. Löwis2010-05-251-0/+3
* Fix #2810 - handle the case where some registry calls returnBrian Curtin2010-05-251-0/+3
* Make the contributor list alphabetical again.Brett Cannon2010-05-251-1/+1
* Add the author of the last fix (Issue #6662)Victor Stinner2010-05-242-1/+3
* Issue #6662: Fix parsing of malformatted charref (&#bad;)Victor Stinner2010-05-241-0/+2
* #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te...Georg Brandl2010-05-241-0/+2
* NEWS rewrap and punctuation consistency.Georg Brandl2010-05-221-212/+206
* Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32Victor Stinner2010-05-221-2/+3
* Issue #3924: Ignore cookies with invalid "version" field in cookielib.Georg Brandl2010-05-221-0/+2
* Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twiceVictor Stinner2010-05-221-0/+3
* Issue #5640: Fix Shift-JIS incremental encoder for error handlers differentVictor Stinner2010-05-211-0/+3
* typoGeorg Brandl2010-05-211-1/+1
* ensure the last line has a trailing newline #8782Benjamin Peterson2010-05-211-0/+3
* return NotImplemented from Mapping when comparing to a non-mapping #8729Benjamin Peterson2010-05-211-0/+3
* Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allowsAntoine Pitrou2010-05-211-0/+8
* Turned out that if you used explicit relative import syntaxBrett Cannon2010-05-201-0/+3
* #8759: Fixed user paths in sysconfig for posix and os2 schemesTarek Ziadé2010-05-191-0/+2
* Issue #7079: Fix a possible crash when closing a file object while usingAntoine Pitrou2010-05-171-0/+3
* Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.Florent Xicluna2010-05-171-0/+2
* Fixed #8688: Distutils now recalculates MANIFEST everytime.Tarek Ziadé2010-05-171-0/+2
* NEWS: strip trailing spacesVictor Stinner2010-05-151-7/+7
* subprocess.Popen.__del__ referenced global objects, which is a no-no thanks toBrett Cannon2010-05-141-0/+4
* test_site was failing under darwin for non-framework builds because a test wasBrett Cannon2010-05-131-0/+8
* Issue #8681: Make the zlib module's error messages more informative whenAntoine Pitrou2010-05-111-0/+3
* Issue #8672: Add a zlib test ensuring that an incomplete stream can beAntoine Pitrou2010-05-111-0/+4
* Issue #8674: Fix incorrect and UB-inducing overflow checks in audioopMark Dickinson2010-05-102-0/+6
* Issue #8490: adds a more solid test suite for asyncoreGiampaolo Rodolà2010-05-101-0/+3
* Remove spurious newlines, and add version number.Antoine Pitrou2010-05-091-4/+2
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-76/+76
* Issue #8644: Improve accuracy of timedelta.total_seconds method.Mark Dickinson2010-05-091-0/+2
* Revert r81012. buildbot problems and its questionable of me to evenGregory P. Smith2010-05-091-2/+0
* Fixes [issue7245] Better Ctrl-C support in pdb.Gregory P. Smith2010-05-081-0/+2
* Skip signal handler re-installation if it is not necessary. Issue 8354.Jean-Paul Calderone2010-05-081-0/+3
* towards 2.7 release candidate 1Benjamin Peterson2010-05-081-0/+12
* bump version to 2.7 beta 2v2.7b2Benjamin Peterson2010-05-082-2/+2
* Revert r80963 - it broke compilation everywhereAntoine Pitrou2010-05-081-3/+0
* Issue #8084: ensure that the --user directoryRonald Oussoren2010-05-081-0/+6
* - Issue #8510: Update to autoconf2.65.Matthias Klose2010-05-081-0/+2
* Fix for issue #7724: make it possible to build usingRonald Oussoren2010-05-081-0/+3
* Issue #8571: Fix an internal error when compressing or decompressing aAntoine Pitrou2010-05-071-0/+4