| Commit message (Expand) | Author | Age | Files | Lines |
* | WindowsError.str should display the windows error code, | Thomas Heller | 2006-10-27 | 1 | -0/+13 |
|
|
* | [Patch #1574068 by Scott Dial] urllib and urllib2 were using | Andrew M. Kuchling | 2006-10-27 | 2 | -6/+6 |
|
|
* | [Bug #1575506] The _singlefileMailbox class was using the wrong file object i... | Andrew M. Kuchling | 2006-10-27 | 2 | -1/+17 |
|
|
* | [Bug #1576241] Let functools.wraps work with built-in functions | Andrew M. Kuchling | 2006-10-27 | 2 | -1/+8 |
|
|
* | [Backport of r52452] | Martin v. Löwis | 2006-10-27 | 1 | -0/+48 |
|
|
* | Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated | Georg Brandl | 2006-10-24 | 2 | -1/+28 |
|
|
* | Remove passwd.adjunct.byname from list of maps | Martin v. Löwis | 2006-10-22 | 1 | -0/+7 |
|
|
* | ctypes callback functions only support 'fundamental' result types. | Thomas Heller | 2006-10-17 | 1 | -0/+13 |
|
|
* | Fix tarfile depending on buggy int('1\0', base) behavior. | Georg Brandl | 2006-10-12 | 1 | -1/+1 |
|
|
* | Bug #1545497: when given an explicit base, int() did ignore NULs | Georg Brandl | 2006-10-12 | 1 | -0/+5 |
|
|
* | Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode | Georg Brandl | 2006-10-12 | 1 | -0/+22 |
|
|
* | Bug #1550524: better heuristics to find correct class definition | Georg Brandl | 2006-10-12 | 1 | -2/+17 |
|
|
* | Bug #813342: Start the IDLE subprocess with -Qnew if the parent | Georg Brandl | 2006-10-12 | 1 | -0/+2 |
|
|
* | Bug #1565150: Fix subsecond processing for os.utime on Windows. | Martin v. Löwis | 2006-10-09 | 1 | -0/+8 |
|
|
* | [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. | Andrew M. Kuchling | 2006-10-09 | 1 | -1/+1 |
|
|
* | Backport of r52236 | Ronald Oussoren | 2006-10-08 | 1 | -0/+16 |
|
|
* | Backport of r52233 | Ronald Oussoren | 2006-10-08 | 1 | -1/+5 |
|
|
* | Backport from trunk r52223: | Hye-Shik Chang | 2006-10-08 | 1 | -0/+10 |
|
|
* | Fix #1569998: no break inside try statement (outside loop) allowed. | Georg Brandl | 2006-10-08 | 1 | -0/+14 |
|
|
* | Patch #1542451: fix crash with continue in nested try/finally | Georg Brandl | 2006-10-08 | 1 | -0/+84 |
|
|
* | Forward-port of r52136: a review of overflow-detecting code. | Armin Rigo | 2006-10-04 | 3 | -8/+29 |
|
|
* | Fix integer negation and absolute value to not rely | Martin v. Löwis | 2006-10-04 | 1 | -0/+1 |
|
|
* | decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to | Barry Warsaw | 2006-10-04 | 1 | -4/+0 |
|
|
* | Bug #1446043: correctly raise a LookupError if an encoding name given | Georg Brandl | 2006-09-30 | 1 | -1/+1 |
|
|
* | Bug #1556784: allow format strings longer than 127 characters in | Georg Brandl | 2006-09-30 | 1 | -0/+1 |
|
|
* | Bug #1560617: in pyclbr, return full module name not only for classes, | Georg Brandl | 2006-09-30 | 2 | -1/+4 |
|
|
* | Bug #1566602: correct failure of posixpath unittest when $HOME ends | Georg Brandl | 2006-09-30 | 1 | -2/+1 |
|
|
* | Bug #1566800: make sure that EnvironmentError can be called with any | Georg Brandl | 2006-09-30 | 1 | -3/+8 |
|
|
* | Patch #1567691: super() and new.instancemethod() now don't accept | Georg Brandl | 2006-09-30 | 2 | -0/+15 |
|
|
* | Bug #1565661: in webbrowser, split() the command for the default | Georg Brandl | 2006-09-30 | 1 | -1/+1 |
|
|
* | Backport rev. 51972: | Georg Brandl | 2006-09-25 | 1 | -0/+91 |
|
|
* | Fix a bug in traceback.format_exception_only() that led to an error | Georg Brandl | 2006-09-24 | 2 | -1/+5 |
|
|
* | Fix a bug in the parser's future statement handling that led to "with" | Georg Brandl | 2006-09-24 | 1 | -0/+17 |
|
|
* | Fix webbrowser.BackgroundBrowser on Windows. | Georg Brandl | 2006-09-24 | 1 | -5/+11 |
|
|
* | backport of r51950 | Jack Diederich | 2006-09-21 | 1 | -0/+4 |
|
|
* | Backport of fix to allow exception instances to be sliced once again. | Brett Cannon | 2006-09-21 | 1 | -0/+7 |
|
|
* | Preparing for 2.5 final.v2.5 | Anthony Baxter | 2006-09-18 | 2 | -1/+6 |
|
|
* | preparing for 2.5c2 | Anthony Baxter | 2006-09-11 | 2 | -1/+6 |
|
|
* | As mentioned on python-dev, reverting patch #1504333 because it introduced | Neal Norwitz | 2006-09-11 | 3 | -25/+234 |
|
|
* | Backport rev 51820 from Thomas Heller | Neal Norwitz | 2006-09-11 | 1 | -0/+16 |
|
|
* | Backport rev 51819 from Thomas Heller | Neal Norwitz | 2006-09-11 | 1 | -0/+9 |
|
|
* | Remove __unicode__ method so that ``unicode(BaseException)`` succeeds. | Brett Cannon | 2006-09-09 | 2 | -2/+10 |
|
|
* | Backport inspect.py fix from rev 51803 | Nick Coghlan | 2006-09-08 | 2 | -2/+28 |
|
|
* | Backport from trunk r51737: | Hye-Shik Chang | 2006-09-07 | 2 | -0/+8 |
|
|
* | No, the problem was actually because buildbot uses a StringIO in | Gustavo Niemeyer | 2006-09-06 | 1 | -6/+0 |
|
|
* | Fixed bug #1531862: Do not close standard file descriptors in subprocess. | Gustavo Niemeyer | 2006-09-06 | 2 | -8/+16 |
|
|
* | Fix missing import of the types module in logging.config. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. | Georg Brandl | 2006-09-06 | 1 | -26/+13 |
|
|
* | Revert 51759 because it broke all the buildbots | Neal Norwitz | 2006-09-06 | 2 | -46/+8 |
|
|
* | Backporting fix for bug #1531862, committed in 51758, into 2.5, | Gustavo Niemeyer | 2006-09-06 | 2 | -8/+46 |
|
|