summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #410274 - sys.prefix isn't always set.Mark Hammond2001-09-071-1/+35
* Patch by Mark Day to allow from __future__ imports. Looks harmlessJack Jansen2001-09-071-3/+5
* SF bug [#458941] Looks like a unary minus bug.Tim Peters2001-09-071-16/+49
* Fix typo in error reporting. This doesn't need to go into the releaseTim Peters2001-09-071-1/+1
* Reverting to rev 1.2. Apparently gcc doesn't use the extended-precisionTim Peters2001-09-061-3/+16
* Rewrite to use test_support's fine fcmp instead -- I didn't know thatTim Peters2001-09-061-16/+3
* Added some underflow-to-0.0 long/long true division tests.Tim Peters2001-09-061-0/+6
* Rename 'getset' to 'property'.Guido van Rossum2001-09-061-5/+5
* long_true_divide: reliably force underflow to 0 when the denominatorTim Peters2001-09-061-0/+2
* Rename 'getset' to 'property'.Guido van Rossum2001-09-066-45/+45
* Do not rebuild html-$(RELEASE).tar every time we need to use it.Fred Drake2001-09-061-1/+1
* Bump version number.Fred Drake2001-09-061-1/+1
* Update link to the PyOpenGL project in the "gl" module docs.Fred Drake2001-09-061-6/+8
* Add missing period in docstring.Fred Drake2001-09-061-1/+1
* Document the built-in iter() function.Fred Drake2001-09-061-0/+17
* Bump version number.Fred Drake2001-09-061-1/+1
* Added an additional link to NIST information on secure hashing.Fred Drake2001-09-061-0/+4
* Clarified the interaction between string literals and continuation lines.Fred Drake2001-09-061-5/+28
* Make the examples for "Default Argument Values" more presentable andFred Drake2001-09-061-9/+13
* Fix parameter for PyInt_Check().Fred Drake2001-09-061-1/+31
* Document the PyMethod_* type object, functions, and macros.Fred Drake2001-09-061-0/+58
* Minimal instructions for using the Makefile here. Also a clearJack Jansen2001-09-061-0/+28
* Added targets to install the application, and to install mac-additionsJack Jansen2001-09-061-1/+113
* Bump Windows buildno (installer changes were made earlier).Tim Peters2001-09-062-2/+4
* Document the rule that Python.h must be included before any standardFred Drake2001-09-062-2/+7
* Do not #include <stdio.h> since Python.h already does that.Fred Drake2001-09-061-1/+0
* Use the standard argument convention for main(), and conform to theFred Drake2001-09-061-1/+2
* Two small changes to the resource usage option:Guido van Rossum2001-09-062-4/+5
* Added note of unittest.py changes that fixed bug 451309Steve Purcell2001-09-061-0/+4
* Several updates to cover omissions noted by Rich Salz.Fred Drake2001-09-061-3/+27
* Document the "unixfrom" attribute of the rfc822.Message class.Fred Drake2001-09-061-1/+7
* 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