]> granicus.if.org Git - python/shortlog
python
1998-05-22 Guido van RossumI think there was a tiny bug in new_function() -- the...
1998-05-22 Guido van RossumAdd PyErr_PrintEx and PySequence_Contains.
1998-05-22 Guido van RossumMake function objects somewhat mutable -- the members...
1998-05-22 Guido van RossumPySequence_In() -> PySequence_Contains().
1998-05-22 Guido van RossumMake sure that no use of a function pointer gotten...
1998-05-22 Guido van RossumIn PyObject_IsTrue(), don't call function pointers...
1998-05-22 Guido van RossumMoved cmp_member() to abstract.c, as PySequence_Contain...
1998-05-22 Guido van RossumA bunch of functions are now properly implemented in...
1998-05-22 Guido van RossumRenamed PySequence_In() to PySequence_Contains().
1998-05-22 Guido van RossumCompletely reformatted, standardizing indentation as...
1998-05-21 Fred Drakeknownfiles: Add the default installation dirs for...
1998-05-20 Guido van RossumTrivial little change: when setting a member to an...
1998-05-20 Fred DrakeAdded support for AMK's {definitions} environment;...
1998-05-20 Fred DrakeAdded {definitions} environment, which has \term to...
1998-05-20 Guido van Rossumwhrandom -> random
1998-05-20 Guido van RossumUse random instead of whrandom.
1998-05-20 Guido van RossumAdd Interfaces to replace remaining needs for importing...
1998-05-20 Guido van RossumAdd LDLAST to the list of variables processed by the...
1998-05-20 Guido van RossumCorrect bug doc string (discovered by Berthold Hoellmann):
1998-05-19 Guido van RossumGet rid of nearly all clals to self._do -- turns out...
1998-05-19 Guido van RossumUse whrandom instead of rand.
1998-05-19 Guido van RossumProtection agains non-existing subdirectories for clean...
1998-05-19 Guido van RossumAdditions for Mark Hammond's Win32 specific hacks.
1998-05-19 Fred DrakeDon't use a separate node for footnotes; see if people...
1998-05-19 Fred DrakeFix definition of release_version (global).
1998-05-19 Fred DrakeAdded entry for mimetypes.
1998-05-19 Fred Drakewebcheck target in this Makefile wasn't used.
1998-05-19 Fred DrakeFix the webcheck target so it checks the right files....
1998-05-19 Barry Warsaw(py-ask-about-save): New variable used in
1998-05-19 Barry Warsaw(py-execute-string): Bind to C-c C-s, and put on menu
1998-05-19 Barry Warsaw(py-stringlit-re): Another ME patch to recognize SQTQs...
1998-05-19 Barry WarsawMore ME patches:
1998-05-19 Barry Warsaw(beginning-of-python-def-or-class): Renamed to
1998-05-19 Fred Drakeguess_extension(): Revise documentation string to...
1998-05-19 Guido van RossumTest that "import sys.imp" fails as it should.
1998-05-19 Guido van RossumFix a curious bug: statements like "import sys.time...
1998-05-19 Fred DrakeAdd mimetypes documentation to library reference depend...
1998-05-19 Fred DrakeAdd section documenting mimetypes module.
1998-05-19 Barry WarsawMore ME patches:
1998-05-19 Barry Warsaw#Documentation and comment typos patch given by Michael...
1998-05-18 Guido van RossumAdd a feature to support specifying an additional searc...
1998-05-18 Guido van RossumRemove Emacs cruft.
1998-05-18 Guido van RossumAdd a feature to support specifying an additional searc...
1998-05-18 Fred Drakeguess_extension(): New function. Performs a reverse...
1998-05-18 Guido van RossumNeatify the _timezones table and remove a misleading...
1998-05-18 Fred DrakeFixed typo in docstring: suffixes_map --> suffix_map.
1998-05-18 Guido van RossumSubject: bug fixes for imaplib.py
1998-05-18 Guido van RossumAdd file extension .xml, mapping it to text/xml.
1998-05-18 Guido van RossumRemove use of RTLD_GLOBAL.
1998-05-16 Guido van RossumFix another oldie (item (b) only):
1998-05-16 Guido van RossumInstall config.h.
1998-05-15 Guido van RossumAnother veeeeeery old patch...
1998-05-15 Guido van RossumChange the output names. Do away with the Release...
1998-05-15 Guido van RossumIn debug mode on MS Windows, DLLs are called foo_d...
1998-05-15 Guido van RossumAdd some symbols. Remove the LIBRARY statement at...
1998-05-15 Fred DrakeSmall change to the l2h target allowing the output...
1998-05-15 Fred DrakeUpdate to use latex2html 98.1p5.
1998-05-15 Fred DrakeUpdate to use latex2html 98.1p5.
1998-05-15 Fred DrakeUpdate note about latex2html version required.
1998-05-15 Fred DrakeAdd support for the Macintosh Library Modules document.
1998-05-15 Fred DrakeRevise comment about \let support a little to more...
1998-05-15 Fred DrakeIgnore the mac/ directory....
1998-05-15 Fred DrakeUpdate to use the output names used by latex2html for...
1998-05-15 Fred DrakeExtend handling for \let a bit, to also allow \let...
1998-05-15 Fred DrakeRemove debugging echo.
1998-05-15 Fred Drakedo_cmd_let(): Simple implementation to allow \let...
1998-05-14 Guido van RossumImproved version of patch for HPUX from David Arnold.
1998-05-14 Fred DrakeAdded support for \developer, \developers, \developersa...
1998-05-14 Fred DrakeAdded definitions for \developer, \developers, \develop...
1998-05-14 Fred DrakeFix the fix to allow the .tex document sources not...
1998-05-14 Fred DrakeMostly spurious change to ensure that everyone's versio...
1998-05-14 Fred DrakeDon't run tools/toc2bkm.py unless we're building PDF.
1998-05-14 Fred DrakeUpdated markup style (got rid of \verb@...@, mostly).
1998-05-14 Guido van RossumAdd pointer to Misc/HPUX-NOTES.
1998-05-14 Fred DrakeAdd an index entry.
1998-05-14 Guido van RossumWhen a .o file is an absolute pathname, assume it's...
1998-05-14 Guido van Rossumstrop_replace(): balk if the pattern string is empty.
1998-05-14 Guido van Rossumwhichmodule(): remove redundant PyErr_Clear(); add...
1998-05-14 Guido van RossumDon't delete glmodule.c on 'make clobber' (it's a check...
1998-05-14 Guido van RossumNew APIs for embedding applications that want to add...
1998-05-14 Guido van RossumRemove unnecessary PyErr_Clear().
1998-05-14 Guido van RossumSince PyDict_GetItem() can't raise an exception any...
1998-05-14 Guido van RossumSince PyDict_GetItem() can't raise an exception any...
1998-05-14 Guido van RossumMake sure that PyDict_GetItem[String]() *never* raises...
1998-05-13 Guido van RossumRemove a redundant statement from halfbinop().
1998-05-13 Jeremy HyltonFix bug reported by Harri Pasanen: gzip + cPickle doesn...
1998-05-13 Guido van RossumTim's quicksort on May 13.
1998-05-13 Guido van RossumTim's quicksort on May 10.
1998-05-13 Guido van RossumFrom: conrad@cgl.ucsf.edu (Conrad Huang %CGL)
1998-05-12 Guido van RossumOK, here's a different way to implement the same thing...
1998-05-12 Guido van RossumSupport filenames with spaces in their names (for non...
1998-05-12 Guido van RossumDELETE_FAST should issue an exception when the local...
1998-05-12 Fred DrakeAdd comments about release status.
1998-05-12 Guido van RossumAdd Bill Janssen's notes on configuring threads.
1998-05-12 Guido van RossumReplace all calls to fprintf(stderr, ...) with calls...
1998-05-12 Guido van RossumNew APIs to write to sys.stdout or sys.stderr using...
1998-05-12 Guido van RossumAdd
1998-05-12 Guido van RossumTrivial little change: timer tokens shouldn't have...
1998-05-12 Guido van RossumReduce memory requirements.
1998-05-11 Fred DrakeSwitch to .tgz instead of .tar.gz to appease Windows...
next