summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Ugly fix used when pyexpat is not available.Jeremy Hylton2001-07-301-0/+3
* Fix when pyexpat not builtJeremy Hylton2001-07-301-0/+1
* Patch #442866: Tests for codeop.py.Martin v. Löwis2001-07-302-0/+100
* Patch #445538: add completion for pstats.py sort cmd.Martin v. Löwis2001-07-301-0/+2
* Do convert_path() on script paths (now PyXML builds out of the boxJust van Rossum2001-07-291-0/+2
* Patch #443337: Fix incompatibilities in imputil's behavior.Martin v. Löwis2001-07-281-1/+9
* Remove usage of strop module.Martin v. Löwis2001-07-281-5/+2
* Patch #416224: add readline completion to cmd.Cmd.Martin v. Löwis2001-07-282-15/+85
* One more crack at join(): stop trying to pretend this isn't a mass ofTim Peters2001-07-272-16/+47
* Change ntpath.join() so that join("d:/", "/whatever") returnsTim Peters2001-07-262-5/+7
* SF bug #444510: int() should guarantee truncation.Tim Peters2001-07-261-0/+13
* Add backwards compatibility.Marc-André Lemburg2001-07-261-1/+6
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-263-13/+13
* Untabify IPv6 changes.Martin v. Löwis2001-07-265-126/+126
* Fix a denial-of-service attack, SF bug #443120.Guido van Rossum2001-07-251-4/+14
* Undo revision 1.7: always mangle a #! line containing "python" to pointGreg Ward2001-07-251-4/+2
* Don't "import *" from stat at all -- just import what's needed, andGreg Ward2001-07-251-1/+1
* Fix for bug #444493: u'\U00010001' segfaults with current CVS onMarc-André Lemburg2001-07-251-1/+2
* Remove unused imports from previous checkin.Martin v. Löwis2001-07-251-2/+0
* Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.Martin v. Löwis2001-07-247-49/+160
* Oh, ok, so plainpager is probably marginally better.Fred Drake2001-07-231-1/+1
* If $TERM is "dumb" or "emacs", just dump the text instead of trying to runFred Drake2001-07-231-0/+2
* Make this test work under Windows as well.Fred Drake2001-07-231-2/+5
* Test for the "glob" module, contributed by Nick Mathewson.Fred Drake2001-07-231-0/+110
* Whitespace normalization.Tim Peters2001-07-231-4/+3
* Tests for the "commands" module, contributed by Nick Mathewson.Fred Drake2001-07-231-0/+45
* New tests by Nick Mathewson, for the fpformat module.Fred Drake2001-07-231-0/+67
* updated about info for 0.8.1 releaseSteven M. Gava2001-07-211-3/+3
* new material for 0.8.1 releaseSteven M. Gava2001-07-212-9/+30
* 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