summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* WindowsError.str should display the windows error code,Thomas Heller2006-10-271-0/+13
* [Patch #1574068 by Scott Dial] urllib and urllib2 were usingAndrew M. Kuchling2006-10-272-6/+6
* [Bug #1575506] The _singlefileMailbox class was using the wrong file object i...Andrew M. Kuchling2006-10-272-1/+17
* [Bug #1576241] Let functools.wraps work with built-in functionsAndrew M. Kuchling2006-10-272-1/+8
* [Backport of r52452]Martin v. Löwis2006-10-271-0/+48
* Patch [ 1583506 ] tarfile.py: 100-char filenames are truncatedGeorg Brandl2006-10-242-1/+28
* Remove passwd.adjunct.byname from list of mapsMartin v. Löwis2006-10-221-0/+7
* ctypes callback functions only support 'fundamental' result types.Thomas Heller2006-10-171-0/+13
* Fix tarfile depending on buggy int('1\0', base) behavior.Georg Brandl2006-10-121-1/+1
* Bug #1545497: when given an explicit base, int() did ignore NULsGeorg Brandl2006-10-121-0/+5
* Bug #1548891: The cStringIO.StringIO() constructor now encodes unicodeGeorg Brandl2006-10-121-0/+22
* Bug #1550524: better heuristics to find correct class definitionGeorg Brandl2006-10-121-2/+17
* Bug #813342: Start the IDLE subprocess with -Qnew if the parentGeorg Brandl2006-10-121-0/+2
* Bug #1565150: Fix subsecond processing for os.utime on Windows.Martin v. Löwis2006-10-091-0/+8
* [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list.Andrew M. Kuchling2006-10-091-1/+1
* Backport of r52236Ronald Oussoren2006-10-081-0/+16
* Backport of r52233Ronald Oussoren2006-10-081-1/+5
* Backport from trunk r52223:Hye-Shik Chang2006-10-081-0/+10
* Fix #1569998: no break inside try statement (outside loop) allowed.Georg Brandl2006-10-081-0/+14
* Patch #1542451: fix crash with continue in nested try/finallyGeorg Brandl2006-10-081-0/+84
* Forward-port of r52136: a review of overflow-detecting code.Armin Rigo2006-10-043-8/+29
* Fix integer negation and absolute value to not relyMartin v. Löwis2006-10-041-0/+1
* decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense toBarry Warsaw2006-10-041-4/+0
* Bug #1446043: correctly raise a LookupError if an encoding name givenGeorg Brandl2006-09-301-1/+1
* Bug #1556784: allow format strings longer than 127 characters inGeorg Brandl2006-09-301-0/+1
* Bug #1560617: in pyclbr, return full module name not only for classes,Georg Brandl2006-09-302-1/+4
* Bug #1566602: correct failure of posixpath unittest when $HOME endsGeorg Brandl2006-09-301-2/+1
* Bug #1566800: make sure that EnvironmentError can be called with anyGeorg Brandl2006-09-301-3/+8
* Patch #1567691: super() and new.instancemethod() now don't acceptGeorg Brandl2006-09-302-0/+15
* Bug #1565661: in webbrowser, split() the command for the defaultGeorg Brandl2006-09-301-1/+1
* Backport rev. 51972:Georg Brandl2006-09-251-0/+91
* Fix a bug in traceback.format_exception_only() that led to an errorGeorg Brandl2006-09-242-1/+5
* Fix a bug in the parser's future statement handling that led to "with"Georg Brandl2006-09-241-0/+17
* Fix webbrowser.BackgroundBrowser on Windows.Georg Brandl2006-09-241-5/+11
* backport of r51950Jack Diederich2006-09-211-0/+4
* Backport of fix to allow exception instances to be sliced once again.Brett Cannon2006-09-211-0/+7
* Preparing for 2.5 final.v2.5Anthony Baxter2006-09-182-1/+6
* preparing for 2.5c2Anthony Baxter2006-09-112-1/+6
* As mentioned on python-dev, reverting patch #1504333 because it introducedNeal Norwitz2006-09-113-25/+234
* Backport rev 51820 from Thomas HellerNeal Norwitz2006-09-111-0/+16
* Backport rev 51819 from Thomas HellerNeal Norwitz2006-09-111-0/+9
* Remove __unicode__ method so that ``unicode(BaseException)`` succeeds.Brett Cannon2006-09-092-2/+10
* Backport inspect.py fix from rev 51803Nick Coghlan2006-09-082-2/+28
* Backport from trunk r51737:Hye-Shik Chang2006-09-072-0/+8
* No, the problem was actually because buildbot uses a StringIO inGustavo Niemeyer2006-09-061-6/+0
* Fixed bug #1531862: Do not close standard file descriptors in subprocess.Gustavo Niemeyer2006-09-062-8/+16
* Fix missing import of the types module in logging.config.Georg Brandl2006-09-061-1/+1
* Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.Georg Brandl2006-09-061-26/+13
* Revert 51759 because it broke all the buildbotsNeal Norwitz2006-09-062-46/+8
* Backporting fix for bug #1531862, committed in 51758, into 2.5,Gustavo Niemeyer2006-09-062-8/+46