| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Removed special rule for Mac/Python/macglue.o, it is not needed anymore. | Jack Jansen | 2001-08-08 | 1 | -3/+0 |
|
|
* | Split macglue.c into two: a new mactoolboxglue.c (in ./Python) | Jack Jansen | 2001-08-08 | 4 | -403/+478 |
|
|
* | Put conditional S_IFMT definition into pyport.h. | Martin v. Löwis | 2001-08-08 | 1 | -5/+0 |
|
|
* | Remove redundant check for 'getaddrinfo' (it's already checked the block | Thomas Wouters | 2001-08-08 | 1 | -1/+1 |
|
|
* | Put conditional S_ISDIR definition(s) into pyport.h. | Martin v. Löwis | 2001-08-08 | 4 | -14/+14 |
|
|
* | Merged in bugfix from PyUnit CVS for problem reported by Gary Todd. | Steve Purcell | 2001-08-08 | 1 | -3/+4 |
|
|
* | Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL. | Tim Peters | 2001-08-08 | 1 | -3/+5 |
|
|
* | Repair the Windows build (S_ISDIR() macro doesn't exist). | Tim Peters | 2001-08-08 | 1 | -1/+1 |
|
|
* | Add option to push the development docs to SF without announcing, for | Fred Drake | 2001-08-08 | 1 | -2/+9 |
|
|
* | More names.... | Fred Drake | 2001-08-08 | 1 | -0/+2 |
|
|
* | Clean up some of the markup here -- be more consistent in the use of | Fred Drake | 2001-08-08 | 1 | -9/+9 |
|
|
* | "Thin" version of floor division docs: add // to the list of operators | Fred Drake | 2001-08-08 | 1 | -3/+3 |
|
|
* | Patch #448227: Raise an exception when a directory is passed to execfile. | Martin v. Löwis | 2001-08-08 | 1 | -4/+23 |
|
|
* | Add new tokens // and //=, in support of PEP 238. | Guido van Rossum | 2001-08-08 | 1 | -0/+1 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 19 | -226/+476 |
|
|
* | beginning of work on the conf. handling smarts | Steven M. Gava | 2001-08-08 | 1 | -11/+25 |
|
|
* | Commented out most of the MacPython modules. There is a discussion on the | Jack Jansen | 2001-08-08 | 1 | -25/+25 |
|
|
* | Part of SF patch [#431848] mathmodule.c: doc strings & conversion, from | Tim Peters | 2001-08-07 | 1 | -15/+18 |
|
|
* | Fix SF bug [ #447370 ] typo in urllib2.py | Jeremy Hylton | 2001-08-07 | 1 | -7/+9 |
|
|
* | Apply two small changes to the Windows code, according to SF bug | Guido van Rossum | 2001-08-07 | 1 | -2/+2 |
|
|
* | Remove make_re() function; this is no longer needed since _sre and pcre | Fred Drake | 2001-08-07 | 1 | -10/+0 |
|
|
* | Add a test that xml.sax.saxutils.XMLGenerator does the right thing | Fred Drake | 2001-08-07 | 2 | -1/+18 |
|
|
* | Make sure XMLGenerator uses quoteattr() instead of escape() to quote | Fred Drake | 2001-08-07 | 1 | -2/+2 |
|
|
* | Fix the test so it uses IterableUserDict for the "for x in dict" test. | Guido van Rossum | 2001-08-07 | 1 | -2/+2 |
|
|
* | Remove the __iter__ method from the UserDict class -- it can silently | Guido van Rossum | 2001-08-07 | 1 | -0/+2 |
|
|
* | - Rename PyType_InitDict() to PyType_Ready(). | Guido van Rossum | 2001-08-07 | 5 | -13/+16 |
|
|
* | Add the NannyNag exception class and the process_tokens() function to | Guido van Rossum | 2001-08-07 | 1 | -1/+1 |
|
|