]> granicus.if.org Git - python/shortlog
python
1999-01-08 Guido van RossumAdded fsync() and fdatasync(). Patches by Scott Cotton...
1999-01-08 Barry WarsawFieldStorage.__init__(): if there is no content-type...
1999-01-08 Guido van RossumWhat's new in this release.
1999-01-08 Guido van RossumHack for Windows so that if (1) the exit status is...
1999-01-08 Fred DrakeRemove the "lib-" prefix from the name of the info...
1999-01-08 Fred DrakeNo longer useful.
1999-01-08 Fred DrakeIt's finally gone!
1999-01-08 Fred DrakeRemove obsolete files.
1999-01-08 Fred DrakeReplace most everything but the comment at the top.
1999-01-08 Fred DrakeAdd a few comments.
1999-01-08 Guido van RossumPaul Prescod's patches to allow the stack viewer to...
1999-01-08 Fred DrakeNew support scripts for HTML->info conversion that...
1999-01-08 Fred DrakeNew conversion tools for HTML->info from Michael Ernst
1999-01-07 Guido van RossumNeed to include <sys/types.h> for off_t.
1999-01-07 Guido van RossumTy Sarna writes:
1999-01-07 Guido van RossumChanges for long file support.
1999-01-07 Fred Drakeconvert(): Make sure no line has trailing whitespace...
1999-01-07 Guido van RossumThe doc string for strptime had the arguments reversed...
1999-01-07 Fred DrakeMarkup nit.
1999-01-07 Guido van RossumChange paragraph width limit to 70 (like Emacs M-Q).
1999-01-07 Guido van RossumSeparating TODO from README. Slight reformulation...
1999-01-07 Guido van RossumSeparating TODO from README.
1999-01-06 Guido van RossumExplain how come that pickle and cPickle, while using...
1999-01-06 Guido van RossumMinor clarifications by Sean Reifschneider:
1999-01-06 Guido van RossumReplace the docs for reduce with an adaptation of its...
1999-01-06 Guido van RossumAdd doc for access() and ttyname(). Patch by Sean...
1999-01-06 Jeremy Hyltonfix bug in PyZlib_flush.
1999-01-06 Guido van RossumChange the access() code to return 1 if granted, 0...
1999-01-06 Fred DrakePreliminary code to mark paragraphs. Seems to work...
1999-01-06 Andrew M. KuchlingFixed bug in the common-case code for HTTP URLs; it...
1999-01-06 Guido van RossumConstants for [f]statvfs() (new in posixmodule.c) by...
1999-01-06 Guido van RossumChanges for long file support by Steve Clift.
1999-01-06 Guido van RossumChanges for long file support by Steve Clift.
1999-01-06 Guido van RossumChanges for long file support by Steve Clift.
1999-01-06 Guido van RossumChanges for long file support by Steve Clift.
1999-01-06 Guido van RossumChanges for long file support by Steve Clift.
1999-01-06 Guido van RossumChanges for long file support by Steve Clift.
1999-01-06 Guido van RossumChanges for long file support by Steve Clift.
1999-01-06 Guido van RossumChanges for long file support by Steve Clift.
1999-01-06 Fred DrakeUpdate and add docstrings.
1999-01-06 Fred DrakeRemove documentation for whatraw() since it's gone...
1999-01-06 Fred DrakeMove brief descriptions of what() and whathdr() to...
1999-01-06 Greg WardAnother patch from Fred: factored _init_posix into
1999-01-06 Guido van RossumGot rid of whatraw().
1999-01-06 Guido van RossumAdd extend() method. A small New Year's present from...
1999-01-05 Fred DrakeDocument the sndhdr module.
1999-01-05 Fred DrakeShorten the synopsis that gets into the table of contents.
1999-01-05 Fred Drakewrite_idxfile(): New function. Isolate format of...
1999-01-05 Fred DrakeAdded missing "from" in IOError description.
1999-01-05 Fred DrakeRemove obsolete comment.
1999-01-05 Guido van RossumIncorporate fix suggested by /Fredrik Lundh in the...
1999-01-05 Guido van RossumPatch by Charles Waldman to implement an optional nline...
1999-01-05 Fred DrakeMake the documents that have indexes dependent on the...
1999-01-05 Fred Drakedo_cmd_methodline(): New function, implements indexing...
1999-01-05 Guido van RossumUpgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog...
1999-01-04 Fred Draketrim_ignored_letters(): Simplify a little.
1999-01-04 Guido van RossumHm. There was a boundary condition error at the end...
1999-01-04 Guido van RossumHm. Add Unix binding for replace, too.
1999-01-04 Fred DrakeUpdate information on the version of latex2html to...
1999-01-04 Guido van RossumThis hopefully fixes the problem of having to set PATH
1999-01-04 Guido van RossumFix two places (seek and truncate) where a cascade...
1999-01-04 Guido van RossumChris Herborth writes:
1999-01-04 Guido van RossumChris Herborth writes:
1999-01-04 Guido van RossumChris Herborth writes:
1999-01-04 Guido van RossumRan eventparse.py again.
1999-01-04 Guido van RossumAdded Unix Meta-q key binding;
1999-01-04 Guido van RossumAdded Meta-/ binding for Unix as alt for Alt-/.
1999-01-04 Guido van RossumAdd unix binding for grep (otherwise the menu entry...
1999-01-04 Guido van RossumAdjusted Unix height to work with fvwm96. :=(
1999-01-04 Fred DrakeTypo: "TWELV" --> "TWELVE"
1999-01-04 Guido van RossumNeed to import sys!
1999-01-04 Guido van RossumFormatted some paragraphs
1999-01-04 Guido van RossumAdd new extension to reformat a (text) paragraph.
1999-01-04 Guido van RossumTypo in Win specific height setting.
1999-01-03 Guido van RossumRecover from failed saves; when a file turns out to...
1999-01-03 Guido van RossumGet rid of the strptype() declaration -- on some BSD...
1999-01-03 Guido van RossumAdd sys.hexversion, which is an integer encoding the...
1999-01-03 Guido van RossumUse PY_VERSION instead of PATCHLEVEL.
1999-01-03 Guido van RossumNew version identification scheme.
1999-01-03 Guido van RossumAdded something like Tim Peters' backspace patch.
1999-01-03 Guido van RossumAdapted to Unix (i.e., more hardcoded constants).
1999-01-02 Guido van RossumCall PyInitFrozenExtensions() as requested by Mark...
1999-01-02 Guido van RossumChecking in IDLE 0.2.
1998-12-31 Andrew M. KuchlingDocument the optional mode argument (Z_FLUSH, Z_SYNC_FL...
1998-12-29 Barry WarsawD.M. Pick gives me a more accurate distillation of...
1998-12-28 Fred DrakeAdded index entries to make it easier to locate directo...
1998-12-28 Fred DrakeAdded index entries to make it easier to locate directo...
1998-12-28 Fred DrakeClarified what Python versions the interactivity chapte...
1998-12-28 Fred DrakeRemove recently documented modules from the undoc list.
1998-12-28 Fred DrakePrint a line to the console reporting the number of...
1998-12-28 Fred DrakeAdded entry for libshutil.tex.
1998-12-28 Fred DrakeAdd documentation for shutil module.
1998-12-28 Fred DrakeAdjust a few niggles that affected the HTML conversion...
1998-12-28 Fred DrakeRemove all use of $* in commands; some makes (Solaris...
1998-12-27 Barry WarsawUpdate on history of `uk' top level, greatly condensed...
1998-12-23 Guido van RossumAdded mt_interact() -- multithreaded version of interact().
1998-12-23 Guido van RossumPatch by Mike Meyer:
1998-12-23 Guido van RossumPatch by Mike Meyer:
1998-12-23 Guido van RossumAvoid crash in parsedate_tz() on certain invalid dates...
1998-12-23 Guido van RossumProvide more detail when the commit button is not shown.
next