]> granicus.if.org Git - python/shortlog
python
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...
1999-02-07 Just van Rossumnew dangerous script: it removes all apps (except sys...
1999-02-07 Jack JansenAdded Ctl.as_Control and Menu.as_Menu methods, which...
1999-02-07 Jack JansenAdded a define USE_CORE_TOOLBOX, which includes six...
1999-02-07 Jack JansenAdded a define USE_CORE_TOOLBOX, which includes six...
1999-02-07 Jack JansenDon't create symlinks to toolbox modules any more.
1999-02-07 Jack JansenMoved Ctl, Dlg, Menu, Qd, Res and Win modules to Python...
1999-02-06 Jack JansenAdded Extensions:img:Mac to default sys.path
1999-02-06 Jack Jansen- img modules are no longer in PlugIns folder
1999-02-06 Jack Jansenimg modules are no longer in PlugIns folder.
1999-02-05 Guido van RossumSome weird symbol (M_I386) was used to decide whether...
1999-02-05 Guido van RossumEhm, when we don't need to byteswap the data, don't...
1999-02-05 Guido van RossumTwo important fixes:
1999-02-05 Just van Rossumfixed problem with "reloading" sub-sub-modules -- jvr
1999-02-05 Guido van RossumThe encoding type was wrong, I think.
1999-02-05 Guido van RossumShould open files in binary mode!
1999-02-05 Fred DrakeRespond to suggestion from "Albert" <hat@se-46.wpa...
1999-02-05 Guido van RossumShouldn't be treating linear-8 as u-law!
1999-02-05 Fred DrakeMore magic to tighten up a little of the formatting.
1999-02-05 Fred DrakeMinor nit to prevent dropping a space in the HTML gener...
1999-02-04 Guido van RossumAdd winsound -- by Toby Dickenson with permission.
1999-02-04 Guido van RossumJim Fulton: this fixes seg faults with bad pickles...
1999-02-03 Fred DrakeDocument sameopenfile(), samestat().
1999-02-03 Fred DrakeDocument splitdrive().
1999-02-03 Guido van RossumNew test for ntpath module
1999-02-03 Guido van RossumNew splitdrive() that knows about UNC paths (e.g.,...
1999-02-03 Guido van RossumPortability fix for [f]statvfs() return tuple: no longe...
1999-02-03 Jack JansenPartly updated to reflect the new organization and...
1999-02-03 Jack JansenJust's script to find non-7-bit-clean charactres in...
1999-02-02 Just van Rossumupdated to the new numpy build setup -- jvr
1999-02-02 Guido van RossumNever mind, this belongs in the PC subdirectory,
1999-02-02 Just van Rossumre-checkin with "ISO-8859 translation" turned on.
1999-02-02 Just van Rossumadded some comments
1999-02-02 Guido van RossumFredrik Lundh fixes Sjoerd's patch...
1999-02-02 Fred DrakeRemove three items.
1999-02-02 Fred DrakeFix the os/posix documentation issue.
1999-02-02 Fred DrakeMoved \versionadded to end of description sections.
1999-02-02 Fred DrakeMoved posixpath to os.path.
1999-02-02 Fred DrakeAdded posixpath, winsound.
1999-02-02 Fred DrakeChange this to be os.path.
next