]> granicus.if.org Git - python/shortlog
python
1999-04-12 Guido van Rossum'clean' target should remove hassignal.
1999-04-12 Fred DrakeIgnore the doc/ directory ("Documenting Python").
1999-04-12 Guido van RossumRemove all VC++ info (except VC 1.5) from readme.txt;
1999-04-12 Guido van RossumClarify PC build instructions (point to PCbuild).
1999-04-12 Guido van RossumCast added by Jack Jansen (for Mac port).
1999-04-12 Guido van RossumForgot to add this file. CDROM device parameters.
1999-04-12 Guido van RossumTwo different changes.
1999-04-12 Jack JansenRemoved reference to the PSA (PSA membership no longer...
1999-04-10 Guido van RossumNo longer needed.
1999-04-10 Guido van RossumCorrect missed character in Andrew Dalke's name.
1999-04-10 Guido van RossumAdd DEC Ultrix notes (from Donn Cave's email).
1999-04-10 Guido van RossumThe usual
1999-04-10 Guido van RossumQuote a bunch of shell variables used in test, related...
1999-04-10 Guido van Rossumcasts for picky compilers.
1999-04-10 Guido van Rossum3-arg gethostbyname_r doesn't really work on OSF/1.
1999-04-10 Guido van RossumAvoid totally empty files.
1999-04-09 Fred DrakeMisspellling: "occurance" --> "occurrence"
1999-04-09 Guido van RossumUse re instead of regex.
1999-04-09 Fred DrakeUse #!/usr/bin/env python instead of #!/usr/local/bin...
1999-04-09 Guido van RossumGet rid of #! line
1999-04-09 Jack JansenOops, try again. Test checkin (empty line) to see wheth...
1999-04-09 Jack JansenTest checkin (empty line) to see whether the new mailma...
1999-04-08 Guido van RossumUse the Tcl 8.0.5 installer.
1999-04-08 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.5.2c1
1999-04-08 Guido van RossumRelease 1.5.2c1. Add IDLE and Uninstall to program...
1999-04-08 Guido van RossumNow using static zlib 1.1.3
1999-04-08 Guido van Rossum# File location for tut.tex and URL for Aaron Watters...
1999-04-08 Guido van Rossum# TODO entries changed
1999-04-08 Guido van RossumThe usual
1999-04-08 Guido van RossumRelease 1.5.2c1
1999-04-08 Guido van RossumRelease 1.5.2c1.
1999-04-08 Guido van Rossum# Bah. The same problem occurred a second time.
1999-04-08 Guido van RossumNews for the 1.5.2c1 release.
1999-04-08 Guido van RossumOn Windows, we suddenly find, strftime() may return...
1999-04-08 Guido van RossumThis demo imported some private code from Matt. Make...
1999-04-08 Guido van RossumDelete an accidentally checked-in feature that actually...
1999-04-08 Guido van RossumWin/CE thread support by Mark Hammond.
1999-04-07 Guido van RossumPatch by Andrew Kuchling to unflush() (flush() for...
1999-04-07 Guido van RossumUse binary mode for all gzip files we open.
1999-04-07 Guido van RossumNew change log.
1999-04-07 Guido van RossumNew version.
1999-04-07 Guido van RossumAlas, get rid of the Win specific hack to ask the user...
1999-04-07 Guido van RossumVersion bump awaiting impending new release.
1999-04-07 Guido van RossumRemoving an unused image of a snake.
1999-04-07 Guido van Rossumlower, tkraise/lift hide Misc.lower, Misc.tkraise/lift,
1999-04-07 Guido van RossumChanges by Mark Hammond for Windows CE. Mostly of...
1999-04-07 Guido van RossumRemove unused variable from complex_from_string() code.
1999-04-07 Guido van RossumAdd the possibility of a gamma release (release candidate).
1999-04-07 Guido van RossumUpdated documentation by Per Cederqvist. I've added...
1999-04-07 Guido van RossumAdd extern decl for fsync() for SunOS 4.x.
1999-04-07 Guido van RossumChanges by Per Cederquist and The Dragon.
1999-04-06 Guido van RossumFix the tests now that splitdrive() no longer treats...
1999-04-06 Guido van RossumWithdraw the UNC support from splitdrive(). Instead...
1999-04-06 Guido van RossumFor BeOS PowerPC. Chris Herborth.
1999-04-05 Fred DrakeAdded more "See also" entries, + 1 inline hyperlink.
1999-04-05 Fred DrakeFixed latex2html weirdness with footnotes.
1999-04-05 Jeremy Hyltoncorrect version info for zlib.
1999-04-05 Guido van RossumJonathan Giddy notes, and Chris Lawrence agrees, that...
1999-04-05 Fred DrakeFixed latex2html weirdness with footnotes.
1999-04-05 Fred DrakeFixed latex2html weirdness with footnotes.
1999-04-05 Fred DrakeFixed latex2html weirdness for a footnote.
1999-04-05 Fred Drakeopen() description: Made it more clear that 'b' should...
1999-04-05 Guido van RossumBunch of new contributors, including 9 who contributed...
1999-04-05 Fred DrakeAdded a few items to the "See also" sections at Guido...
1999-04-05 Fred DrakeAdded "doc" target to match the other document-prefix...
1999-04-05 Fred DrakeRemoved bosities around example code; not sure where...
1999-04-05 Fred DrakeMade improvements based on changes just made and commen...
1999-04-05 Fred DrakeOops, missed mode parameter to open().
1999-04-05 Fred DrakeMade the default mode 'rb' instead of 'r', for better...
1999-04-04 Greg WardAdded all the "external action" methods (to make handli...
1999-04-04 Greg WardAdded 'dry_run' flag to most functions (to support...
1999-04-04 Greg WardChanged to use the method versions of 'copy_file()...
1999-04-02 Guido van RossumFor reasons I dare not explain, this script should...
1999-04-01 Guido van RossumJonathan Giddy write:
1999-03-30 Guido van RossumPer Cederqvist writes:
1999-03-30 Fred DrakeAdded "Documenting Python" to the index.
1999-03-29 Guido van RossumPatch by Per Cederqvist, who writes:
1999-03-29 Fred DrakeWhen run as a script, report failures in the exit code...
1999-03-29 Guido van RossumHack so that if a 302 or 301 redirect contains a relati...
1999-03-29 Guido van RossumProtection against picling to/from closed (real) file.
1999-03-29 Guido van RossumTest protection against picling to/from closed (real...
1999-03-29 Guido van Rossum#$@%! Forgot to remove a #error directive used for...
1999-03-29 Guido van RossumChris Lawrence writes:
1999-03-29 Greg WardReplaced the last attempt at an "unreadline" with one...
1999-03-29 Guido van RossumJonathan Giddy discovered this file was missing.
1999-03-29 Guido van RossumAvoid warnings from AIX compiler. Reported by Vladimir...
1999-03-29 Fred DrakeFixed a lot of the smaller nits identified in Guido...
1999-03-29 Guido van RossumAt Tim Peters' recommendation, add a dummy flush()...
1999-03-28 Guido van RossumTim Peters writes:
1999-03-27 Guido van RossumTim Peters writes:
1999-03-27 Fred DrakeWhere rfc822.Message is mentioned, add a link to the...
1999-03-26 Fred DrakeDuring display, if EPIPE is raised, it's probably becau...
1999-03-26 Greg WardAdded 'linestart' array and 'unreadline()' method ...
1999-03-26 Guido van RossumTest suite for UserList.
1999-03-26 Guido van RossumUse isinstance() where appropriate.
1999-03-26 Barry WarsawHelpwin.__init__(): The text widget should get focus.
1999-03-26 Barry WarsawRemoved unnecessary import `from PyncheWidget import...
1999-03-26 Guido van RossumTest suite for UserDict
1999-03-26 Guido van RossumImproved a bunch of things.
1999-03-25 Guido van RossumBasic regr tests for pickle/cPickle
next