1998-07-16 |
Guido van Rossum | Add tests for array self-assigns. (This one has no... |
commit | commitdiff | tree | snapshot |
1998-07-16 |
Guido van Rossum | Add tests for list self-assigns. (Sorry, this should... |
commit | commitdiff | tree | snapshot |
1998-07-16 |
Guido van Rossum | Avoid using calloc(). This triggered an obscure bug... |
commit | commitdiff | tree | snapshot |
1998-07-16 |
Guido van Rossum | From: Nicolas CHAUVAT <nico@caesium.fr> |
commit | commitdiff | tree | snapshot |
1998-07-15 |
Guido van Rossum | Show how to do switchable panels. |
commit | commitdiff | tree | snapshot |
1998-07-15 |
Fred Drake | Tk.__init__(): In computing baseName, add ".pyo" to... |
commit | commitdiff | tree | snapshot |
1998-07-14 |
Guido van Rossum | Temporarily get rid of the registration of Tcl_Finalize... |
commit | commitdiff | tree | snapshot |
1998-07-13 |
Guido van Rossum | Better RFC 821 compliance (MAIL and RCPT, and CRLF... |
commit | commitdiff | tree | snapshot |
1998-07-13 |
Jack Jansen | Added a delete() method to menu entries. Only the last... |
commit | commitdiff | tree | snapshot |
1998-07-13 |
Jack Jansen | Added prototypes for the code resource routines, and... |
commit | commitdiff | tree | snapshot |
1998-07-13 |
Jack Jansen | If the preference filename resource is empty don't... |
commit | commitdiff | tree | snapshot |
1998-07-13 |
Jack Jansen | All import-related code has moved to macimport.c. |
commit | commitdiff | tree | snapshot |
1998-07-13 |
Jack Jansen | Added macimport.c to various files |
commit | commitdiff | tree | snapshot |
1998-07-13 |
Jack Jansen | Add an empty PYTHONPREFSFILE STR resource, so frozen... |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Guido van Rossum | Add special case to PySequence_List() so that list... |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Guido van Rossum | Small changes to map() and filter(): |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Guido van Rossum | Changed PySequence_List() and PySequence_Tuple() to... |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Jack Jansen | Added a function SetUserItemHandler: this takes a funct... |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Guido van Rossum | Add macros for direct access to the members of CFunctio... |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Guido van Rossum | Move the definition of PyMethodObject to classobject... |
commit | commitdiff | tree | snapshot |
1998-07-10 |
Guido van Rossum | Marc-Andre Lemburg's patch to move the typedef for... |
commit | commitdiff | tree | snapshot |
1998-07-09 |
Guido van Rossum | (1) Added a sys.exc_info() emulation. (It returns... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Fred Drake | Added item about index item/subitem separation. |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Fred Drake | Fix suggested by Lorenzo M. Catucci <lorenzo@argon... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Guido van Rossum | # In case BINARY_SUBSCR, use proper PyList_GET* macros... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Guido van Rossum | Marc-Andre Lemburg's patch to support instance methods... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Guido van Rossum | Reindented some OS/2 and hpux code that looked ugly... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Guido van Rossum | Recompute the special getattr/setattr/delattr cache... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Guido van Rossum | Rewrite to support multiple suckers, each with their... |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Guido van Rossum | Instead of printint, use self.message() or self.note(). |
commit | commitdiff | tree | snapshot |
1998-07-08 |
Guido van Rossum | Needed. |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Minor change for windows; set extensions_c later and set |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Put back the call to report_unbalanced() that was lost... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | # Bump version because of checkin to faqwiz.py. :-( |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Don't add <...> around mail addresses; they may already... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Added hints about building your own DLL. |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Two error messages still used the old name of the funct... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Add a cast that a picky SGI compiler found was necessary. |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Fix a benign problem found by a picky SGI compiler... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Fix benign problems found by a picky SGI compiler ... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Fix benign problems found by a picky SGI compiler ... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Fix some problems that a picky SGI compiler reported... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Sigh. The hack to enable special treatment for errno... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Guess what... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Fix two unrelated problems in the same area: |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Added copious docstrings, plus two minor layout tweaks. |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | In the example iterating over sys.argv and opening... |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Barry Warsaw | (py-beginning-of-def-or-class, py-end-of-def-or-class, |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Barry Warsaw | (py-comment-indent-function): A replacement for |
commit | commitdiff | tree | snapshot |
1998-07-07 |
Guido van Rossum | Get rid of some obsolete opcodes. |
commit | commitdiff | tree | snapshot |
1998-07-06 |
Guido van Rossum | Rewritten a bit to address some criticism in the newsgroup. |
commit | commitdiff | tree | snapshot |
1998-07-06 |
Guido van Rossum | Added back the description of the exec statement. ... |
commit | commitdiff | tree | snapshot |
1998-07-03 |
Guido van Rossum | The permissions ('mode' flag) should default to 0666. |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Guido van Rossum | The _fromlinepattern was a little too restrictive ... |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Guido van Rossum | # The variable total is never used somehow. I think... |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Guido van Rossum | According to Robin Dunn, at least one FTP server return... |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Fred Drake | Normalize markup. |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Fred Drake | Normalize the markup. |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Fred Drake | Added index entry. |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Fred Drake | Added \deprecated to exit_thread() function. |
commit | commitdiff | tree | snapshot |
1998-07-02 |
Guido van Rossum | On Windows, put the select file descriptor arrays on... |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Guido van Rossum | Gotta have an __init__() method -- pdb.py calls it! |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Barry Warsaw | Several changes: |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Guido van Rossum | Fix two smal memory leaks discovered by Vadim Chugunov. |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Jack Jansen | Disable malloc debug in frozen programs. |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Jack Jansen | The init routine for MacOS had a non-standard name... |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Jack Jansen | Convert \n to \r in strings that are displayed in the... |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Fred Drake | Fix the \kbd definition so it didn't leave the courier... |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Fred Drake | Mark the actual SMTP commands (HELO, etc.) the same... |
commit | commitdiff | tree | snapshot |
1998-07-01 |
Andrew M. Kuchling | Added a section to the chapter on modules, describing... |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | New blood. |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | Improved test set for int() and long() string conversions. |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | Get rid of the lock; it's no longer needed. |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | # Be more definite about the MIPSpro compiler bug being... |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | Document __copy__() and __deepcopy__() methods. |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Fred Drake | Use the real name of the module: "smtplib", not "smtp". |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | Note that readline returns '' on EOF, not "EOF" (whatev... |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | Clearly I was to quick with the previous commit... |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | Documented the pop() method for lists. |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | Documented os.linesep (line separator). |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | Add pop method. |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | Added doc strings for methods and a new pop() method. |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | As suggested by pson@pson.pp.se, correct the docs for... |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Guido van Rossum | Fix the comments describing the return values of the... |
commit | commitdiff | tree | snapshot |
1998-06-30 |
Andrew M. Kuchling | Changed URL to crypto page. |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Fix by Sjoerd Mullender to support symbolic links and... |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Document new default arg to groups() and new functions... |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Fix a stupid little bug: len() of an unsized returns... |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Add PyImport_AppendInittab() an PyImport_ExtendInittab(). |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | For completeness, add a dummy load_package() method... |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Support loading of packages. (I had this coded up... |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Added findall() to RegexObject -- return a list of... |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Improved by Eric Raymond. |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | # Make tabnanny happy. |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Improved by Eric Raymond. |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Experimental feature: add default argument to getattr(). |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Unsigned 1 and 2 byte sized formats shouldn't result... |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Oops! Of course, Tim is right -- when the item is... |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Guido van Rossum | Speed-up unquote(), inspired by post from Daniel Walton. |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Guido van Rossum | Note that no .pyc/.pyo files are created for script... |
commit | commitdiff | tree | snapshot |
next |