summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed special rule for Mac/Python/macglue.o, it is not needed anymore.Jack Jansen2001-08-081-3/+0
* Split macglue.c into two: a new mactoolboxglue.c (in ./Python)Jack Jansen2001-08-084-403/+478
* Put conditional S_IFMT definition into pyport.h.Martin v. Löwis2001-08-081-5/+0
* Remove redundant check for 'getaddrinfo' (it's already checked the blockThomas Wouters2001-08-081-1/+1
* Put conditional S_ISDIR definition(s) into pyport.h.Martin v. Löwis2001-08-084-14/+14
* Merged in bugfix from PyUnit CVS for problem reported by Gary Todd.Steve Purcell2001-08-081-3/+4
* Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL.Tim Peters2001-08-081-3/+5
* Repair the Windows build (S_ISDIR() macro doesn't exist).Tim Peters2001-08-081-1/+1
* Add option to push the development docs to SF without announcing, forFred Drake2001-08-081-2/+9
* More names....Fred Drake2001-08-081-0/+2
* Clean up some of the markup here -- be more consistent in the use ofFred Drake2001-08-081-9/+9
* "Thin" version of floor division docs: add // to the list of operatorsFred Drake2001-08-081-3/+3
* Patch #448227: Raise an exception when a directory is passed to execfile.Martin v. Löwis2001-08-081-4/+23
* Add new tokens // and //=, in support of PEP 238.Guido van Rossum2001-08-081-0/+1
* Implement PEP 238 in its (almost) full glory.Guido van Rossum2001-08-0819-226/+476
* beginning of work on the conf. handling smartsSteven M. Gava2001-08-081-11/+25
* Commented out most of the MacPython modules. There is a discussion on theJack Jansen2001-08-081-25/+25
* Part of SF patch [#431848] mathmodule.c: doc strings & conversion, fromTim Peters2001-08-071-15/+18
* Fix SF bug [ #447370 ] typo in urllib2.pyJeremy Hylton2001-08-071-7/+9