]> granicus.if.org Git - python/shortlog
python
1998-05-29 Guido van RossumQuick fix -- define SIZEOF_LONG and SIZEOF_INT.
1998-05-29 Guido van RossumMoved from PC
1998-05-29 Guido van RossumMoving to PCbuild
1998-05-29 Guido van RossumOn Windows, need #include <windows.h>; and it's MS_WIND...
1998-05-29 Guido van RossumRelease the interpreter lock for calls that may block...
1998-05-28 Guido van RossumChanges to make it possible to write multi-threaded...
1998-05-28 Guido van RossumProtect all uses of the random generator with a lock.
1998-05-28 Guido van RossumAn example of a multi-threaded Tkinter program.
1998-05-28 Guido van RossumPatch by Lars Marius Garshol:
1998-05-28 Guido van RossumGuard against changes in the list size during a compare...
1998-05-28 Guido van RossumSome systems (e.g. Linux) use enums for some symbols...
1998-05-28 Guido van RossumUses PyErr_ExceptionMatches() instead of comparing...
1998-05-28 Guido van RossumUses PyErr_ExceptionMatches() instead of comparing...
1998-05-28 Jack JansenFor ControlWindow there is a new method do_rawcontrolhi...
1998-05-28 Jack JansenAllow an (optional) tracking function (or -1) to be...
1998-05-28 Fred Drakeget_long(): Use PyErr_ExceptionMatches(...) instead...
1998-05-28 Fred Draket_bootstrap(): Use PyErr_ExceptionMatches(...) instead...
1998-05-28 Fred DrakeUse PyErr_ExceptionMatches(...) instead of PyErr_Occurr...
1998-05-27 Jeremy Hyltonadd handler for JPython's org.python.core.PyStringMap...
1998-05-26 Guido van RossumFix some comments; move 'import random' to top.
1998-05-26 Guido van RossumOn SGI, we need to define _SGI_MP_SOURCE before includi...
1998-05-26 Guido van RossumTim's quicksort on May 25.
1998-05-26 Guido van RossumAdd Tim's worst case scenario.
1998-05-26 Guido van RossumAdded some tests to make sure that long->int conversion...
1998-05-26 Guido van RossumSubject: Buglet in PyLong_AsLong
1998-05-26 Guido van RossumReplaced the VC++ 5.x instructions with a pointer to...
1998-05-26 Guido van RossumMoved VC++ 5.x files to ../PCbuild.
1998-05-26 Guido van RossumMoved VC++ 5.x stuff here.
1998-05-26 Guido van RossumMark Hammond writes:
1998-05-26 Guido van RossumDon't die if win32api doesn't exist.
1998-05-22 Guido van RossumFix a dumb typo in the revparse() regular exception...
1998-05-22 Guido van RossumDocument missing functions: xor, not, truth, countOf...
1998-05-22 Guido van RossumUse a different implementation of EventHook(). The...
1998-05-22 Fred DrakeMinor grammatical correction: "This module perform...
1998-05-22 Fred DrakeFixed spelling in comment: "RFC", not "RFX".
1998-05-22 Guido van RossumAdd an alias (and preferred name) "contains" for "seque...
1998-05-22 Guido van Rossumintroduce a new platform-specific variable: os.linesep...
1998-05-22 Guido van RossumAddress some gcc -Wall warnings (e.g. include <ctype...
1998-05-22 Guido van RossumChange the last 4-space indent into a 1-tab indent.
1998-05-22 Guido van RossumShouldn't use newdir.dir(), which no longer exists!
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.
next