]> granicus.if.org Git - python/shortlog
python
1998-06-15 Guido van RossumPrimitive GUI for websucker.
1998-06-15 Guido van RossumFix the way a trailing / is changed to /index.html...
1998-06-15 Guido van Rossumsort the urls in the todo list
1998-06-15 Guido van Rossum# (My first checkin from Windows NT using remote CVS!)
1998-06-13 Guido van RossumFixed the EventHook() code so that it also works on...
1998-06-12 Guido van RossumIn completer(), return None instead of raising an Index...
1998-06-12 Guido van RossumOn Windows, make the pipe() call return Unix file descr...
1998-06-12 Guido van RossumKeep Microsoft's compiler happy.
1998-06-12 Guido van RossumDon't catch interrupts in getpass() -- the finally...
1998-06-12 Guido van RossumIn tcsetattr(), first initialize the mode structure...
1998-06-12 Guido van RossumUse the getpass module instead of having platform-speci...
1998-06-12 Guido van RossumJonathan Giddy:
1998-06-12 Guido van RossumJonathan Giddy:
1998-06-11 Guido van RossumWith the recent change that makes numbers compare small...
1998-06-11 Guido van RossumNow that test_MimeWriter is untabified, do the same...
1998-06-11 Guido van RossumAdd warning about use of lowercase/uppercase with maket...
1998-06-11 Guido van RossumAdd timegm to list of functions tested, for Marc-Andre L.
1998-06-11 Guido van RossumOops, bug in release date!
1998-06-11 Guido van RossumBe more careful than the previous patch. The default...
1998-06-11 Guido van RossumSupport new overridable method, isheader() (ESR).
1998-06-11 Guido van RossumEric Raymond: added doc for isheader(); improved docs...
1998-06-10 Guido van RossumDocument the changes I just checked in.
1998-06-10 Guido van RossumSome changes suggested/provided by Eric Raymond:
1998-06-10 Guido van RossumDocument several variables that were previously undocum...
1998-06-09 Guido van RossumAdd the __doc__ string from the original module on...
1998-06-09 Guido van RossumAdded notes about epochs, the year 2038, and a small...
1998-06-09 Guido van RossumDefault content-type to application/x-www-form-urlencod...
1998-06-09 Guido van RossumChanged runs of 8 spaces to tab -- to satisfy the tab...
1998-06-09 Guido van RossumUntabified -- to satisfy the tab nanny.
1998-06-09 Guido van RossumGet rid of tabnanny's last complaints.
1998-06-09 Guido van RossumFrom: "Tim Peters" <tim_one@msn.com>
1998-06-09 Guido van RossumWhen comparing objects of different types (which is...
1998-06-09 Guido van RossumAdded docs for strptime().
1998-06-09 Guido van RossumAdded strptime, if it exists. Modified after a patch...
1998-06-09 Guido van RossumClarify the type of the signal handler.
1998-06-09 Guido van RossumShould check that PyObject_Str() really returned a...
1998-06-09 Guido van Rossumgetint() now raises ValueError, not TclError, on errors.
1998-06-08 Guido van RossumAdded a line to process SGI_ABI.
1998-06-08 Guido van RossumWhen unmarshalling, add test for negative lengths on...
1998-05-29 Guido van RossumAllow assignments to special class attributes -- with...
1998-05-29 Barry WarsawA few minor updates on Emacs mode section
1998-05-29 Guido van RossumRemove the doc string -- it doesn't tell the truth.
1998-05-29 Guido van RossumNew demo -- Perl style regular expression matching.
1998-05-29 Guido van RossumSay a bit more about .pyc and .pyo files.
1998-05-29 Guido van RossumRemove Emacs and #! cruft.
1998-05-29 Guido van RossumImprove the self-test code a bit: read a host from...
1998-05-29 Guido van RossumTim's revision of the previous patch. He also added...
1998-05-29 Guido van RossumAdd comments explaining thread unsafety of this code.
1998-05-29 Guido van RossumMake gauss() semi-thread-safe. It can still give dupli...
1998-05-29 Guido van RossumTwo places where _time() should be used said time.time...
1998-05-29 Guido van RossumPiers Lauders' latest version, with some of my own...
1998-05-29 Guido van RossumFix a whole bunch of error return NULL that should...
1998-05-29 Guido van RossumRemove a few unused locals (I love VC++ for this!).
1998-05-29 Guido van RossumSorry, the initializer for ob_type must really be NULL,
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...
next