| Commit message (Expand) | Author | Age | Files | Lines |
* | Make this test work under Windows as well. | Fred Drake | 2001-07-23 | 1 | -2/+5 |
|
|
* | Test for the "glob" module, contributed by Nick Mathewson. | Fred Drake | 2001-07-23 | 1 | -0/+110 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-07-23 | 1 | -4/+3 |
|
|
* | Tests for the "commands" module, contributed by Nick Mathewson. | Fred Drake | 2001-07-23 | 1 | -0/+45 |
|
|
* | New tests by Nick Mathewson, for the fpformat module. | Fred Drake | 2001-07-23 | 1 | -0/+67 |
|
|
* | updated about info for 0.8.1 release | Steven M. Gava | 2001-07-21 | 1 | -3/+3 |
|
|
* | new material for 0.8.1 release | Steven M. Gava | 2001-07-21 | 2 | -9/+30 |
|
|
* | On WIndows, skip the part of test_dircache that can't work on Windows. | Tim Peters | 2001-07-21 | 1 | -9/+15 |
|
|
* | Whitespace normalization, plus: | Tim Peters | 2001-07-21 | 5 | -19/+19 |
|
|
* | Make the add*() helper functions more robust for use after intialization | Fred Drake | 2001-07-20 | 1 | -6/+33 |
|
|
* | Patch #429442 from Jason Tishler: Corrects sys.platform and | Andrew M. Kuchling | 2001-07-20 | 1 | -0/+1 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 8 | -8/+8 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -3/+3 |
|
|
* | Use string.ascii_letters instead of string.letters. | Fred Drake | 2001-07-20 | 1 | -2/+2 |
|
|
* | Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase | Fred Drake | 2001-07-20 | 1 | -0/+3 |
|
|
* | Make the unicode-escape and the UTF-16 codecs handle surrogates | Marc-André Lemburg | 2001-07-20 | 1 | -0/+8 |
|
|
* | Copying this 2.1.1 bugfix to the trunk: | Guido van Rossum | 2001-07-20 | 1 | -1/+0 |
|
|
* | apply patch item #416253 | Piers Lauder | 2001-07-20 | 1 | -38/+115 |
|
|
* | fix missed conversion in ESR's string conversion | Piers Lauder | 2001-07-20 | 1 | -1/+1 |
|
|
* | update in preparation for 0.8.1 alpha release | Steven M. Gava | 2001-07-20 | 1 | -0/+567 |
|
|
* | bring up to date for 0.8.1 release | Steven M. Gava | 2001-07-20 | 2 | -4/+74 |
|
|
* | Regression test for the dircache module, contributed by Nick Mathewson. | Fred Drake | 2001-07-19 | 1 | -0/+62 |
|
|
* | Test for the repr module, contributed by Nick Mathewson. | Fred Drake | 2001-07-19 | 1 | -0/+108 |
|
|
* | Make the new docstrings better conform to Guido's style guide. | Fred Drake | 2001-07-19 | 1 | -7/+15 |
|
|
* | Added docstrings based on a patch by Evelyn Mitchell. | Fred Drake | 2001-07-19 | 1 | -11/+16 |
|
|
* | Make sure path names inserted into ZIP files are normalized to use "/" as | Fred Drake | 2001-07-19 | 1 | -1/+12 |
|
|
* | Add some test cases for ntpath.join(). | Tim Peters | 2001-07-19 | 1 | -3/+19 |
|
|
* | Cosmetic: break the long lines in test_ntpath.py, and get rid of its | Tim Peters | 2001-07-19 | 2 | -9/+14 |
|
|
* | SF bug #44271: os.path.expanduser problem w/o HOME set. | Tim Peters | 2001-07-19 | 1 | -6/+16 |
|
|
* | Added function xml.sax.saxutils.quoteattr(). | Fred Drake | 2001-07-19 | 3 | -2/+46 |
|
|
* | Patch #442512: put block indices in the right byte order on bigendian systems. | Martin v. Löwis | 2001-07-19 | 1 | -2/+5 |
|
|
* | Replace __import__ with import as. | Martin v. Löwis | 2001-07-19 | 1 | -1/+1 |
|
|
* | minor tidy-ups ready for 0.8.1 alpha tarball release | Steven M. Gava | 2001-07-19 | 7 | -9/+31 |
|
|
* | Remove some false comments. | Fred Drake | 2001-07-19 | 1 | -159/+156 |
|
|
* | If the user's environment has set the BROWSER environment variable (as Gnome | Skip Montanaro | 2001-07-18 | 1 | -6/+9 |
|
|
* | Minor changes for stylistic cleanliness and consistency. | Fred Drake | 2001-07-18 | 1 | -16/+20 |
|
|
* | Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix. | Martin v. Löwis | 2001-07-18 | 1 | -1/+18 |
|
|
* | Remove a couple of lines from the test that proved not to be portable to | Fred Drake | 2001-07-17 | 1 | -2/+0 |
|
|
* | Start of a test suite for the "os" module -- this only tests the temporary | Fred Drake | 2001-07-17 | 1 | -0/+60 |
|
|
* | Use the "st" versions of the "ast" calls in the parser module -- there is | Fred Drake | 2001-07-17 | 1 | -2/+2 |
|
|
* | Deleting zombies | Guido van Rossum | 2001-07-17 | 3 | -383/+0 |
|
|
* | INSTALLATION: Remove the coexist.patch instructions | Kurt B. Kaiser | 2001-07-17 | 2 | -21/+10 |
|
|
* | Put this in the attic, at least for now... | Kurt B. Kaiser | 2001-07-17 | 1 | -186/+0 |
|
|
* | Implement idle command interface as suggested by GvR [idle-dev] 16 July | Kurt B. Kaiser | 2001-07-17 | 3 | -38/+26 |
|
|
* | Added tests for the new yield support in the parser module. | Fred Drake | 2001-07-17 | 1 | -1/+132 |
|
|
* | This has never worked on Windows. Now it does. If it breaks on Unix now, | Tim Peters | 2001-07-16 | 1 | -1/+7 |
|
|
* | test_basic(): Add a test for "person@dom.ain (User J. Person)" which | Barry Warsaw | 2001-07-16 | 1 | -0/+12 |
|
|
* | Stoopid change, just to mention that the last checkin resolves SF bug | Barry Warsaw | 2001-07-16 | 1 | -1/+1 |
|
|
* | Fix address parsing to be RFC 2822 conformant. Specifically, dots are | Barry Warsaw | 2001-07-16 | 1 | -105/+123 |
|
|
* | Add a unit test for sgmllib (needs work, but has already caught problems). | Fred Drake | 2001-07-16 | 1 | -0/+243 |
|
|