]> granicus.if.org Git - python/shortlog
python
1998-08-29 Guido van RossumThe previous fix was still broken; the Py_END_ALLOW_THR...
1998-08-29 Barry Warsaw(py-in-literal): How'd this get through? c-point ...
1998-08-28 Fred DrakeIgnore the generated README file.
1998-08-28 Fred DrakeWhen building the tarball of the PostScript files,...
1998-08-28 Fred DrakeTarget to generate a little README file with the page...
1998-08-28 Fred DrakeScript to generate page counts of the PostScript files.
1998-08-28 Fred DrakeSupport long options that take arguments of the form...
1998-08-28 Fred DrakeMarkup changes in the section on disciplines to match...
1998-08-27 Guido van RossumWe now assume that PyOS_Readline() is called with the...
1998-08-27 Guido van RossumAdd a 'volatile' to the declaration of threadid in...
1998-08-27 Guido van RossumDon't release the interpreter lock around PyParser_Pars...
1998-08-27 Guido van RossumChanges by Richard Wolff:
1998-08-27 Jack JansenAdded a note about the buildlibs script.
1998-08-25 Jeremy Hyltonfix typo in keyword argument 'allow_frament' should...
1998-08-25 Guido van Rossum__file__ used to be always set to the .pyc (or .pyo...
1998-08-25 Guido van RossumComment out the print statement about underflow. ...
1998-08-25 Guido van RossumAdd the type of the object to the error message about...
1998-08-25 Guido van RossumReplace all calls to fprintf(stderr, ...) with PySys_Wr...
1998-08-25 Guido van RossumAdd a version of PySys_WriteStderr() that writes to...
1998-08-25 Guido van RossumRestructure the file so that it is never empty. No...
1998-08-25 Guido van RossumPatch by Mark Hammond to support 64-bit ints on MS...
1998-08-25 Guido van RossumIgnore cruft generating by the test run for hello.py.
1998-08-25 Guido van RossumY2K fix affecting asctime(), mktime(), strftime().
1998-08-25 Guido van RossumDescribe what happens when ``raise C, x'' is called...
1998-08-25 Guido van RossumClarify Y2K behavior when a tuple with a 2-digit date...
1998-08-25 Guido van RossumNew version, with contributions from Sjoerd Mullender...
1998-08-25 Guido van RossumThere was still something wrong. The original NOTTESTS...
1998-08-24 Guido van RossumPatch by Chris Herborth (posted to comp.lang.python...
1998-08-24 Fred Drakeround(): Mark the second (optional) parameter as optio...
1998-08-24 Fred DrakeAdded some cross-references to the end.
1998-08-24 Fred Drakespoking --> speaking
1998-08-24 Guido van RossumTed Horst writes in psa-members@python.org:
1998-08-24 Guido van RossumShould pass explicit arguments to findtests(). Should...
1998-08-23 Guido van RossumMove an indented #define to column 1.
1998-08-21 Fred DrakeThere is no <ISINPUT> element, just <ISINDEX>. ;-)
1998-08-21 Andrew M. KuchlingThe .subn() method wasn't setting _num_regs, which...
1998-08-20 Barry WarsawUpdate commentary. For most stuff, point people to...
1998-08-20 Barry Warsaw(py-shell-map): New variable contains the keymap used...
1998-08-20 Barry Warsaw(py-shell): comint-output-filter-functions is already...
1998-08-20 Barry Warsaw(py-process-filter): Deleted this function. In order...
1998-08-20 Jack JansenAll libraries have now been moved to their new location...
1998-08-20 Jack JansenA new project that builds cwgusi, tcl, tk and all image...
1998-08-20 Jack JansenReplaced all remaining BinHex files with their binary...
1998-08-20 Jack JansenBinhextree doesn't binhex anymore, it just copies the...
1998-08-20 Jack JansenI guess I'll have to commit this file occasionally...
1998-08-20 Jack JansenDefine some things to 1 (in stead of empty) to be compa...
1998-08-19 Jack JansenVarious libraryies have been moved around and renamed...
1998-08-18 Andrew M. KuchlingAdded an example that uses signal.alarm() to time out...
1998-08-18 Fred DrakeRaise the right exception (ValueError) for attempted...
1998-08-18 Jack JansenReplaced binhexed version of project files by normal...
1998-08-18 Jack JansenUpdated for 1.5.2a1
1998-08-18 Jack JansenReplaced the hand-generated .hqx files by the binary...
1998-08-18 Jack JansenInitial revision
1998-08-18 Jack JansenInitial revision
1998-08-18 Jack JansenPutting Python-specific GUSI modifications under CVS.
1998-08-18 Jack JansenPutting TCL mods for Python under CVS.
1998-08-18 Jack JansenI give in (after all these years): renaming config...
1998-08-18 Jack JansenSupport for freezing packages (Just).
1998-08-18 Jack JansenReplace first sys.path entry with the directory where...
1998-08-18 Barry Warsaw(imenu-example--create-python-index-engine): Fix nestin...
1998-08-17 Fred DrakeClean up the HTML a bit; update the version number.
1998-08-17 Fred DrakeFix arguments for renames(); bug spotted by Oliver...
1998-08-14 Fred DrakeFix markup where C include files get named in <......
1998-08-14 Fred Drakeimg_tag(): For \n to be interpreted as a newline,...
1998-08-14 Andrew M. KuchlingClarify wording in the description of re.split
1998-08-13 Jeremy HyltonEnter Jim Fulton's latest version. He writes:
1998-08-13 Fred DrakeDon't need these anymore....
1998-08-13 Fred DrakeDo the magic to use the new buttons (with shorter names...
1998-08-13 Jeremy HyltonChange interface to sendmail: if the destination addres...
1998-08-13 Fred DrakeAdd l2hinit.perl to COMMONPERL.
1998-08-13 Guido van RossumInsignificant change cause by saving again.
1998-08-13 Fred DrakeNew icons from Christopher Petrilli <petrilli@dworkin...
1998-08-13 Guido van RossumBetter error messages when a sequence is indexed with...
1998-08-13 Guido van RossumExit when a mv or cp fails (Sjoerd Mullender).
1998-08-13 Jack JansenRebuilt everything with MSL 2.4.10, Compilers 2.1.1...
1998-08-13 Guido van RossumAdd Tim Peters' test for long ints
1998-08-13 Guido van RossumAdd DebugBreak() call to Py_FatalError() for Mark Hammo...
1998-08-13 Guido van RossumNeed mytime.h for Sleep().
1998-08-13 Guido van RossumSecond definition of popen2 should be popen3.
1998-08-12 Fred DrakeImproved some error messages for command line processing.
1998-08-12 Fred DrakeAdded more informaton about the mkhowto.sh script.
1998-08-12 Fred DrakeOops, the --text option wasn't documented!
1998-08-12 Fred DrakeAdded a comment about not using a symbolic link to...
1998-08-12 Guido van RossumNew tool: reverse grep (greps from the end). Uses...
1998-08-12 Fred DrakeSome minor updates.
1998-08-12 Fred DrakeMassive cleanup: Use Makefiles in subdirs properly...
1998-08-12 Fred DrakeRe-written to actually perform the conversion instead...
1998-08-12 Fred DrakeUpdate date & version number for release 1.5.2a1.
1998-08-12 Fred DrakeNew Makefile; includes ../paper-letter/Makefile and...
1998-08-12 Fred DrakeNew Makefile, contains rules for building typeset versions.
1998-08-12 Fred DrakeNew makefile which only contains the source dependencie...
1998-08-12 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.5.2a1
1998-08-12 Guido van RossumThe usual.
1998-08-12 Guido van RossumGet rid of mysterious bsddb.txt.
1998-08-12 Guido van RossumDefine HAVE_STRERROR.
1998-08-12 Guido van RossumDelete CurrentVersion instead of setting it.
1998-08-12 Guido van RossumAdded dependencies between projects.
1998-08-11 Guido van RossumBack out of a recent policy change (Mark Hammond disagr...
1998-08-11 Jeremy HyltonTwo fixes to find_class:
1998-08-11 Fred DrakeBump RELEASE to 1.5.2a1.
next