summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix #8959 by reverting revision 80761.Thomas Heller2010-06-211-0/+4
* #8720: fix inspect regression by teaching getsourcefile about linecache.R. David Murray2010-06-171-0/+3
* Ezio Melotti was missing from Misc/ACKS.Mark Dickinson2010-06-131-0/+1
* Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews.Mark Dickinson2010-06-131-0/+1
* Issue #8986: erfc was raising OverflowError on Linux for arguments inMark Dickinson2010-06-132-0/+5
* Revert r80580 due to some unintended side effects. See issue #8202 for details.Nick Coghlan2010-06-131-0/+4
* Issue #8924: logging: Improved error handling for Unicode in exception text.Vinay Sajip2010-06-111-0/+1
* Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crashAntoine Pitrou2010-06-111-0/+4
* Issue #8362: Add Misc/maintainers.rst: list of module maintainersVictor Stinner2010-06-112-2/+307
* NEWS update for issue 8948.Michael Foord2010-06-101-2/+5
* kill extra wordBenjamin Peterson2010-06-081-2/+2
* correctly overflow when indexes are too largeBenjamin Peterson2010-06-071-0/+3
* Fixed #8909: now the doc details the size of the bitmap used in distutils' bd...Tarek Ziadé2010-06-061-0/+6
* careening towards 2.7rc2 we goBenjamin Peterson2010-06-061-0/+12
* bump version to 2.7 rc1Benjamin Peterson2010-06-062-2/+2
* Updated NEWS file.Michael Foord2010-06-051-0/+7
* Add a NEWS entry for r81758 and clarify a comment.Ezio Melotti2010-06-051-0/+8
* Issue #8899: time.struct_time now has class and atribute docstrings.Alexander Belopolsky2010-06-051-0/+2
* Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return.Mark Dickinson2010-06-051-1/+4
* Issue #8627: remove out-of-date warning about overriding __cmp__Mark Dickinson2010-06-051-0/+3
* #4487: have Charset check with codecs for possible aliases.R. David Murray2010-06-041-0/+3
* Issue #6470: Drop UNC prefix in FixTk.pyMartin v. Löwis2010-06-041-0/+2
* Display installer warning that Windows 2000 won'tMartin v. Löwis2010-06-041-0/+3
* Issue #5464: Implement plural forms in msgfmt.py.Martin v. Löwis2010-06-041-0/+6
* Issue #8864: Define _XOPEN_SOURCE on Solaris for theMartin v. Löwis2010-06-041-1/+2
* #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.R. David Murray2010-06-031-1/+4
* #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.R. David Murray2010-06-031-0/+3
* Issue #7384: If the system readline library is linked against ncurses,Stefan Krah2010-06-031-0/+4
* Issue #8833: tarfile created hard link entries with a sizeLars Gustäbel2010-06-031-0/+3
* #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