summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added tests for key deletion for both Weak*Dictionary flavors.Fred Drake2001-09-061-0/+22
* Add __delitem__() support for WeakKeyDictionary.Fred Drake2001-09-061-0/+7
* Skip instead of fail this test if the socket module has no sslGuido van Rossum2001-09-061-0/+3
* Report patch #416079 changes.Martin v. Löwis2001-09-061-0/+3
* Patch #416079: fix the debug string output when receiving telnet commands.Martin v. Löwis2001-09-062-6/+95
* Changed TestResult to store only the text representation of an error.Steve Purcell2001-09-061-10/+15
* Revert parts of patch #453627, documenting the resulting test failuresMartin v. Löwis2001-09-066-56/+9
* Base address updates for bug #442142 - DLL base assignments need updateMark Hammond2001-09-061-7/+27
* First part of fix for bug #442142 - DLL base assignments need updateMark Hammond2001-09-067-14/+16
* Dubious assumptions:Tim Peters2001-09-061-5/+10
* Enable large file support on Win32 systems.Tim Peters2001-09-065-8/+15
* Better error msg for 3-arg pow with a float argument.Tim Peters2001-09-051-1/+1
* Fix for bug #442374 - Modulefinder registry support brokenMark Hammond2001-09-051-13/+36
* Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back.Guido van Rossum2001-09-052-0/+34
* Rework the way we try to check for libm overflow, given that C99 no longerTim Peters2001-09-056-64/+54
* Rudimentary makefile for building the executable to go into aJack Jansen2001-09-051-0/+18
* Changes to make these work under OSX as the main program for aJack Jansen2001-09-052-53/+113
* Python is a Shell, not a Viewer.Jack Jansen2001-09-051-1/+1
* LongReprTest fails on the Mac because it uses filenames with more thanJack Jansen2001-09-051-1/+2
* Use the build directory by default, and update the version.Guido van Rossum2001-09-051-9/+12
* Class FieldStorage: add two new methods, getfirst() and getlist(),Guido van Rossum2001-09-051-0/+22
* class Listbox: add itemcget, to satisfy SF patch #457713.Guido van Rossum2001-09-051-1/+5
* typo...Skip Montanaro2001-09-051-1/+1
* SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro).Guido van Rossum2001-09-052-3/+3
* Change the date field to use $Date$ so it won't be outrageously out ofGuido van Rossum2001-09-051-1/+1
* Document -Q. Move arguments around to be in strict alphabeticalGuido van Rossum2001-09-051-25/+43
* Describe -E (which was added to 2.2a2).Guido van Rossum2001-09-051-0/+7
* [ #458701 ] Patch to zipfile.py for JavaFinn Bock2001-09-051-5/+9
* Remove a debug print left in the code by Fred.Guido van Rossum2001-09-051-1/+0
* Patch #449815: Set filesystemencoding based on CODESET.Martin v. Löwis2001-09-053-3/+40
* A few more gcc warnings bite the dust.Jack Jansen2001-09-055-11/+28
* Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in.Martin v. Löwis2001-09-052-0/+16
* Changes to automatically enable large file support on some systems.Guido van Rossum2001-09-055-374/+496
* Note some changes that I need to write aboutAndrew M. Kuchling2001-09-051-0/+10
* Patch #453627: Define the following macros when compiling on a UnixWare 7.x s...Martin v. Löwis2001-09-054-4/+59
* Patch #453627: Adds a list of tests that are expected to be skipped for UnixW...Martin v. Löwis2001-09-051-0/+24
* Patch #455231: Support ELF properly on OpenBSD.Martin v. Löwis2001-09-053-267/+249
* Patch #428326: New class threading.Timer.Martin v. Löwis2001-09-053-1/+69
* builtin_execfile(): initialize another local that the GCC on leroyGuido van Rossum2001-09-051-1/+1
* Implement PEP250: Use Lib/site-packages under windows.Thomas Heller2001-09-051-311/+306
* [Bug #404274] Restore some special-case code for AIX and BeOS under 1.5.2.Andrew M. Kuchling2001-09-051-1/+28
* Shut up many more gcc warnings.Jack Jansen2001-09-0531-110/+186
* Only output the buffer size error label if it is used.Jack Jansen2001-09-052-3/+7
* Use -fPIC instead of -fpic for gcc on HP/UX. Fixes bug #433234.Martin v. Löwis2001-09-052-3/+3
* Check for RFC 2553 API. Fixes bug #454493.Martin v. Löwis2001-09-052-309/+348
* Make the error msgs in our pow() implementations consistent.Tim Peters2001-09-053-8/+15
* Repair indentation.Tim Peters2001-09-051-5/+5
* Try to recover from that glibc's ldexp apparently doesn't set errno onTim Peters2001-09-052-2/+22
* loghelper(): Try to nudge the compiler into doing mults in an order thatTim Peters2001-09-051-1/+1
* Another / that should be a // (previously not caught because ofGuido van Rossum2001-09-051-1/+1