summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Get rid of _once(); inlining it takes less code. :-)Guido van Rossum2002-08-172-97/+41
* Patch by Zack W to make test_noinherit() more robust: spawn a PythonGuido van Rossum2002-08-172-28/+48
* Drop the number of test files to 100 for all the testsNeal Norwitz2002-08-161-4/+8
* SF bug 594996: OverflowError in random.randrangeTim Peters2002-08-161-4/+17
* check_events(): This was failing under -O, due to not expecting anyTim Peters2002-08-161-3/+0
* base64.decodestring('') should return '' instead of raising anBarry Warsaw2002-08-151-6/+1
* This is my patchMichael W. Hudson2002-08-155-42/+47
* forgot the best part - the new tests...Skip Montanaro2002-08-151-0/+32
* Docstring nits: The module is neither proposed nor new.Jeremy Hylton2002-08-141-1/+1
* More changes of DeprecationWarning to FutureWarning.Guido van Rossum2002-08-142-2/+2
* Explain use of currentThread() in _Condition methods.Jeremy Hylton2002-08-141-2/+2
* The filterwarnings() call here should be updated to filter outGuido van Rossum2002-08-141-1/+1
* Explain a little more.Jeremy Hylton2002-08-141-0/+1
* Explain a minor mystery.Jeremy Hylton2002-08-141-0/+1
* tempfile's mkstemp(): Changed last argument fromTim Peters2002-08-142-11/+11
* Patch #595014: Cygwin tempfile patchJason Tishler2002-08-141-3/+3
* Patch by Tim to shut up the compiler's DeprecationWarnings on theBarry Warsaw2002-08-141-18/+9
* test_many(): open only 100 temp files, not 1000. Some systems don'tGuido van Rossum2002-08-141-1/+1
* Check for trailing backslash. Fixes #593656.Martin v. Löwis2002-08-141-0/+1
* Patch #505705: Remove eval in pickle and cPickle.Martin v. Löwis2002-08-143-6/+36
* tightening up a few except: clausesSkip Montanaro2002-08-141-3/+3
* runtest(): I don't know why we don't just use TESTFN, but if we have toTim Peters2002-08-141-4/+5
* mkstemp(): Repaired error in docstring (the sense of the 'binary' flagTim Peters2002-08-141-2/+2
* mkstemp(): The optional "binary" argument is clearly intended to be aTim Peters2002-08-131-1/+1
* NamedTemporaryFile(), TemporaryFile(): removed needless local vrbl 'bin'.Tim Peters2002-08-131-6/+8
* template: removed special-casing for NT; there isn't an 8-character limit.Tim Peters2002-08-131-4/+1
* _once(): Removed obfuscating aliasing of _once_lock.Tim Peters2002-08-131-4/+2
* _once(): Simplified dict manipulation.Tim Peters2002-08-131-2/+2
* Added a test specifically to tickle Karatsuba; it costs no appreciableTim Peters2002-08-131-0/+26
* Add a missing call to _strclass().Jeremy Hylton2002-08-131-1/+1
* Add tests for including __dict__ and/or __weakref__ in __slots__.Guido van Rossum2002-08-131-1/+50
* SF bug #574235, convert_path fails with empty pathnameNeal Norwitz2002-08-131-2/+4
* Add test for SF bug # 575229, multiple inheritance w/ slots dumps coreNeal Norwitz2002-08-131-0/+11
* Remove ugly irregular spaces from in front of some comments.Fred Drake2002-08-131-3/+3
* Bug #556025: list(xrange(1e9)) --> seg faultJason Tishler2002-08-131-0/+5
* test_division(): Added one larger digits value, to ensure that theTim Peters2002-08-131-1/+2
* Machines-- and Python --are a lot faster in relevant ways since thisTim Peters2002-08-131-3/+5
* Fix wanrings about unsigned hex constants.Guido van Rossum2002-08-121-2/+2
* Don't use hex constants representing negative numbers.Guido van Rossum2002-08-121-1/+1
* Suppress warnings about test_grammar.py that can't be suppressed insideGuido van Rossum2002-08-121-0/+6
* Make sure that *any* object whose id() is used as a memo key is keptGuido van Rossum2002-08-121-2/+1
* Portable way of producing unsigned 32-bit hex output to print theGuido van Rossum2002-08-121-2/+4
* Shut up warnings about hex()/oct() that can't be avoided.Guido van Rossum2002-08-122-0/+8
* Avoid warnings about <<. external_attr is now an unsigned long.Guido van Rossum2002-08-121-2/+2
* Fixed misspelling in comment.Tim Peters2002-08-111-1/+1
* Extend stripid() to handle strings ending in more than one '>'.Ka-Ping Yee2002-08-111-37/+36
* Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.Marc-André Lemburg2002-08-111-0/+8
* test_saveall(): Another small simplification; plus s/l/L/g.Tim Peters2002-08-111-10/+8
* And one more simplification to test_saveall().Tim Peters2002-08-101-11/+10
* test_saveall(): Simplified a little, given that we only expect one itemTim Peters2002-08-101-6/+4