summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Bug #1567666: Emulate GetFileAttributesExA for Win95.Martin v. Löwis2006-10-151-0/+2
* Patch #1576954: Update VC6 build directory; remove redundantMartin v. Löwis2006-10-151-0/+6
* Bug #1545497: when given an explicit base, int() did ignore NULsGeorg Brandl2006-10-121-0/+3
* Bug #1548891: The cStringIO.StringIO() constructor now encodes unicodeGeorg Brandl2006-10-121-0/+4
* Bug #1565919: document set types in the Language Reference.Georg Brandl2006-10-121-0/+2
* Bug #813342: Start the IDLE subprocess with -Qnew if the parentGeorg Brandl2006-10-121-0/+3
* Bug #1565150: Fix subsecond processing for os.utime on Windows.Martin v. Löwis2006-10-091-0/+2
* Patch #1572724: fix typo ('=' instead of '==') in _msi.c.Georg Brandl2006-10-091-0/+2
* [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list.Andrew M. Kuchling2006-10-091-0/+3
* Backport from trunk r52223:Hye-Shik Chang2006-10-081-0/+3
* Fix #1569998: no break inside try statement (outside loop) allowed.Georg Brandl2006-10-081-0/+3
* Patch #1542451: fix crash with continue in nested try/finallyGeorg Brandl2006-10-081-0/+2
* [Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OKAndrew M. Kuchling2006-10-051-0/+1
* Forward-port of r52136: a review of overflow-detecting code.Armin Rigo2006-10-041-2/+8
* Fix integer negation and absolute value to not relyMartin v. Löwis2006-10-041-0/+3
* Fix test for uintptr_t. Fixes #1568842.Martin v. Löwis2006-10-021-0/+2
* Bug #1546052: clarify that PyString_FromString(AndSize) copies theGeorg Brandl2006-09-301-0/+3
* Bug #1446043: correctly raise a LookupError if an encoding name givenGeorg Brandl2006-09-301-0/+3
* Bug #1556784: allow format strings longer than 127 characters inGeorg Brandl2006-09-301-0/+3
* Bug #1560617: in pyclbr, return full module name not only for classes,Georg Brandl2006-09-301-0/+3
* Bug #1566602: correct failure of posixpath unittest when $HOME endsGeorg Brandl2006-09-301-0/+3
* Bug #1566663: remove obsolete example from datetime docs.Georg Brandl2006-09-301-0/+2
* Bug #1566800: make sure that EnvironmentError can be called with anyGeorg Brandl2006-09-301-0/+3
* Patch #1567691: super() and new.instancemethod() now don't acceptGeorg Brandl2006-09-301-0/+4
* Bug #1565661: in webbrowser, split() the command for the defaultGeorg Brandl2006-09-301-0/+3
* fix: DB.stat flags and txn keyword arguments were backwards.Gregory P. Smith2006-09-301-0/+2
* Backport rev. 51972:Georg Brandl2006-09-251-0/+2
* Backport rev. 51971:Georg Brandl2006-09-251-0/+2
* Fix a bug in traceback.format_exception_only() that led to an errorGeorg Brandl2006-09-241-0/+4
* Fix a bug in the parser's future statement handling that led to "with"Georg Brandl2006-09-241-0/+4
* Fix webbrowser.BackgroundBrowser on Windows.Georg Brandl2006-09-241-0/+10
* added itertools.count(-n) fixJack Diederich2006-09-211-0/+5
* Backport of fix to allow exception instances to be sliced once again.Brett Cannon2006-09-211-0/+11
* Preparing for 2.5 final.v2.5Anthony Baxter2006-09-182-1/+8
* remove 2.5 final section from NEWS.txt until after rc2 (reduced confusion)v2.5c2Anthony Baxter2006-09-111-7/+0
* preparing for 2.5c2Anthony Baxter2006-09-111-1/+1
* Building with HP's cc on HP-UX turned up a couple of problems.Neal Norwitz2006-09-111-0/+3
* As mentioned on python-dev, reverting patch #1504333 because it introducedNeal Norwitz2006-09-111-0/+2
* Add NEWS entries for ctypes backports.Neal Norwitz2006-09-111-1/+5
* Remove __unicode__ method so that ``unicode(BaseException)`` succeeds.Brett Cannon2006-09-091-0/+3
* Backport inspect.py fix from rev 51803Nick Coghlan2006-09-081-0/+3
* Backport from trunk r51737:Hye-Shik Chang2006-09-071-0/+6
* Fixed bug #1531862: Do not close standard file descriptors in subprocess.Gustavo Niemeyer2006-09-061-0/+2
* Backport bug fix for SF bug report #1546372.Marc-André Lemburg2006-09-061-0/+7
* Fix missing import of the types module in logging.config.Georg Brandl2006-09-061-0/+2
* Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.Georg Brandl2006-09-061-0/+4
* Bug #1550983: emit better error messages for erroneous relativeGeorg Brandl2006-09-061-0/+3
* Bug #1551427: fix a wrong NULL pointer check in the win32 versionGeorg Brandl2006-09-061-0/+3
* Revert 51759 because it broke all the buildbotsNeal Norwitz2006-09-061-2/+0
* Backporting fix for bug #1531862, committed in 51758, into 2.5,Gustavo Niemeyer2006-09-061-0/+2