summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Import the errno moduleAndrew M. Kuchling2001-08-091-1/+2
* Use correct variable nameAndrew M. Kuchling2001-08-091-1/+1
* Add resolution of __new__ story sequel.Guido van Rossum2001-08-091-0/+4
* Added tests for operator.floordiv() and operator.truediv().Fred Drake2001-08-092-0/+4
* Add wrappers around the rich-comparison operations.Fred Drake2001-08-091-1/+22
* Restore the test for 'object' that I removed when object wasGuido van Rossum2001-08-091-0/+24
* Sigh. Strengthen the resriction of the previous checkin: tp_new isGuido van Rossum2001-08-091-1/+2
* Thinking back to the 2.22 revision, I didn't like what I did there oneGuido van Rossum2001-08-091-13/+4
* Use type(x).__name__ to get the name of the type instead of parsingGuido van Rossum2001-08-091-1/+1
* Unittests for mhlib, by Nick Mathewson.Guido van Rossum2001-08-091-0/+328
* Apply anonymous SF patch #441229.Guido van Rossum2001-08-091-0/+6
* SF patch #403640: incomplete proxy handling in URLLIBTim Peters2001-08-091-0/+62
* SF Patch #420725 by Walter Doerwald:Guido van Rossum2001-08-091-4/+17
* Patch #403514: precompute _subst_format_str to avoid a call toMartin v. Löwis2001-08-091-2/+2
* Added Josh Cogliati (turtle.py contributor).Guido van Rossum2001-08-091-0/+1
* Applied SF patch #438424 by Josh Cogliati:Guido van Rossum2001-08-091-4/+42
* Apply SF patch #424554: check for PYTHONDUMPREFS to be set instead ofGuido van Rossum2001-08-091-5/+1
* One more.Neil Schemenauer2001-08-091-0/+1
* Add get_objects function. This is a low level function (likeNeil Schemenauer2001-08-091-0/+38
* Add get_referents function. Closes SF patch #402925.Neil Schemenauer2001-08-091-0/+50
* Regenerate for glibc 2.2.3.Martin v. Löwis2001-08-094-342/+769
* Regenerate for Solaris 8.Martin v. Löwis2001-08-095-739/+1778
* When representing #includes as imports, do from MOD import *.Martin v. Löwis2001-08-091-1/+1
* Patch #437683: Use re instead of regex.Martin v. Löwis2001-08-091-33/+38
* Move IPv6 test further down so that usage of -lnsl has been tested.Martin v. Löwis2001-08-092-692/+710
* Patch #433537: Cache ac_cv_bad_static_forward.Martin v. Löwis2001-08-092-523/+537
* Michael Hudson correctly pointed out we should cvsignore pyconfig.h, notThomas Wouters2001-08-091-1/+1
* Patch #448474: Add support for tell() and seek() to gzip.GzipFile.Martin v. Löwis2001-08-093-4/+60
* In the acks, CamelCase InstallMaster the same way Wise does it.Tim Peters2001-08-091-1/+1
* Add a comma.Tim Peters2001-08-081-1/+1
* Mark binary operators as done.Guido van Rossum2001-08-081-1/+2
* Give some special thanks on the final "Installation Completed!" screen.Tim Peters2001-08-081-1/+21
* A test suite for binary operators, disguised as a rational numberGuido van Rossum2001-08-081-0/+340
* Proper support for binary operators, including true division and floorGuido van Rossum2001-08-081-136/+199
* Resource files for OSX Python.framework. Incomplete, and they should probablyJack Jansen2001-08-083-0/+49
* Typo fix (spelling mistake in error message).Greg Ward2001-08-081-1/+1
* Thanks toTim Peters2001-08-083-4/+5
* Patch #422471: Install IDLE Help FileMartin v. Löwis2001-08-081-1/+1
* Add the new Tools/compiler/README to the WIndows install, as README.txt.Tim Peters2001-08-082-4/+11
* Added documentation for PyNumber_*FloorDivide(), PyNumber_*TrueDivide(),Fred Drake2001-08-081-48/+138
* Added README to this directoryAndrew M. Kuchling2001-08-081-0/+21
* Reference counting information for PyNumber_*FloorDivide() andFred Drake2001-08-081-0/+16
* Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3Tim Peters2001-08-081-12/+0
* Added note to self about __new__ issue.Guido van Rossum2001-08-081-0/+9
* Patch #449083: Use builtins to initalize the module.Martin v. Löwis2001-08-081-7/+7
* Removed extraneous semicolons that caused a gazzilion "empty declaration" war...Jack Jansen2001-08-081-49/+49
* Adapted for pymactoolbox.c and changed externals elsewhere.Jack Jansen2001-08-084-2/+0
* Got rid of unused includes.Jack Jansen2001-08-081-22/+2
* Various fixes to streamline build process on Mac OS X:Jack Jansen2001-08-082-387/+432
* - Don't return mac-style pathnames in unix-Python.Jack Jansen2001-08-082-168/+79