| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace normalization. | Tim Peters | 2006-10-18 | 2 | -3/+3 |
|
|
* | ctypes callback functions only support 'fundamental' result types. | Thomas Heller | 2006-10-17 | 1 | -0/+13 |
|
|
* | Fix turtle so that you can launch the demo2 function on its own instead of only | Brett Cannon | 2006-10-16 | 1 | -1/+1 |
|
|
* | Round to int, because some systems support sub-second time stamps in stat, bu... | Martin v. Löwis | 2006-10-15 | 1 | -2/+4 |
|
|
* | Loosen the test for equal time stamps. | Martin v. Löwis | 2006-10-15 | 1 | -1/+1 |
|
|
* | Patch #1576166: Support os.utime for directories on Windows NT+. | Martin v. Löwis | 2006-10-15 | 1 | -0/+7 |
|
|
* | Update the peephole optimizer to remove more dead code (jumps after returns) | Neal Norwitz | 2006-10-14 | 1 | -0/+35 |
|
|
* | Bug #1560179: speed up posixpath.(dir|base)name | Georg Brandl | 2006-10-12 | 1 | -4/+9 |
|
|
* | 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 |
|
|
* | MacOSX: The universal build requires that users have the MacOSX10.4u SDK | Ronald Oussoren | 2006-10-08 | 1 | -0/+16 |
|
|
* | MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using a | Ronald Oussoren | 2006-10-08 | 1 | -1/+4 |
|
|
* | Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault | Hye-Shik Chang | 2006-10-08 | 1 | -0/+10 |
|
|
* | A very minor bug fix: this code looks like it is designed to accept | Armin Rigo | 2006-10-06 | 1 | -1/+2 |
|
|
* | [Bug #1545341] Allow 'classifier' parameter to be a tuple as well as a list. ... | Andrew M. Kuchling | 2006-10-06 | 1 | -1/+1 |
|
|
* | 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 |
|
|