summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* On WIndows, skip the part of test_dircache that can't work on Windows.Tim Peters2001-07-211-9/+15
* Whitespace normalization, plus:Tim Peters2001-07-215-19/+19
* Make the add*() helper functions more robust for use after intializationFred Drake2001-07-201-6/+33
* Patch #429442 from Jason Tishler: Corrects sys.platform andAndrew M. Kuchling2001-07-201-0/+1
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-208-8/+8
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-3/+3
* Use string.ascii_letters instead of string.letters.Fred Drake2001-07-201-2/+2
* Added the constants ascii_letters, ascii_lowercase, and ascii_uppercaseFred Drake2001-07-201-0/+3
* Make the unicode-escape and the UTF-16 codecs handle surrogatesMarc-André Lemburg2001-07-201-0/+8
* Copying this 2.1.1 bugfix to the trunk:Guido van Rossum2001-07-201-1/+0
* apply patch item #416253Piers Lauder2001-07-201-38/+115
* fix missed conversion in ESR's string conversionPiers Lauder2001-07-201-1/+1
* update in preparation for 0.8.1 alpha releaseSteven M. Gava2001-07-201-0/+567
* bring up to date for 0.8.1 releaseSteven M. Gava2001-07-202-4/+74
* Regression test for the dircache module, contributed by Nick Mathewson.Fred Drake2001-07-191-0/+62
* Test for the repr module, contributed by Nick Mathewson.Fred Drake2001-07-191-0/+108
* Make the new docstrings better conform to Guido's style guide.Fred Drake2001-07-191-7/+15
* Added docstrings based on a patch by Evelyn Mitchell.Fred Drake2001-07-191-11/+16
* Make sure path names inserted into ZIP files are normalized to use "/" asFred Drake2001-07-191-1/+12
* Add some test cases for ntpath.join().Tim Peters2001-07-191-3/+19
* Cosmetic: break the long lines in test_ntpath.py, and get rid of itsTim Peters2001-07-192-9/+14
* SF bug #44271: os.path.expanduser problem w/o HOME set.Tim Peters2001-07-191-6/+16
* Added function xml.sax.saxutils.quoteattr().Fred Drake2001-07-193-2/+46
* Patch #442512: put block indices in the right byte order on bigendian systems.Martin v. Löwis2001-07-191-2/+5
* Replace __import__ with import as.Martin v. Löwis2001-07-191-1/+1
* minor tidy-ups ready for 0.8.1 alpha tarball releaseSteven M. Gava2001-07-197-9/+31
* Remove some false comments.Fred Drake2001-07-191-159/+156
* If the user's environment has set the BROWSER environment variable (as GnomeSkip Montanaro2001-07-181-6/+9
* Minor changes for stylistic cleanliness and consistency.Fred Drake2001-07-181-16/+20
* Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix.Martin v. Löwis2001-07-181-1/+18
* Remove a couple of lines from the test that proved not to be portable toFred Drake2001-07-171-2/+0
* Start of a test suite for the "os" module -- this only tests the temporaryFred Drake2001-07-171-0/+60
* Use the "st" versions of the "ast" calls in the parser module -- there isFred Drake2001-07-171-2/+2
* Deleting zombiesGuido van Rossum2001-07-173-383/+0
* INSTALLATION: Remove the coexist.patch instructionsKurt B. Kaiser2001-07-172-21/+10
* Put this in the attic, at least for now...Kurt B. Kaiser2001-07-171-186/+0
* Implement idle command interface as suggested by GvR [idle-dev] 16 JulyKurt B. Kaiser2001-07-173-38/+26
* Added tests for the new yield support in the parser module.Fred Drake2001-07-171-1/+132
* This has never worked on Windows. Now it does. If it breaks on Unix now,Tim Peters2001-07-161-1/+7
* test_basic(): Add a test for "person@dom.ain (User J. Person)" whichBarry Warsaw2001-07-161-0/+12
* Stoopid change, just to mention that the last checkin resolves SF bugBarry Warsaw2001-07-161-1/+1
* Fix address parsing to be RFC 2822 conformant. Specifically, dots areBarry Warsaw2001-07-161-105/+123
* Add a unit test for sgmllib (needs work, but has already caught problems).Fred Drake2001-07-161-0/+243
* Give more useful information about a failing PyUnit-style test.Fred Drake2001-07-161-2/+11
* Remove a duplicate test.Fred Drake2001-07-161-1/+0
* Document doctest's generator-future hack.Tim Peters2001-07-161-0/+7
* In CDATA mode, make sure entity-reference syntax is not interpreted;Fred Drake2001-07-161-8/+26
* Fix a mismatched parenthesis in the last patch.Guido van Rossum2001-07-161-1/+1
* [Bug #441527] Fixes for preprocessor support, contributed by TarnAndrew M. Kuchling2001-07-161-4/+5
* Added installation instructions.Kurt B. Kaiser2001-07-162-0/+240