| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add MSVC8 project files to create wininst-8.exe. | Martin v. Löwis | 2006-10-04 | 1 | -0/+0 |
|
|
* | Forward-port of r52136,52138: 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 |
|
|
* | Fix for SF bug 1569998: break permitted inside try. | Jeremy Hylton | 2006-10-04 | 1 | -0/+14 |
|
|
* | decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to | Barry Warsaw | 2006-10-04 | 1 | -4/+0 |
|
|
* | Convert test_imp over to unittest. | Brett Cannon | 2006-10-03 | 1 | -29/+33 |
|
|
* | Modified LogRecord.__init__ to make the func parameter optional. (See SF #156... | Vinay Sajip | 2006-10-03 | 1 | -1/+1 |
|
|
* | Add comment explaining that error msgs may be due to user code when | Kurt B. Kaiser | 2006-10-01 | 1 | -0/+2 |
|
|
* | Some syntax errors were being caught by tokenize during the tabnanny | Kurt B. Kaiser | 2006-10-01 | 2 | -6/+8 |
|
|
* | Convert test_import to unittest. | Georg Brandl | 2006-09-30 | 1 | -200/+197 |
|
|
* | 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 #1457823: cgi.(Sv)FormContentDict's constructor now takes | Georg Brandl | 2006-09-30 | 1 | -2/+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 |
|
|
* | Make the error message for when the time data and format do not match clearer. | Brett Cannon | 2006-09-26 | 1 | -1/+1 |
|
|
* | Another crasher. | Armin Rigo | 2006-09-25 | 1 | -0/+36 |
|
|
* | 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/+21 |
|
|
* | Fix webbrowser.BackgroundBrowser on Windows. | Georg Brandl | 2006-09-24 | 1 | -5/+11 |
|
|
* | Make output on test_strptime() be more verbose in face of failure. This is in | Brett Cannon | 2006-09-23 | 1 | -3/+7 |
|
|
* | Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). | Neal Norwitz | 2006-09-22 | 1 | -0/+91 |
|
|
* | * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t | Jack Diederich | 2006-09-21 | 1 | -0/+4 |
|
|
* | Add a "crasher" taken from the sgml bug report referenced in the comment | Neal Norwitz | 2006-09-11 | 1 | -0/+16 |
|
|
* | Forward port of 51850 from release25-maint branch. | Neal Norwitz | 2006-09-11 | 3 | -25/+234 |
|
|
* | Remove the __unicode__ method from exceptions. Allows unicode() to be called | Brett Cannon | 2006-09-09 | 2 | -2/+10 |
|
|
* | The cast function did not accept c_char_p or c_wchar_p instances | Thomas Heller | 2006-09-07 | 1 | -0/+16 |
|
|
* | Anonymous structure fields that have a bit-width specified did not work, | Thomas Heller | 2006-09-07 | 1 | -0/+9 |
|
|
* | Fix the speed regression in inspect.py by adding another cache to speed up ge... | Nick Coghlan | 2006-09-07 | 2 | -2/+28 |
|
|
* | Fixed subprocess bug #1531862 again, after removing tests | Gustavo Niemeyer | 2006-09-07 | 2 | -8/+10 |
|
|
* | 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 |
|
|
* | with and as are now keywords. There are some generated files I can't recreate. | Neal Norwitz | 2006-09-06 | 3 | -7/+7 |
|
|
* | Revert 51758 because it broke all the buildbots | Neal Norwitz | 2006-09-06 | 2 | -46/+8 |
|
|
* | Fixing #1531862: Do not close standard file descriptors in the | Gustavo Niemeyer | 2006-09-06 | 2 | -8/+46 |
|
|
* | [Bug #1526834] Fix crash in pdb when you do 'b f('; | Andrew M. Kuchling | 2006-09-05 | 1 | -1/+1 |
|
|
* | [Bug #1525469] SimpleXMLRPCServer still uses the sys.exc_{value,type} module-... | Andrew M. Kuchling | 2006-09-05 | 1 | -2/+4 |
|
|
* | Fix a few bugs on cjkcodecs found by Oren Tirosh: | Hye-Shik Chang | 2006-09-05 | 2 | -0/+8 |
|
|
* | Bug #1520864 (again): unpacking singleton tuples in list comprehensions and | Neal Norwitz | 2006-09-05 | 1 | -0/+4 |
|
|
* | Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. | Neal Norwitz | 2006-09-05 | 2 | -2/+2 |
|
|
* | This was found by Guido AFAIK on p3yk (sic) branch. | Neal Norwitz | 2006-09-05 | 1 | -1/+1 |
|
|
* | Fix SF bug #1546288, crash in dict_equal. | Neal Norwitz | 2006-09-05 | 1 | -1/+9 |
|
|
* | Add missing svn:eol-style property to text files. | Tim Peters | 2006-09-05 | 1 | -77/+77 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-09-05 | 1 | -78/+77 |
|
|
* | Fix endcase for str.rpartition() | Raymond Hettinger | 2006-09-04 | 1 | -1/+1 |
|
|
* | Hmm, this test has failed at least twice recently on the OpenBSD and | Neal Norwitz | 2006-09-02 | 1 | -1/+12 |
|
|
* | Add missing word in comment | Neal Norwitz | 2006-09-02 | 1 | -1/+1 |
|
|