]> granicus.if.org Git - python/shortlog
python
1999-02-17 Fred DrakeSmall updates and grammatical adjustments.
1999-02-17 Guido van RossumBump version to 0.3.
1999-02-17 Fred DrakeWhen the parameter to PyInt_AsLong() has already been...
1999-02-17 Guido van RossumAfter all, we don't need to call the callbacks ourselves!
1999-02-17 Guido van RossumWhen deleting, call the callbacks *after* deleting...
1999-02-17 Fred Drake_safe_repr(): Simplify the condition tests in the...
1999-02-17 Guido van RossumFix up the Windows menu via the new callback mechanism...
1999-02-17 Guido van RossumSupport callbacks to patch up Windows menus everywhere.
1999-02-17 Guido van RossumOh, why not. Checking in the Emacs-generated change...
1999-02-16 Barry Warsaw(py-shell): Added optional argprompt, which will prompt...
1999-02-16 Barry Warsaw(py-default-interpreter): New variable which selects...
1999-02-16 Fred DrakeRemoved old dynamic linking chapter.
1999-02-16 Guido van Rossum# Accidentally checked in a test version of this file...
1999-02-16 Fred DrakeRemove all email addresses.
1999-02-16 Guido van RossumOnly pop up the stack viewer when requested in the...
1999-02-16 Fred DrakeUse the portable form of initializing the ob_type field...
1999-02-16 Guido van RossumFinn Bock.
1999-02-16 Fred DrakeIntegrated notes on building extension modules on Windo...
1999-02-16 Fred DrakeCopy in the stylesheet after latex2html is done.
1999-02-16 Fred DrakeCopy in the stylesheet after latex2html is done.
1999-02-16 Fred DrakeBecome more stylesheet-friendly.
1999-02-16 Fred DrakeCSS style sheet for the documentation.
1999-02-16 Fred DrakeBump release to 1.5.2b2.
1999-02-16 Fred DrakeMake sure errors get propogated.
1999-02-16 Guido van RossumThe usual
1999-02-16 Guido van RossumAdd source file winsound.c and library winmm.lib
1999-02-16 Fred DrakeThe _O_* constants are defined as O_* in the os module.
1999-02-16 Fred DrakeRemove "_" from the P_* symbols used with the spawn...
1999-02-16 Guido van RossumCheck for potential error returned by _ungetch().
1999-02-16 Guido van RossumThe symbols P_* (for spawn*(), MS specific) should...
1999-02-16 Fred DrakeAdded chapter on Windows modules, including msvcrt...
1999-02-16 Fred DrakeAdded some files to the library reference.
1999-02-16 Fred DrakeSmall grammatical fix; missing comma.
1999-02-16 Fred DrakeMake it clear that Demo/embed/ is from the source distr...
1999-02-16 Fred DrakeMake navigation panels more CSS-friendly.
1999-02-16 Guido van RossumClarify how EXAMPLE.py is to be used ("python EXAMPLE...
1999-02-16 Fred DrakeUse the same markup for email addresses as is produced...
1999-02-16 Jack JansenAdded optional arguments to dialogs to allow setting...
1999-02-16 Guido van RossumIn open_ftp(), check that retrlen is not None before...
1999-02-16 Guido van RossumFixed totally bogus conversion factors used in the...
1999-02-16 Fred DrakeAdjust cellspacing attribute of the navigation bar...
1999-02-16 Jack JansenUpdated for new folder layout (but not fully tested...
1999-02-16 Jack JansenReplaced .hqx project file by binary version, and updat...
1999-02-15 Jack JansenPut the applet code inside USE_MAC_APPLET_SUPPORT ifdef...
1999-02-15 Fred DrakeRemove stuff related to copying the icons directory...
1999-02-15 Fred DrakeMoved icons into the html directory to avoid pollution...
1999-02-15 Jack Jansen(finally) unified the interpreter and the applet as...
1999-02-15 Fred DrakeBe explicit about the reference count of the original...
1999-02-15 Fred DrakeHTMLBASE: New variable. Make it easier to check an...
1999-02-15 Fred DrakeAdd an optional parameter to make the script run latex...
1999-02-15 Fred DrakeUse a common definition for $(SUBMAKE) instead of repea...
1999-02-15 Fred DrakeAdded availability notes for samefile(), sameopenfile...
1999-02-15 Fred DrakeAdded --l2h-config option to add additional initializat...
1999-02-15 Fred DrakeAdded section "Providing a C API for an Extension Modul...
1999-02-15 Fred DrakeMarkup nits.
1999-02-15 Fred DrakeSet target.
1999-02-15 Guido van RossumPatch by Chris Petrilli to display the origin of a...
1999-02-15 Guido van RossumAdd PyModule_GetFilename().
1999-02-15 Just van RossumAskPassword(): added reference to the module doc string...
1999-02-14 Jack Jansen(finally) unified the interpreter and the applet as...
1999-02-12 Fred DrakeMinor fix that helps out with the index.
1999-02-12 Fred DrakeMake sure all HTML pages generated from this section...
1999-02-12 Fred DrakeL2HARGS: Specify the HTML version we're producing...
1999-02-12 Fred DrakeMarkup nits.
1999-02-12 Fred DrakeMinor markup nits.
1999-02-12 Fred DrakeUse the shorter form of Christopher Petrilli's email...
1999-02-12 Fred DrakeAdded section for MimeWriter, contributed by Christophe...
1999-02-12 Fred DrakeAdded entry for MimeWriter module.
1999-02-12 Fred DrakeMake table headers the same color as the navigation...
1999-02-12 Fred DrakeMoved the navigation-bar background color to a variable.
1999-02-12 Fred DrakeDocument <complex #>.conjugate().
1999-02-12 Fred DrakeDocumented __complex__(), made sure all the discipline...
1999-02-12 Guido van RossumFix by Chris Petrilli (to his own code) to limit the...
1999-02-12 Jack JansenChanged case on cm and qt modules, removed last referen...
1999-02-12 Jack JansenBuild all plugins modules separately, the PlugIns.prj...
1999-02-11 Guido van RossumMod by Jack Jansen: on Macintosh, use EasyDialogs.GetPa...
1999-02-10 Jack JansenUpdated for the new one-slb-per-extension scheme.
1999-02-10 Jack JansenAdded AskPassword() with same interface as AskString...
1999-02-10 Jack JansenTry a new commit, hoping it'll fix the problems with...
1999-02-10 Fred DrakeFix up some routines to coordinate the "indexsubitem...
1999-02-10 Fred DrakeRemove unnecessary <p> from top navigation bar.
1999-02-10 Fred DrakeRevert previous change; there's a better way to do it.
1999-02-10 Guido van RossumPatch by Steve Clift -- fix the indices now that f_fsid...
1999-02-10 Jack JansenUse typeFloat for all floating point values. The previo...
1999-02-09 Barry WarsawGot rid of the file-global PosixError. This was redund...
1999-02-09 Fred DrakeChange the navigation bar to be a little prettier and...
1999-02-09 Guido van RossumThe usual.
1999-02-09 Guido van RossumOn Windows, -i shouldn't call set[v]buf(stdin, ......
1999-02-09 Fred DrakeNew blank icon to match the others in size & color...
1999-02-09 Fred Drakedo_cmd_maketitle(): Small nit in creating the "title...
1999-02-09 Fred DrakeBack out some of the fine tuning; something in all...
1999-02-08 Guido van RossumFix buglet in load_put -- the test for bad readline...
1999-02-08 Guido van RossumUwe Zessin.
1999-02-08 Guido van RossumDon't crash if a window no longer exists.
1999-02-08 Guido van RossumRestructured a bit.
1999-02-08 Guido van RossumThe variable TESTPATH should be initialized to empty.
1999-02-08 Guido van RossumUpdate documentation to reflect changes to Queue.py...
1999-02-08 Guido van RossumTim Peters:
1999-02-08 Guido van RossumThe writelines() function was never tested and containe...
1999-02-08 Guido van RossumPut a try-except around the "image delete" call in...
next