]> granicus.if.org Git - python/shortlog
python
1999-01-14 Fred DrakeShorten the name of the <rfc> "number" attribute to...
1999-01-14 Fred DrakeMake <rfc> no longer an empty element but a container...
1999-01-14 Barry WarsawTest the rfc822.py module. Contains just a few simple...
1999-01-14 Barry WarsawMessage.getaddrlist(): This now handles multiple occura...
1999-01-14 Fred DrakeSeveral new functions to re-write tables to be at least...
1999-01-14 Guido van RossumShould include "Python.h", not <Python.h> -- it's not...
1999-01-14 Guido van RossumJim Ahlstrom patch: Watcom chokes on a long expression...
1999-01-14 Guido van RossumJim Ahlstrom patch: the module doc string is too long...
1999-01-14 Guido van RossumJim Ahlstrom patch: cutoff should be a long for machine...
1999-01-14 Guido van RossumJim Ahlstrom patch: BIGCHUNK is too large for 16-bit...
1999-01-14 Guido van RossumJim Ahlstrom added some SIZEOF defs for VC and WATCOM...
1999-01-14 Fred DrakeAdded clean and clobber targets.
1999-01-14 Fred DrakeUpdate to the latest version of Michael Ernst's script.
1999-01-14 Fred Drake"Driver" makefile to convert all documents to SGML...
1999-01-14 Fred DrakeAdd usage of the "driver" Makefile.
1999-01-14 Fred DrakeElaborate a comment on the format of the table that...
1999-01-14 Fred DrakeAdjustments to allow elements with subelements as param...
1999-01-14 Fred DrakeAdded fixinfo.el to the list of dependencies.
1999-01-14 Fred DrakeEscape special characters on output.
1999-01-14 Guido van RossumIn rcpt(), avoid a space after the TO: address when...
1999-01-14 Guido van RossumChange the order of the utime() and the chmod() call...
1999-01-13 Jack JansenUpdated for 1.5.2b1
1999-01-13 Fred DrakeUpdate the comments on info files.
1999-01-13 Fred DrakeUse \refmodule when we say "use the XXX module instead".
1999-01-13 Fred Drake\seemodule: Fix so that each \seemodule entry gets...
1999-01-13 Fred Drakedo_cmd_refmodule(): New function to support new \refmo...
1999-01-13 Jack JansenHand't been committed yet (minor changes)
1999-01-13 Jack JansenCW Projects for 1.5.2b1
1999-01-13 Jack JansenDistribution databases for 1.5.2b1
1999-01-13 Jack JansenRemoved USE_MALLOC_DEBUG that shoulnd't be in the produ...
1999-01-13 Greg WardAdded: mems.lib.text_file: provides TextFile class...
1999-01-12 Guido van RossumRenamed test.py to testcode.py so one can import Python's
1999-01-12 Guido van RossumHack to close a window that is colorizing.
1999-01-12 Guido van RossumVladimir Marangozov's patch:
1999-01-12 Fred DrakeAdded a few items.
1999-01-12 Fred DrakeFix the HTML tarball target to generate the HTML if...
1999-01-12 Guido van RossumChris Herborth's first pass at making config and install
1999-01-12 Guido van RossumA gift from Sam Rushing - modules asyncore and asynchat...
1999-01-12 Fred DrakeBump the date. Seems like fun. ;-)
1999-01-12 Fred DrakeSimplify command that extracts the number of pages...
1999-01-12 Fred DrakeAdded \modulesynopsis.
1999-01-12 Fred Drake<writer>.send_paragraph(): Clarify what needs to be...
1999-01-12 Fred DrakeDumbWriter.send_paragraph(): Fix problem with DumbWrit...
1999-01-12 Guido van RossumAvoid overflow if possible in calculations for range...
1999-01-12 Fred Drakedo_cmd_methodline(): Fixed reference to method name...
1999-01-12 Fred DrakeRemoved a lot of unnecessary comment markers which...
1999-01-11 Fred Drakeoutput_body(): For <address> elements, just skip,...
1999-01-11 Fred DrakePatches describing the statvfs() and fstatvfs() functio...
1999-01-11 Guido van RossumAddition to previous note -- comfigure --without-gcc...
1999-01-11 Guido van RossumAdd note about gcc-2.8.1 setting sys.maxint to -1 on...
1999-01-11 Fred Drakeget_config_h_filename(): Fix to work with current...
1999-01-11 Guido van RossumSome requests have been fulfilled.
1999-01-11 Guido van RossumSet the cursor to a watch when opening the class browse...
1999-01-11 Guido van RossumGot rid of debug print statement in goto_line_event().
1999-01-11 Guido van RossumI think I like it better if it prints the traceback...
1999-01-11 Guido van RossumBind ESC to close-window.
1999-01-11 Guido van RossumUse a HSeparator between the classes and the items.
1999-01-11 Guido van RossumSeparator classes (draggable divider between two panes).
1999-01-10 Guido van RossumPatch by Charles Waldman -- remove unneeded and even...
1999-01-10 Guido van RossumAdded some more comments.
1999-01-09 Guido van RossumDon't traceback when wakeup() is called when the window...
1999-01-09 Guido van RossumAllow tearing off of the Windows menu.
1999-01-09 Guido van RossumClose on ESC.
1999-01-09 Guido van RossumUpdated a bunch of things (it was mostly still 0.1!)
1999-01-09 Guido van RossumUse 'xrange', not 'range', in error messages. Reported...
1999-01-09 Barry Warsaw(py-outdent-p): Short circuit infloop for illegal construct
1999-01-09 Guido van RossumAdded ScriptBinding to standard bindings.
1999-01-09 Guido van RossumThis now actually works. See doc string. It can run...
1999-01-08 Guido van RossumNeed extern decl. for fdatasync() in case it exists...
1999-01-08 Guido van RossumNow using autoconf 2.13
1999-01-08 Guido van RossumAdded fsync() and fdatasync(). Patches by Scott Cotton...
1999-01-08 Barry WarsawFieldStorage.__init__(): if there is no content-type...
1999-01-08 Guido van RossumWhat's new in this release.
1999-01-08 Guido van RossumHack for Windows so that if (1) the exit status is...
1999-01-08 Fred DrakeRemove the "lib-" prefix from the name of the info...
1999-01-08 Fred DrakeNo longer useful.
1999-01-08 Fred DrakeIt's finally gone!
1999-01-08 Fred DrakeRemove obsolete files.
1999-01-08 Fred DrakeReplace most everything but the comment at the top.
1999-01-08 Fred DrakeAdd a few comments.
1999-01-08 Guido van RossumPaul Prescod's patches to allow the stack viewer to...
1999-01-08 Fred DrakeNew support scripts for HTML->info conversion that...
1999-01-08 Fred DrakeNew conversion tools for HTML->info from Michael Ernst
1999-01-07 Guido van RossumNeed to include <sys/types.h> for off_t.
1999-01-07 Guido van RossumTy Sarna writes:
1999-01-07 Guido van RossumChanges for long file support.
1999-01-07 Fred Drakeconvert(): Make sure no line has trailing whitespace...
1999-01-07 Guido van RossumThe doc string for strptime had the arguments reversed...
1999-01-07 Fred DrakeMarkup nit.
1999-01-07 Guido van RossumChange paragraph width limit to 70 (like Emacs M-Q).
1999-01-07 Guido van RossumSeparating TODO from README. Slight reformulation...
1999-01-07 Guido van RossumSeparating TODO from README.
1999-01-06 Guido van RossumExplain how come that pickle and cPickle, while using...
1999-01-06 Guido van RossumMinor clarifications by Sean Reifschneider:
1999-01-06 Guido van RossumReplace the docs for reduce with an adaptation of its...
1999-01-06 Guido van RossumAdd doc for access() and ttyname(). Patch by Sean...
1999-01-06 Jeremy Hyltonfix bug in PyZlib_flush.
1999-01-06 Guido van RossumChange the access() code to return 1 if granted, 0...
1999-01-06 Fred DrakePreliminary code to mark paragraphs. Seems to work...
1999-01-06 Andrew M. KuchlingFixed bug in the common-case code for HTTP URLs; it...
next