]> granicus.if.org Git - python/shortlog
python
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.
1998-12-23 Guido van RossumOops, forgot a pair of {}'s. (Greg Couch)
1998-12-23 Guido van RossumDocument 'N' format character for Py_BuildValue --...
1998-12-23 Guido van RossumAdd 'N' format character to Py_BuildValue -- like ...
1998-12-23 Guido van RossumChris Herborth discovered a typo in the arrow key symbols.
1998-12-22 Fred DrakeFix many of the specific targets in links from the...
1998-12-22 Fred DrakeAdd the getpass module to $(LIBFILES).
1998-12-22 Fred DrakeAdd the getpass module.
1998-12-22 Fred DrakeBasic documentation for the getpass module.
1998-12-22 Fred DrakeBump $(RELEASE).
1998-12-22 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.5.2b1
1998-12-22 Guido van RossumUse installed Tcl lib files -- also for Debug configuration
1998-12-22 Guido van RossumUse installed Tcl lib files
1998-12-22 Barry WarsawSmall, and final docstring merge with Dragon's version.
1998-12-22 Fred DrakeAdded a \versionchanged since the API changed to support
1998-12-22 Guido van RossumAdded Tcl 8.0.4 installer. Added Tools/idle.
1998-12-22 Fred DrakeAdded information on when this was added, allowing...
1998-12-22 Fred DrakeUpdate the date.
1998-12-22 Fred DrakeAdjust markup to match current conventions, and make...
1998-12-22 Fred DrakeStart of text that describes differences between match...
1998-12-22 Fred DrakeImprove a couple of comments.
1998-12-22 Fred DrakeUse \moduleauthor and \sectionauthor instead of a comme...
1998-12-22 Fred DrakeAdd an explanation about what the example does and...
1998-12-22 Fred Drakedo_cmd_rfc(): Make the "RFC ###" a hyperlink to the...
1998-12-22 Fred DrakeAdded libnetrc.tex and libshlex.tex to LIBFILES.
1998-12-22 Guido van RossumAdd warning to Netrc's docstring that it is obsolete...
1998-12-22 Guido van RossumAdded shlex and netrc modules; added warning about...
1998-12-22 Guido van RossumOptimistically, we label this as ready to go today.
1998-12-22 Guido van RossumNew test function by Sjoerd, adding -t option.
1998-12-22 Guido van RossumThe usual.
1998-12-22 Guido van RossumFix for modulefinder so that it prints all modules...
1998-12-22 Guido van RossumLast-minute oopsie by Chris H. (Chris, please check...
1998-12-22 Guido van RossumLast-minute update by Chris H.
1998-12-22 Greg WardApplied Fred's patch to fix the bugs that John Skaller...
1998-12-22 Guido van RossumAdding shlex and netrc by Eric Raymond.
1998-12-22 Guido van RossumAdding libshlex and libnetrc by Eric Raymond.
1998-12-22 Barry WarsawA few other docstring fixes, most importantly to be...
1998-12-22 Barry WarsawNothing earthshattering, just some fixes to typos and...
1998-12-21 Guido van RossumNews for 1.5.2b1. Moved news before 1.5.1 to HISTORY.
1998-12-21 Guido van RossumNew names. Keep those contributions coming!
1998-12-21 Guido van RossumMoved history up to and including 1.5.1 here.
1998-12-21 Guido van RossumGet rid of python_nt.def -- it's no longer needed!
1998-12-21 Guido van RossumI can't seem to do anything right :-)
1998-12-21 Guido van RossumImprove comment for PyImport_Import() as suggested...
1998-12-21 Guido van RossumThanks to Chris Herborth, the thread primitives now...
1998-12-21 Guido van RossumChris H. adds MACHDEP=beos to the CCSHARED variable
1998-12-21 Guido van RossumRenaming Lib/plat-beos1 to Lib/plat-beos at Chris Herbo...
1998-12-21 Guido van RossumSuggestion by Tim Peters clarifying what "before global...
1998-12-21 Fred DrakeClarify descriptions of some operations; it's not alway...
1998-12-21 Fred DrakeAdd a bunch of index entries related to retrieving...
1998-12-21 Guido van RossumMarc-Andre Lemburg notes about statparse():
1998-12-21 Guido van RossumAdd dummy variable to avoid optimizer bug on OS/2 ...
1998-12-21 Guido van RossumUse PyThreadState_GET() macro.
1998-12-21 Guido van RossumMake sure that -t and -tt also work on strings passed...
1998-12-21 Guido van Rossum100 bottles of beer on the wall example.
1998-12-21 Guido van RossumAdd macro version of PyThreadState_GET(). This uses
1998-12-21 Guido van RossumMake current_tstate a global, _PyThreadState_Current...
1998-12-21 Guido van RossumAdd XXX comment about the need to add a dump() method...
1998-12-21 Guido van RossumAdd XXX comment about a test that doesn't seem right...
1998-12-21 Guido van RossumA mod whose author I forget. (I must've mislaid the...
1998-12-21 Guido van RossumSjoerd Mullender:
next