]> granicus.if.org Git - python/shortlog
python
1998-07-16 Guido van RossumAdd tests for array self-assigns. (This one has no...
1998-07-16 Guido van RossumAdd tests for list self-assigns. (Sorry, this should...
1998-07-16 Guido van RossumAvoid using calloc(). This triggered an obscure bug...
1998-07-16 Guido van RossumFrom: Nicolas CHAUVAT <nico@caesium.fr>
1998-07-15 Guido van RossumShow how to do switchable panels.
1998-07-15 Fred DrakeTk.__init__(): In computing baseName, add ".pyo" to...
1998-07-14 Guido van RossumTemporarily get rid of the registration of Tcl_Finalize...
1998-07-13 Guido van RossumBetter RFC 821 compliance (MAIL and RCPT, and CRLF...
1998-07-13 Jack JansenAdded a delete() method to menu entries. Only the last...
1998-07-13 Jack JansenAdded prototypes for the code resource routines, and...
1998-07-13 Jack JansenIf the preference filename resource is empty don't...
1998-07-13 Jack JansenAll import-related code has moved to macimport.c.
1998-07-13 Jack JansenAdded macimport.c to various files
1998-07-13 Jack JansenAdd an empty PYTHONPREFSFILE STR resource, so frozen...
1998-07-10 Guido van RossumAdd special case to PySequence_List() so that list...
1998-07-10 Guido van RossumSmall changes to map() and filter():
1998-07-10 Guido van RossumChanged PySequence_List() and PySequence_Tuple() to...
1998-07-10 Jack JansenAdded a function SetUserItemHandler: this takes a funct...
1998-07-10 Guido van RossumAdd macros for direct access to the members of CFunctio...
1998-07-10 Guido van RossumMove the definition of PyMethodObject to classobject...
1998-07-10 Guido van RossumMarc-Andre Lemburg's patch to move the typedef for...
1998-07-09 Guido van Rossum(1) Added a sys.exc_info() emulation. (It returns...
1998-07-08 Fred DrakeAdded item about index item/subitem separation.
1998-07-08 Fred DrakeFix suggested by Lorenzo M. Catucci <lorenzo@argon...
1998-07-08 Guido van Rossum# In case BINARY_SUBSCR, use proper PyList_GET* macros...
1998-07-08 Guido van RossumMarc-Andre Lemburg's patch to support instance methods...
1998-07-08 Guido van RossumReindented some OS/2 and hpux code that looked ugly...
1998-07-08 Guido van RossumRecompute the special getattr/setattr/delattr cache...
1998-07-08 Guido van RossumRewrite to support multiple suckers, each with their...
1998-07-08 Guido van RossumInstead of printint, use self.message() or self.note().
1998-07-08 Guido van RossumNeeded.
1998-07-07 Guido van RossumMinor change for windows; set extensions_c later and set
1998-07-07 Guido van RossumPut back the call to report_unbalanced() that was lost...
1998-07-07 Guido van Rossum# Bump version because of checkin to faqwiz.py. :-(
1998-07-07 Guido van RossumDon't add <...> around mail addresses; they may already...
1998-07-07 Guido van RossumAdded hints about building your own DLL.
1998-07-07 Guido van RossumTwo error messages still used the old name of the funct...
1998-07-07 Guido van RossumAdd a cast that a picky SGI compiler found was necessary.
1998-07-07 Guido van RossumFix a benign problem found by a picky SGI compiler...
1998-07-07 Guido van RossumFix benign problems found by a picky SGI compiler ...
1998-07-07 Guido van RossumFix benign problems found by a picky SGI compiler ...
1998-07-07 Guido van RossumFix some problems that a picky SGI compiler reported...
1998-07-07 Guido van RossumSigh. The hack to enable special treatment for errno...
1998-07-07 Guido van RossumGuess what...
1998-07-07 Guido van RossumFix two unrelated problems in the same area:
1998-07-07 Guido van RossumAdded copious docstrings, plus two minor layout tweaks.
1998-07-07 Guido van RossumIn the example iterating over sys.argv and opening...
1998-07-07 Barry Warsaw(py-beginning-of-def-or-class, py-end-of-def-or-class,
1998-07-07 Barry Warsaw(py-comment-indent-function): A replacement for
1998-07-07 Guido van RossumGet rid of some obsolete opcodes.
1998-07-06 Guido van RossumRewritten a bit to address some criticism in the newsgroup.
1998-07-06 Guido van RossumAdded back the description of the exec statement. ...
1998-07-03 Guido van RossumThe permissions ('mode' flag) should default to 0666.
1998-07-02 Guido van RossumThe _fromlinepattern was a little too restrictive ...
1998-07-02 Guido van Rossum# The variable total is never used somehow. I think...
1998-07-02 Guido van RossumAccording to Robin Dunn, at least one FTP server return...
1998-07-02 Fred DrakeNormalize markup.
1998-07-02 Fred DrakeNormalize the markup.
1998-07-02 Fred DrakeAdded index entry.
1998-07-02 Fred DrakeAdded \deprecated to exit_thread() function.
1998-07-02 Guido van RossumOn Windows, put the select file descriptor arrays on...
1998-07-01 Guido van RossumGotta have an __init__() method -- pdb.py calls it!
1998-07-01 Barry WarsawSeveral changes:
1998-07-01 Guido van RossumFix two smal memory leaks discovered by Vadim Chugunov.
1998-07-01 Jack JansenDisable malloc debug in frozen programs.
1998-07-01 Jack JansenThe init routine for MacOS had a non-standard name...
1998-07-01 Jack JansenConvert \n to \r in strings that are displayed in the...
1998-07-01 Fred DrakeFix the \kbd definition so it didn't leave the courier...
1998-07-01 Fred DrakeMark the actual SMTP commands (HELO, etc.) the same...
1998-07-01 Andrew M. KuchlingAdded a section to the chapter on modules, describing...
1998-06-30 Guido van RossumNew blood.
1998-06-30 Guido van RossumImproved test set for int() and long() string conversions.
1998-06-30 Guido van RossumGet rid of the lock; it's no longer needed.
1998-06-30 Guido van Rossum# Be more definite about the MIPSpro compiler bug being...
1998-06-30 Guido van RossumDocument __copy__() and __deepcopy__() methods.
1998-06-30 Fred DrakeUse the real name of the module: "smtplib", not "smtp".
1998-06-30 Guido van RossumNote that readline returns '' on EOF, not "EOF" (whatev...
1998-06-30 Guido van RossumClearly I was to quick with the previous commit...
1998-06-30 Guido van RossumDocumented the pop() method for lists.
1998-06-30 Guido van RossumDocumented os.linesep (line separator).
1998-06-30 Guido van RossumAdd pop method.
1998-06-30 Guido van RossumAdded doc strings for methods and a new pop() method.
1998-06-30 Guido van RossumAs suggested by pson@pson.pp.se, correct the docs for...
1998-06-30 Guido van RossumFix the comments describing the return values of the...
1998-06-30 Andrew M. KuchlingChanged URL to crypto page.
1998-06-29 Guido van RossumFix by Sjoerd Mullender to support symbolic links and...
1998-06-29 Guido van RossumDocument new default arg to groups() and new functions...
1998-06-29 Guido van RossumFix a stupid little bug: len() of an unsized returns...
1998-06-29 Guido van RossumAdd PyImport_AppendInittab() an PyImport_ExtendInittab().
1998-06-29 Guido van RossumFor completeness, add a dummy load_package() method...
1998-06-29 Guido van RossumSupport loading of packages. (I had this coded up...
1998-06-29 Guido van RossumAdded findall() to RegexObject -- return a list of...
1998-06-29 Guido van RossumImproved by Eric Raymond.
1998-06-29 Guido van Rossum# Make tabnanny happy.
1998-06-29 Guido van RossumImproved by Eric Raymond.
1998-06-29 Guido van RossumExperimental feature: add default argument to getattr().
1998-06-29 Guido van RossumUnsigned 1 and 2 byte sized formats shouldn't result...
1998-06-29 Guido van RossumOops! Of course, Tim is right -- when the item is...
1998-06-28 Guido van RossumSpeed-up unquote(), inspired by post from Daniel Walton.
1998-06-28 Guido van RossumNote that no .pyc/.pyo files are created for script...
next