| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. | Neal Norwitz | 2006-07-12 | 1 | -0/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-07-10 | 1 | -1/+1 |
|
|
* | After approval from Anthony, merge the tim-current_frames | Tim Peters | 2006-07-10 | 1 | -0/+61 |
|
|
* | Make it possible to run test_subprocess.py with Python 2.2, which lacks test_... | Peter Astrand | 2006-07-10 | 1 | -3/+6 |
|
|
* | Fix SF#1516184 and add a test to prevent regression. | Phillip J. Eby | 2006-07-10 | 1 | -0/+10 |
|
|
* | Bug #1512814, Fix incorrect lineno's when code at module scope | Neal Norwitz | 2006-07-10 | 1 | -0/+10 |
|
|
* | On 64 bit systems, int literals that use less than 64 bits are now ints | Neal Norwitz | 2006-07-09 | 1 | -0/+15 |
|
|
* | Fix SF bug 1441486: bad unary minus folding in compiler. | Neil Schemenauer | 2006-07-09 | 1 | -0/+4 |
|
|
* | Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. | Neil Schemenauer | 2006-07-09 | 2 | -1/+12 |
|
|
* | Add an additional test for bug #1519018. | Georg Brandl | 2006-07-08 | 1 | -0/+2 |
|
|
* | Fix SF bug #1519018: 'as' is now validated properly in import statements | Neal Norwitz | 2006-07-08 | 1 | -0/+4 |
|
|
* | Restore rev 47014: | Neal Norwitz | 2006-07-07 | 4 | -5/+32 |
|
|
* | Test using all CJK encodings for the testcases which don't require | Hye-Shik Chang | 2006-07-06 | 1 | -6/+26 |
|
|
* | Add a testcase for r47086 which fixed a bug in codec_getstreamcodec(). | Hye-Shik Chang | 2006-07-06 | 1 | -1/+9 |
|
|
* | Revert the __module_name__ changes made in rev 47142. We'll revisit this in P... | Nick Coghlan | 2006-07-06 | 1 | -13/+5 |
|
|
* | A couple of examples about how to attack the fact that _PyType_Lookup() | Armin Rigo | 2006-07-06 | 2 | -0/+67 |
|
|
* | Fix bug in passing tuples to string.Template. All other values (with working | Thomas Wouters | 2006-07-05 | 1 | -0/+7 |
|
|
* | Put method-wrappers into trashcan. Fixes #927248. | Martin v. Löwis | 2006-07-03 | 1 | -0/+8 |
|
|
* | Bug #1417699: Reject locale-specific decimal point in float() | Martin v. Löwis | 2006-07-03 | 2 | -3/+17 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-07-03 | 1 | -1/+1 |
|
|
* | Correct arithmetic in access on Win32. Fixes #1513646. | Martin v. Löwis | 2006-07-02 | 1 | -0/+14 |
|
|
* | SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data | Fred Drake | 2006-07-01 | 2 | -56/+21 |
|
|
* | Release all forwarded functions in .close. Fixes #1513223. | Martin v. Löwis | 2006-07-01 | 1 | -2/+17 |
|
|
* | Added duplicate call to fileConfig() to ensure that it cleans up after itself... | Vinay Sajip | 2006-07-01 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-30 | 1 | -4/+4 |
|
|
* | This should fix the buildbot failure on s/390 which can't connect to gmail.org. | Neal Norwitz | 2006-06-29 | 1 | -6/+9 |
|
|
* | Add new utility function, reap_children(), to test_support. This should | Neal Norwitz | 2006-06-29 | 13 | -8/+52 |
|
|
* | SF bug #1504333: sgmlib should allow angle brackets in quoted values | Fred Drake | 2006-06-29 | 1 | -0/+15 |
|
|
* | A couple of crashers of the "won't fix" kind. | Armin Rigo | 2006-06-28 | 2 | -0/+26 |
|
|
* | Make full module name available as __module_name__ even when __name__ is set ... | Nick Coghlan | 2006-06-28 | 1 | -5/+13 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-27 | 2 | -3/+3 |
|
|
* | Attempt to fix build failure on OS X and Debian alpha; the symptom is | Andrew M. Kuchling | 2006-06-26 | 1 | -1/+1 |
|
|
* | Windows doesn't have os.fork(). I'll just disable this test for now | Andrew M. Kuchling | 2006-06-26 | 1 | -0/+2 |
|
|
* | Add a test for a conflicting lock. | Andrew M. Kuchling | 2006-06-26 | 1 | -0/+22 |
|
|
* | - SF bug #853506: IP6 address parsing in sgmllib | Fred Drake | 2006-06-23 | 1 | -8/+42 |
|
|
* | Make it possible to run test_subprocess.py on Python 2.2, which lacks test_su... | Peter Astrand | 2006-06-22 | 1 | -1/+2 |
|
|
* | 'warning's was improperly requiring that a command-line Warning category be | Brett Cannon | 2006-06-22 | 1 | -0/+13 |
|
|
* | Test for correct compilation of try-except-finally stmt. | Georg Brandl | 2006-06-22 | 1 | -0/+15 |
|
|
* | Fix for an obscure bug introduced by revs 46806 and 46808, with a test. | Armin Rigo | 2006-06-21 | 1 | -0/+12 |
|
|
* | Patch #1509001: expected skips for netbsd3. | Georg Brandl | 2006-06-21 | 1 | -0/+31 |
|
|
* | Make test_fcntl aware of netbsd3. | Georg Brandl | 2006-06-21 | 1 | -3/+4 |
|
|
* | At the C level, tuple arguments are passed in directly to the exception | Brett Cannon | 2006-06-21 | 1 | -4/+4 |
|
|
* | Fix typo of exception name. | Brett Cannon | 2006-06-20 | 1 | -1/+1 |
|
|
* | Raise TestSkipped when the test socket connection is refused. | Brett Cannon | 2006-06-20 | 1 | -0/+7 |
|
|
* | TestHelp.make_parser(): This was making a permanent change to | Tim Peters | 2006-06-19 | 1 | -1/+12 |
|
|
* | Repair KeyError when running test_threaded_import under -R, | Tim Peters | 2006-06-19 | 1 | -4/+3 |
|
|
* | Patch #1506645: add Python wrappers for the curses functions | Walter Dörwald | 2006-06-19 | 1 | -0/+7 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-19 | 1 | -1/+0 |
|
|
* | Patch #1507676: improve exception messages in abstract.c, object.c and typeob... | Georg Brandl | 2006-06-18 | 1 | -1/+1 |
|
|
* | Revert 47014 until it is more robust | Neal Norwitz | 2006-06-18 | 4 | -32/+5 |
|
|