summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Windows: 2.1a1 changes so Python runs again. Note that the python20Tim Peters2001-01-179-1757/+1757
* The signal module has to be compiled statically, so add it to Setup.distAndrew M. Kuchling2001-01-172-9/+3
* Convert to rich comparisons:Guido van Rossum2001-01-171-90/+163
* Bump up version number.Neil Schemenauer2001-01-172-4/+4
* - compile struct moduleNeil Schemenauer2001-01-171-2/+2
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-1748-51/+54
* Marc-Andre must not have run these tests -- they used verify() butGuido van Rossum2001-01-173-3/+5
* Get rid of the declaration for _PyCompareState_Key.Guido van Rossum2001-01-171-3/+0
* Get rid of the initialization of _PyCompareState_Key.Guido van Rossum2001-01-171-2/+0
* Deal properly (?) with comparing recursive datastructures.Guido van Rossum2001-01-171-62/+69
* Fix for bug #129173, reported by Skip Montanaro:Andrew M. Kuchling2001-01-171-4/+11
* strop doesn't actually seem to be neededAndrew M. Kuchling2001-01-171-1/+0
* Use the extended library search path when looking for readline (simpleAndrew M. Kuchling2001-01-171-1/+1
* Restore lost AFMT_S16_NE entry.Ka-Ping Yee2001-01-171-0/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-1770-412/+436
* Stop creating an unbounded number of "Jack is my hero" files under Windows.Tim Peters2001-01-171-0/+1
* Patch #102588 / PEP 229:Andrew M. Kuchling2001-01-172-392/+7
* Patch #102588 / PEP 229:Andrew M. Kuchling2001-01-171-15/+20
* Undoing the whitespace patches which sneaked into the earlier patch.Marc-André Lemburg2001-01-171-6/+6
* This patch adds a new builtin unistr() which behaves like str()Marc-André Lemburg2001-01-1710-6/+119
* Various clean-ups:Andrew M. Kuchling2001-01-171-15/+7
* News item for rich comparisons.Guido van Rossum2001-01-171-0/+43
* Use rich comparisons in min and max.Guido van Rossum2001-01-171-9/+9
* Rich comparisons fall-out:Guido van Rossum2001-01-171-148/+147
* Rich comparisons fall-out:Guido van Rossum2001-01-171-14/+1
* Rich comparisons fall-out:Guido van Rossum2001-01-171-17/+1
* Rich comparisons fall-out:Guido van Rossum2001-01-171-14/+1
* Rich comparisons fall-out:Guido van Rossum2001-01-171-4/+4
* Rich comparisons.Guido van Rossum2001-01-171-146/+278
* Patch #102588 / PEP 229:Andrew M. Kuchling2001-01-172-4/+4
* Rich comparisons. Refactored internal routine do_cmp() and added APIsGuido van Rossum2001-01-171-74/+293
* [Patch #102588/PEP 229]:Andrew M. Kuchling2001-01-172-0/+478
* Rich comparisons: ensure that LT == Py_LT, etc.Guido van Rossum2001-01-171-1/+2
* Introduction to rich comparisons:Guido van Rossum2001-01-171-12/+22
* Patch #103279: sysconfig.py always looks for versions of files inAndrew M. Kuchling2001-01-171-1/+19
* Fix a bizarre typo in the helper class ComparableException: theGuido van Rossum2001-01-171-1/+1
* Changed name of codec to full path name. This allows importingMarc-André Lemburg2001-01-171-1/+1
* Bump version to 2.1a1. (To be released Friday.)Guido van Rossum2001-01-171-4/+4
* Fixed typo: Using --with-dbm had no effect because due to a typo itSjoerd Mullender2001-01-172-3/+3
* Hand repair of cases where reindent changed lines of the formTim Peters2001-01-176-18/+18
* Windows installer: update dialogs, program groups, etc, to 2.1 alpha 1.Tim Peters2001-01-171-5/+5
* Whitespace normalization.Tim Peters2001-01-1757-2468/+2462
* Eric the half-a-wit, driven to berserk rage after repeatedly doingEric S. Raymond2001-01-174-204/+394
* Add a missing newline in an example; caught by Chris RylandFred Drake2001-01-171-1/+2
* Use __name__ instead of "test_regex" as the module name in theGuido van Rossum2001-01-171-1/+1
* Document xreadlines() method. (Forgot to check this in before!)Guido van Rossum2001-01-171-0/+4
* Rationalizing the fallback code for portable fseek -- this is all muchGuido van Rossum2001-01-161-26/+12
* Fix a few small markup/consistency nits.Fred Drake2001-01-161-6/+8
* Fix bugs with integer-valued variables when parsing Makefiles. ValuesAndrew M. Kuchling2001-01-161-5/+9
* Modified version of a patch from Jeremy Kloth, to make .get_outputs()Andrew M. Kuchling2001-01-161-1/+5