]> granicus.if.org Git - python/shortlog
python
1999-06-01 Guido van RossumA few icons used by ../TreeWidget.py and its callers.
1999-06-01 Guido van RossumNew version by Tim Peters improves block opening test.
1999-06-01 Guido van RossumJack Jansen's patch to support file:///path/file/name...
1999-06-01 Guido van RossumGreg McFarlane writes: Tkinter.Text.tag_add should...
1999-05-27 Barry Warsawposix_listdir(): When an error occurs, call
1999-05-27 Fred DrakeOops, forgot to remove the individual module indexes...
1999-05-27 Fred DrakeAdd <hr> after top navigation bar; now looks more like...
1999-05-27 Fred DrakeHack: make sure LaTeX2HTML doesn't change -- to - in...
1999-05-27 Fred DrakeDocument the "pid" attribute of the Popen3 class.
1999-05-27 Fred DrakeTypo reported by Gerry Wiener <wiener@rap.ucar.edu>:
1999-05-26 Fred DrakeMove some \index entries around so we can avoid using...
1999-05-26 Fred DrakeChange the example of configuring for large file suppor...
1999-05-26 Barry WarsawEugene Dvurechenski <jno@glas.net> says:
1999-05-25 Fred Drake"proces" --> "process"; reported by Gerry Wiener <gerry...
1999-05-24 Barry Warsaw(py-electric-backspace): I'm not sure this function...
1999-05-24 Barry Warsaw(py-parse-state): When running under Emacs -- which...
1999-05-24 Barry Warsaw(py-statement-closes-block-p): Add a py-goto-initial...
1999-05-21 Just van RossumOliver Steele writes:
1999-05-21 Guido van RossumOn HP-UX, -rpath is another option taking an argument...
1999-05-21 Guido van RossumAndy Dustman writes:
1999-05-21 Guido van RossumRename History to IdleHistory.
1999-05-21 Guido van RossumMake initial stack viewer wider
1999-05-21 Guido van RossumNew wishes
1999-05-21 Guido van RossumMuch improved autoindent and handling of tabs,
1999-05-20 Fred DrakeMap .js to application/x-javascript.
1999-05-19 Fred DrakeEnhanced docstring and some comments.
1999-05-18 Fred DrakeModify to perform "---" to "&mdash;" conversion outside of
1999-05-18 Fred DrakeRemove the "---" to "&mdash;" conversion; this is wrong...
1999-05-17 Fred DrakeSET_LINE_NO ==> SET_LINENO
1999-05-17 Fred DrakeAdded "Learning Python" to the books section.
1999-05-17 Fred DrakeAdded paragraph explaininng the text/binary flavors...
1999-05-17 Fred DrakeDocument \e, \url.
1999-05-17 Fred DrakeDon't \input boilerplate.tex, fill in the real stuff...
1999-05-17 Fred DrakeAttempted to clarify usage of the \declaremodule macro...
1999-05-17 Fred Drakedefine_module(): Check the module type for validity...
1999-05-17 Fred Drake\declaremodule: Typo.
1999-05-17 Fred Drake\declaremodule: Make this more robust. Only attempt...
1999-05-13 Fred DrakeThe conversion temporary files should not be ignored...
1999-05-13 Fred DrakePOP3.uidl(): Update description based on comments...
1999-05-13 Fred DrakePOP3.uidl(): Update docstring based on comments from...
1999-05-13 Fred DrakePyCObject_FromVoidPtr(): Clarify that the destr functi...
1999-05-13 Fred DrakeSmall nits around some of the index entries.
1999-05-13 Fred Drakemake_index_entry(): Remove. Not only did this overrid...
1999-05-13 Fred Drakemake_index_entry(): Remove. This is overridden in...
1999-05-13 Fred DrakeRemoved old comments.
1999-05-11 Fred DrakeChange the look of \seemodule output to fit in better.
1999-05-11 Fred DrakeMove the "See also:" section so it appears are part...
1999-05-11 Fred DrakeAdded module references; minor grammatical fixes.
1999-05-11 Fred DrakeAdded missing comma, reported by Eric Raymond.
1999-05-10 Fred DrakeLots of adjustments to deal with the document content...
1999-05-10 Fred DrakeSome more fixes.
1999-05-10 Fred DrakeFixed some index entries.
1999-05-07 Fred DrakeExtendedEsisBuilder.push(): Override inherited definit...
1999-05-07 Fred DrakeFix some bugs introduced in the previous checkin.
1999-05-07 Fred DrakeDefine & use a Conversion object. It's still really...
1999-05-06 Fred DrakeUpdated connect_ex() documentation based on comments...
1999-05-06 Fred DrakeMake it work for "manual" documents as well as "howto...
1999-05-06 Fred DrakeReflect recent patch for float % and divmod() by Tim...
1999-05-06 Guido van RossumTim Peters writes:
1999-05-05 Guido van RossumNathan Paul Simons noticed that the grid_remove() metho...
1999-05-03 Guido van RossumRegression test for date format code, by Mike Meyer.
1999-05-03 Guido van RossumNo need to import find(). (Andrew Dalke & kjpylint)
1999-05-03 Guido van RossumNo need to import os or string. (Andrew Dalke & kjpylint)
1999-05-03 Guido van RossumNo need to import sys. (Andrew Dalke & kjpylint)
1999-05-03 Guido van RossumTypo. (Andrew Dalke, without kjpylint)
1999-05-03 Guido van RossumNo need to import string. (Andrew Dalke & kjpylint)
1999-05-03 Guido van RossumNo need to import os in test(). (Andrew Dalke & kjpylint)
1999-05-03 Guido van RossumGet rid of confusing 'global' statement in global code.
1999-05-03 Guido van RossumNo need to import sys or string. (Andrew Dalke & kjpylint)
1999-05-03 Guido van RossumClarify why we define disco. Suggested by Andrew Dalke.
1999-05-03 Guido van RossumClarify why we define error. Suggested by Andrew Dalke.
1999-05-03 Guido van RossumNo need to import sys or linecache. (Andrew Dalke...
1999-05-03 Guido van RossumNo need to import gmtime, ctime, asctime.
1999-05-03 Guido van RossumClarify why there are dynamic imports in AudioDev().
1999-05-03 Guido van RossumThe _comp_data() function never worked, it contained...
1999-05-03 Guido van RossumNo need to import sys, time, socket or SocketServer...
1999-05-03 Guido van RossumNo need to import sys, time, or socket. (Andrew Dalke...
1999-05-03 Guido van RossumNo need to import rfc822. (Andrew Dalke & kjpylint)
1999-05-03 Guido van RossumTim Peters writes:
1999-05-03 Guido van RossumTim Peters writes:
1999-05-03 Guido van RossumThe case-insensitive _Environ class was lacking a case...
1999-05-03 Fred DrakeMake sure latex2html doesn't produce a hard link betwee...
1999-05-03 Fred DrakeMake sure latex2html doesn't produce a hard link from...
1999-05-02 Greg WardThe 'copy_file()' and 'copy_tree()' functions in util...
1999-05-02 Greg WardRearranged things so that compilation of .py files...
1999-05-01 Barry Warsawupdates for latest release
1999-04-30 Guido van RossumSupport for using idle as a package.
1999-04-30 Fred DrakeRevert constraint on the GIF wildcard; we missed a...
1999-04-30 Guido van RossumAvoid listing files more than once (e.g. foomodule...
1999-04-29 Fred DrakeAdded top navigation bar for consistency and color...
1999-04-29 Fred Drakemake_nav_panel(): Remove the spurious NAME="tex2html...
1999-04-29 Fred DrakeAdded wcnew target to run the "wcnew" version of webche...
1999-04-29 Fred DrakeUse the new module-key for the FL module when hyperlink...
1999-04-29 Fred DrakeFor the tutorial, use numeric node names and split...
1999-04-29 Fred DrakeNasty hack to add a --numeric parameter to skip the...
1999-04-29 Fred DrakeMove index.html rules to the end since it wedges font...
1999-04-29 Fred DrakeAdded index entries for operator precedence; suggestion...
1999-04-29 Fred DrakeMake sure the global module index is added to the HTML...
1999-04-29 Fred DrakeGenerate index.html from index.html.in. This avoids...
1999-04-29 Fred DrakeConstrain a wildcard a little more.
next