summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make error msg more informative when test of exec failsJeremy Hylton2001-01-191-1/+1
* add test for SyntaxError onJeremy Hylton2001-01-191-1/+7
* clearer error messages for apply() and "no locals"Jeremy Hylton2001-01-192-11/+18
* add test of bastion and rexec to std regression test suiteJeremy Hylton2001-01-192-0/+13
* This patch introduces an extra pass to the compiler that generates aJeremy Hylton2001-01-191-284/+1036
* Derivative of patch #102549, "simpler, faster(!) implementation of string.join".Tim Peters2001-01-191-38/+52
* Revert a single line of my large change earlier today; this broke the abilityAndrew M. Kuchling2001-01-191-0/+1
* Checking in a slight variation of Barry's patch 103303.Guido van Rossum2001-01-191-10/+9
* Fix for the bug in complex() just reported by Ping.Guido van Rossum2001-01-191-1/+7
* SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer classGuido van Rossum2001-01-191-51/+139
* SF Patch #103188, by Donn Cave: BeOS/ar-fake support for extraGuido van Rossum2001-01-191-2/+11
* SF Patch #103185, by jlt63: Some more standard modules cleanup for CygwinGuido van Rossum2001-01-191-1/+2
* Support building this as a DLL under Cygwin.Guido van Rossum2001-01-191-2/+5
* SF Patch #103250, by pj99: Optimize a strspn() out of startup.Guido van Rossum2001-01-191-4/+21
* Add test that ensures hash() of objects defining __cmp__ or __eq__ butGuido van Rossum2001-01-181-0/+23
* Rich comparisons fallout: instance_hash() should check for bothGuido van Rossum2001-01-181-7/+14
* Add test that ensures hash([]) and hash({}) raise TypeError.Guido van Rossum2001-01-181-0/+6
* Rich comparisons fallout: PyObject_Hash() should check for bothGuido van Rossum2001-01-181-1/+1
* Changes to recursive-object comparisons, having to do with a test caseGuido van Rossum2001-01-181-107/+137
* Since I'm about to check in a change to the recursion-detection codeGuido van Rossum2001-01-181-17/+10
* Patch #103313: Fixes "make test" by adding a little file namedAndrew M. Kuchling2001-01-181-4/+7
* Patch from Barry: gets rid of two unused imports,Andrew M. Kuchling2001-01-181-14/+28
* Clarifications.Tim Peters2001-01-181-7/+7
* Sizable reorganization of how header and library files are foundAndrew M. Kuchling2001-01-181-105/+166
* Minor markup cleaning, and one required fix in the unistr() description.Fred Drake2001-01-181-7/+7
* 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