summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Delete the bytecode from the library and tests before running theGuido van Rossum2001-01-191-0/+4
* "make test" was still broken when building in a subdirectory: Andrew'sGuido van Rossum2001-01-191-2/+2
* OK, checking in patch 103329.Moshe Zadka2001-01-191-4/+5
* Add some regression tests of coredump bugs in funcobject.c 2.31. AlsoBarry Warsaw2001-01-191-0/+16
* Application and elaboration of patch #103305 to fix core dumps whenBarry Warsaw2001-01-191-30/+40
* gethash/cmpname both looked beyond the end of the character name.Fredrik Lundh2001-01-191-16/+14
* Repair "selective cut-&-paste" screwup.Tim Peters2001-01-191-3/+2
* Change verify() function to raise TestFailed, not AssertionError.Guido van Rossum2001-01-192-8/+8
* GvR pointed out the correct way to check for statically built modules;Andrew M. Kuchling2001-01-191-8/+8
* Bump __version__; add authorship note for the BaseServer patch.Guido van Rossum2001-01-191-1/+2
* Add Jason Tishler to the ACKS fileAndrew M. Kuchling2001-01-191-0/+1
* Patch #103220 from Jason Tishler:Andrew M. Kuchling2001-01-191-0/+5
* Minor patch from Thomas Gellekum:Andrew M. Kuchling2001-01-191-8/+3
* new unicode name database (~160k)Fredrik Lundh2001-01-192-12174/+8471
* improved the ucnhash test a bitFredrik Lundh2001-01-192-3/+11
* added "getcode" and "getname" methods to the ucnhash module (they'reFredrik Lundh2001-01-192-13/+75
* Color all word instances of "as" after "import", & on the same line, as ifTim Peters2001-01-191-0/+13
* refactored the unicodeobject/ucnhash interface, to hide theFredrik Lundh2001-01-194-210/+146
* Update the example DLL instructions for 2.1. Add example.def to theTim Peters2001-01-192-11/+16
* urllib.py very recently changed to produce uppercase escapes, but noTim Peters2001-01-191-3/+8
* Whitespace normalization.Tim Peters2001-01-191-1/+1
* test_urllib is failing on Windows. I don't know why, but I can at leastTim Peters2001-01-191-5/+5
* Use constructor form of "raise"; normalize <wink> docstrings.Tim Peters2001-01-191-9/+5
* Jeremy's patch #103323: trivial tests of all untested modules.Tim Peters2001-01-192-0/+94
* This still mentioned IdlePrefs.py as the place to edit colorGuido van Rossum2001-01-191-1/+2
* make the output of _test() suitable for use in the regression testJeremy Hylton2001-01-191-1/+1
* Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a formatGuido van Rossum2001-01-191-2/+2
* 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