summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use openssl/*.h to include the OpenSSL header filesAndrew M. Kuchling2001-01-181-6/+6
* A dumb test for the dumdbm module.Guido van Rossum2001-01-182-0/+40
* Add test for comparing recursive data types.Guido van Rossum2001-01-181-1/+42
* Make the original, makesetup-based, targets for building shared modulesAndrew M. Kuchling2001-01-181-14/+16
* Bite the bullet: use rich comparisons here, too.Guido van Rossum2001-01-181-4/+10
* Add test for misbehaving rich comparisons (always returning 0) --Guido van Rossum2001-01-181-1/+23
* Rich comparison testsGuido van Rossum2001-01-182-0/+364
* Document rich comparisons.Guido van Rossum2001-01-181-5/+42
* Updated for 2.1; removed references to BeOpen.com and PythonLabs.Guido van Rossum2001-01-181-35/+28
* Add my name to the copyright notice.Guido van Rossum2001-01-181-1/+5
* Add note about copyright ownership and license situation.Guido van Rossum2001-01-181-0/+10
* - Add note about complex numbers.Guido van Rossum2001-01-181-9/+16
* correct typo - closes bug #129205Skip Montanaro2001-01-181-1/+1
* Fix the example (it didn't seem to reflect reality).Ka-Ping Yee2001-01-181-12/+14
* Remove build/ subdirectory in "clean" target, not "clobber"Andrew M. Kuchling2001-01-181-1/+1
* Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with ...Tim Peters2001-01-182-0/+48
* Move distributed and duplicated config for stat() and fstat() into pyport.h.Tim Peters2001-01-184-51/+34
* Whitespace normalization. Leaving tokenize_tests.py alone for now.Tim Peters2001-01-189-45/+42
* Use rich comparisons to fulfill an old wish: complex numbers now raiseGuido van Rossum2001-01-181-49/+84
* Same treatment as listobject.c:Guido van Rossum2001-01-181-67/+156
* Rich comparisons:Guido van Rossum2001-01-181-118/+45
* Same treatment as listobject.c:Guido van Rossum2001-01-181-43/+104
* Fix a leak in instance_coerce(). This was introduced by Neil'sGuido van Rossum2001-01-171-2/+0
* 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