| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace normalization. | Tim Peters | 2002-11-09 | 1 | -16/+16 |
|
|
* | Open at least one binary file in binary mode. This allows a few of the | Tim Peters | 2002-11-09 | 1 | -1/+1 |
|
|
* | This is Richie Hindle's patch: | Michael W. Hudson | 2002-11-08 | 1 | -6/+31 |
|
|
* | Closes SF bug #628246. | Raymond Hettinger | 2002-11-08 | 1 | -0/+25 |
|
|
* | Make int("...") return a long if an int would overflow. | Walter Dörwald | 2002-11-06 | 1 | -7/+8 |
|
|
* | Fixed bug #470582, using a modified version of patch #527371, | Gustavo Niemeyer | 2002-11-06 | 2 | -0/+7 |
|
|
* | Skip the test_nocaret test when running as jython. Jython happens to add | Finn Bock | 2002-11-06 | 1 | -1/+4 |
|
|
* | Make the test pass for jython where there are no sys.executable. | Finn Bock | 2002-11-06 | 1 | -3/+7 |
|
|
* | This is Alex Martelli's patch | Michael W. Hudson | 2002-11-05 | 1 | -0/+4 |
|
|
* | Patch implementing bz2 module. | Gustavo Niemeyer | 2002-11-05 | 1 | -0/+290 |
|
|
* | Some days, I think my comment of | Michael W. Hudson | 2002-11-05 | 1 | -0/+3 |
|
|
* | Add getpreferredencoding. Support @euro modifiers. Fixes #554676. | Martin v. Löwis | 2002-11-03 | 1 | -0/+2 |
|
|
* | Fix SF # 631066, running regrtest in user mode fails | Neal Norwitz | 2002-11-03 | 1 | -1/+21 |
|
|
* | Skip test_dbm if we can't write to the file | Neal Norwitz | 2002-11-02 | 1 | -31/+43 |
|
|
* | Patch #631972: Adds an is_jython flag. | Finn Bock | 2002-11-01 | 1 | -0/+2 |
|
|
* | [SF bug 631713] use the import exeption message in the TestFailed | Finn Bock | 2002-11-01 | 1 | -3/+3 |
|
|
* | Ad test_funky_hyphens() to test some screwy edge cases reported in SF | Greg Ward | 2002-10-31 | 1 | -5/+18 |
|
|
* | Added test for this fix to classobject.c: | Guido van Rossum | 2002-10-29 | 1 | -0/+27 |
|
|
* | Remove unnecessary output file. | Fred Drake | 2002-10-28 | 1 | -42/+0 |
|
|
* | Add a test of interaction between & and extra replacements. | Fred Drake | 2002-10-28 | 1 | -8/+13 |
|
|
* | Patch #613256: Add nescape method to xml.sax.saxutils. | Martin v. Löwis | 2002-10-26 | 2 | -2/+17 |
|
|
* | Implement a safer and more predictable interpolation approach. | Fred Drake | 2002-10-25 | 1 | -1/+16 |
|
|
* | Add tests for both raw and non-raw versions of the items() methods. | Fred Drake | 2002-10-25 | 1 | -0/+26 |
|
|
* | Remove useless output file. | Fred Drake | 2002-10-25 | 1 | -9/+0 |
|
|
* | Convert to PyUnit. | Fred Drake | 2002-10-25 | 1 | -293/+263 |
|
|
* | Added (very) minimal tests of the RawConfigParser class. | Fred Drake | 2002-10-25 | 1 | -16/+35 |
|
|
* | Fix for bug #626172: crash using unicode latin1 single char | Marc-André Lemburg | 2002-10-23 | 1 | -0/+6 |
|
|
* | Fix SF # 624982, Potential AV in slot_sq_item, by Greg Chapman | Neal Norwitz | 2002-10-18 | 1 | -0/+12 |
|
|
* | Update to Unicode 3.2 database. | Martin v. Löwis | 2002-10-18 | 2 | -3/+3 |
|
|
* | Continue to work even though the test can be named test.test_regex | Fred Drake | 2002-10-17 | 1 | -1/+1 |
|
|
* | Don't call warnings.resetwarnings(); that does bad things that cause | Fred Drake | 2002-10-17 | 1 | -5/+4 |
|
|
* | Remove spurious cruft from the output. | Fred Drake | 2002-10-17 | 1 | -1/+1 |
|
|
* | Make sure we test urlsplit() / urlunsplit() directly, rather than | Fred Drake | 2002-10-16 | 1 | -12/+40 |
|
|
* | Patch #572628: Optional timeouts for put and get. | Martin v. Löwis | 2002-10-15 | 1 | -2/+37 |
|
|
* | For some reason (probably cut and paste), __ipow__ for new-style | Guido van Rossum | 2002-10-15 | 1 | -0/+11 |
|
|
* | Fix for 1.33: urlsplit() should only add '//' if scheme != ''. | Guido van Rossum | 2002-10-14 | 1 | -1/+6 |
|
|
* | A test for the recent overflow-in-format-crash bug. | Michael W. Hudson | 2002-10-11 | 1 | -2/+14 |
|
|
* | Remove more DOS support. | Martin v. Löwis | 2002-10-10 | 1 | -61/+0 |
|
|
* | Add special consideration for rlcompleter. As a side effect of | Guido van Rossum | 2002-10-09 | 1 | -1/+12 |
|
|
* | Logic for determining whether skipping test_pep277 is expected: whether | Tim Peters | 2002-10-09 | 1 | -1/+8 |
|
|
* | The | Tim Peters | 2002-10-08 | 1 | -1/+1 |
|
|
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 2 | -6/+5 |
|
|
* | Use escaped Unicode literals, according to PEP 8. | Martin v. Löwis | 2002-10-07 | 1 | -12/+11 |
|
|
* | Add test_pep277 to the expected skips on Linux. (This test seems to | Guido van Rossum | 2002-10-06 | 1 | -0/+1 |
|
|
* | Make sure the email test suite can be run both stand-alone and under | Guido van Rossum | 2002-10-06 | 1 | -2/+4 |
|
|
* | This test fails on Win98, which is fine, but when it failed it left | Tim Peters | 2002-10-05 | 1 | -6/+17 |
|
|
* | Tests for pep277 - Unicode file names on Windows NT. | Mark Hammond | 2002-10-03 | 2 | -0/+110 |
|
|
* | Patch 594001: PEP 277 - Unicode file name support for Windows NT. | Mark Hammond | 2002-10-03 | 1 | -0/+4 |
|
|
* | Fix an endcase bug: initial_indent was ignored when the text was short | Guido van Rossum | 2002-10-02 | 1 | -3/+13 |
|
|
* | Fix for the recursion_level bug Armin Rigo reported in sf | Michael W. Hudson | 2002-10-02 | 1 | -0/+20 |
|
|