| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Give more useful information about a failing PyUnit-style test. | Fred Drake | 2001-07-16 | 1 | -2/+11 |
|
|
* | Remove a duplicate test. | Fred Drake | 2001-07-16 | 1 | -1/+0 |
|
|
* | Document doctest's generator-future hack. | Tim Peters | 2001-07-16 | 1 | -0/+7 |
|
|
* | In CDATA mode, make sure entity-reference syntax is not interpreted; | Fred Drake | 2001-07-16 | 1 | -8/+26 |
|
|
* | Fix a mismatched parenthesis in the last patch. | Guido van Rossum | 2001-07-16 | 1 | -1/+1 |
|
|
* | [Bug #441527] Fixes for preprocessor support, contributed by Tarn | Andrew M. Kuchling | 2001-07-16 | 1 | -4/+5 |
|
|
* | Added installation instructions. | Kurt B. Kaiser | 2001-07-16 | 2 | -0/+240 |
|
|
* | Add a script "idles" which opens a Python Shell window. | Kurt B. Kaiser | 2001-07-16 | 1 | -0/+13 |
|
|
* | Ugly. A pile of new xxxFlags() functions, to communicate to the parser | Tim Peters | 2001-07-16 | 1 | -0/+2 |
|
|
* | Call out IDLE Fork in startup message. | Kurt B. Kaiser | 2001-07-16 | 1 | -1/+1 |
|
|
* | Add a script "idles" which opens a Python Shell window. | Kurt B. Kaiser | 2001-07-16 | 2 | -12/+12 |
|
|
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 1 | -0/+2 |
|
|
* | Preliminary support for "from __future__ import generators" to enable | Guido van Rossum | 2001-07-15 | 4 | -0/+6 |
|
|