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