]> granicus.if.org Git - python/shortlog
python
1997-06-12 Jack JansenAdded prototype for PyMac_RestoreMenuBar
1997-06-12 Jack JansenReplaced MacOS.EnableAppSwitch with MacOS.SchedParams
1997-06-12 Jack JansenAdded optional preload arg to some routines (which...
1997-06-12 Jack JansenReplaced MacOS.EnableAppswitch by MacOS.SchedParams
1997-06-12 Jack Jansen- Restore SIOUX menubar just before exiting, if the...
1997-06-06 Fred DrakeReally nitty-gritty change to prevent latex2html from...
1997-06-06 Guido van RossumAdd sys/types.h include for pid_t when threading.
1997-06-06 Guido van RossumAllow oct() result for 64-bit machines.
1997-06-06 Guido van RossumUse cPickle and cStringIO when available.
1997-06-06 Guido van RossumClear the ftp cache when it contains more than 10 entries.
1997-06-06 Guido van RossumCatch *all* errors that ftplib can raise (ftplib.all_er...
1997-06-05 Roger E. MasseMoved the definition of posix_times__doc__ to outside...
1997-06-05 Roger E. MasseChanged the reference of 'mappingobject.c' to 'dictobje...
1997-06-03 Guido van RossumSmall changes (casts etc.) by Jack, for Mac compilation.
1997-06-03 Guido van RossumDoc strings (AMK).
1997-06-03 Guido van RossumCorrect typo in last line (test program invocation).
1997-06-03 Guido van RossumAdded a variant of the epilogue that has the PythonPowe...
1997-06-03 Guido van RossumMove the second import of faqcust to the very end.
1997-06-03 Guido van RossumAMK's regex test suite
1997-06-03 Guido van RossumUse #include "mymath.h" instead of declaring fabs(...
1997-06-03 Fred Drakesocket_type --> SocketType
1997-06-03 Jack JansenAdded zlib
1997-06-03 Jack JansenAdded USE_ZLIB to nonshared config files
1997-06-03 Jack JansenRemoved SetScheduleTimes
1997-06-03 Jack JansenAdded zlib (optional on USE_ZLIB)
1997-06-03 Jack JansenRemoved old scheduler parameterizing calls and replaced...
1997-06-03 Jack JansenRemoved SetScheduleTimes and PyMac_DoYieldEnabled
1997-06-03 Guido van RossumAdd Host: header to URL request.
1997-06-03 Guido van RossumFix bug in copy() by using copy.copy() instead of makin...
1997-06-03 Fred DrakeAdded the new dictionary methods to the wrapper class.
1997-06-02 Guido van RossumDon't stop if the tests fail the first time around.
1997-06-02 Guido van RossumThe usual
1997-06-02 Guido van RossumAdded tests for dict.clear(), dict.update(), dict.copy().
1997-06-02 Guido van RossumSupport $HOME in expanduser().
1997-06-02 Guido van RossumExpanded the setup instructions.
1997-06-02 Guido van RossumMove the roulette() functionality out of the FaqDir...
1997-06-02 Guido van RossumAdd default case (standard conformance) to avoid piling up
1997-06-02 Guido van RossumAdded doc strings (Neil Schemenauer).
1997-06-02 Guido van RossumUse string.h, not strings.h
1997-06-02 Guido van Rossumsocket_type -> SocketType
1997-06-02 Guido van Rossumarray_type -> ArrayType
1997-06-02 Guido van RossumMac hack to make select() work again...
1997-06-02 Guido van RossumVersion upped.
1997-06-02 Guido van RossumStupid typos -- ImporError.
1997-06-02 Guido van RossumDoc for mailbox.tex (Jack)
1997-06-02 Guido van RossumA nicety (author lost).
1997-06-02 Guido van Rossumadd libmailbox
1997-06-02 Guido van RossumAdded libmailbox, obsolete libstdwin
1997-06-02 Guido van RossumIncrease printable page size.
1997-06-02 Guido van RossumAdded SocketServer and mailbox modules.
1997-06-02 Guido van RossumIt's now using mimetools instead of rfc822
1997-06-02 Guido van Rossumstdwin is obsolete. Point to bsddb from dbhash.
1997-06-02 Guido van RossumAdditional info about sys.path, sys.version, sys.prefix...
1997-06-02 Guido van RossumGrammar (AMK).
1997-06-02 Guido van RossumMention seekable parameter (AMK).
1997-06-02 Guido van RossumMention use of profile.py to run a script (AMK).
1997-06-02 Guido van RossumAdded putenv, ftruncate (AMK).
1997-06-02 Guido van RossumMention use of pdb.py to run a script (AMK).
1997-06-02 Guido van RossumAdded date, xgtitle, xover, xpath (AMK).
1997-06-02 Guido van RossumIt's now using mimetools instead of rfc822
1997-06-02 Guido van RossumFix a sentence which ends "...is 6, which." (AMK)
1997-06-02 Guido van RossumMention abs(complex) -> magnitude (AMK).
1997-06-02 Guido van RossumAdded complex numbers (AMK).
1997-06-02 Guido van RossumRenamed dict.absorb() (too spungy) to dict.update().
1997-06-02 Guido van RossumBugfix: last_changed would always print current time.
1997-06-02 Guido van RossumAmerican spelling in doc string.
1997-05-30 Guido van RossumThe usual
1997-05-30 Guido van RossumUse TRY_RUN, not TRY_COMPILE, to test for -Olimit ...
1997-05-30 Guido van RossumAdded hint about permissions.
1997-05-30 Guido van RossumProtect roulette against empty FAQ.
1997-05-30 Guido van RossumInclide the imports and chdir in the try/except.
1997-05-29 Barry WarsawPacker.pack_uhyper(): Fixes needed to properly pack...
1997-05-29 Jack JansenDocumented (slightly) the USE_CACHE_ALIGNED define...
1997-05-29 Jack JansenUpdated for 1.5a2 distribution
1997-05-29 Jack JansenProjects for 1.5a2 distritbuion
1997-05-29 Jack JansenVersion number and such for 1.5a2 distribution
1997-05-28 Guido van RossumAdded copy() and absorb().
1997-05-28 Guido van RossumRemove '(' in column 0 of doc strings.
1997-05-28 Guido van RossumAdded dict.absorb() and dict.copy().
1997-05-28 Guido van RossumHide .fdc files here.
1997-05-28 Guido van RossumChecking in zlib demo.
1997-05-28 Guido van RossumTiny script to play with it on a Mac.
1997-05-28 Guido van RossumTweak default source of query a bit so it is possible...
1997-05-28 Guido van Rossumlowercase proxies env variables, for Windows.
1997-05-28 Guido van RossumReworded the doc string to remove the need for The...
1997-05-28 Jack JansenChanged release note structure:
1997-05-28 Jack JansenAdded a range of resource numbers reserved for Bruce
1997-05-27 Fred DrakeWidget._setup(): Support name=None in a similar way...
1997-05-26 Guido van RossumSet version to 0.4; get rid of '(' in column 1 in tripl...
1997-05-26 Guido van RossumInitial revision
1997-05-26 Guido van RossumAdded marks for very recently (24 hours) and recently...
1997-05-26 Guido van RossumAdded marks for very recently (24 hours) and recently...
1997-05-26 Guido van RossumSupport for more general diffing and retrieving any...
1997-05-26 Guido van RossumAdded keyword searching.
1997-05-26 Guido van RossumAdded keyword searching radio buttons.
1997-05-26 Guido van RossumDon't need <BR> at end of <LI>.
1997-05-26 Guido van RossumBugfix -- should pass headers=0 when formatting query...
1997-05-26 Guido van RossumAdd optional section titles to format_all.
1997-05-26 Guido van RossumOops, checked in the wrong SHORTNAME value.
1997-05-26 Guido van RossumAdded a local customization feature: load some paramete...
next