summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Illustrating by example one good reason not to trust a proof <wink>.Tim Peters2002-08-151-3/+3
* k_mul() comments: In honor of Dijkstra, made the proof that "t3 fits"Tim Peters2002-08-151-34/+37
* long_mul(): Simplified exit code. In particular, k_mul() returns aTim Peters2002-08-151-9/+3
* This is my patchMichael W. Hudson2002-08-1519-187/+341
* Add notes about universal newlines.Guido van Rossum2002-08-151-2/+10
* Fix typo. It's --with-universal-newlines, notGuido van Rossum2002-08-152-3/+3
* Slight reordering of directories searched for BerkDB libs and include files.Skip Montanaro2002-08-151-12/+23
* forgot the best part - the new tests...Skip Montanaro2002-08-151-0/+32
* provide less mysterious error messages when seeing end-of-line inSkip Montanaro2002-08-153-3/+14
* Add 'in' changeAndrew M. Kuchling2002-08-151-3/+29
* Add news about Fred's change to Py_InitModule4().Guido van Rossum2002-08-141-0/+4
* Reflow long lines.Jeremy Hylton2002-08-141-26/+32
* Py_InitModule() and friends now accept NULL for the 'methods'Fred Drake2002-08-141-0/+9
* Py_InitModule4(): Accept NULL for the 'methods' argument. This makesFred Drake2002-08-141-14/+16
* Docstring nits: The module is neither proposed nor new.Jeremy Hylton2002-08-141-1/+1
* Added Hisao Suzuki.Martin v. Löwis2002-08-141-0/+1
* More changes of DeprecationWarning to FutureWarning.Guido van Rossum2002-08-145-8/+8
* 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
* PyType_Ready(): initialize the base class a bit earlier, so that if weGuido van Rossum2002-08-141-6/+6
* k_mul() comments: Simplified the simplified explanation of why ah*bh andTim Peters2002-08-141-6/+3
* More updates describing FutureWarnings.Barry Warsaw2002-08-143-1/+13
* mkstemp's last argument changed from binary=True to text=False.Tim Peters2002-08-141-2/+2
* k_mul() comments: Explained why there's always enough room to subtractTim Peters2002-08-141-0/+7
* Add news about FutureWarning and PEP 237 stage B0.Guido van Rossum2002-08-141-0/+23
* Document PyExc_FutureWarningBarry Warsaw2002-08-141-4/+4
* Added a FutureWarning for constructs that will change semantically inBarry Warsaw2002-08-143-2/+11
* Patch #550192: Set softspace to 0 in raw_input().Martin v. Löwis2002-08-141-18/+22
* tempfile's mkstemp(): Changed last argument fromTim Peters2002-08-142-11/+11
* Remove a broken example of extreme backward compatibility; it isFred Drake2002-08-141-21/+0
* 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
* Patch #588564: _locale library patchJason Tishler2002-08-141-1/+6
* Check for trailing backslash. Fixes #593656.Martin v. Löwis2002-08-142-5/+9
* Patch #505705: Remove eval in pickle and cPickle.Martin v. Löwis2002-08-148-139/+267
* tightening up a few except: clausesSkip Montanaro2002-08-141-3/+3
* Fix memory leaks reported by valgrindNeal Norwitz2002-08-141-1/+7
* add some example docstrings using PyDoc_STRSkip Montanaro2002-08-141-8/+8
* add PyDoc_STR and PyDoc_STRVAR calls as examples for module authorsSkip Montanaro2002-08-141-6/+18
* 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
* Allow more docstrings to be removed during compilation in some modulesNeal Norwitz2002-08-134-38/+40