]> granicus.if.org Git - python/shortlog
python
1997-12-03 Guido van RossumChange the default repr() and str() of class instance...
1997-12-02 Barry Warsaw(python-mode): Patch to make font-lock work automatical...
1997-12-02 Barry WarsawTest for an up-to-date Custom library when byte-compili...
1997-12-02 Guido van RossumAdd the flag RTLD_GLOBAL to the dlopen() options.
1997-12-02 Guido van RossumMake stdin unbuffered too, when PYTHONUNBUFFERED is...
1997-12-02 Guido van RossumPatches by Fred Lundh to make it compile better with...
1997-12-02 Guido van RossumSmall bugfixes for broken old style use of the syntax...
1997-12-02 Guido van RossumYes, Virginia, Tix does have a Tix_SafeInit() function.
1997-12-02 Guido van RossumUnderstand -Xlinker option.
1997-12-02 Guido van RossumLeft-aligned preprocessor directives and changed C...
1997-12-02 Guido van RossumPatch for QNX, by Chris Herborth. Also left-aligned...
1997-12-02 Guido van RossumPatch for QNX, by Chris Herborth.
1997-12-02 Guido van RossumSupport for netbsd1 and freebsd3, after suggestions...
1997-12-02 Guido van RossumWhen a port is specified in an ftp:// URL, must convert...
1997-12-02 Guido van RossumTypo in example (missing '=') discovered by Sandy Langbart.
1997-12-02 Guido van RossumSupport for the "event" command, new in Tk 4.2.
1997-12-02 Guido van RossumAdd attributions to Jeffrey Ollie and Tim Peters for...
1997-12-02 Guido van RossumAdd attributions to Jeffrey Ollie and Tim Peters for...
1997-12-02 Guido van RossumChanges for FreeBSD and NetBSD: NetBSD does shared...
1997-12-02 Guido van RossumSkip directories when installing library files; this...
1997-12-02 Guido van RossumDocument new behavior of isinstance() when using a...
1997-12-02 Guido van RossumSupport type objects in isinstance().
1997-12-02 Guido van RossumMake modes for installed files and directories variable...
1997-12-02 Guido van RossumSjoerd sez: global substitute \240 with \177.
1997-12-02 Guido van RossumChanged the occurrence of *shared* in the example so...
1997-12-02 Guido van RossumAdded stropts.h to the list of files automatically...
1997-12-02 Barry WarsawGenerated from Solaris 2.6's /usr/include/sys/stropts...
1997-12-02 Guido van Rossum*** empty log message ***
1997-12-02 Guido van RossumComment out crypt by default; it's not used very much...
1997-12-02 Guido van RossumAdded Pareto and Weibull distributions, courtesy Jeremy...
1997-12-02 Barry WarsawAdded strop.split tests when sep is None.
1997-12-02 Barry Warsawsplit_whitespace(): Make sure delimiter is stripped...
1997-12-01 Barry WarsawRequire 'cl when compiling so that the push macro gets...
1997-12-01 Guido van RossumUse $LOGNAME instead of $USER to get the current user...
1997-12-01 Barry WarsawRemoved Queue.py. It's documented now.
1997-12-01 Guido van RossumInitialize __version__ to the correct version string...
1997-12-01 Guido van RossumIn string.split(), honor maxsplit (if > 0).
1997-12-01 Barry Warsaw_Environ(): Added __getinitargs__() method so os.enviro...
1997-11-30 Fred DrakeAdded \indexsubitem definition; functions were previous...
1997-11-30 Fred DrakeAdded \indexsubitem definition. Non-optimal, but two...
1997-11-30 Fred DrakeAdded \indexsubitem definition; functions were previous...
1997-11-30 Fred DrakeUpdated \indexsubitem; functions had been indexed for...
1997-11-29 Barry WarsawAdded tests of strop.replace()
1997-11-29 Barry Warsawmymemreplace(), strop_replace(): Add support for option...
1997-11-27 Barry Warsaw(py-traceback-line-re): Relaxation of regexp to catch...
1997-11-27 Guido van RossumSlip of the keyboard (f__ should be __). Dunno why...
1997-11-26 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.5b1
1997-11-26 Guido van RossumDumb typo.
1997-11-26 Barry Warsaw(py-process-filter): py-delete-file-silently is obsolet...
1997-11-26 Barry Warsaw(py-compute-indentation): Check for multiline stringnes...
1997-11-26 Barry Warsaw(py-mode-map): Bind py-mark-def-or-class to C-M-h with...
1997-11-26 Guido van RossumReordered and slightly edited the highlights of changes.
1997-11-26 Guido van RossumRevamped README for release of 1.5b1.
1997-11-26 Guido van RossumAdded list of what's new in 1.5b1. Changed intro and...
1997-11-26 Guido van RossumFour more valuable contributors...
1997-11-26 Guido van RossumThe usual
1997-11-26 Guido van RossumThe dependency of tarhtml on l2h was a bad idea.
1997-11-26 Barry Warsaw(python-mode): Make imenu-create-index-function buffer...
1997-11-26 Barry Warsaw(py-mark-def-or-class): Added an exchange-point-and...
1997-11-26 Barry Warsaw(python-mode): Patch to fix Imenu support under Emacs...
1997-11-26 Barry Warsaw(py-kill-emacs-hook): Simplification.
1997-11-26 Guido van RossumIcons for Windows installer.
1997-11-26 Guido van RossumAdded the HTML files.
1997-11-26 Guido van RossumAdded CRLF line endings since this is for NOTEPAD.
1997-11-26 Barry WarsawAdded comment about where to find details on python...
1997-11-25 Guido van RossumDocumented brand new behavior of sys.ps1 and sys.ps2...
1997-11-25 Guido van RossumApply str() to sys.ps1 or sys.ps2 before using them...
1997-11-25 Guido van RossumAdded utility target tarhtml to tar and gzip the HTML...
1997-11-25 Guido van RossumAdding the icons used by latex2html output to the CVS...
1997-11-25 Guido van RossumIgnore html files generated by webmaker.
1997-11-25 Guido van RossumAugmented the script so that (at CNRI anyway) it also...
1997-11-25 Guido van RossumSimple index for the reference manuals (mostly for...
1997-11-25 Guido van RossumUpdated to the most pressing 1.5 issues.
1997-11-25 Guido van RossumDrop Capitalized Important Words.
1997-11-25 Guido van RossumSeveral changes, e.g. restructuring of the intro to...
1997-11-25 Guido van RossumRemove hyperlink to time-sensitive Python release info.
1997-11-25 Guido van RossumWISE installer source for Python 1.5
1997-11-25 Guido van RossumAdded pypcre.c module.
1997-11-25 Fred DrakeAdded the "italic correction" command ("\/") to the...
1997-11-25 Fred DrakeRemoved leading comment about this being "introductory...
1997-11-25 Guido van RossumGet rid of math mode in some places.
1997-11-25 Guido van RossumDon't use $math$ mode to typeset a simple '>' sign...
1997-11-25 Guido van RossumRemove strange use of $math$ mode to produce a backslash.
1997-11-25 Guido van RossumOops, did the previous delete the wrong way.
1997-11-24 Guido van RossumGet rid of last traces of module 'audio'
1997-11-24 Guido van RossumAdded "-n file" option to only print files newer than...
1997-11-24 Guido van RossumUse fuzzy comparison from test_support to compare outco...
1997-11-24 Guido van RossumNew names...
1997-11-24 Guido van RossumAdd fileinput.
1997-11-24 Guido van RossumReplace plat-os2 with plat-win, per Jeff Rush' suggestion.
1997-11-24 Guido van RossumTrivial change in prompt label suggested by Case Roole.
1997-11-24 Guido van RossumChange the option used on Linux to export all symbols
1997-11-24 Guido van RossumDone a sort -u on the symbols (and replaced all tabs...
1997-11-24 Guido van RossumOops, the sort took some whitespace into account.
1997-11-24 Guido van RossumDone a sort -u on the symbols.
1997-11-22 Guido van Rossumos2 patch by Jeff Rush
1997-11-22 Guido van Rossumignore various VC++ turds
1997-11-22 Guido van RossumFiles specific to Visual Age C for OS/2 -- by Jeff...
1997-11-22 Guido van RossumAdded Jeff Rush' comments
1997-11-22 Guido van Rossumwin -> plat-win
next