Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved test set for int() and long() string conversions. | Guido van Rossum | 1998-06-30 | 1 | -0/+59 |
| | |||||
* | Get rid of the lock; it's no longer needed. | Guido van Rossum | 1998-06-30 | 1 | -15/+5 |
| | |||||
* | # Be more definite about the MIPSpro compiler bug being fixed in a | Guido van Rossum | 1998-06-30 | 1 | -2/+2 |
| | | | | # later release. | ||||
* | Document __copy__() and __deepcopy__() methods. | Guido van Rossum | 1998-06-30 | 1 | -1/+14 |
| | |||||
* | Use the real name of the module: "smtplib", not "smtp". | Fred Drake | 1998-06-30 | 1 | -56/+73 |
| | | | | | | Use logical (& consistent) markup. Added a see-also section at the end. | ||||
* | Note that readline returns '' on EOF, not "EOF" (whatever that may be). | Guido van Rossum | 1998-06-30 | 1 | -1/+1 |
| | |||||
* | Clearly I was to quick with the previous commit... | Guido van Rossum | 1998-06-30 | 1 | -3/+6 |
| | | | | | | | | | | Need to add \optional{} to sort argument too. Made x a \var in descr of pop. Fixed note for pop() and mentioned that it is experimental. Also added pop to index. | ||||
* | Documented the pop() method for lists. | Guido van Rossum | 1998-06-30 | 1 | -4/+9 |
| | | | | # The brackets generated by \optional{} are real ugly. Alas... | ||||
* | Documented os.linesep (line separator). | Guido van Rossum | 1998-06-30 | 1 | -0/+7 |
| | |||||
* | Add pop method. | Guido van Rossum | 1998-06-30 | 1 | -0/+1 |
| | |||||
* | Added doc strings for methods and a new pop() method. | Guido van Rossum | 1998-06-30 | 1 | -7/+54 |
| | |||||
* | As suggested by pson@pson.pp.se, correct the docs for head(), body(), | Guido van Rossum | 1998-06-30 | 1 | -8/+6 |
| | | | | article(). | ||||
* | Fix the comments describing the return values of the head(), body(), | Guido van Rossum | 1998-06-30 | 1 | -0/+6 |
| | | | | article() commands. | ||||
* | Changed URL to crypto page. | Andrew M. Kuchling | 1998-06-30 | 1 | -1/+1 |
| | |||||
* | Fix by Sjoerd Mullender to support symbolic links and make a backup of | Guido van Rossum | 1998-06-29 | 1 | -56/+80 |
| | | | | | | | | .mirrorinfo. Fix by me to call string.lstrip(filename) to cope with a bug in strop.strip() in Python 1.4. Additionally, I changed all print statements that print filenames etc. to put them in backquotes so that it will be more obvious when there's a funny character on one of them (such as a space...). | ||||
* | Document new default arg to groups() and new functions/methods | Guido van Rossum | 1998-06-29 | 1 | -6/+25 |
| | | | | groupdict() and findall(). | ||||
* | Fix a stupid little bug: len() of an unsized returns -1 and leaves an | Guido van Rossum | 1998-06-29 | 1 | -1/+5 |
| | | | | exception waiting to happen next... | ||||
* | Add PyImport_AppendInittab() an PyImport_ExtendInittab(). | Guido van Rossum | 1998-06-29 | 1 | -0/+3 |
| | |||||
* | For completeness, add a dummy load_package() method to RHooks. It | Guido van Rossum | 1998-06-29 | 1 | -0/+1 |
| | | | | | should never be called, so this isn't really needed, but this signifies that rexec now supports packages -- because ihooks does. | ||||
* | Support loading of packages. (I had this coded up for a while but | Guido van Rossum | 1998-06-29 | 1 | -34/+172 |
| | | | | | didn't want to commit until it had been tested. I presume that it works in Grail.) | ||||
* | Added findall() to RegexObject -- return a list of all matches in a | Guido van Rossum | 1998-06-29 | 1 | -16/+61 |
| | | | | | | string. Added groupdict() to MatchObject -- return the named groups as a dict. Added default argument to groups() to specify what to return for unmatching groups; groupdict() also has this. | ||||
* | Improved by Eric Raymond. | Guido van Rossum | 1998-06-29 | 1 | -17/+84 |
| | |||||
* | # Make tabnanny happy. | Guido van Rossum | 1998-06-29 | 1 | -3/+3 |
| | |||||
* | Improved by Eric Raymond. | Guido van Rossum | 1998-06-29 | 1 | -18/+29 |
| | |||||
* | Experimental feature: add default argument to getattr(). | Guido van Rossum | 1998-06-29 | 1 | -5/+13 |
| | |||||
* | Unsigned 1 and 2 byte sized formats shouldn't result in long integer values! | Guido van Rossum | 1998-06-29 | 1 | -2/+8 |
| | |||||
* | Oops! Of course, Tim is right -- when the item is not a hex number, | Guido van Rossum | 1998-06-29 | 1 | -2/+2 |
| | | | | the '%' should be put back in. | ||||
* | Speed-up unquote(), inspired by post from Daniel Walton. | Guido van Rossum | 1998-06-28 | 1 | -18/+16 |
| | |||||
* | Note that no .pyc/.pyo files are created for script files. | Guido van Rossum | 1998-06-28 | 1 | -0/+7 |
| | |||||
* | Now cmd is documented too. | Guido van Rossum | 1998-06-28 | 1 | -0/+4 |
| | |||||
* | Documented smtplib, multifile | Guido van Rossum | 1998-06-28 | 1 | -0/+6 |
| | |||||
* | Documented cmd, smtplib, multifile | Guido van Rossum | 1998-06-28 | 1 | -9/+0 |
| | |||||
* | Added cmd, smtplib, multifile | Guido van Rossum | 1998-06-28 | 1 | -1/+2 |
| | |||||
* | Contributions by Eric Raymond: documentation for modules | Guido van Rossum | 1998-06-28 | 4 | -0/+428 |
| | | | | cmd, multifile and smtplib. | ||||
* | # Added missing semicolon (was #ifdef'ed out in edit on Windows). | Guido van Rossum | 1998-06-28 | 1 | -1/+1 |
| | |||||
* | Added doc strings. | Guido van Rossum | 1998-06-28 | 2 | -10/+98 |
| | |||||
* | Windows-specific hack to make sure that when LoadLibrary() is called, | Guido van Rossum | 1998-06-27 | 1 | -0/+22 |
| | | | | | | the filename contains at least a rudimentary pathname. (The bad part is that we need to call getcwd() because only a prefix of ".\\" is not enough -- we prefix the drive letter.) | ||||
* | Added doc strings. | Guido van Rossum | 1998-06-27 | 1 | -11/+114 |
| | |||||
* | # Remove an extra blank line from a doc string. | Guido van Rossum | 1998-06-27 | 1 | -1/+0 |
| | |||||
* | Added doc strings. Maybe the doc string for the module itself is a bit | Guido van Rossum | 1998-06-27 | 1 | -7/+102 |
| | | | | long, but it sure helps! | ||||
* | New feature: if the object's type has a non-NULL tp_doc field, that | Guido van Rossum | 1998-06-27 | 1 | -2/+9 |
| | | | | | | is returned as the object's __doc__ attribute. (If only the list of methods would be referenced from the type...) | ||||
* | Document optional kwargs argument to start_new_thread(). Also | Guido van Rossum | 1998-06-27 | 1 | -6/+12 |
| | | | | | | document new LockType and reverse the preference for exit() vs. exit_thread() -- exit() is now preferred and exit_thread() is obsolete. | ||||
* | Define new macro Py_InitModule3(name, methods, doc) which calls | Guido van Rossum | 1998-06-27 | 1 | -0/+4 |
| | | | | Py_InitModule4() with appropriate arguments. | ||||
* | Added doc strings. Also export LockType from the modoule, and give it | Guido van Rossum | 1998-06-27 | 1 | -15/+102 |
| | | | | a doc string. | ||||
* | Added doc strings. | Guido van Rossum | 1998-06-26 | 1 | -52/+432 |
| | |||||
* | In raw_input(prompt), make sure that str(prompt) really a string | Guido van Rossum | 1998-06-26 | 1 | -0/+2 |
| | | | | object before using it. | ||||
* | Slight rearrangement of some code to make it faster, by Vladimir | Guido van Rossum | 1998-06-26 | 1 | -9/+15 |
| | | | | Marangozov. | ||||
* | Added build.macfreeze to the "special" folders. | Jack Jansen | 1998-06-26 | 1 | -1/+1 |
| | |||||
* | Config file for frozen binaries. | Jack Jansen | 1998-06-26 | 1 | -4/+32 |
| | |||||
* | Initial documentation on freezing. | Jack Jansen | 1998-06-26 | 3 | -6/+134 |
| |